Avoid local PLT reference in __nptl_main.
[glibc.git] / ChangeLog
blobbb59eadfe43bbfd908c3133aa348ee498ece2e4f
1 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7         * io/fts.c (dirent_not_directory): New function.
8         (fts_build): Call it.
10 2014-10-20  Roland McGrath  <roland@hack.frob.com>
12         * nptl/version.c (__nptl_main): Use normal __write rather than
13         INTERNAL_SYSCALL.
14         (banner): Update copyright years.
16         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
17         gettimeofday.
18         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
19         * nptl/pthread_cond_timedwait.c: Likewise.
20         * nptl/pthread_mutex_timedlock.c: Likewise.
21         * nptl/sem_timedwait.c: Likewise.
23         * sysdeps/nptl/bits/libc-lock.h
24         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
25         (__libc_lock_init_recursive): Return void, not 0.
26         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
27         (__libc_rwlock_init): Likewise.
28         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
30 2014-10-20  Torvald Riegel  <triegel@redhat.com>
32         [BZ #15215]
33         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
34         (__pthread_once_slow): ... here.
35         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
36         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
38 2014-10-20  Torvald Riegel  <triegel@redhat.com>
40         [BZ #15215]
41         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
42         __PTHREAD_ONCE_FORK_GEN_INCR): New.
43         * sysdeps/nptl/fork.c (__libc_fork): Use them.
44         * nptl/pthread_once.c (__pthread_once): Likewise.
45         Update comments.
47 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
49         [BZ #14138]
50         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
51         name.
52         (writev): Use __libc_writev as strong name.
53         * sysdeps/unix/sysv/linux/readv.c: Remove file.
54         * sysdeps/unix/sysv/linux/writev.c: Likewise.
56 2014-10-17  Roland McGrath  <roland@hack.frob.com>
58         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
60         * sysdeps/i386/nptl/tls.h
61         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
62         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
63         New macros.
64         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
65         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
66         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
67         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
68         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
69         Call CHECK_THREAD_SYSINFO instead of doing an assert.
71         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
72         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
73         on [__NR_futex].
74         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
75         broken out of ...
76         (__pthread_mutex_init): ... here.  Call it.
77         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
78         Conditionalize PI cases on [__NR_futex].
79         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
80         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
81         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
83         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
84         conditional on [SIGSETXID].
85         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
86         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
87         is defined.  Likewise for SIGSETXID.
88         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
89         Conditionalize definitions on [SIGSETXID].
90         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
91         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
92         unblocking on [SIGCANCEL].
94         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
95         [__NR_set_robust_list].
97 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
99         * string/strcoll_l.c (get_next_seq): Fix up formatting.
100         (do_compare): Likewise.
102 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
104         [BZ #15884]
105         * string/strcoll_l.c: Don't include stdio.h.
106         (coll_seq): Remove members idxarr and rulearr.
107         (get_next_seq_cached): Remove function.
108         (get_next_seq): Likewise.
109         (get_next_seq_nocache): Rename to get_next_seq.
110         (do_compare): Remove function.
111         (do_compare_nocache): Rename to do_compare.
112         (STRCOLL): Remove weight and rules cache.
114 2014-10-16  Roland McGrath  <roland@hack.frob.com>
116         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
117         * sysdeps/arm/sfp-machine.h: ... to here.
118         * sysdeps/arm/Implies: Remove arm/soft-fp.
120 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
122         * conform/data/sys/utsname.h-data (*_t): Allow.
123         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
124         [POSIX] (WEXITED): Do not expect constant.
125         [POSIX] (WSTOPPED): Likewise.
126         [POSIX] (WNOHANG): Likewise.
127         [POSIX] (WNOWAIT): Likewise.
128         [POSIX] (siginfo_t): Do not expect type or elements.
129         [POSIX] (pid_t): Do not expect type.
130         [POSIX] (signal.h): Do not allow header.
131         [POSIX] (sys/resource.h): Likewise.
132         [POSIX] (si_*): Do not allow pattern.
133         [POSIX] (W*): Likewise.
134         [POSIX] (P_*): Likewise.
135         [POSIX] (BUS_*): Likewise.
136         [POSIX] (CLD_*): Likewise.
137         [POSIX] (FPE_*): Likewise.
138         [POSIX] (ILL_*): Likewise.
139         [POSIX] (POLL_*): Likewise.
140         [POSIX] (SEGV_*): Likewise.
141         [POSIX] (SI_*): Likewise.
142         [POSIX] (TRAP_*): Likewise.
143         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
144         variable.
146 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
148         [BZ #12926]
149         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
150         infinite loop when __recvmsg returns 0.
152 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
154         * CANCEL-FCT-WAIVE: Remove file.
155         * CANCEL-FILE-WAIVE: Likewise.
157         [BZ #14132]
158         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
159         instead of INTVARDEF.
160         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
161         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
162         rtld_hidden_data_def instead of INTVARDEF.
163         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
164         * elf/dl-deps.c (expand_dst): Likewise.
165         * elf/dl-load.c (_dl_dst_count): Likewise.
166         (_dl_dst_substitute): Likewise.
167         (decompose_rpath): Likewise.
168         (_dl_init_paths): Likewise.
169         (open_path): Likewise.
170         (_dl_map_object): Likewise.
171         * elf/rtld.c (dl_main): Likewise.
172         (process_dl_audit): Likewise.
173         (process_envvars): Likewise.
174         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
175         Remove declaration.
176         (__libc_enable_secure): Use rtld_hidden_proto.
178 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
180         * elf/dl-load.c
181         (add_path): New function broken out of _dl_rtld_di_serinfo.
182         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
184 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
186         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
187         parentheses around macro arguments.
188         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
189         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
190         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
191         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
192         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
193         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
194         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
195         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
196         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
197         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
198         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
199         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
200         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
201         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
202         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
203         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
204         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
205         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
206         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
207         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
208         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
209         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
210         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
211         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
212         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
213         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
214         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
215         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
216         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
217         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
218         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
219         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
220         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
221         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
222         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
223         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
224         Likewise.
225         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
226         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
227         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
228         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
229         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
230         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
231         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
232         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
233         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
234         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
235         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
236         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
237         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
238         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
239         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
240         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
241         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
242         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
243         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
244         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
245         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
246         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
247         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
248         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
249         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
250         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
251         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
252         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
253         (_FP_FRAC_SRS_1): Likewise.
254         (_FP_FRAC_CLZ_1): Likewise.
255         (_FP_MUL_MEAT_1_imm): Likewise.
256         (_FP_MUL_MEAT_1_wide): Likewise.
257         (_FP_MUL_MEAT_1_hard): Likewise.
258         (_FP_SQRT_MEAT_1): Likewise.
259         (_FP_FRAC_ASSEMBLE_1): Likewise.
260         (_FP_FRAC_DISASSEMBLE_1): Likewise.
261         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
262         (__FP_CLZ_2): Likewise.
263         (_FP_MUL_MEAT_2_wide): Likewise.
264         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
265         (_FP_MUL_MEAT_2_gmp): Likewise.
266         (_FP_MUL_MEAT_2_120_240_double): Likewise.
267         (_FP_SQRT_MEAT_2): Likewise.
268         (_FP_FRAC_ASSEMBLE_2): Likewise.
269         (_FP_FRAC_DISASSEMBLE_2): Likewise.
270         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
271         (_FP_FRAC_CLZ_4): Likewise.
272         (_FP_MUL_MEAT_4_wide): Likewise.
273         (_FP_MUL_MEAT_4_gmp): Likewise.
274         (_FP_SQRT_MEAT_4): Likewise.
275         (_FP_FRAC_ASSEMBLE_4): Likewise.
276         (_FP_FRAC_DISASSEMBLE_4): Likewise.
277         * soft-fp/op-common.h (_FP_CMP): Likewise.
278         (_FP_CMP_EQ): Likewise.
279         (_FP_CMP_UNORD): Likewise.
280         (_FP_TO_INT): Likewise.
281         (_FP_FROM_INT): Likewise.
282         [!__FP_CLZ] (__FP_CLZ): Likewise.
283         (_FP_DIV_HELP_imm): Likewise.
284         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
285         Likewise.
286         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
287         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
288         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
289         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
290         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
291         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
292         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
293         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
294         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
295         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
296         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
297         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
298         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
299         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
300         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
301         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
302         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
303         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
304         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
305         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
306         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
307         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
308         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
309         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
310         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
311         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
312         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
313         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
314         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
315         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
316         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
317         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
318         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
319         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
320         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
321         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
322         (FP_UNPACK_RAW_SP): Likewise.
323         (FP_PACK_RAW_S): Likewise.
324         (FP_PACK_RAW_SP): Likewise.
325         (FP_UNPACK_S): Likewise.
326         (FP_UNPACK_SP): Likewise.
327         (FP_UNPACK_SEMIRAW_S): Likewise.
328         (FP_UNPACK_SEMIRAW_SP): Likewise.
329         (FP_PACK_S): Likewise.
330         (FP_PACK_SP): Likewise.
331         (FP_PACK_SEMIRAW_S): Likewise.
332         (FP_PACK_SEMIRAW_SP): Likewise.
333         (_FP_SQRT_MEAT_S): Likewise.
334         (FP_CMP_S): Likewise.
335         (FP_CMP_EQ_S): Likewise.
336         (FP_CMP_UNORD_S): Likewise.
337         (FP_TO_INT_S): Likewise.
338         (FP_FROM_INT_S): Likewise.
340         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
342         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
343         (FP_EX_INVALID_IMZ): Likewise.
344         (FP_EX_INVALID_IMZ_FMA): Likewise.
345         (FP_EX_INVALID_ISI): Likewise.
346         (FP_EX_INVALID_ZDZ): Likewise.
347         (FP_EX_INVALID_IDI): Likewise.
348         (FP_EX_INVALID_SQRT): Likewise.
349         (FP_EX_INVALID_CVI): Likewise.
350         (FP_EX_INVALID_VC): Likewise.
351         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
352         "invalid" exceptions.
353         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
354         (_FP_ADD_INTERNAL): Likewise.
355         (_FP_MUL): Likewise.
356         (_FP_FMA): Likewise.
357         (_FP_DIV): Likewise.
358         (_FP_CMP_CHECK_NAN): Likewise.
359         (_FP_SQRT): Likewise.
360         (_FP_TO_INT): Likewise.
361         (FP_EXTEND): Likewise.
363 2014-10-09  Allan McRae  <allan@archlinux.org>
365         * po/fr.po: Update French translation from translation project.
367 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
369         [BZ #14132]
370         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
371         of INTDEF.
372         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
373         (__cxa_atexit): Use libc_hidden_proto.
374         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
376         [BZ #14132]
377         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
378         declaration.
379         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
380         [!_ISOMAC] (__iswspace_l_internal): Likewise.
381         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
382         [!_ISOMAC] (__iswctype_internal): Likewise.
383         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
384         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
385         alias.
386         (fcntl): Remove __fcntl_internal alias.
387         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
388         __connect_internal alias.
389         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
390         Likewise.
392         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
393         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
394         FP_DENORM_ZERO.
395         (_FP_CHECK_FLUSH_ZERO): New macro.
396         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
397         (_FP_CMP): Likewise.
398         (_FP_CMP_EQ): Likewise.
399         (_FP_TO_INT): Do not set inexact for subnormal arguments if
400         FP_DENORM_ZERO.
401         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
402         (FP_TRUNC): Likewise.
404         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
405         treated as invalid conversion, not as normal exponent.
407         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
408         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
409         (_FP_CMP_EQ): Likewise.
410         (_FP_CMP_UNORD): Likewise.
411         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
412         (FP_CMP_EQ_D): Likewise.
413         (FP_CMP_UNORD_D): Likewise.
414         * soft-fp/extended.h (FP_CMP_E): Likewise.
415         (FP_CMP_EQ_E): Likewise.
416         (FP_CMP_UNORD_E): Likewise.
417         * soft-fp/quad.h (FP_CMP_Q): Likewise.
418         (FP_CMP_EQ_Q): Likewise.
419         (FP_CMP_UNORD_Q): Likewise.
420         * soft-fp/single.h (FP_CMP_S): Likewise.
421         (FP_CMP_EQ_S): Likewise.
422         (FP_CMP_UNORD_S): Likewise.
423         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
424         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
425         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
426         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
427         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
428         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
429         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
430         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
431         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
432         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
433         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
434         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
435         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
436         to FP_CMP_Q.
437         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
438         FP_CMP_Q.
439         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
440         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
441         FP_CMP_EQ_Q.
442         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
443         FP_CMP_Q.
444         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
445         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
446         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
447         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
448         FP_CMP_EQ_Q.
449         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
450         FP_CMP_Q.
451         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
452         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
453         FP_CMP_EQ_Q.
454         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
455         FP_CMP_Q.
456         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
457         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
458         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
459         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
460         FP_CMP_EQ_Q.
462         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
463         a subnormal result, set the underflow exception if trapping on
464         underflow is enabled.
465         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
466         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
467         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
468         redefine to 0.
469         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
470         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
471         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
472         * soft-fp/extendxftf2.c (__extendxftf2): Use
473         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
475         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
476         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
477         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
478         FP_HANDLE_EXCEPTIONS.
479         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
480         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
481         FP_HANDLE_EXCEPTIONS.
482         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
483         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
484         FP_HANDLE_EXCEPTIONS.
485         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
486         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
487         FP_HANDLE_EXCEPTIONS.
489 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
491         [BZ #14132]
492         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
493         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
494         use INTUSE.
495         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
496         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
497         Remove alias.
498         (__adjtimex): Define using libc_hidden_ver.
499         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
500         Remove declaration.
501         (ntp_gettime): Call __adjtimex directly.
502         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
503         Remove declaration.
504         (ntp_gettimex): Call __adjtimex directly.
505         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
506         __adjtimex_internal alias.
508 2014-10-08  Roland McGrath  <roland@hack.frob.com>
510         [BZ #17460]
511         * nscd/nscd.c (more_help): Rewrite list of tables collection
512         using xstrdup and asprintf.
514         * nscd/nscd_conf.c: Remove local xstrdup declaration.
516 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
517             Roland McGrath  <roland@hack.frob.com>
519         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
520         (do_lookup_unique): ... local function 'enter' here; update callers.
522 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
524         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
525         compat_symbol calls on [SHARED].
526         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
527         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
528         Remove.
529         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
530         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
531         (oldsetrlimit): Remove.
532         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
534         (lchown): New syscall entry.
535         (oldsetrlimit): Remove.
536         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
537         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
538         (oldsetrlimit): Remove.
539         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
541         [BZ #14138]
542         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
543         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
544         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
545         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
546         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
547         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
548         (fchown): Likewise.
549         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
550         (fchown): Likewise.
551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
552         Likewise.
554 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
556         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
557         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
558         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
559         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
560         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
561         Likewise.
562         (__old_sem_post): Likewise.
564 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
566         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
567         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
568         HAVE_CLOCK_GETTIME_VSYSCALL macros.
569         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
570         Use INLINE_VSYSCALL macro.
571         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
572         __vdso_clock_gettime.
573         * sysdeps/unix/sysv/linux/tile/init-first.c
574         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
575         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
576         __vdso_clock_gettime.
578         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
579         to set up frame more cleanly.
581         * sysdeps/tile/memcmp.c: New file.
583         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
585         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
586         * sysdeps/tile/tilegx/strcasestr.c: New file.
587         * sysdeps/tile/tilegx/strnlen.c: New file.
588         * sysdeps/tile/tilegx/strstr.c: New file.
590         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
592 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
594         * nptl/tst-setuid3.c: Write errors to stdout.
596 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
598         * elf/dl-deps.c
599         (preload): New functions broken out of _dl_map_object_deps.
600         (_dl_map_object_deps):  Remove a nested function. Update call sites.
602 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
604         [BZ #14138]
605         * sysdeps/unix/sysv/linux/execve.c: Remove file.
606         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
608 2014-10-01  Steve Ellcey  <sellcey@mips.com>
610         * sysdeps/mips/strcmp.S: New.
612 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
614         [BZ #14138]
615         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
616         (linkat): Likewise.
617         (mkdirat): Likewise.
618         (readlinkat): Likewise.
619         (renameat): Likewise.
620         (symlinkat): Likewise.
621         (unlinkat): Likewise.
622         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
623         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
624         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
625         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
626         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
627         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
628         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
630 2014-09-30  Will Newton  <will.newton@linaro.org>
632         * math/math.h: Define long double math functions if
633         _LIBC_TEST is defined.
634         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
636         * localedata/Makefile: Move assignment to tests-special
637         into an ifdef testing run-built-tests.
638         * timezone/Makefile: Likewise.
640 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
642         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
643         with $(BASH) not $(SHELL).
645 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
646             Matthew LeGendre  <legendre1@llnl.gov>
648         [BZ #17411]
649         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
650         l_reloc_result.
652 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
654         * stdio-common/printf_fp.c
655         (hack_digit): New function, broken out of ...
656         (__printf_fp): ... local function here.  Update call sites.
657         hack_digit now takes an additional parameter that is a pointer
658         to a struct of the referenced locals.  Those locals moved inside
659         the struct and references updated.
661 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
663         * aclocal.m4: Require autoconf 2.69.
664         * configure: Regenerated.
665         * sysdeps/aarch64/configure: Likewise.
666         * sysdeps/alpha/configure: Likewise.
667         * sysdeps/arm/armv7/configure: Likewise.
668         * sysdeps/arm/configure: Likewise.
669         * sysdeps/ia64/configure: Likewise.
670         * sysdeps/mach/configure: Likewise.
671         * sysdeps/mips/configure: Likewise.
672         * sysdeps/s390/configure: Likewise.
673         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
676         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
677         file.
678         * sysdeps/ia64/configure.ac: Likewise.
680 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
683         specify symbol version for ld.so.  Do not include entry for
684         libpthread.
685         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
686         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
687         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
689         [BZ #14171]
690         * Makeconfig [$(build-shared) = yes]
691         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
692         makefiles.
693         [$(build-shared) = yes && $(soversions.mk-done) = t]
694         ($(common-objpfx)gnu/lib-names.h): Remove rule.
695         [$(build-shared) = yes && $(soversions.mk-done) = t]
696         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
697         to Makerules.
698         [$(build-shared) = yes && $(soversions.mk-done) = t]
699         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
700         here.
701         [$(build-shared) = yes && $(soversions.mk-done) = t]
702         (common-generated): Don't append gnu/lib-names.h and
703         gnu/lib-names.stmp here.
704         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
705         (lib-names-h-abi): New variable.
706         [$(build-shared) = yes && $(soversions.mk-done) = t]
707         (lib-names-stmp-abi): Likewise.
708         [$(build-shared) = yes && $(soversions.mk-done) = t &&
709         abi-variants] (before-compile): Append
710         $(common-objpfx)$(lib-names-h-abi).
711         [$(build-shared) = yes && $(soversions.mk-done) = t &&
712         abi-variants] (common-generated): Append gnu/lib-names.h.
713         [$(build-shared) = yes && $(soversions.mk-done) = t &&
714         abi-variants] (install-others-nosubdir): Depend on
715         $(inst_includedir)/$(lib-names-h-abi).
716         [$(build-shared) = yes && $(soversions.mk-done) = t &&
717         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
718         [$(build-shared) = yes && $(soversions.mk-done) = t]
719         ($(common-objpfx)$(lib-names-h-abi)): New rule.
720         [$(build-shared) = yes && $(soversions.mk-done) = t]
721         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
722         [$(build-shared) = yes && $(soversions.mk-done) = t]
723         (common-generated): Append $(lib-names-h-abi) and
724         $(lib-names-stmp-abi).
725         * scripts/lib-names.awk: Do not handle multi being set.
726         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
727         Remove variable.
728         (abi-lp64_be-ld-soname): Likewise.
729         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
730         Likewise.
731         (abi-hard-ld-soname): Likewise.
732         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
733         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
734         Remove variable.
735         (abi-o32_hard-ld-soname): Likewise.
736         (abi-o32_soft_2008-ld-soname): Likewise.
737         (abi-o32_hard_2008-ld-soname): Likewise.
738         (abi-n32_soft-ld-soname): Likewise.
739         (abi-n32_hard-ld-soname): Likewise.
740         (abi-n32_soft_2008-ld-soname): Likewise.
741         (abi-n32_hard_2008-ld-soname): Likewise.
742         (abi-n64_soft-ld-soname): Likewise.
743         (abi-n64_hard-ld-soname): Likewise.
744         (abi-n64_soft_2008-ld-soname): Likewise.
745         (abi-n64_hard_2008-ld-soname): Likewise.
746         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
747         Likewise.
748         (abi-64-v2-ld-soname): Likewise.
749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
750         ld.so entries.
751         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
752         variable.
753         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
754         entry.
755         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
756         variable.
757         (abi-64-ld-soname): Likewise.
758         (abi-x32-ld-soname): Likewise.
759         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
760         entry.
761         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
763 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
765         [BZ #14138]
766         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
767         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
768         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
769         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
770         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
771         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
772         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
773         syscall entry for GLIBC_2.2 symbol version.
774         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
775         Likewise.
776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
777         (setrlimit): Likewise.
778         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
779         Likewise.
781 2014-09-23  Will Newton  <will.newton@linaro.org>
783         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
784         _LINUX_ARM_SYSDEP_H include guard too.
785         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
786         define.
788 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
790         * sysdeps/unix/sysv/linux/eventfd.c:
791         Make first argument unsigned.
792         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
793         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
795 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
797         * socket/recvmmsg.c (recvmmsg): Drop const argument.
798         * socket/sys/socket.h: Likewise
799         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
801 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
803         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
805 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
807         * time/tst-ftime.c: New test.
808         * time/Makefile (tests): Add tst-ftime.
810 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
812         * soft-fp/extended.h: Fix comment formatting.
813         * soft-fp/op-1.h: Likewise.
814         * soft-fp/op-2.h: Likewise.
815         * soft-fp/op-4.h: Likewise.
816         * soft-fp/op-8.h: Likewise.
817         * soft-fp/op-common.h: Likewise.
818         * soft-fp/soft-fp.h: Likewise.
820         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
822 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
824         [BZ #6652]
825         * Makeconfig (soversions-default-setname): Remove variable.
826         ($(common-objpfx)soversions.i): Don't pass default_setname to
827         soversions.awk.
828         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
829         oldest_abi to abi-versions.awk.
830         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
831         * config.make.in (oldest-abi): Remove variable.
832         * configure.ac (--enable-oldest-abi): Remove configure option.
833         * configure: Regenerated.
834         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
835         text.
836         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
837         * scripts/soversions.awk: Do not handle default_setname variable.
838         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
839         variable.
840         * sysdeps/mach/hurd/configure: Regenerated.
841         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
842         variable.
843         * sysdeps/unix/sysv/linux/configure: Regenerated.
845 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
847         * elf/Makefile (CFLAGS-interp.c): Remove.
848         ($(elf-objpfx)runtime-linker.h): Generate header with linker
849         path string.
850         * elf/interp.c: Include generated runtime-linker.h
852         * Makerules (lib%.so): Don't include $(+interp) in
853         prerequisites.
854         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
855         * dlfcn/eval.c: Remove file.
857         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
858         macros.
860         [BZ #17266]
861         * misc/sys/cdefs.h: Define __extern_always_inline for clang
862         4.2 and newer.
864         [BZ #17370]
865         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
867 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
868             Jakub Jelinek  <jakub@redhat.com>
870         [BZ #17266]
871         * libio/stdio.h: Check definition of __fortify_function
872         instead of __extern_always_inline to include bits/stdio2.h.
873         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
874         check if __extern_always_inline is defined.
875         [__USE_MISC || __USE_XOPEN]: Likewise.
876         [__USE_ISOC99] Likewise.
877         * misc/sys/cdefs.h (__fortify_function): Define only if
878         __extern_always_inline is defined.
879         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
880         __extern_always_inline and __extern_inline only for g++-4.3
881         and newer or a compatible gcc.
883 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
885         [BZ #17371]
886         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
887         last change to handle zero prefix length.
889 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
891         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
892         _SC_REGEX_VERSION.
894         * posix/getconf.c (vars): Add _POSIX_IPV6 and
895         _POSIX_RAW_SOCKETS.
897 2014-09-13  Allan McRae  <allan@archlinux.org>
899         * po/ru.po: Update Russian translation from translation project.
901 2014-09-12  Roland McGrath  <roland@hack.frob.com>
903         * locale/programs/locale.c (show_locale_vars): Inline local function
904         into its sole call site.  Clean up some style nits.
905         (print_item): New function, broken out of ...
906         (show_info): ... local function here.  Clean up style nits.
908         * locale/programs/ld-ctype.c (set_one_default): New function, broken
909         out of ...
910         (set_class_defaults): ... local function set_default here.
911         Define set_default as a macro locally to pass constant parameters.
912         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
913         rather than a shared local.
915         * stdlib/rpmatch.c (try): New function, broken out of ...
916         (rpmatch): ... local function here.  Also, prototypify definition.
918 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
920         * scripts/soversions.awk: Do not handle configuration names.
921         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
922         vendor and os variables to soversions.awk.
923         * configure.ac: Do not modify gnu-* host_os.
924         * configure: Regenerated
925         * shlib-versions: Remove first column with configuration names.
926         * nptl/shlib-versions: Likewise.
927         * nptl_db/shlib-versions: Likewise.
928         * sysdeps/hppa/shlib-versions: Likewise.
929         * sysdeps/m68k/shlib-versions: Likewise.
930         * sysdeps/mach/hurd/shlib-versions: Likewise.
931         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
932         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
933         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
934         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
935         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
936         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
937         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
938         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
940         Likewise.
941         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
942         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
943         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
944         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
945         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
946         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
947         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
948         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
951         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
953         Regenerated.
954         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
956         Condition symbol version definitions on [HAVE_ELFV2_ABI].
958         * shlib-versions: Remove OS-specific entries.  Moved to files in
959         sysdeps.
960         * sysdeps/mach/hurd/shlib-versions: New file.
961         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
963         * nptl/shlib-versions: Remove architecture-specific entries.
964         Moved to files in sysdeps.
965         * shlib-versions: Likewise.
966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
967         file.
968         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
969         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
970         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
971         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
973         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
974         (UDP_NO_CHECK6_RX): Likewise.
976 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
978         * sysdeps/posix/sysconf.c (__sysconf): Spell
979         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
981 2014-08-12  Florian Weimer  <fweimer@redhat.com>
983         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
984         loading.
985         * iconv/Versions (__gconv_transliterate): Export for use from
986         gconv modules.
987         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
988         (struct __gconv_trans_data, __gconv_trans_fct,
989         __gconv_trans_context_fct, __gconv_trans_query_fct,
990         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
991         definitions.
992         (struct __gconv_step_data): Remove __trans member.
993         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
994         longer hidden.  Remove unused trans_data argument.
995         * iconv/gconv_int.h (struct trans_struct): Remove definition.
996         (__gconv_translit_find): Remove declaration.
997         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
998         prototype.
999         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1000         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1001         trans_data argument.  Add hidden definition.
1002         (__gconv_translit_find): Remove.
1003         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1004         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1005         * iconv/skeleton.c: Remove transliteration initialization.
1006         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1007         __gconv_step_data initialization.
1008         * libio/iofwide.c (__libio_translit_): Remove.
1009         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1010         * wcsmbs/btowc.c (__btowc): Likewise.
1011         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1012         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1013         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1014         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1015         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1016         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1017         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1018         * wcsmbs/wctob.c (wctob): Likewise.
1020 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1022         [BZ #16194]
1023         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1024         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1025         register usage.
1026         * sysdeps/x86/Makefile: Adjust.
1028 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1029             Roland McGrath  <roland@hack.frob.com>
1031         * locale/weight.h: Add include guard.
1032         (findidx): Make static rather than auto; take new parameters
1033         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1034         * locale/weightwc.h: Likewise.
1035         * posix/fnmatch_loop.c
1036         (FCT): Change type of EXTRA from int32_t to wint_t.
1037         Don't include either header inside the function.
1038         Call FINDIDX rather than findidx, and pass new arguments.
1039         #undef FINDIDX at the end of the file.
1040         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1041         FINDIDX before including fnmatch_loop.c for the non-wide version.
1042         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1043         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1044         for the wide version.
1045         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1046         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1047         Pass new arguments to findidx.
1048         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1049         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1050         Don't #include it inside the function.  Pass new arguments to findidx.
1051         * posix/regex_internal.h
1052         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1053         (re_string_elem_size_at): Don't #include it inside the function.
1054         Pass new arguments to findidx.
1055         * string/strcoll_l.c: #include WEIGHT_H at top level.
1056         (get_next_seq): Don't #include it inside the function.
1057         Pass new arguments to findidx.
1058         (get_next_seq_nocache): Likewise.
1059         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1060         (STRXFRM): Don't #include it inside the function.
1061         Pass new arguments to findidx.
1063 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1065         [BZ #17344]
1066         * malloc/malloc.c (unlink): Turn asserts into a call to
1067         malloc_printerr.
1069 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1071         [BZ #17370]
1072         * libio/wfileops (do_ftell_wide): Free OUT.
1074 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1076         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1078 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1080         [BZ #17363]
1081         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1082         group if the current group is empty.
1084 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1086         * benchtests/bench-memset.c (test_main): Add more test from size
1087         from 32 to 512 bytes.
1088         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1089         Add POWER8 memset object.
1090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1091         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1092         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1093         implementation.
1094         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1095         Likewise.
1096         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1097         multiarch POWER8 memset optimization.
1098         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1099         POWER8 memset optimization.
1101         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1102         Remove bzero multiarch objects.
1103         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1104         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1105         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1106         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1107         Remove define.
1108         [__bzero]: Redefine to specific name.
1109         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1110         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1111         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1112         define.
1113         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1114         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1116 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1118         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1119         warnings into errors.
1121         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1122         __cxa_thread_atexit_impl prototype.
1124 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1126         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1127         Fix capitalization of error message.
1129 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1131         * sysdeps/mips/preconfigure: Modify ABI tests.
1133 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1135         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1137 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1138             Carlos O'Donell  <carlos@systemhalted.org>
1140         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1141         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1142         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1143         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1144         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1145         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1146         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1147         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1148         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1149         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1150         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1151         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1152         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1153         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1154         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1155         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1156         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1157         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1158         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1159         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1160         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1161         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1162         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1163         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1164         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1165         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1166         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1167         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1168         Deconditionalize the code that was previously under [RESET_PID].
1169         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1170         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1171         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1172         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1173         include sysdep.h.
1175 2014-09-08  Allan McRae  <allan@archlinux.org>
1177         * version.h (RELEASE): Set to "development".
1178         (VERSION): Set to "2.20.90"
1180 2014-09-07  Allan McRae  <allan@archlinux.org
1182         * version.h (RELEASE): Set to "stable".
1183         (VERSION): Set to "2.20"
1184         * include/features.h (__GLIBC_MINOR__): Set to 20.
1186         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1187         Liebler.
1189         * po/ko.po: Update Korean translation from translation project.
1191 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1193         [BZ #17354]
1194         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1195         macro for handling signed relocations.
1197 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1199         [BZ #17325]
1200         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1201         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1202         assert.
1203         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1204         * iconvdata/ibm935.c (BODY): Likewise.
1205         * iconvdata/ibm937.c (BODY): Likewise.
1206         * iconvdata/ibm939.c (BODY): Likewise.
1207         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1208         assert.
1209         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1210         script.
1211         * iconvdata/run-iconv-test.sh: New test loop for checking for
1212         decoder crashers.
1214 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1216         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1217         libm_hidden_ver.
1219 2014-09-01  Allan McRae  <allan@archlinux.org>
1221         * po/eo.po: Update Esperanto translation from translation project.
1223         * po/ca.po: Update Catalan translation from translation project.
1225 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1227         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1228         __proc_dostop call.
1230 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1232         [BZ #17319]
1233         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1234         to call set_thread_area instead of hand written asm.
1235         (__NR_set_thread_area): Removed define.
1236         (TLS_FLAG_WRITABLE): Likewise.
1237         (__ASSUME_SET_THREAD_AREA): Remove check.
1238         (TLS_EBX_ARG): Remove define.
1239         (TLS_LOAD_EBX): Likewise.
1241 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1243         Simplify atomicity of socket creation in bind.
1245         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1246         looking up the name after linking the file.
1248 2014-08-27  Allan McRae  <allan@archlinux.org>
1250         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1252 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1254         [BZ #17187]
1255         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1256         trans_compare, open_translit, __gconv_translit_find):
1257         Remove module loading code.
1259 2014-08-26  Allan McRae  <allan@archlinux.org>
1261         * po/vi.po: Update Vietnamese translation from translation project.
1263         * po/uk.po: Update Ukrainian translation from translation project.
1265         * po/fr.po: Update French translation from translation project.
1267         * po/ru.po: Update Russian translation from translation project.
1269         * po/pl.po: Update Polish translation from translation project.
1271         * po/cs.po: Update Czech translation from translation project.
1273         * po/de.po: Update German translation from translation project.
1275         * po/bg.po: Update Bulgarian translation from translation project.
1277         * po/sv.po: Update Sweedish translation from translation project.
1279         * po/nl.po: Update Dutch translation from translation project.
1281         * po/es.po: Update Spanish translation from translation project.
1283 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1285         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1287         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1288         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1289         (CPPFLAGS-iconvconfig): Likewise.
1290         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1292         * include/libc-symbols.h: Remove unnecessary check for
1293         NOT_IN_libc.
1294         * nptl/pthreadP.h: Likewise.
1295         * sysdeps/aarch64/setjmp.S: Likewise.
1296         * sysdeps/alpha/setjmp.S: Likewise.
1297         * sysdeps/arm/sysdep.h: Likewise.
1298         * sysdeps/i386/setjmp.S: Likewise.
1299         * sysdeps/m68k/setjmp.c: Likewise.
1300         * sysdeps/posix/getcwd.c: Likewise.
1301         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1302         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1303         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1304         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1305         * sysdeps/sh/sh3/setjmp.S: Likewise.
1306         * sysdeps/sh/sh4/setjmp.S: Likewise.
1307         * sysdeps/unix/alpha/sysdep.h: Likewise.
1308         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1309         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1310         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1311         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1314         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1315         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1316         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1317         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1318         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1319         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1320         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1321         * sysdeps/x86_64/setjmp.S: Likewise.
1323 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1325         [BZ #17263]
1326         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1327         <stdint.h>.
1328         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1329         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1331 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1333         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1335         [BZ #17262]
1336         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1337         and __x86_64__ when disabling x87 inline functions.
1339 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1341         [BZ #17259]
1342         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1343         asm statement with __cpuid_count.
1345 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1347         * configure.ac: Change __ehdr_start code to dereference the struct.
1348         Run readelf on the output to look for relocations.
1349         * configure: Regenerated.
1351 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1353         [BZ #17261]
1354         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1355         value to 0.
1356         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1358 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1360         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1362 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1364         [BZ #16892]
1365         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1366         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1368 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1370         * malloc/malloc.c: Fix typo in comment.
1372 2014-08-09  Allan McRae  <allan@archlinux.org>
1374         * Regenerate libc.po.
1376 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1378         * intl/tst-gettext2.sh: Check every lang file for creation.
1380 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1382         * sysdeps/aarch64/fpu/math_private.h
1383         (libc_feholdsetround_noex_aarch64_ctx): New function.
1385 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1387         * sysdeps/arm/armv6/strcpy.S (strcpy):
1388         Fix performance issue in misaligned cases.
1390 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1392         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1393         Move definition from termios.h.
1394         (struct termio): Likewise.
1395         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1396         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1397         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1398         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1399         Likewise.
1400         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1401         Move definition to ioctl-types.h
1402         (struct termio): Likewise.
1403         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1404         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1405         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1406         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1407         Likewise.
1409 2014-08-05  Richard Henderson  <rth@redhat.com>
1411         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1412         exceptions.
1413         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1414         Add fraiseexcpt.
1415         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1416         Use __feraiseexcept.
1417         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1418         Protect libm symbols with IS_IN_libm.
1420         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1422 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1424         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1426 2014-08-04  Will Newton  <will.newton@linaro.org>
1428         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1429         file.
1431 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1433         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1434         variants for each function.
1436 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1438         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1439         appended ...
1440         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1441         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1442         appended ...
1443         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1444         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1445         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1446         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1447         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1448         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1449         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1450         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1451         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1452         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1453         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1454         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1455         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1456         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1457         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1458         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1459         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1460         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1461         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1462         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1463         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1464         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1465         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1466         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1467         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1468         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1469         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1470         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1471         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1472         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1473         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1474         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1475         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1476         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1477         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1478         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1479         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1480         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1481         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1482         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1483         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1484         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1485         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1486         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1487         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1488         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1489         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1490         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1491         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1492         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1493         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1494         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1495         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1496         Update #include.
1497         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1498         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1500 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1502         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1503         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1504         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1505         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1506         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1507         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1509 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1511         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1512         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1513         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1514         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1516 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1518         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1519         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1520         (__libc_vfork): Define function under this name.
1521         (__vfork): Define as an alias.
1522         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1523         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1525 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1527         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1528         that was previously under [RESET_PID].
1529         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1531 2014-08-04  Andreas Schwab  <schwab@suse.de>
1533         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1535 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1537         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1538         (main): Likewise.
1540 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1542         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1544 2014-08-01  Richard Henderon  <rth@redhat.com>
1546         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1547         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1548         typo in exact zero test.
1549         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1550         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1551         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1553 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1555         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1556         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1557         * sysdeps/arm/sysdep.h: ... here.
1558         [!__ASSEMBLER__]: Include <stdint.h>.
1560 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1562         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1563         (HAVE_WCTYPE_H): Likewise.
1564         (HAVE_ISWCTYPE): Likewise.
1565         (ENABLE_NLS): Likewise.
1566         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1567         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1569         * posix/regex_internal.c: Check if DEBUG is defined and is
1570         set.
1572         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1573         (HAVE_MBSRTOWCS): Likewise.
1574         * posix/fnmatch.c: Include string.h unconditionally.
1576 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1578         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1579         reversal.
1581 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1583         * sysdeps/generic/safe-fatal.h: New file.
1584         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1585         * nptl/forward.c: Include it.
1586         (__pthread_unwind): Use __safe_fatal as default action, rather
1587         than a bogus use of INTERNAL_SYSCALL that could never work.
1589         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1590         * configure.ac (libc_cv_builtin_trap): New test.
1591         * configure: Regenerated.
1592         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1593         (ABORT_INSTRUCTION): Define using __builtin_trap.
1595         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1596         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1597         * sysdeps/nptl/nptl-signals.h: New file.
1598         * nptl/pthreadP.h: Include <nptl-signals.h>.
1600 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1602         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1603         (ONE_DIRECTION): Define.
1604         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1605         (ONE_DIRECTION): Define.
1606         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1607         (ONE_DIRECTION): Define.
1609 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1611         * sysdeps/s390/Makefile: Delete file.
1612         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1613         * sysdeps/s390/__longjmp.c: Delete file.
1614         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1615         Remove fields __flags and __reserved.
1616         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1617         and add versioning.
1618         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1619         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1620         * sysdeps/s390/rtld-setjmp.S: Likewise.
1621         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1622         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1623         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1624         * sysdeps/s390/s390-32/setjmp.S: ... here.
1625         Add versioning.
1626         (__sigsetjmp): Remove setting __flags field.
1627         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1628         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1629         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1630         * sysdeps/s390/s390-64/setjmp.S: ... here.
1631         Add versioning.
1632         (__sigsetjmp): Remove setting __flags field.
1633         * sysdeps/s390/setjmp.S: Delete file.
1634         * sysdeps/s390/sigjmp.c: Likewise.
1635         * sysdeps/s390/v1-longjmp.c: Likewise.
1636         * sysdeps/s390/v1-setjmp.h: Likewise.
1637         * sysdeps/s390/v1-sigjmp.c: Likewise.
1638         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1639         Remove v1-longjmp_chk.
1640         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1641         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1642         Include debug/longjmp_chk.c and add versioning.
1643         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1644         Include nptl/pt-longjmp.c and add versioning.
1645         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1646         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1647         Include __longjmp.c.
1648         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1649         Move to ...
1650         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1651         (__getcontext): Remove setting __flags field.
1652         Add versioning.
1653         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1654         Don't restore upper high grps.
1655         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1656         Likewise.
1657         (__swapcontext): Remove setting uc_flags field.
1658         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1659         Delete file.
1660         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1661         Include __longjmp.c.
1662         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1663         Move to ...
1664         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1665         (__getcontext): Remove setting __flags field.
1666         Add versioning.
1667         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1668         (__swapcontext): Remove setting uc_flags field.
1669         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1670         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1671         Remove fields uc_high_gprs and __reserved.
1672         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1673         New file with reverted content.
1674         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1675         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1676         Regenerated.
1677         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1678         Regenerated.
1680 2014-07-31  Andreas Schwab  <schwab@suse.de>
1682         * config.h.in (HAVE_IFUNC): Define to 0.
1683         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1684         definedness.
1686 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1688         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1689         memmove-avx-unaligned, memcpy-avx-unaligned and
1690         mempcpy-avx-unaligned.
1691         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1692         Add tests for AVX memcpy functions.
1693         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1694         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1695         memcpy_chk.
1696         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1697         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1698         memmove_chk.
1699         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1700         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1701         mempcpy_chk.
1702         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1703         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1704         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1706 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1708         [BZ #17213]
1709         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1710         powerpc64le.
1712 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1714         [BZ #16839]
1715         * manual/llio.texi: Add section about open file description locks.
1716         * manual/examples/ofdlocks.c: Example of open file description
1717         lock usage.
1718         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1719         F_OFD_SETLK, and F_OFD_SETLKW.
1721 2014-07-23  Allan McRae  <allan@archlinux.org>
1723         * po/es.po: Update Spanish translation from translation project.
1725 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1727         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1729 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1731         [BZ #17078]
1732         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1733         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1734         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1736 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1738         [BZ #17088]
1739         * math/fesetenv.c (__fesetenv)
1740         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1741         * math/feupdateenv.c (__feupdateenv)
1742         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1744         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1745         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1746         (__ASSUME_SOCKETCALL): Do not define.
1748         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1749         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1750         (__ASSUME_SOCKETCALL): Do not define.
1751         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1752         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1753         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1754         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1755         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1756         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1757         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1758         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1760         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1761         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1762         (__ASSUME_SOCKETCALL): Do not define.
1763         (__ASSUME_IPC64): Define unconditionally.
1764         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1765         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1766         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1767         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1768         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1769         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1770         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1771         Likewise.
1773         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1774         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1775         (__ASSUME_SOCKETCALL): Do not define.
1776         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1777         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1778         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1779         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1780         (__ASSUME_REQUEUE_PI): Define unconditionally.
1781         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1782         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1783         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1784         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1785         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1786         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1788         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1789         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1790         (__ASSUME_SOCKETCALL): Do not define.
1791         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1792         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1793         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1794         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1795         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1796         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1798         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1799         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1800         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1801         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1802         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1803         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1804         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1805         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1806         (__ASSUME_GETCPU_SYSCALL): Likewise.
1808         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1809         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1810         cases for individual architectures.
1811         * sysdeps/gnu/configure: Regenerated.
1812         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1813         LIBC_SLIBDIR_RTLDDIR.
1814         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1815         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1816         LIBC_SLIBDIR_RTLDDIR.
1817         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1819         LIBC_SLIBDIR_RTLDDIR.
1820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1821         Regenerated.
1822         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1823         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1824         file.
1825         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1826         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1827         file.
1828         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1829         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1830         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1831         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1833         * sysdeps/aarch64/shlib-versions: Move to ...
1834         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1835         * sysdeps/alpha/shlib-versions: Move to ...
1836         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1837         * sysdeps/arm/shlib-versions: Move to ...
1838         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1839         * sysdeps/hppa/shlib-versions: Move all contents except for
1840         libgcc_s entry to ...
1841         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1842         entry from ...
1843         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1844         * sysdeps/ia64/shlib-versions: Move to ...
1845         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1846         entry from ...
1847         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1848         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1849         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1850         * sysdeps/microblaze/shlib-versions: Move to ...
1851         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1852         * sysdeps/mips/shlib-versions: Move to ...
1853         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1854         entry from ...
1855         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1856         * sysdeps/tile/shlib-versions: Move to ...
1857         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1858         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1859         from ...
1860         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1861         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1862         entry from ...
1863         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1865 2014-07-17  Will Newton  <will.newton@linaro.org>
1867         * sysdeps/arm/bits/atomic.h
1868         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1869         (__arch_compare_and_exchange_bool_16_int): Likewise.
1870         (__arch_compare_and_exchange_bool_64_int): Likewise.
1872         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1873         into an #else block.
1875 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1877         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1878         just Linux configurations.  Test empirically that the compiler sets
1879         __ARM_EABI__, rather than using the tuple to decide.
1880         * sysdeps/arm/preconfigure: Regenerated.
1881         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1882         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1883         contents appended ...
1884         * sysdeps/arm/configure.ac: ... here.
1885         * sysdeps/arm/configure: Regenerated.
1887 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1889         * nptl/pthread_kill.c: New file.
1890         * nptl/pthread_sigmask.c: New file.
1891         * nptl/pthread_sigqueue.c: New file.
1893         * sysdeps/nptl/lowlevellock.h: New file.
1894         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1895         * sysdeps/nptl/lowlevellock-futex.h: New file.
1897         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1898         Remove dead declarations.
1900 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1902         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1903         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1904         config-cflags-avx2.
1905         * sysdeps/x86_64/configure.ac: Likewise.
1906         * sysdeps/i386/configure: Regenerated.
1907         * sysdeps/x86_64/configure: Likewise.
1908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1909         memset-avx2 only if config-cflags-avx2 is yes.
1910         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1911         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1912         defined.
1913         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1914         only if HAVE_AVX2_SUPPORT is defined.
1915         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1917 2014-07-14  Alan Modra  <amodra@gmail.com>
1919         [BZ #17153]
1920         * elf/elf.h (DT_PPC64_NUM): Correct value.
1921         * NEWS: Add to fixed bug list.
1923 2014-07-13  Jim Meyering  <meyering@fb.com>
1925         [BZ 17150]
1926         regex: don't deref NULL upon heap allocation failure
1927         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1928         failure in one more place.
1929         To trigger the segfault, configure grep -with-included-regex,
1930         build it, and run these commands:
1931         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1933 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1935         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1937 2014-07-11  Richard Henderson  <rth@redhat.com>
1939         * sysdeps/aarch64/libm-test-ulps: Update.
1941 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1943         [BZ #17135]
1944         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1945         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1946         (__nptl_setxid): Initialize error member.  Call
1947         __nptl_setxid_error.
1948         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1949         * nptl/descr.h (struct xid_command): Add error member.
1950         * nptl/tst-setuid3.c: New file.
1951         * nptl/Makefile (tests): Add it.
1953 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1955         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1956         New define.
1957         (__lll_trylock): Use __lll_base_trylock.
1958         (__lll_cond_trylock): Likewise.
1960 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1962         * nptl/pthread_create.c (start_thread): Use atomic_or and
1963         lll_futex_wake directly rather than lll_robust_dead.
1964         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1965         (lll_robust_dead): Macro removed.
1966         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1967         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1968         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1969         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1970         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1971         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1972         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1973         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1974         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1975         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1976         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1977         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1978         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1979         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1980         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1982         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1983         Use atomic_compare_and_exchange_val_acq directly rather than
1984         lll_robust_trylock.
1985         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1986         (__lll_robust_trylock, lll_robust_trylock): Removed.
1987         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1988         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1989         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1990         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1991         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1992         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1993         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1994         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1995         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1996         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1997         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1998         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1999         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2000         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2002 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2004         * manual/locale.texi (Locale Names): New section documenting
2005         locale name syntax.  Adjust menu and node chaining accordingly.
2006         (Choosing Locale): Reference Locale Names, Locale Categories.
2007         Mention setting LC_ALL=C.  Reflect that name syntax is now
2008         documented.
2009         (Locale Categories): New section title.  Reference Locale Names.
2010         LC_ALL is an environment variable, but not a category.
2011         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2012         description, now in Locale Name.  Reference that section.  Locale
2013         name syntax is now documented.
2015 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2017         [BZ #17137]
2018         * locale/findlocale.c (name_present, valid_locale_name): New
2019         functions.
2020         (_nl_find_locale): Use the loc_name variable to store name
2021         candidates.  Call name_present and valid_locale_name to check and
2022         validate locale names.  Return an error if the locale is invalid.
2024 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2026         * locale/setlocale.c (setlocale): Use strdup for allocating
2027         composite name copy.
2029 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2031         Sync up with gnulib.
2032         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2033         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2034         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2035         and _GL_ARG_NONNULL.
2036         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2037         [!_LIBC]: Include code for Windows and Cygwin.
2038         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2039         Include prototype for int strerror_r.
2040         [!_LIBC] (is_open): New function.
2041         (flush_stdout): New function.
2042         (print_errno_message): Use it.
2043         (error): Likewise.
2044         (error_at_line): Likewise.
2045         (error_tail) Add function attribute macros.  Use
2046         __builtin_expect.
2048         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2050         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2052         * io/ftw.c: Include sys/param.h unconditionally.
2054         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2056         [BZ #17125]
2057         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2058         libc_freeres_ptr.
2059         (freecache): New function to free CACHE on exit.
2061         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2062         initialization.
2064 2014-07-09  David S. Miller  <davem@davemloft.net>
2066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2068         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2069         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2070         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2071         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2072         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2073         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2074         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2075         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2076         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2077         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2078         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2079         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2080         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2082 2014-07-09  Andreas Schwab  <schwab@suse.de>
2084         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2085         output.
2086         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2087         (do_test): Likewise.
2089         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2091 2014-07-09  Will Newton  <will.newton@linaro.org>
2093         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2094         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2095         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2096         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2097         * sysdeps/hppa/start.S (_start): Likewise.
2099 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2101         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2103         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2104         defined.
2106 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2108         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2109         after checking that it is non-NULL.
2111         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2113 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2115         * sysdeps/powerpc/memmove.c: Remove file.
2116         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2117         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2118         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2119         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2120         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2121         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2122         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2123         string memmove instead of removed powerpc one.
2125         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2126         [weak_alias]: Fix compiler warning due trailing data.
2127         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2128         [weak_alias]: Likewise.
2129         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2130         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2132         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2133         (__libc_ifunc_impl_list): Add memmove functions.
2135 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2137         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2138         Remove code.
2139         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2140         Likewise
2141         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2142         Likewise
2143         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2144         Likewise
2145         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2146         Likewise
2147         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2148         Likewise
2149         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2150         Likewise
2151         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2152         Likewise
2153         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2154         Likewise
2155         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2156         Likewise
2157         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2158         Likewise
2159         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2160         Likewise
2161         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2162         Likewise
2163         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2164         Likewise
2165         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2166         Likewise
2167         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2168         Likewise
2169         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2170         Likewise
2172 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2174         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2175         to avoid alignment traps in non-cacheable memory.
2176         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2179         multiarch objects.
2180         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2181         file: multiarch power7 memmove.
2182         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2183         multiarch default memmove.
2184         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2185         multiarch memove for powerpc32/power4.
2187         * string/bcopy.c: Use full path to include memmove.c.
2188         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2189         multiarch objects.
2190         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2191         bcopy for powerpc64.
2192         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2193         bcopy for powerpc64.
2194         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2195         and memmove implementations.
2196         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2197         optimized multiarch memmove for POWER7/powerpc64.
2198         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2199         default multiarch memmove for powerpc64.
2200         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2201         multiarch for powerpc64.
2202         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2203         for POWER7/powerpc64.
2204         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2205         memmove for POWER7/powerpc64.
2207         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2208         glibc default one.
2210         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2211         __ELF_NATIVE_CLASS equal to 64.
2213 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2215         * sysdeps/nptl/lowlevellock.h: File removed.
2217         * NEWS: NPTL is no longer an add-on!
2218         * nptl/internaltypes.h: Moved ...
2219         * sysdeps/nptl/internaltypes.h: ... here.
2220         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2221         * sysdeps/nptl/fork.c: Likewise.
2222         * sysdeps/nptl/gai_misc.h: Likewise.
2223         * sysdeps/nptl/librt-cancellation.c: Likewise.
2224         * sysdeps/nptl/jmp-unwind.c: Likewise.
2225         * sysdeps/nptl/setxid.h: Likewise.
2226         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2227         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2228         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2229         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2230         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2231         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2232         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2233         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2234         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2235         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2236         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2237         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2238         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2239         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2240         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2241         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2242         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2243         * nptl/Makeconfig: Moved ...
2244         * sysdeps/nptl/Makeconfig: ... here.
2245         * nptl/configure: File removed.
2246         * nptl/ANNOUNCE: File removed.
2247         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2248         * sysdeps/unix/sysv/linux/configure: Regenerated.
2250         * nptl/Makefile (routines): Add libc_pthread_init,
2251         libc_multiple_threads, register-atfork and unregister-atfork.
2252         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2253         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2254         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2255         pthread-pi-defines.sym, structsem.sym.
2256         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2257         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2258         [$(subdir) = nptl] (tests): Add tst-setgetname.
2259         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2260         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2261         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2262         [!LIBC_SIGACTION]: Remove aliases.
2263         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2264         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2265         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2266         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2267         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2268         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2269         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2270         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2271         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2272         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2273         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2274         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2275         __libc_allocate_rtsig_private.
2276         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2277         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2278         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2279         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2280         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2281         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2282         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2283         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2284         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2285         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2286         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2287         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2288         * nptl/internaltypes.h: ... here.
2289         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2290         * sysdeps/nptl/jmp-unwind.c: ... here.
2291         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2292         * nptl/libc-lowlevellock.c: ... here.
2293         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2294         * nptl/libc_multiple_threads.c: ... here.
2295         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2296         * nptl/libc_pthread_init.c: ... here.
2297         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2298         * nptl/lowlevelbarrier.sym: ... here.
2299         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2300         * nptl/lowlevelcond.sym: ... here.
2301         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2302         * nptl/lowlevellock.c: ... here.
2303         * nptl/lowlevellock.h: Moved ...
2304         * sysdeps/nptl/lowlevellock.h: ... here.
2305         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2306         * nptl/lowlevelrobustlock.c: ... here.
2307         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2308         * nptl/lowlevelrobustlock.sym: ... here.
2309         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2310         * nptl/lowlevelrwlock.sym: ... here.
2311         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2312         * nptl/pt-fork.c: ... here.
2313         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2314         * nptl/pthread-pi-defines.sym: ... here.
2315         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2316         * nptl/pthread_attr_getaffinity.c: ... here.
2317         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2318         * nptl/pthread_attr_setaffinity.c: ... here.
2319         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2320         * nptl/pthread_mutex_cond_lock.c: ... here.
2321         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2322         Update #include.
2323         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2324         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2325         * nptl/pthread_once.c: ... here, replacing old file.
2326         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2327         * nptl/pthread_yield.c: ... here.
2328         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2329         * nptl/register-atfork.c: ... here.
2330         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2331         * nptl/sem_post.c: ... here.
2332         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2333         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2334         * nptl/sem_timedwait.c: ... here.
2335         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2336         * nptl/sem_trywait.c: ... here.
2337         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2338         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2339         * nptl/sem_wait.c: ... here.
2340         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2341         * nptl/structsem.sym: ... here.
2342         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2343         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2344         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2345         * nptl/unregister-atfork.c: ... here.
2346         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2347         * nptl/unwindbuf.sym: ... here.
2348         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2349         * sysdeps/nptl/fork.c: ... here.
2350         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2351         * sysdeps/nptl/fork.h: ... here.
2352         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2353         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2354         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2355         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2356         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2357         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2358         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2359         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2360         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2361         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2362         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2363         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2364         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2365         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2366         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2367         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2368         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2369         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2370         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2371         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2372         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2373         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2374         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2375         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2376         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2377         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2378         * sysdeps/unix/sysv/linux/raise.c: ... here.
2379         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2380         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2381         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2382         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2383         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2384         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2385         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2386         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2387         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2388         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2389         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2390         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2391         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2392         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2393         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2395 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2397         * sysdeps/generic/memcopy.h: Add comment for
2398         MEMCPY_OK_FOR_FWD_MEMMOVE.
2400 2014-07-04  Will Newton  <will.newton@linaro.org>
2402         * string/memchr.c: Merge from gnulib.
2403         [_LIBC]: Remove conditionals.
2404         (__ptr_t): Remove define.
2405         (LONG_MAX_32_BITS): Likewise.
2406         (LONG_MAX): Likewise.
2407         (MEMCHR): Use ANSI prototype and optimize algorithm.
2409         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2411 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2413         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2414         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2416         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2417         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2418         in a bare environment with no <stdlib.h> installed.
2419         * sysdeps/nptl/configure: Regenerated.
2421         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2423         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2424         AC_EGREP_CPP for kernel header checks, so they only succeed if
2425         including <linux/version.h> actually works right.
2426         * sysdeps/unix/sysv/linux/configure: Regenerated.
2428         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2429         value so it's not diagnosed as unused.
2431         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2432         thing) with "ifeq ($(subdir),rt)".
2434 2014-07-03  Richard Henderson  <rth@redhat.com>
2436         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2437         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2438         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2440         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2441         (math_force_eval): New.
2443         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2444         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2446         * sysdeps/alpha/fpu/s_round.c: Remove file.
2447         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2449         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2450         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2451         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2452         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2453         (_dl_start, print_statistics): Likewise.
2454         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2455         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2457         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2458         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2459         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2460         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2461         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2462         (HP_SMALL_TIMING_AVAIL): Define.
2463         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2464         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2465         (HP_SMALL_TIMING_AVAIL): Define.
2466         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2467         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2469         * sysdeps/aarch64/hp-timing.h: New file.
2471         * sysdeps/generic/hp-timing.h: Remove dead comment.
2472         * sysdeps/generic/hp-timing-common.h: New file.
2473         * sysdeps/alpha/hp-timing.h: Include it.
2474         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2475         * sysdeps/i386/i686/hp-timing.h: Likewise.
2476         * sysdeps/ia64/hp-timing.h: Likewise.
2477         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2478         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2479         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2480         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2481         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2482         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2483         (hp_timing_t): New.
2485         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2486         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2487         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2488         * elf/rtld.c (_dl_start_final): Likewise.
2489         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2490         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2491         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2492         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2493         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2494         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2495         (HP_TIMING_DIFF_INIT): Remove.
2496         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2497         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2498         (HP_TIMING_DIFF_INIT): Remove.
2499         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2500         * sysdeps/i386/i686/hp-timing.c: Remove file.
2501         * sysdeps/x86_64/hp-timing.c: Remove file.
2502         * sysdeps/ia64/hp-timing.c: Remove file.
2503         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2504         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2505         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2506         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2508         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2509         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2510         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2511         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2512         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2513         (HP_TIMING_ACCUM): Remove.
2514         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2515         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2516         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2518         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2519         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2520         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2521         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2522         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2523         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2524         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2525         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2527         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2529 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2531         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2533 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2535         Sync up with gettext.
2536         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2537         [_MSC_VER]: Include malloc.h
2538         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2539         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2540         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2541         TEMP_FAILURE_RETRY.  Cast return of alloca.
2542         [!_LIBC] Call gl_rwlock_init.
2543         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2545 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2547         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2548         before checking its value.
2550 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2552         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2554         * debug/memcpy_chk.c: Don't include pagecopy.h.
2555         * debug/mempcpy_chk.c: Likewise.
2556         * string/memcpy.c: Likewise.
2557         * string/memmove.c: Likewise.
2558         * sysdeps/powerpc/memmove.c: Likewise.
2559         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2560         definition of PAGE_COPY_FWD_MAYBE here...
2561         * sysdeps/generic/pagecopy.h: ... from here.
2562         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2564 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2565             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2567         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2568         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2569         optimizations.
2570         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2571         (__libc_ifunc_impl_list): Likewise.
2572         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2573         multiarch strcat for PPC64.
2574         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2575         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2577 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2579         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2581 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2583         * intl/loadmsgcat.c: Remove declaration of
2584         get_sysdep_segment_value.
2585         (get_sysdep_segment_value): Use ISO C style.
2586         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2587         semicolon.  Fix typo and formatting in comment.
2588         (_nl_unload_domain): Use ISO C style.
2590         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2592 2014-07-02  Will Newton  <will.newton@linaro.org>
2594         * malloc/obstack.c: Merge from gnulib master.
2595         [HAVE_CONFIG_H]: Remove conditional code.
2596         [!_LIBC]: Include config.h.
2597         [!ELIDE_CODE]: Don't include inttypes.h, include
2598         stdint.h unconditionally.
2599         (print_and_abort): Mark as _Noreturn.
2600         (_obstack_allocated_p): Mark as __attribute_pure__.
2601         (obstack_free): Rename to __obstack_free.
2602         [!__attribute__]: Remove conditional code.
2603         * malloc/obstack.h: Merge from gnulib master.
2604         [__cplusplus]: Move conditional down.
2605         [!__attribute_pure__]: Define __attribute_pure__ here
2606         if it is not already defined.
2607         (_obstack_memory_used): Mark as __attribute_pure__.
2608         [!__obstack_free]: Define as obstack_free.
2609         [__GNUC__]: Remove check for ancient NeXT gcc.
2611 2014-07-02  Will Newton  <will.newton@linaro.org>
2612             Paul Eggert  <eggert@cs.ucla.edu>
2614         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2616 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2618         * resolv/gethnamaddr.c: Add comment warning that the file is
2619         not maintained.
2621 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2623         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2624         entries.
2626         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2627         entry for aio_cancel and aio_cancel64.
2628         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2629         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2630         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2631         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2632         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2633         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2634         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2635         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2636         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2637         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2638         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2639         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2640         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2642 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2644         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2645         * nptl/pthread_mutex_lock.c: Likewise.
2646         * nptl/pthread_mutex_timedlock.c: Likewise.
2647         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2649 2014-07-01  Richard henderson  <rth@redhat.com>
2651         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2652         (__isnan, __isnanl): Remove.
2653         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2655         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2657 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2659         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2661 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2663         * resolv/nss_dns/dns-host.c (getanswer_r)
2664         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2666 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2668         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2669         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2670         undefine.
2671         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2672         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2674 2014-07-01  Roland McGrath <roland@hack.frob.com>
2676         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2677         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2679         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2680         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2682         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2683         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2684         ... here.
2685         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2686         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2688         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2689         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2690         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2691         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2693         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2694         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2695         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2696         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2697         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2698         Moved ...
2699         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2700         ... here.
2701         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2702         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2703         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2704         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2705         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2706         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2707         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2708         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2709         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2710         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2711         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2712         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2713         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2714         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2715         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2716         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2717         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2718         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2719         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2720         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2721         ... here.
2722         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2723         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2724         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2725         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2726         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2727         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2728         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2729         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2731 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2733         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2734         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2735         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2736         Add sysdep.
2738 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2742 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2744         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2745         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2747         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2749         * sysdeps/arm/libm-test-ulps: Regenerated.
2751 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2752             Roland McGrath <roland@hack.frob.com>
2754         * test-skeleton.c (signal_handler): Kill the whole process group
2755         before killing the child individually.
2756         (main): Report any failure on `setpgid'.
2758 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2760         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2761         from _TLS_H to _ARM_NPTL_TLS_H.
2762         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2763         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2765 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2767         [BZ #16539]
2768         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2769         (__expm1l): Return argument unchanged when small but not
2770         subnormal.
2772         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2773         include macro name.
2774         (_FP_UNPACK_RAW_1_P): Likewise.
2775         (_FP_PACK_RAW_1): Likewise.
2776         (_FP_PACK_RAW_1_P): Likewise.
2777         (_FP_MUL_MEAT_1_wide): Likewise.
2778         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2779         (_FP_MUL_MEAT_1_hard): Likewise.
2780         (_FP_DIV_MEAT_1_imm): Likewise.
2781         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2782         (_FP_DIV_MEAT_1_udiv): Likewise.
2783         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2784         (_FP_UNPACK_RAW_2): Likewise.
2785         (_FP_UNPACK_RAW_2_P): Likewise.
2786         (_FP_PACK_RAW_2): Likewise.
2787         (_FP_PACK_RAW_2_P): Likewise.
2788         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2789         (_FP_MUL_MEAT_2_wide): Likewise.
2790         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2791         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2792         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2793         (_FP_MUL_MEAT_2_gmp): Likewise.
2794         (_FP_DIV_MEAT_2_udiv): Likewise.
2795         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2796         (_FP_FRAC_SRL_4): Likewise.
2797         (_FP_FRAC_SRST_4): Likewise.
2798         (_FP_FRAC_SRS_4): Likewise.
2799         (_FP_UNPACK_RAW_4): Likewise.
2800         (_FP_UNPACK_RAW_4_P): Likewise.
2801         (_FP_PACK_RAW_4): Likewise.
2802         (_FP_PACK_RAW_4_P): Likewise.
2803         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2804         (_FP_MUL_MEAT_4_wide): Likewise.
2805         (_FP_MUL_MEAT_4_gmp): Likewise.
2806         (umul_ppppmnnn): Likewise.
2807         (_FP_DIV_MEAT_4_udiv): Likewise.
2808         (__FP_FRAC_ADD_4): Likewise.
2809         (__FP_FRAC_SUB_3): Likewise.
2810         (__FP_FRAC_SUB_4): Likewise.
2811         (__FP_FRAC_DEC_3): Likewise.
2812         (__FP_FRAC_DEC_4): Likewise.
2813         (__FP_FRAC_ADDI_4): Likewise.
2814         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2815         (_FP_FRAC_SRL_8): Likewise.
2816         (_FP_FRAC_SRS_8): Likewise.
2818         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2819         include macro name.
2820         (FP_UNPACK_RAW_EP): Likewise.
2821         (FP_PACK_RAW_E): Likewise.
2822         (FP_PACK_RAW_EP): Likewise.
2823         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2824         (_FP_ISSIGNAN): Likewise.
2825         (_FP_ADD_INTERNAL): Likewise.
2826         (_FP_FMA): Likewise.
2827         (_FP_CMP): Likewise.
2828         (_FP_SQRT): Likewise.
2829         (_FP_TO_INT): Likewise.
2830         (_FP_FROM_INT): Likewise.
2831         (FP_EXTEND): Likewise.
2832         (_FP_DIV_MEAT_N_loop): Likewise.
2834 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2836         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2837         throughout.
2839 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2841         [BZ #17097]
2842         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2843         result with correct sign in case of exponents that produce
2844         overflow except for X very close to 1.
2846 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2848         mktime: merge #if/#ifdef usage from glibc
2849         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2850         as that works with both Glibc's and Gnulib's style.
2851         See thread starting at Siddhesh Poyarekar's bug report at:
2852         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2854 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2856         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2857         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2858         * sysdeps/tile/tilegx/memmove.c: Remove file.
2860 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2862         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2863         abi-name definition.
2864         * scripts/soversions.awk: Do not handle or generate ABI lines.
2865         * shlib-versions: Remove ABI entries.
2866         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2867         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2869 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2871         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2872         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2873         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2874         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2875         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2876         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2877         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2878         Moved ...
2879         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2880         ... here.
2881         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2882         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2883         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2884         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2885         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2886         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2887         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2888         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2889         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2890         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2891         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2892         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2893         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2894         Moved ...
2895         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2896         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2897         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2898         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2899         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2900         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2901         Moved ...
2902         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2903         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2904         Moved ...
2905         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2906         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2907         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2908         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2909         Moved ...
2910         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2911         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2912         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2913         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2914         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2915         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2916         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2917         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2918         Moved ...
2919         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2920         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2921         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2922         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2923         Moved ...
2924         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2925         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2926         Moved ...
2927         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2928         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2929         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2930         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2931         Moved ...
2932         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2933         ... here.
2934         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2935         Identical file removed.
2936         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2937         Moved ...
2938         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2939         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2940         Identical file removed.
2941         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2942         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2943         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2944         Moved ...
2945         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2946         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2947         Identical file removed.
2948         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2949         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2950         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2951         Identical file removed.
2952         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2953         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2954         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2955         Identical file removed.
2956         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2957         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2958         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2959         Identical file removed.
2960         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2961         Moved ...
2962         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2963         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2964         Identical file removed.
2965         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2966         Moved ...
2967         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2968         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2969         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2970         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2971         Identical file removed.
2972         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2973         Moved ...
2974         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2975         ... here.
2976         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2977         Identical file removed.
2978         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2979         Moved ...
2980         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2981         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2982         Identical file removed.
2983         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2984         Moved ...
2985         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2986         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2987         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2988         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2989         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2990         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2991         Moved ...
2992         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2993         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2994         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2996         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2997         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2998         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2999         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3000         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3002 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
3004         [BZ #17092]
3005         * nscd/nscd.c (monitor_child): Return exit status of child
3006         instead of return value from wait syscall.
3008 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3010         * configure.ac (libc_commonpagesize): Remove variable.
3011         (libc_relro_required): Likewise.
3012         (libc_cv_z_relro): Remove configure test.
3013         * configure: Regenerated.
3014         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3015         variable.
3016         (libc_relro_required): Likewise.
3017         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3018         (libc_relro_required): Likewise.
3019         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3020         (libc_relro_required): Likewise.
3021         * sysdeps/arm/preconfigure: Regenerated.
3022         * sysdeps/ia64/preconfigure: Remove file.
3023         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3024         variable.
3025         (libc_relro_required): Likewise.
3027         [BZ #16561]
3028         [BZ #16562]
3029         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3030         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3031         recompute overflowing results in original rounding mode.
3032         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3033         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3034         recompute overflowing results in original rounding mode.
3035         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3036         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3037         recompute overflowing results in original rounding mode.
3038         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3039         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3040         recompute overflowing results in original rounding mode.
3041         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3042         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3043         recompute overflowing results in original rounding mode.
3044         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3045         (libc_feholdsetround_ctx): New macro.
3046         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3047         * sysdeps/i386/fpu/libm-test-ulps: Update.
3048         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3050 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3052         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3053         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3054         corresponding .cpsetup call.
3056 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3058         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3059         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3060         * sysdeps/arm/Makefile [$(subdir) = csu]
3061         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3062         (static-only-routines): Add aeabi_read_tp here.
3063         (shared-only-routines): Add libc-aeabi_read_tp here.
3064         (CFLAGS-libc-start.c): Add -fexceptions here.
3065         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3066         (sysdep_routines, static-only-routines, shared-only-routines):
3067         Don't add to these here.
3068         (CFLAGS-libc-start.c): Likewise.
3070         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3071         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3072         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3073         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3074         * sysdeps/arm/Makefile [$(subdir) = rt]
3075         (librt-sysdep_routines, librt-shared-only-routines):
3076         Append rt-aeabi_unwind_cpp_pr1 here.
3077         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3078         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3079         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3080         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3081         Append nptl-aeabi_unwind_cpp_pr1 here.
3082         (tests): Filter out tst-cleanupx4 here.
3083         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3084         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3085         Don't do those here.
3087 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3089         * scripts/list-sources.sh: Do not handle ports specially.
3091 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3093         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3094         * sysdeps/arm/feupdateenv.c: Likewise.
3096         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3098 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3100         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3101         trailing whitespace removed.
3102         * scripts/config.guess: Update to version 2014-03-23.
3103         * scripts/config.sub: Update to version 2014-05-01
3104         * scripts/install-sh: Update to version 2013-12-25.23.
3105         * scripts/move-if-change: Update from gnulib.
3107 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3109         * debug/memmove_chk.c: Remove pagecopy.h include.
3111 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3113         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3114         identical to gnulib mktime.
3116 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3118         * configure.ac: Do not test for machine being rs6000.  Do not test
3119         for powerpc*-*soft.
3120         * configure: Regenerated.
3122         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3123         test.
3124         * configure: Regenerated.
3125         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3126         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3127         Remove configure test.
3128         * sysdeps/arm/configure: Regenerated.
3129         * sysdeps/nptl/configure.ac: Do not check
3130         libc_cv_asm_cfi_directives.
3131         * sysdeps/nptl/configure: Regenerated.
3132         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3133         * sysdeps/x86_64/nptl/configure: Remove generated file.
3134         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3135         unconditional.
3136         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3138 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3140         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3141         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3142         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3143         it is defined.
3145         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3146         instead of whether it is defined.
3147         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3148         * sysdeps/hppa/dl-machine.h: Likewise.
3149         * sysdeps/ia64/dl-machine.h: Likewise.
3150         * sysdeps/m68k/dl-machine.h: Likewise.
3151         * sysdeps/microblaze/dl-machine.h: Likewise.
3152         * sysdeps/mips/dl-machine.: Likewise.
3153         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3154         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3155         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3156         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3157         * sysdeps/sh/dl-machine.h: Likewise.
3158         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3159         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3160         * sysdeps/tile/dl-machine.h: Likewise.
3161         * sysdeps/x86_64/dl-machine.h: Likewise.
3163         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3164         code.
3165         (verify_persistent_db): Likewise.
3167 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3170         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3172         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3174         Moved ...
3175         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3176         ... here.
3177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3178         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3179         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3180         Identical file removed.
3181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3182         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3184         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3186         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3188         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3190         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3192         Moved ...
3193         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3195         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3197         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3198         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3199         Moved ...
3200         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3201         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3202         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3203         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3204         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3206         Identical file removed.
3207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3208         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3210         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3212         Moved ...
3213         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3214         ... here.
3215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3216         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3218         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3220         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3222         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3223         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3224         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3226         Moved ...
3227         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3228         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3229         Moved ...
3230         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3232         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3233         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3234         Moved ...
3235         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3237         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3239         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3240         folded into ...
3241         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3242         * sysdeps/unix/sysv/linux/s390/Versions
3243         (libpthread: GLIBC_2.19): New version set.
3244         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3245         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3246         (librt: GLIBC_2.3.3): New version set.
3247         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3248         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3249         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3250         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3251         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3252         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3253         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3254         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3255         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3256         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3257         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3258         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3259         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3260         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3261         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3262         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3263         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3264         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3265         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3266         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3267         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3268         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3269         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3270         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3271         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3272         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3273         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3274         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3275         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3276         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3277         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3278         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3279         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3280         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3281         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3282         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3283         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3284         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3285         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3286         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3287         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3288         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3289         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3290         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3291         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3293         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3294         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3295         (__libc_vfork): Define the function under this name.
3296         [!NOT_IN_libc] (__vfork): Make this an alias.
3297         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3298         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3299         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3300         (__libc_vfork): Define the function under this name.
3301         [!NOT_IN_libc] (__vfork): Make this an alias.
3302         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3303         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3304         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3305         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3306         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3307         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3309         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3310         code that was previously under [RESET_PID].
3311         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3312         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3313         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3315         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3316         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3317         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3318         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3319         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3320         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3321         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3322         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3323         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3324         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3325         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3326         Moved ...
3327         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3328         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3329         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3330         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3331         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3332         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3333         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3334         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3335         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3336         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3337         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3338         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3339         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3340         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3341         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3343         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3344         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3345         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3346         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3347         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3348         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3349         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3350         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3351         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3352         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3353         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3354         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3355         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3357 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3359         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3360         that was previously under [RESET_PID].
3361         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3363 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3365         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3366         not undefine and redefine.
3367         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3368         [O_CLOEXEC]: Make code unconditional.
3369         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3370         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3371         <kernel-features.h>.
3372         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3373         conditional variable definition.
3374         (shm_open) [O_CLOEXEC]: Make code unconditional.
3375         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3376         code.
3378         * configure.ac (USE_REGPARMS): Don't define here.
3379         * configure: Regenerated.
3380         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3381         * sysdeps/i386/configure: Regenerated.
3383         * nptl/createthread.c: Don't include kernel-features.h.
3384         * nptl/pthread_cancel.c: Likewise.
3385         * nptl/pthread_condattr_setclock.c: Likewise.
3386         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3387         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3388         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3389         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3390         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3391         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3392         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3393         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3394         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3395         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3396         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3397         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3398         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3399         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3400         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3401         * nscd/gai.c: Likewise.
3402         * nss/nss_db/db-open.c: Likewise.
3403         * sysdeps/generic/ldsodefs.h: Likewise.
3404         * sysdeps/sh/nptl/tls.h: Likewise.
3405         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3406         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3407         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3408         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3409         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3410         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3411         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3412         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3413         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3414         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3415         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3416         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3417         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3418         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3419         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3420         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3421         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3422         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3423         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3424         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3425         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3426         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3427         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3428         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3429         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3430         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3431         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3432         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3433         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3434         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3435         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3436         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3437         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3438         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3439         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3440         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3441         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3442         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3443         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3444         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3445         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3446         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3447         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3448         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3449         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3450         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3451         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3452         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3453         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3454         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3455         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3456         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3457         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3458         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3459         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3460         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3461         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3462         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3485         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3486         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3487         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3488         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3489         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3490         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3491         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3492         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3493         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3494         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3495         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3496         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3497         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3498         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3499         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3500         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3501         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3502         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3503         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3504         * sysdeps/unix/sysv/linux/system.c: Likewise.
3505         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3506         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3507         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3508         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3509         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3510         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3511         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3513         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3514         * configure: Regenerated.
3515         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3517         * configure.ac (base_machine): Do not set specially for particular
3518         machines here.
3519         * configure: Regenerated.
3520         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3521         settings from configure.ac.
3522         * sysdeps/i386/preconfigure: New file.
3523         * sysdeps/s390/preconfigure: Likewise.
3524         * sysdeps/sh/preconfigure: Likewise.
3525         * sysdeps/sparc/preconfigure: Likewise.
3527 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3529         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3530         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3531         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3532         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3533         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3534         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3535         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3536         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3537         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3538         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3539         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3540         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3541         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3542         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3543         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3544         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3545         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3546         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3547         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3549         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3550         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3551         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3552         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3553         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3554         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3555         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3556         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3557         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3558         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3559         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3560         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3561         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3562         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3563         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3564         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3565         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3566         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3567         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3568         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3569         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3570         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3571         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3572         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3573         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3574         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3575         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3576         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3577         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3578         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3579         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3580         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3581         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3582         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3583         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3584         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3585         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3586         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3589         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3591         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3593         Moved ...
3594         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3595         ... here.
3596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3597         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3598         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3599         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3600         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3601         Moved ...
3602         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3603         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3604         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3605         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3606         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3607         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3608         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3610         Moved ...
3611         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3612         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3613         Moved ...
3614         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3615         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3616         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3617         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3618         Moved ...
3619         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3620         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3621         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3622         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3623         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3625         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3626         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3627         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3629         Moved ...
3630         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3631         ... here.
3632         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3633         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3634         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3635         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3636         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3637         Moved ...
3638         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3639         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3640         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3641         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3642         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3643         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3644         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3645         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3646         Moved ...
3647         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3648         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3649         Moved ...
3650         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3651         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3652         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3653         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3654         Moved ...
3655         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3656         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3657         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3658         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3659         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3661 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3663         * timezone/checktab.awk: Update from tzcode 2014e.
3664         * timezone/private.h: Likewise.
3665         * timezone/tzfile.h: Likewise.
3666         * timezone/zdump.c: Likewise.
3667         * timezone/zic.c: Likewise.
3669         * sysdeps/unix/sysv/linux/kernel-features.h
3670         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3671         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3672         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3673         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3674         Remove conditional code.
3676 2014-06-25  Will Newton  <will.newton@linaro.org>
3678         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3679         (_dl_arm_cap_flags): Add HWCAP2 values.
3680         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3681         (_DL_HWCAP_COUNT): Increase to 37.
3682         (_DL_HWCAP_LAST): New define.
3683         (_DL_HWCAP2_LAST): New define.
3684         (_dl_procinfo): Add support for printing
3685         AT_HWCAP2 entries.
3686         (_dl_string_hwcap): Use _dl_hwcap_string.
3688 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3692 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3694         * README: Do not mention ports directory.
3696         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3697         Remove macro.
3698         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3699         <kernel-features.h>.
3700         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3701         conditional variable definition.
3702         (__futimes): Update comment.
3703         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3704         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3706         [BZ #16560]
3707         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3708         arguments close to 0.
3709         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3710         Likewise.
3711         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3712         Likewise.
3713         * math/auto-libm-test-in: Add more tests of exp10.
3714         * math/auto-libm-test-out: Regenerated.
3715         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3717         * sysdeps/unix/sysv/linux/kernel-features.h
3718         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3719         * sysdeps/unix/sysv/linux/readv.c: Do not include
3720         <kernel-features.h>.
3721         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3722         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3723         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3724         unconditional.
3725         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3726         conditional code.
3727         * sysdeps/unix/sysv/linux/writev.c: Do not include
3728         <kernel-features.h>.
3729         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3730         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3731         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3732         unconditional.
3733         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3734         conditional code.
3736 2014-06-25  Will Newton  <will.newton@linaro.org>
3738         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3739         comment changes throughout the file.  Remove checks
3740         for HAVE_*_H definitions that are not required.
3741         (__gen_tempname): Call abort if an unknown kind value is
3742         passed.
3744 2014-06-25  Andreas Schwab  <schwab@suse.de>
3746         [BZ #17086]
3747         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3748         scalbln, scalblnf, scalblnl in libc.
3750 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3752         [BZ #17086]
3753         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3754         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3755         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3757 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3759         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3760         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3761         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3762         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3763         Update #include.
3764         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3765         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3766         Update #include.
3767         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3768         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3769         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3770         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3771         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3772         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3773         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3774         * sysdeps/x86/bits/semaphore.h: ... here.
3775         * sysdeps/x86/nptl/elide.h: Moved ...
3776         * sysdeps/x86/elide.h: ... here.
3777         * sysdeps/x86_64/nptl/Implies: File removed.
3778         * sysdeps/i386/nptl/Implies: File removed.
3780 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3782         [BZ #16539]
3783         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3784         return the argument for normal arguments with exponent below -64.
3785         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3786         Likewise.
3787         * math/auto-libm-test-in: Add another test of expm1.
3788         * math/auto-libm-test-out: Regenerated.
3790         [BZ #16287]
3791         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3792         calling __erfcl for arguments at least 16.
3793         * math/auto-libm-test-in: Add more tests of erf.
3794         * math/auto-libm-test-out: Regenerated.
3796         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3797         individual architectures.
3798         * sysdeps/unix/sysv/linux/configure: Regenerated.
3799         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3800         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3801         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3802         (ldd_rewrite_script): Define variable.
3803         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3805         file.
3806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3807         generated file.
3808         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3809         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3810         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3811         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3812         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3813         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3814         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3815         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3817 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3819         [BZ #17084]
3820         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3821         Rename member __data.d to __data.__elision_data.
3823 2014-06-24  Wilco  <wdijkstr@arm.com>
3825         * NEWS: Add 16918 to fixed bug list.
3827 2014-06-24  Wilco  <wdijkstr@arm.com>
3829         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3831 2014-06-24  Wilco  <wdijkstr@arm.com>
3833         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3834         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3835         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3836         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3837         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3838         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3839         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3840         Use _FPU_MASK_RM.
3842 2014-06-24  Wilco  <wdijkstr@arm.com>
3844         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3846 2014-06-24  Wilco  <wdijkstr@arm.com>
3848         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3849         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3850         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3851         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3853 2014-06-24  Wilco  <wdijkstr@arm.com>
3855         [BZ #16918]
3856         * sysdeps/arm/feupdateenv.c (feupdateenv):
3857         Rewrite to reduce FPSCR accesses and fix return value.
3859 2014-06-24  Wilco  <wdijkstr@arm.com>
3861         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3862         Optimize to avoid unnecessary FPSCR writes.
3863         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3864         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3865         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3866         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3868 2014-06-24  Wilco  <wdijkstr@arm.com>
3870         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3871         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3872         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3873         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3874         Call libc_fetestexcept_vfp.
3875         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3876         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3877         __SOFTFP__ ifdef so that they can be built for softfp.
3879 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3881         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3882         argument type signed char.
3884         * Makerules (check-abi): Dump diff of symlist if the test
3885         fails.
3887 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3889         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3890         using abort.
3892         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3893         Remove unused variable ST.
3895 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3897         [BZ #16354]
3898         [BZ #17061]
3899         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3900         small arguments before calling __expm1.
3901         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3902         small arguments before calling __expm1f.
3903         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3904         small arguments before calling __expm1l.
3905         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3906         Likewise.
3907         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3908         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3909         spurious underflow for some cosh tests.
3910         * math/auto-libm-test-out: Regenerated.
3911         * sysdeps/i386/fpu/libm-test-ulps: Update.
3913         [BZ #17050]
3914         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3915         (__ieee754_y1): Set errno if return value overflows.
3916         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3917         (__ieee754_y1f): Set errno if return value overflows.
3918         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3919         (__ieee754_y1l): Set errno if return value overflows.
3920         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3921         (__ieee754_y1l): Set errno if return value overflows.
3922         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3923         * math/auto-libm-test-out: Regenerated.
3925         * math/gen-auto-libm-tests.c: Document use of
3926         ignore-zero-inf-sign.
3927         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3928         (input_flags): Add ignore-zero-inf-sign.
3929         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3930         * math/gen-libm-test.pl (generate_testfile): Handle
3931         ignore-zero-inf-sign.
3932         * math/auto-libm-test-in: Mark some cpow tests with
3933         ignore-zero-inf-sign and some with xfail-rounding.
3934         * math/auto-libm-test-out: Regenerated.
3935         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3936         * sysdeps/i386/fpu/libm-test-ulps: Update.
3937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3939         [BZ #16315]
3940         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3941         overflowing or underflowing operations take place with sign of
3942         result.
3943         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3944         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3945         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3946         (__ieee754_pow): Recompute overflowing and underflowing results in
3947         original rounding mode.
3948         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3949         (__powl_helper): Allow negative argument X and scale negated value
3950         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3951         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3952         overflowing or underflowing operations take place with sign of
3953         result.
3954         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3955         Include <math.h>.
3956         * math/auto-libm-test-in: Add more tests of pow.
3957         * math/auto-libm-test-out: Regenerated.
3958         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3959         (pow_tonearest_test_data): Remove.
3960         (pow_test_tonearest): Likewise.
3961         (pow_towardzero_test_data): Likewise.
3962         (pow_test_towardzero): Likewise.
3963         (pow_downward_test_data): Likewise.
3964         (pow_test_downward): Likewise.
3965         (pow_upward_test_data): Likewise.
3966         (pow_test_upward): Likewise.
3967         (main): Don't call removed functions.
3968         * sysdeps/i386/fpu/libm-test-ulps: Update.
3969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3971 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3974         Moved ...
3975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3977         Moved ...
3978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3980         Moved ...
3981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3983         Moved ...
3984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3986         File removed.
3987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3988         File removed.
3989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3990         File removed.
3991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3992         File removed.
3993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3994         File removed.
3995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3996         File removed.
3997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3998         File removed.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4000         File removed.
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4002         File removed.
4003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4004         File removed.
4005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4006         File removed.
4007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4008         File removed.
4009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4010         Moved ...
4011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4013         Moved ...
4014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4015         ... here.
4016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4017         Moved ...
4018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4020         Moved ...
4021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4023         Moved ...
4024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4026         Moved ...
4027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4029         Moved ...
4030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4032         Moved ...
4033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4035         Moved ...
4036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4039         ... here.
4040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4041         Moved ...
4042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4044         Moved ...
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4046         ... here.
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4048         Moved ...
4049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4050         ... here.
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4052         Moved ...
4053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4054         ... here.
4055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4056         Moved ...
4057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4059         Moved ...
4060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4064         Moved ...
4065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4066         ... here.
4067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4068         Moved ...
4069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4070         ... here.
4071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4072         Moved ...
4073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4075         Moved ...
4076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4078         Moved ...
4079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4081         Moved ...
4082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4084         Moved ...
4085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4086         ... here.
4087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4088         Moved ...
4089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4091         Moved ...
4092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4094         Moved ...
4095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4097         Moved ...
4098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4102         Moved ...
4103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4105         Moved ...
4106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4108         Moved ...
4109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4110         ... here.
4111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4112         Moved ...
4113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4114         ... here.
4115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4116         Moved ...
4117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4118         ... here.
4119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4120         Moved ...
4121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4123         Moved ...
4124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4126         Moved ...
4127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4129         Moved ...
4130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4131         ... here.
4132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4133         Moved ...
4134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4135         ... here.
4136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4137         Moved ...
4138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4139         ... here.
4140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4141         Moved ...
4142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4144         Moved ...
4145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4147 2014-06-23  Will Newton  <will.newton@linaro.org>
4148             Wilco  <wdijkstr@arm.com>
4150         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4151         implementation.  Include get-rounding-mode.h.
4152         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4153         [!libc_feholdsetround_noex_ctx]: Define
4154         libc_feholdsetround_noex_ctx.
4155         [!libc_feholdsetround_noexf_ctx]: Define
4156         libc_feholdsetround_noexf_ctx.
4157         [!libc_feholdsetround_noexl_ctx]: Define
4158         libc_feholdsetround_noexl_ctx.
4159         (libc_feholdsetround_ctx): New function.
4160         (libc_feresetround_ctx): New function.
4161         (libc_feholdsetround_noex_ctx): New function.
4162         (libc_feresetround_noex_ctx): New function.
4164 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4166         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4167         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4168         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4169         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4170         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4171         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4173         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4174         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4175         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4176         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4177         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4178         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4179         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4180         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4181         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4182         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4183         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4184         Moved ...
4185         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4186         ... here.
4187         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4188         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4189         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4190         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4191         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4192         Moved ...
4193         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4194         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4195         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4196         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4197         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4198         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4199         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4200         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4201         Moved ...
4202         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4203         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4204         Moved ...
4205         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4206         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4207         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4208         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4209         Moved ...
4210         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4211         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4212         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4213         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4214         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4215         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4216         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4217         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4218         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4219         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4220         Moved ...
4221         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4222         ... here.
4223         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4224         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4225         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4226         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4227         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4228         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4229         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4230         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4231         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4232         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4233         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4234         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4235         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4236         Moved ...
4237         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4238         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4239         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4240         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4241         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4242         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4243         Moved ...
4244         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4245         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4246         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4247         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4248         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4250         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4251         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4252         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4253         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4254         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4255         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4256         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4257         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4258         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4259         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4260         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4261         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4262         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4263         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4264         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4265         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4266         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4267         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4268         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4269         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4270         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4271         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4272         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4273         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4274         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4275         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4276         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4277         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4279 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4281         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4282         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4283         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4284         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4285         (IPV6_PMTUDISC_INTERFACE): Likewise.
4286         (IPV6_PMTUDISC_OMIT): Likewise.
4288 2014-06-23  Andreas Schwab  <schwab@suse.de>
4290         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4291         Remove unused errout label.
4293 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4295         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4296         macro: hardware supports Vector Crypto instructions.
4298 2014-06-23  Will Newton  <will.newton@linaro.org>
4300         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4301         rather than __builtin_expect.
4303         * elf/dl-lookup.c (undefined_msg): Remove variable.
4304         (_dl_lookup_symbol_x): Replace undefined_msg with string
4305         literal.
4307         * elf/dl-lookup.c (do_lookup_unique): New function.
4308         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4309         to a separate function.
4311 2014-06-23  Andreas Schwab  <schwab@suse.de>
4313         [BZ #17079]
4314         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4315         before reading the next line.
4317 2014-06-23  Will Newton  <will.newton@linaro.org>
4319         * test-skeleton.c (signal_handler): Use printf and %m
4320         rather than perror.  Use printf rather than fprintf to
4321         stderr.  Use puts rather than fputs to stderr.
4322         (main): Likewise.
4324 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4326         * nscd/nscd.c (thread_info_t): Remove typedef.
4327         (thread_info): Remove variable.
4329 2014-06-21  Allan McRae  <allan@archlinux.org>
4331         * NEWS: Mention CVE-2014-4043.
4333 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4335         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4336         * nptl/smp.h: ... here.
4338         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4340         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4341         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4342         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4343         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4345         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4346         * nptl/stack-aliasing.h: New file.
4347         * sysdeps/i386/i686/stack-aliasing.h: New file.
4348         * sysdeps/i386/i686/nptl/Makefile: File removed.
4349         * sysdeps/x86_64/stack-aliasing.h: New file.
4350         * sysdeps/x86_64/nptl/Makefile
4351         (CFLAGS-pthread_create.c): Variable removed.
4353         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4354         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4355         old file.
4356         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4357         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4358         old file.
4360 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4362         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4363         (__ASSUME_SIGFRAME_V2): Remove macro.
4364         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4365         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4366         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4367         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4368         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4369         Declare as function.  Remove conditional macro definitions.
4370         (__default_rt_sa_restorer): Likewise.
4371         (__default_sa_restorer_v1): Remove declaration.
4372         (__default_sa_restorer_v2): Likewise.
4373         (__default_rt_sa_restorer_v1): Likewise.
4374         (__default_rt_sa_restorer_v2): Likewise.
4375         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4376         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4377         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4379 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4381         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4382         (libpthread-routines): Add sysdep.
4383         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4384         * sysdeps/unix/sysv/linux/sparc/Versions
4385         (libpthread: GLIBC_2.3.3): New version set.
4386         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4387         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4388         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4389         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4390         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4391         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4392         Moved ...
4393         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4394         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4395         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4396         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4397         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4398         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4399         * sysdeps/sparc/nptl/sem_init.c: ... here.
4400         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4401         * sysdeps/sparc/nptl/sem_post.c: ... here.
4402         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4403         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4404         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4405         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4406         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4407         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4408         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4409         (libpthread-routines): Add cpu_relax.
4410         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4411         File removed.
4412         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4413         (librt: GLIBC_2.3.3): New version set.
4414         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4415         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4416         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4417         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4418         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4420         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4421         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4422         Moved ...
4423         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4425         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4426         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4427         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4428         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4429         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4430         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4431         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4432         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4433         Moved ...
4434         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4435         Update #include.
4436         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4437         Moved ...
4438         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4439         Update #include.
4440         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4441         Moved ...
4442         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4443         Update #include.
4444         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4445         Moved ...
4446         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4447         Update #include.
4448         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4449         Moved ...
4450         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4451         Update #include.
4452         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4453         Moved ...
4454         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4455         Update #include.
4456         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4457         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4459         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4461         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4463         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4465         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4467         Moved ...
4468         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4470         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4471         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4472         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4474 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4476         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4477         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4478         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4479         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4480         * nscd/nscd.c: Likewise.
4481         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4482         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4483         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4484         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4486         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4487         <kernel-features.h>.
4488         (init_mq_netlink): Remove conditional have_sock_cloexec
4489         definitions.  Remove code conditional on have_sock_cloexec < 0.
4490         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4491         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4492         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4493         <kernel-features.h>.
4494         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4495         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4497 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4499         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4500         Add tests for memset_chk and memset.
4502         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4503         with AVX2_Usable.
4505 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4507         [BZ #16046]
4508         * elf/tst-dl-iter-static.c: New file.
4509         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4511         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4512         error.
4514 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4516         * sysdeps/unix/sysv/linux/kernel-features.h
4517         (__ASSUME_F_GETOWN_EX): Remove macro.
4518         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4519         <kernel-features.h>.
4520         (miss_F_GETOWN_EX): Remove variable or macro.
4521         (do_fcntl): Do not check miss_F_GETOWN_EX.
4522         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4524         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4525         Remove macro.
4526         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4527         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4528         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4530         * sysdeps/unix/sysv/linux/kernel-features.h
4531         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4532         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4533         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4534         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4536 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4538         [BZ #17075]
4539         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4540         Fix calculation of the symbol's value.
4541         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4542         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4543         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4544         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4545         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4546         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4547         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4548         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4549         (modules-names): Add `tst-armtlsdescmod',
4550         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4551         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4552         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4553         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4554         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4555         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4556         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4557         ($(objpfx)tst-armtlsdescloc): New dependency.
4558         ($(objpfx)tst-armtlsdescextnow): Likewise.
4559         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4560         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4561         TLS scheme support.
4562         * sysdeps/arm/configure: Regenerate.
4564 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4566         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4567         (__atfct_seterrno_2): Likewise.
4568         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4569         <kernel-features.h>.
4570         (__ASSUME_ATFCTS): Do not undefine and redefine.
4571         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4572         (__have_atfcts): Remove conditional definition.
4573         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4574         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4575         unreachable if [__ASSUME_ATFCTS].
4576         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4577         not undefine and redefine.
4578         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4579         <kernel-features.h>.
4580         (faccessat) [__NR_faccessat]: Make code unconditional.
4581         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4582         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4583         <kernel-features.h>.
4584         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4585         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4586         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4587         <kernel-features.h>.
4588         (fchownat) [__NR_fchownat]: Make code unconditional.
4589         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4590         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4591         <kernel-features.h>.
4592         (futimesat) [__NR_futimesat]: Make code unconditional.
4593         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4594         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4595         <kernel-features.h>.
4596         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4597         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4598         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4599         <kernel-features.h>.
4600         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4601         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4602         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4603         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4604         <kernel-features.h>.
4605         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4606         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4607         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4608         <kernel-features.h>.
4609         (linkat) [__NR_linkat]: Make code unconditional.
4610         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4611         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4612         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4613         <kernel-features.h>.
4614         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4615         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4616         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4617         <kernel-features.h>.
4618         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4619         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4620         * sysdeps/unix/sysv/linux/openat.c: Do not include
4621         <kernel-features.h>.
4622         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4623         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4624         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4625         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4626         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4627         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4628         <kernel-features.h>.
4629         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4630         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4631         result of INLINE_SYSCALL directly, not via int variable.
4632         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4633         <kernel-features.h>.
4634         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4635         (renameat) [__NR_renameat]: Make code unconditional.
4636         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4637         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4638         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4639         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4640         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4641         (__ASSUME_ATFCTS): Do not undefine and redefine.
4642         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4643         <kernel-features.h>.
4644         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4645         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4646         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4647         <kernel-features.h>.
4648         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4649         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4650         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4651         (__ASSUME_ATFCTS): Do not undefine and redefine.
4652         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4653         <kernel-features.h>.
4654         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4655         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4656         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4657         <kernel-features.h>.
4658         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4659         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4661 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4663         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4665 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4667         [BZ #17069]
4668         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4669         constructed tree before returning error.
4670         * posix/bug-regexp36.c: Expand test case.
4672 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4674         [BZ #6803]
4675         * math/libm-test.inc (scalbln_test_date):
4676         Add errno expectations.
4677         * math/w_scalblnf.c: New File.
4678         Add wrapper which checks for setting errno to ERANGE.
4679         Add weak_alias for corresponding scalbln function.
4680         * math/w_scalbln.c: Likewise.
4681         * math/w_scalblnl.c: Likewise.
4682         * math/Makefile (libm-calls): Add w_scalbln.
4683         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4684         Remove weak_alias for corresponding scalbln function.
4685         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4686         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4687         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4688         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4689         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4690         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4691         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4692         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4693         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4694         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4695         Remove long_double_symbol for scalblnl function in libm, libc.
4696         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4697         Add wrapper which checks for setting errno to ERANGE.
4698         Add long_double_symbol for scalblnl function in libm, libc.
4699         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4700         Remove long_double_symbol for scalblnl in libm.
4701         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4702         Add wrapper which checks for setting errno to ERANGE.
4703         Add long_double_symbol for scalblnl function in libm.
4704         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4705         Do not use wrapper because of own implementation.
4707 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4709         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4710         3 bytes for __pad1 for x32.
4711         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4713 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4714             H.J. Lu  <hongjiu.lu@intel.com>
4716         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4717         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4718         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4719         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4720         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4722 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4724         [BZ #17069]
4725         * posix/regcomp.c (parse_expression): Deallocate partially
4726         constructed tree before returning error.
4727         * posix/Makefile.c (tests): Add bug-regex36.
4728         (generated): Add bug-regex36.mtrace.
4729         (tests-special): Add $(objpfx)bug-regex36-mem.out
4730         (bug-regex36-ENV): New variable.
4731         ($(objpfx)bug-regex36-mem.out): New rule.
4732         * posix/bug-regex36.c: New file.
4734 2014-06-19  Will Newton  <will.newton@linaro.org>
4736         * malloc/malloc.c (systrim): If extra is zero then return
4737         early.
4739 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4741         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4743 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4745         * sysdeps/aarch64/strchr.S: New file.
4747 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4749         [BZ #17022]
4750         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4751         from arguments -2 or below.
4752         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4753         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4755 2014-06-18  Andreas Schwab  <schwab@suse.de>
4757         [BZ #17062]
4758         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4759         of a bracket expr not to run off the end of the string.
4760         * posix/Makefile (tests): Add tst-fnmatch3.
4761         * posix/tst-fnmatch3.c: New file.
4763 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4765         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4766         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4767         [$(cross-compiling) = no]: Likewise.
4768         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4769         [$(cross-compiling) = no]: Likewise.
4771 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4773         [BZ #17031]
4774         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4775         double, adjusted for any remainder from the high double.
4776         * math/libm-test.inc (nearbyint): Add tests.
4777         (rint): Likewise.
4779 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4781         * nptl/sysdeps/powerpc/Makefile: Moved ...
4782         * sysdeps/powerpc/nptl/Makefile: ... here.
4783         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4784         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4785         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4786         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4787         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4788         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4789         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4790         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4791         * nptl/sysdeps/powerpc/tls.h: Moved ...
4792         * sysdeps/powerpc/nptl/tls.h: ... here.
4794 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4796         [BZ #16681]
4797         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4798         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4799         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4800         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4801         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4802         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4803         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4804         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4805         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4807 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4809         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4811 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4813         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4814         defined operator.
4816         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4817         $TIMEOUTFACTOR.
4819 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4821         [BZ #17058]
4822         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4823         non-executed part of the test.
4825 2014-06-16  Andreas Schwab  <schwab@suse.de>
4827         * string/bits/string2.h (strdup, strndup): Update feature guard.
4829 2014-06-14  David S. Miller  <davem@davemloft.net>
4831         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4833 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4835         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4836         that was previously under [RESET_PID].
4837         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4839         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4840         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4841         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4842         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4843         (__libc_vfork): New strong alias.
4844         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4846 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4848         * sysdeps/generic/elide.h: New file.
4850 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4852         * Makefile (installed-headers): Adjust path of pthread.h header.
4854 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4856         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4857         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4858         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4859         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4861         * nptl/sysdeps/s390/Makefile: Moved ...
4862         * sysdeps/s390/nptl/Makefile: ... here.
4863         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4864         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4865         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4866         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4867         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4868         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4869         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4870         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4871         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4872         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4873         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4874         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4875         * nptl/sysdeps/s390/tls.h: Moved ...
4876         * sysdeps/s390/nptl/tls.h: ... here.
4878         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4879         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4881 2014-06-13  David S. Miller  <davem@davemloft.net>
4883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4886         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4888         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4890         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4891         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4892         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4893         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4894         Remove RESET_PID cpp guards.
4895         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4896         Remove RESET_PID cpp guards.
4897         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4899 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4901         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4902         __sp to uintptr_t.
4904 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4906         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4907         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4908         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4909         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4910         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4911         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4912         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4913         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4914         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4915         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4916         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4917         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4918         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4919         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4920         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4921         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4922         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4923         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4924         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4925         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4927         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4928         (pthread_rwlock_rdlock): Add elision.
4929         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4930         (pthread_rwlock_wrlock): Add elision.
4931         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4932         (pthread_rwlock_trywrlock): Add elision.
4933         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4934         (pthread_rwlock_tryrdlock): Add elision.
4935         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4936         (pthread_rwlock_tryrdlock): Add elision unlock.
4937         * nptl/sysdeps/pthread/pthread.h:
4938         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4939         (PTHREAD_RWLOCK_INITIALIZER,
4940         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4941         Handle new elision field.
4942         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4943         * sysdeps/arm/nptl/bits/pthreadtypes.h
4944         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4945         * sysdeps/sh/nptl/bits/pthreadtypes.h
4946         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4947         * sysdeps/tile/nptl/bits/pthreadtypes.h
4948         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4949         * sysdeps/a/nptl/bits/pthreadtypes.h
4950         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4951         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4952         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4953         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4954         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4955         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4956         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4957         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4958         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4959         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4960         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4961         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4962         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4963         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4964         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4965         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4966         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4967         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4968         (elision_init): Set try_xbegin to zero when no RTM.
4969         * sysdeps/x86/nptl/bits/pthreadtypes.h
4970         (pthread_rwlock_t): Change __pad1 to __rwelision.
4971         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4973 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4975         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4976         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4977         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4978         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4980 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4982         [BZ #16996]
4983         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4984         that the cached result has been set before returning it.
4986 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4988         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4989         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4990         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4991         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4992         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4993         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4995         * nptl/sysdeps/sparc/Makefile: Moved ...
4996         * sysdeps/sparc/nptl/Makefile: ... here.
4997         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4998         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4999         * nptl/sysdeps/sparc/tls.h: Moved ...
5000         * sysdeps/sparc/nptl/tls.h: ... here.
5001         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5002         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5003         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5004         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5005         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5006         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5007         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5008         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5009         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5010         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5011         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5012         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5013         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5014         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5015         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5016         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5017         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5018         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5019         Update #include.
5020         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5021         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5022         Update #include.
5023         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5024         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5025         Update #include.
5026         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5027         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5028         Update #include.
5030         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5032         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5033         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5035         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5036         (struct list_links): Type removed.
5037         (struct thread_node, struct timer_node): Replace struct list_links
5038         with struct list_head.
5039         (list_unlink_ip): Likewise.
5040         * sysdeps/pthread/timer_routines.c
5041         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5042         (list_append, list_insbefore): Likewise.
5043         (list_init): Function removed.
5044         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5045         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5046         * sysdeps/pthread/Makefile: ... here, new file.
5048         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5049         * sysdeps/nptl/Implies: ... here.
5050         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5051         * nptl/sysdeps/pthread/list.h: Moved ...
5052         * include/list.h: ... here.
5053         * nptl/sysdeps/pthread/createthread.c: Moved ...
5054         * nptl/createthread.c: ... here.
5055         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5056         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5057         * nptl/pt-longjmp.c: ... here.
5058         * nptl/sysdeps/pthread/Makefile: Moved ...
5059         * sysdeps/nptl/Makefile: ... here.
5060         * nptl/sysdeps/pthread/Subdirs: Moved ...
5061         * sysdeps/nptl/Subdirs: ... here.
5062         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5063         * sysdeps/nptl/aio_misc.h: ... here.
5064         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5065         * sysdeps/nptl/bits/libc-lock.h: ... here.
5066         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5067         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5068         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5069         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5070         * nptl/sysdeps/pthread/configure: Moved ...
5071         * sysdeps/nptl/configure: ... here.
5072         * nptl/sysdeps/pthread/configure.ac: Moved ...
5073         * sysdeps/nptl/configure.ac: ... here.
5074         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5075         * sysdeps/nptl/gai_misc.h: ... here.
5076         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5077         * sysdeps/nptl/librt-cancellation.c: ... here.
5078         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5079         * sysdeps/nptl/malloc-machine.h: ... here.
5080         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5081         * sysdeps/nptl/pthread-functions.h: ... here.
5082         * nptl/sysdeps/pthread/pthread.h: Moved ...
5083         * sysdeps/nptl/pthread.h: ... here.
5084         * nptl/sysdeps/pthread/setxid.h: Moved ...
5085         * sysdeps/nptl/setxid.h: ... here.
5086         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5087         * sysdeps/nptl/sigfillset.c: ... here.
5088         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5089         * sysdeps/nptl/tcb-offsets.h: ... here.
5090         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5091         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5092         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5093         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5094         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5095         * sysdeps/pthread/allocalim.h: ... here.
5096         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5097         * sysdeps/pthread/bits/sigthread.h: ... here.
5098         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5099         * sysdeps/pthread/flockfile.c: ... here.
5100         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5101         * sysdeps/pthread/ftrylockfile.c: ... here.
5102         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5103         * sysdeps/pthread/funlockfile.c: ... here.
5104         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5105         * sysdeps/pthread/posix-timer.h: ... here.
5106         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5107         * sysdeps/pthread/timer_create.c: ... here.
5108         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5109         * sysdeps/pthread/timer_delete.c: ... here.
5110         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5111         * sysdeps/pthread/timer_getoverr.c: ... here.
5112         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5113         * sysdeps/pthread/timer_gettime.c: ... here.
5114         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5115         * sysdeps/pthread/timer_routines.c: ... here.
5116         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5117         * sysdeps/pthread/timer_settime.c: ... here.
5118         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5119         * sysdeps/pthread/tst-timer.c: ... here.
5120         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5121         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5123         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5124         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5126         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5127         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5128         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5129         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5130         Update #include target.
5131         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5132         * sysdeps/i386/i686/nptl/Makefile: ... here.
5133         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5134         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5135         Update #include target.
5136         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5137         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5138         * nptl/sysdeps/i386/Makefile: Moved ...
5139         * sysdeps/i386/nptl/Makefile: ... here.
5140         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5141         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5142         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5143         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5144         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5145         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5146         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5147         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5148         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5149         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5150         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5151         * nptl/sysdeps/i386/tls.h: Moved ...
5152         * sysdeps/i386/nptl/tls.h: ... here.
5154         * sysdeps/sh/Makefile [$(subdir) = csu]
5155         (gen-as-const-headers): Add tcb-offsets.sym.
5156         * nptl/sysdeps/sh/Makefile: File removed.
5157         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5158         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5159         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5160         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5161         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5162         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5163         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5164         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5165         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5166         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5167         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5168         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5169         * nptl/sysdeps/sh/tls.h: Moved ...
5170         * sysdeps/sh/nptl/tls.h: ... here.
5171         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5172         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5173         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5174         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5175         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5176         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5177         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5178         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5179         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5180         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5181         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5182         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5183         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5184         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5185         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5186         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5187         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5188         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5189         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5190         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5191         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5192         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5193         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5194         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5195         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5196         Moved ...
5197         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5198         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5199         Moved ...
5200         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5201         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5202         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5203         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5204         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5205         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5206         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5207         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5208         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5209         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5210         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5211         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5212         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5213         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5214         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5215         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5216         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5217         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5218         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5220 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5222         * posix/spawn_faction_addopen.c: Include string.h.
5224 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5226         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5227         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5228         * nptl/sysdeps/x86_64/Makefile: Moved ...
5229         * sysdeps/x86_64/nptl/Makefile: ... here.
5230         * nptl/sysdeps/x86_64/configure: Moved ...
5231         * sysdeps/x86_64/nptl/configure: ... here.
5232         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5233         * sysdeps/x86_64/nptl/configure.ac: ... here.
5234         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5235         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5236         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5237         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5238         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5239         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5240         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5241         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5242         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5243         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5244         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5245         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5246         * nptl/sysdeps/x86_64/tls.h: Moved ...
5247         * sysdeps/x86_64/nptl/tls.h: ... here.
5248         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5249         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5250         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5251         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5253         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5255 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5259 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5261         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5262         type.
5263         [POSIX] (off_t): Likewise.
5264         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5265         [POSIX] (S_ISBLK): Require macro.
5266         [POSIX] (S_ISCHR): Likewise.
5267         [POSIX] (S_ISDIR): Likewise.
5268         [POSIX] (S_ISFIFO): Likewise.
5269         [POSIX] (S_ISREG): Likewise.
5270         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5271         optional-macro.
5272         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5273         type.
5274         [POSIX] (time_t): Likewise.
5275         [POSIX] (timer_t): Likewise.
5277 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5279         [BZ #17048]
5280         * posix/spawn_int.h (struct __spawn_action): Make the path string
5281         non-const to support deallocation.
5282         * posix/spawn_faction_addopen.c
5283         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5284         * posix/spawn_faction_destroy.c
5285         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5286         path in all spawn_do_open actions.
5287         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5288         posix_spawn_file_actions_addopen.
5290 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5292         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5293         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5294         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5295         conditional code always true.
5296         (__libc_vfork): New alias.
5298 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5300         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5301         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5303         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5305         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5306         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5308         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5309         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5311         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5312         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5314 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5316         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5317         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5318         multiarch strcmp for PPC64.
5319         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5320         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5321         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5322         multiarch optimizations.
5323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5324         (__libc_ifunc_impl_list): Likewise.
5326 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5328         * benchtests/scripts/validate_benchout.py: New script.
5329         * benchtests/Makefile (bench-func): Call it.
5330         * benchtests/scripts/benchout.schema.json: New file.
5332 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5334         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5335         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5336         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5337         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5338         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5339         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5340         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5341         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5342         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5343         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5344         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5345         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5346         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5347         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5348         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5349         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5351         Moved ...
5352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5353         ... here.
5354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5355         Moved ...
5356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5358         Moved ...
5359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5360         ... here.
5361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5362         Moved ...
5363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5364         ... here.
5365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5366         Moved ...
5367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5369         Moved ...
5370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5371         ... here.
5372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5373         Moved ...
5374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5375         ... here.
5376         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5377         Moved ...
5378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5380         Moved ...
5381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5382         ... here.
5383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5384         Moved ...
5385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5386         ... here.
5387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5388         Moved ...
5389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5390         ... here.
5391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5392         Moved ...
5393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5395         Moved ...
5396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5397         ... here.
5398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5399         Moved ...
5400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5401         ... here.
5402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5403         Moved ...
5404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5405         ... here.
5406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5407         Moved ...
5408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5410         Moved ...
5411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5412         ... here.
5413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5414         Moved ...
5415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5416         ... here.
5417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5418         Moved ...
5419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5421         Moved ...
5422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5423         ... here.
5424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5425         Moved ...
5426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5428         Moved ...
5429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5431         Moved ...
5432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5433         ... here.
5434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5435         Moved ...
5436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5437         ... here.
5438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5439         Moved ...
5440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5441         ... here.
5442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5443         Moved ...
5444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5446         Moved ...
5447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5448         ... here.
5449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5450         Moved ...
5451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5452         ... here.
5453         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5454         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5455         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5456         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5457         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5458         Moved ...
5459         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5460         ... here.
5461         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5462         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5463         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5464         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5465         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5466         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5467         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5468         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5469         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5470         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5471         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5472         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5473         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5474         Moved ...
5475         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5476         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5477         Moved ...
5478         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5479         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5480         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5481         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5482         Moved ...
5483         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5484         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5485         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5486         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5487         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5488         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5489         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5491 2014-06-10  Wilco  <wdijkstr@arm.com>
5493         * math/test-fenv-return.c: New file.
5494         * math/Makefile: Add new test test-fenv-return.
5496 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5498         [BZ #17042]
5499         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5500         when x - 1 is zero.
5501         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5502         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5503         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5504         0.0L for an argument of 1.0L.
5505         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5506         Likewise.
5507         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5508         value when x - 1 is zero.
5509         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5510         * sysdeps/i386/fpu/libm-test-ulps: Update.
5511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5513 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5515         [BZ #15119]
5516         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5518 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5520         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5521         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5523 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5525         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5526         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5528         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5529         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5531         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5532         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5534         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5535         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5537         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5538         if not already defined.
5539         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5540         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5541         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5542         (TLS_INIT_TP): Use it.
5543         (TLS_DEFINE_INIT_TP): New macro.
5544         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5546 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5548         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5549         constant.
5550         [POSIX] (IXANY): Likewise.
5551         [POSIX] (OLCUC): Likewise.
5552         [POSIX || POSIX2008] (CBAUD): Do not allow.
5553         [POSIX || POSIX2008] (DEFECHO): Likewise.
5554         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5555         [POSIX || POSIX2008] (ECHOKE): Likewise.
5556         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5557         [POSIX || POSIX2008] (EXTA): Likewise.
5558         [POSIX || POSIX2008] (EXTB): Likewise.
5559         [POSIX || POSIX2008] (FLUSHO): Likewise.
5560         [POSIX || POSIX2008] (LOBLK): Likewise.
5561         [POSIX || POSIX2008] (PENDIN): Likewise.
5562         [POSIX || POSIX2008] (SWTCH): Likewise.
5563         [POSIX || POSIX2008] (VDISCARD): Likewise.
5564         [POSIX || POSIX2008] (VDSUSP): Likewise.
5565         [POSIX || POSIX2008] (VLNEXT): Likewise.
5566         [POSIX || POSIX2008] (VREPRINT): Likewise.
5567         [POSIX || POSIX2008] (VSTATUS): Likewise.
5568         [POSIX || POSIX2008] (VWERASE): Likewise.
5569         (B*): Change to B[0123456789]*.
5570         * conform/data/time.h-data [POSIX || UNIX98]
5571         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5572         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5573         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5574         [POSIX] (tm_*): Do not allow.
5576 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5578         * Makefile (install): Don't set LANGUAGE.
5579         * Makefile.in (install): Likewise.
5580         * assert/Makefile (test-assert-ENV): Remove variable.
5581         (test-assert-perr-ENV): Likewise.
5582         * elf/Makefile (neededtest4-ENV): Likewise.
5583         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5584         [$(cross-compiling) = no]: Don't set LANGUAGE.
5585         * io/ftwtest-sh (LANG): Remove variable.
5586         * libio/Makefile (tst-widetext-ENV): Likewise.
5587         * manual/install.texi (Running make install): Don't refer to
5588         environment settings for make install.
5589         * INSTALL: Regenerated.
5590         * nptl/tst-tls6.sh: Don't set LANG.
5591         * posix/globtest.sh (LANG): Remove variable.
5592         * string/Makefile (tester-ENV): Likewise.
5593         (inl-tester-ENV): Likewise.
5594         (noinl-tester-ENV): Likewise.
5595         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5596         [$(cross-compiling) = no]: Don't set LANGUAGE.
5597         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5598         without explicit environment settings.
5600 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5602         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5603         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5604         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5605         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5607 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5609         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5610         other files in the crypt directory.
5611         * crypt/crypt.c: Remove duplicate includes.
5612         * crypt/crypt-entry.c: Likewise.
5613         * crypt/crypt_util.c: Likewise.
5615 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5617         * Makeconfig (run-program-env): New variable.
5618         (run-program-prefix-before-env): Likewise.
5619         (run-program-prefix-after-env): Likewise.
5620         (run-program-prefix): Define in terms of new variables.
5621         (built-program-cmd-before-env): New variable.
5622         (built-program-cmd-after-env): Likewise.
5623         (built-program-cmd): Define in terms of new variables.
5624         (test-program-prefix-before-env): New variable.
5625         (test-program-prefix-after-env): Likewise.
5626         (test-program-prefix): Define in terms of new variables.
5627         (test-program-cmd-before-env): New variable.
5628         (test-program-cmd-after-env): Likewise.
5629         (test-program-cmd): Define in terms of new variables.
5630         * Rules (make-test-out): Use $(run-program-env).
5631         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5632         (help): Do not mention environment variables.  Mention
5633         --timeoutfactor option.
5634         (timeoutfactor): New variable.
5635         (blacklist_exports): Remove function.
5636         (exports): Remove variable.
5637         (command): Do not include ${exports}.
5638         * manual/install.texi (Configuring and compiling): Do not mention
5639         test wrappers preserving environment variables.  Mention that last
5640         assignment to a variable must take precedence.
5641         * INSTALL: Regenerated.
5642         * benchtests/Makefile (run-bench): Use $(run-program-env).
5643         * catgets/Makefile ($(objpfx)test1.cat): Use
5644         $(built-program-cmd-before-env), $(run-program-env) and
5645         $(built-program-cmd-after-env).
5646         ($(objpfx)test2.cat): Do not specify environment variables
5647         explicitly.
5648         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5649         $(run-program-env) and $(built-program-cmd-after-env).
5650         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5651         $(run-program-env) and $(test-program-cmd-after-env).
5652         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5653         explicitly.
5654         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5655         run_program_env and test_program_cmd_after_env arguments.
5656         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5657         * elf/tst-pathopt.sh: Use run_program_env argument.
5658         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5659         $(test-wrapper-env) and $(run-program-env).
5660         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5661         run_program_env arguments.
5662         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5663         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5664         $(test-program-prefix-before-env), $(run-program-env) and
5665         $(test-program-prefix-after-env).
5666         ($(objpfx)tst-gettext2.out): Likewise.
5667         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5668         run_program_env and test_program_prefix_after_env arguments.
5669         * intl/tst-gettext2.sh: Likewise.
5670         * intl/tst-gettext4.sh: Do not set environment variables
5671         explicitly.
5672         * intl/tst-gettext6.sh: Likewise.
5673         * intl/tst-translit.sh: Likewise.
5674         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5675         $(test-program-prefix-before-env), $(run-program-env) and
5676         $(test-program-prefix-after-env).
5677         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5678         run_program_env and test_program_prefix_after_env arguments.
5679         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5680         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5681         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5682         explicitly with each use of ${test_wrapper_env}.
5683         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5684         $(test-program-prefix-before-env), $(run-program-env) and
5685         $(test-program-prefix-after-env).
5686         * posix/tst-getconf.sh: Do not set environment variables
5687         explicitly.
5688         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5689         run_program_env and test_program_prefix_after_env arguments.
5690         * stdio-common/tst-printf.sh: Do not set environment variables
5691         explicitly.
5692         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5693         $(test-program-prefix-before-env), $(run-program-env) and
5694         $(test-program-prefix-after-env).
5695         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5696         run_program_env and test_program_prefix_after_env arguments.
5697         Split $test calls into $test_pre and $test.
5698         * timezone/Makefile (build-testdata): Use
5699         $(built-program-cmd-before-env), $(run-program-env) and
5700         $(built-program-cmd-after-env).
5702 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5704         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5705         strlen for non SHARED builds.
5707 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5709         * nptl/allocatestack.c (check_list): Inlined function...
5710         (__reclaim_stacks): ... here.
5712 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5714         [BZ #15698]
5715         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5716         memory overrun.
5718 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5720         * Rules (make-test-out): Include
5721         LOCPATH=$(common-objpfx)localedata in default environment.
5722         * debug/Makefile (tst-chk1-ENV): Remove variable.
5723         (tst-chk2-ENV): Likewise.
5724         (tst-chk3-ENV): Likewise.
5725         (tst-chk4-ENV): Likewise.
5726         (tst-chk5-ENV): Likewise.
5727         (tst-chk6-ENV): Likewise.
5728         (tst-lfschk1-ENV): Likewise.
5729         (tst-lfschk2-ENV): Likewise.
5730         (tst-lfschk3-ENV): Likewise.
5731         (tst-lfschk4-ENV): Likewise.
5732         (tst-lfschk5-ENV): Likewise.
5733         (tst-lfschk6-ENV): Likewise.
5734         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5735         (tst-iconv7-ENV): Likewise.
5736         * intl/Makefile (LOCPATH-ENV): Likewise.
5737         (tst-codeset-ENV): Likewise.
5738         (tst-gettext3-ENV): Likewise.
5739         (tst-gettext5-ENV): Likewise.
5740         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5741         (tst-fopenloc-ENV): Likewise.
5742         (tst-fgetws-ENV): Remove variable.
5743         (tst-ungetwc1-ENV): Likewise.
5744         (tst-ungetwc2-ENV): Likewise.
5745         (bug-ungetwc2-ENV): Likewise.
5746         (tst-swscanf-ENV): Likewise.
5747         (bug-ftell-ENV): Likewise.
5748         (tst-fgetwc-ENV): Likewise.
5749         (tst-fseek-ENV): Likewise.
5750         (tst-ftell-partial-wide-ENV): Likewise.
5751         (tst-ftell-active-handler-ENV): Likewise.
5752         (tst-ftell-append-ENV): Likewise.
5753         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5754         (tst-regexloc-ENV): Likewise.
5755         (bug-regex1-ENV): Likewise.
5756         (tst-regex-ENV): Likewise.
5757         (tst-regex2-ENV): Likewise.
5758         (bug-regex5-ENV): Likewise.
5759         (bug-regex6-ENV): Likewise.
5760         (bug-regex17-ENV): Likewise.
5761         (bug-regex18-ENV): Likewise.
5762         (bug-regex19-ENV): Likewise.
5763         (bug-regex20-ENV): Likewise.
5764         (bug-regex22-ENV): Likewise.
5765         (bug-regex23-ENV): Likewise.
5766         (bug-regex25-ENV): Likewise.
5767         (bug-regex26-ENV): Likewise.
5768         (bug-regex30-ENV): Likewise.
5769         (bug-regex32-ENV): Likewise.
5770         (bug-regex33-ENV): Likewise.
5771         (bug-regex34-ENV): Likewise.
5772         (bug-regex35-ENV): Likewise.
5773         (tst-rxspencer-ENV): Likewise.
5774         (tst-rxspencer-no-utf8-ENV): Likewise.
5775         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5776         (tst-sscanf-ENV): Likewise.
5777         (tst-swprintf-ENV): Likewise.
5778         (tst-swscanf-ENV): Likewise.
5779         (test-vfprintf-ENV): Likewise.
5780         (scanf13-ENV): Likewise.
5781         (bug14-ENV): Likewise.
5782         (tst-grouping-ENV): Likewise.
5783         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5784         (tst-strtod3-ENV): Likewise.
5785         (tst-strtod4-ENV): Likewise.
5786         (tst-strtod5-ENV): Likewise.
5787         (testmb2-ENV): Likewise./
5788         * string/Makefile (tst-strxfrm-ENV): Likewise.
5789         (tst-strxfrm2-ENV): Likewise.
5790         (bug-strcoll1-ENV): Likewise.
5791         (test-strcasecmp-ENV): Likewise.
5792         (test-strncasecmp-ENV): Likewise.
5793         * time/Makefile (tst-strptime-ENV): Likewise.
5794         (tst-ftime_l-ENV): Likewise.
5795         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5796         (tst-mbrtowc-ENV): Likewise.
5797         (tst-wcrtomb-ENV): Likewise.
5798         (tst-mbrtowc2-ENV): Likewise.
5799         (tst-c16c32-1-ENV): Likewise.
5800         (tst-mbsnrtowcs-ENV): Likewise.
5802 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5804         * manual/resource.texi (How to get information about the memory
5805         subsystem?): Fix typo.
5806         Reported by Peon de la Parra Ivan <peon@keba.com>
5808 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5810         [BZ #16882]
5811         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5812         (pthread_spin_lock): Branch out of spin loop to proper location.
5813         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5814         (pthread_spin_lock): Likewise.
5816         * nptl/tst-spin4.c: New test.
5817         * nptl/Makefile (tests): Add tst-spin4.
5819 2014-06-03  Andreas Schwab  <schwab@suse.de>
5821         [BZ #15946]
5822         * resolv/res_send.c (send_dg): Reload file descriptor after
5823         calling reopen.
5825 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5827         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5829 2014-06-03  Richard Henderson  <rth@redhat.com>
5831         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5832         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5833         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5834         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5835         in the SAVE_PID block.
5836         (__libc_vfork): New alias.
5837         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5839         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5840         child in registers, not on the stack.  Remove RESET_PID conditionals.
5841         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5843 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5845         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5847 2014-06-03  Wilco  <wdijkstr@arm.com>
5849         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5850         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5851         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5852         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5853         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5854         Likewise.
5856 2014-06-03  Wilco  <wdijkstr@arm.com>
5858         * sysdeps/aarch64/fpu/math_private.h
5859         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5860         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5861         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5862         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5863         Fix declarations.
5865 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5867         * crypt/crypt-private.h: Include ufc-crypt.h.
5868         (__b64_from_24bit): Declare extern.
5869         * crypt/crypt_util.c(__b64_from_24bit): New function.
5870         (b64t): New static const variable.
5871         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5872         (b64t): Remove variable.
5873         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5874         * crypt/sha256-crypt.c: Include crypt-private.h.
5875         (b64t): Remove variable.
5876         (__sha256_crypt_r): Remove b64_from_24bit and replace
5877         with __b64_from_24bit.
5878         * crypt/sha512-crypt.c: Likewise.
5880 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5882         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5883         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5884         Label the code __libc_vfork rather than __vfork.
5885         [!NOT_IN_libc] (vfork): Define as weak alias.
5886         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5887         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5888         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5890 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5892         * malloc/malloc.c (malloc_info): Fix format specifier for
5893         n_mmaps.
5895 2014-06-02  Wilco  <wdijkstr@arm.com>
5897         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5898         FPCR write.
5900 2014-06-02  Wilco  <wdijkstr@arm.com>
5902         [BZ #17009]
5903         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5904         Rewrite to reduce FPCR/FPSR accesses.
5906 2014-06-01  David S. Miller  <davem@davemloft.net>
5908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5910 2014-05-31  David S. Miller  <davem@davemloft.net>
5912         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5913         to occur in round to nearest mode when |x| >= 2.0
5915 2014-05-30  Richard Henderson  <rth@twiddle.net>
5917         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5918         (PSEUDO_RET_NOERRNO): Remove.
5919         (ret): Don't redefine.
5920         (ret_NOERRNO): Define in terms of ret.
5921         (ret_ERRVAL): Likewise.
5923         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5924         use of PSEUDO_RET; perform the error check directly.
5926 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5928         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5929         with __int128_t.
5931 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5933         * malloc/malloc (malloc_info): Fix formatting.
5935 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5936             Roland McGrath  <roland@hack.frob.com>
5938         * malloc/malloc (malloc_info): Also print mmapped statistics.
5940 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5942         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5943         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5945 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5947         * malloc/malloc.c (malloc_info): Inline mi_arena.
5949 2014-05-29  Richard Henderson  <rth@twiddle.net>
5951         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5952         Remove comma before expanding ASM_ARGS_##nr.
5953         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5954         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5955         of ASM_ARGS_##nr.
5956         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5957         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5958         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5959         (ASM_ARGS_1): Add leading comma.
5961         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5962         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5963         to __errno_location.
5964         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5965         Remove the expected plt for __errno_location.
5967         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5968         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5969         call to __read_tp.
5971         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5972         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5973         it and break it down.
5974         (DOCARGS_0, DOCARGS_1): Do nothing.
5975         (DOCARGS_2): Update to store into the new stack frame.
5976         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5977         (UNDOCARGS_1): Update to restore from the new stack frame.
5978         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5979         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5981         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5982         (SINGLE_THREAD_P): New parameter for result regno.
5983         (PSEUDO): Update to match; use cbz instead of beq.
5985         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5986         Use ENTRY to define the _nocancel entry point.  Share the syscall
5987         and syscall error check paths with the cancel path.
5988         (PSEUDO_END): New.
5990         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5991         whitespace; tabs before and after asm mnemonics.
5993 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5995         [BZ #15132]
5996         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5997         Call fstat64 or stat64 internally, depending on arguments passed.
5998         Replace stat buffer argument with file descriptor argument.
5999         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6000         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6001         Pass fd to __internal_statvfs instead of calling fstat64.
6002         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6003         Pass fd to __internal_statvfs64 instead of calling fstat64.
6004         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6005         Pass -1 to __internal_statvfs instead of calling stat64.
6006         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6007         Pass -1 to __internal_statvfs64 instead of calling stat64.
6009 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6011         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6012         that was previously under [RESET_PID].
6013         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6015         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6016         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6018 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6020         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6022         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6023         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6025 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6027         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6029 2014-05-27  Andreas Schwab  <schwab@suse.de>
6031         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6032         TLS_INIT_TP macro.
6033         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6034         * elf/rtld.c (init_tls, dl_main): Likewise.
6035         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6036         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6037         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6038         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6039         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6040         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6041         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6042         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6043         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6044         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6045         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6046         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6047         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6048         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6049         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6050         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6051         * sysdeps/generic/tls.h: Update description.
6053 2014-05-27  Will Newton  <will.newton@linaro.org>
6055         [BZ #16990]
6056         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6057         and restore r2 rather than just restoring.
6059 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6061         [BZ #16724]
6062         * libio/tst-ftell-append.c: New test case.
6063         * libio/Makefile (tests): Add test case.
6064         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6065         append mode.
6066         * libio/wfileops.c (do_ftell_wide): Likewise.
6068 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6070         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6072         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6073         ...
6074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6076         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6077         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6079         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6080         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6081         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6082         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6083         Moved ...
6084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6086         Moved ...
6087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6088         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6089         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6090         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6091         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6092         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6093         ...
6094         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6095         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6096         Moved ...
6097         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6098         here.
6099         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6100         ...
6101         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6102         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6103         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6105         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6106         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6107         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6108         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6110         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6111         merge into ...
6112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6113         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6114         ...
6115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6116         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6117         ...
6118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6119         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6120         Moved ...
6121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6122         here.
6123         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6124         Moved ...
6125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6126         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6127         Moved ...
6128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6131         conditional [RESET_PID].
6132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6133         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6134         removed.
6135         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6136         removed.
6138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6139         <tcb-offsets.h>.
6140         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6141         (__libc_vfork): New strong alias.
6142         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6143         removed.
6144         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6145         Removed.
6147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6148         <tcb-offsets.h>.
6149         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6150         (__libc_vfork): New strong alias.
6151         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6152         removed.
6153         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6154         removed.
6156 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6158         * malloc/malloc.c (mi_arena): New function.
6159         (malloc_info): Remove nested function mi_arena. Call non-nosted
6160         function mi_arena.
6162 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6164         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6165         by insrwi.
6166         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6167         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6168         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6169         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6170         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6171         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6172         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6174 2014-05-26  Andreas Schwab  <schwab@suse.de>
6176         [BZ #16984]
6177         * locale/programs/repertoire.c (repertoire_read): Add slash
6178         between I18NPATH element and file name.
6179         * locale/programs/locfile.c (locfile_read): Likewise.
6181 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6183         * nptl/pthread_mutexattr_settype.c
6184         (__pthread_mutexattr_settype):
6185         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6187 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6189         * nptl/tst-mutex5 (do_test):
6190         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6192 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6194         * benchtests/README: Document 'init' directive.
6195         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6196         BENCH_INIT.
6197         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6198         (parse_file): Recognize 'init' directive.
6200 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6202         [BZ #16796]
6203         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6204         alignment of struct pthread.
6206 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6208         [BZ #16878]
6209         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6210         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6211         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6212         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6214 2014-05-25  Richard Henderson  <rth@twiddle.net>
6216         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6217         (SINGLE_THREAD_P_PIC): Remove.
6218         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6219         (SINGLE_THREAD_P_PIC): Remove.
6221         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6222         branch to syscall error ...
6223         (PSEUDO): ... here.
6224         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6225         from __local_syscall_error to .Lsyscall_error.
6226         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6227         (SYSCALL_ERROR): Update label name.
6229         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6230         Do not use DOARGS/UNDOARGS.
6231         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6232         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6233         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6234         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6235         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6237         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6238         block comment.
6240         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6241         define if !NOT_IN_libc.
6242         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6243         define with non-default symbol versions.
6245 2014-05-23  Richard Henderson  <rth@twiddle.net>
6247         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6248         (vfork, __vfork): Define via compat_symbol.
6250         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6251         [!HAVE_IFUNC] (vfork_compat): Remove.
6252         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6254 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6256         [BZ #16978]
6257         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6258         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6259         variable.
6261 2014-05-23  Richard Henderson  <rth@twiddle.net>
6263         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6264         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6265         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6266         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6268         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6269         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6270         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6271         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6272         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6273         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6274         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6275         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6276         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6277         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6278         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6279         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6280         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6281         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6282         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6283         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6284         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6285         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6286         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6287         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6288         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6289         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6290         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6291         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6292         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6293         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6294         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6295         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6296         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6297         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6298         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6299         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6300         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6301         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6302         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6303         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6304         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6305         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6306         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6307         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6308         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6309         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6310         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6311         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6312         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6313         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6314         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6315         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6316         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6317         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6318         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6319         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6320         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6321         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6322         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6323         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6325         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6326         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6327         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6328         before exiting on error.
6329         (__libc_vfork): New strong alias.
6330         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6331         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6333         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6334         that was previously under [RESET_PID].
6335         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6337         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6339 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6341         [BZ #16977]
6342         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6343         value when x - 1 is zero.
6344         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6345         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6346         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6347         0.0L for an argument of 1.0L.
6348         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6349         Likewise.
6350         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6351         value when x - 1 is zero.
6352         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6353         * sysdeps/i386/fpu/libm-test-ulps: Update.
6354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6356 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6358         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6359         alphasort and versionsort.
6361 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6363         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6364         macro.
6365         [copysignf]: Likewise.
6367 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6369         * crypt/md5-crypt.c: Fix formatting.
6371 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6373         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6374         (b64_from_24bit): New function.
6376 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6378         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6379         libc_hidden_builtin_def to ifunc.
6380         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6381         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6383 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6385         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6386         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6388 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6390         * nscd/Depend (linuxthreads): Remove.
6391         (nptl): Add.
6392         * resolv/Depend (linuxthreads): Remove.
6393         * rt/Depend (linuxthreads): Remove.
6395         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6396         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6397         $(common-objpfx)elf/.
6398         (link-libc-before-gnulib): Likewise.
6399         (elfobjdir): Remove variable.
6400         * Makefile (install): Use $(elf-objpfx) instead of
6401         $(common-objpfx)elf/.
6402         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6403         $(elfobjdir)/.
6404         (link-libc-deps): Likewise.
6405         ($(common-objpfx)libc.so): Likewise.
6406         ($(common-objpfx)linkobj/libc.so): Likewise.
6407         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6408         instead of $(common-objpfx)elf/.
6409         (symbolic-link-list): Likewise.
6410         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6411         [$(cross-compiling) = no]: Likewise.
6412         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6413         $(elfobjdir)/.
6414         (static-gnulib-arch): Likewise.
6415         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6416         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6417         $(common-objpfx)elf/.
6419 2014-05-21  Richard Henderson  <rth@redhat.com>
6421         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6422         (SINGLE_THREAD_P): Use the correct width load.  Fold
6423         into the ldr offset.
6425         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6426         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6428 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6430         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6431         (libgcc_s_resume): Use __attribute_used__.
6432         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6433         Likewise.
6435 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6437         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6438         optimization when used with float constants.
6440         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6442 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6444         [BZ #16915]
6445         * locale/nl_langinfo_l.c: Make direct reference to every
6446         _nl_current_CATEGORY symbol.
6447         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6448         (tests-static): Add tst-langinfo-static.
6449         (tests-special): Add tst-langinfo-static.out.
6450         ($(objpfx)tst-langinfo.out): Redirect output.
6451         ($(objpfx)tst-langinfo-static.out): New.
6452         * localedata/tst-langinfo.sh: Send output to stdout.
6453         * localedata/tst-langinfo-static.c: New file.
6455         [BZ #16965]
6456         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6457         when the shift amount is modulo the limb size.
6459 2014-05-20  Richard Henderson  <rth@redhat.com>
6461         [BZ #16967]
6462         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6463         Change type of sa_flags from unsigned int to int.
6465         [BZ #16966]
6466         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6468         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6470 2014-05-20  Will Newton  <will.newton@linaro.org>
6472         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6473         Test the return value of the system call in the nocancel case.
6475 2014-05-20  Will Newton  <will.newton@linaro.org>
6476             Yvan Roux  <yvan.roux@linaro.org>
6478         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6479         #include of asm/ptrace.h.
6480         (PTRACE_GET_THREAD_AREA): Remove #undef.
6481         (PTRACE_GETHBPREGS): Likewise.
6482         (PTRACE_SETHBPREGS): Likewise.
6483         (struct user_regs_struct): New structure.
6484         (struct user_fpsimd_struct): New structure.
6485         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6486         #include of asm/ptrace.h and second #include of sys/user.h.
6487         (PTRACE_GET_THREAD_AREA): Remove #undef.
6488         (PTRACE_GETHBPREGS): Likewise.
6489         (PTRACE_SETHBPREGS): Likewise.
6490         (ELF_NGREG): Use new struct user_regs_struct.
6491         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6493 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6495         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6496         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6498 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6500         [BZ #16958]
6501         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6502         membar to avoid block loads/stores to overlap previous stores.
6504 2014-05-17  Richard Henderson  <rth@redhat.com>
6506         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6507         Create the __##syscall_name##_nocancel entry point.
6508         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6509         Remove; let the sysdep-cancel.h code create it.
6511 2014-05-17  David S. Miller  <davem@davemloft.net>
6513         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6514         Protect with __USE_GNU.
6515         (TIOCSET_TEMPT): Likewise.
6516         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6517         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6518         these are already provided in bits/ioctl-types.h
6520 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6522         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6523         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6525         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6526         Use wait4 regardless of [__NR_waitpid].
6528 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6530         PR libgcc/60166
6531         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6532         (_FP_NANSIGN_Q): Set the quiet bit.
6534 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6536         * benchtests/Makefile
6537         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6538         not $(common-objpfx)math/libm.so.
6539         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6540         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6541         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6542         $(common-objpfx)dlfcn/libdl.so.
6543         ($(objpfx)tst-audit8): Depend on $(libm), not
6544         $(common-objpfx)math/libm.so.
6545         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6546         not $(common-objpfx)dlfcn/libdl.so.
6547         * math/Makefile
6548         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6549         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6550         [$(build-shared) = yes].
6551         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6552         $(common-objpfx)nptl/libpthread.so.
6553         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6554         $(common-objpfx)math/libm.so$(libm.so-version) or
6555         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6556         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6557         $(common-objpfx)dlfcn/libdl.so.
6558         * setjmp/Makefile (link-libm): Remove variable.
6559         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6560         * stdio-common/Makefile (link-libm): Remove variable.
6561         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6562         * stdlib/Makefile (link-libm): Remove variable.
6563         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6564         ($(objpfx)tst-strtod-round): Likewise.
6565         ($(objpfx)tst-tininess): Likewise.
6566         ($(objpfx)tst-strtod-underflow): Likewise.
6567         ($(objpfx)tst-strtod6): Likewise.
6568         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6569         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6570         $(common-objpfx)dlfcn/libdl.so.
6572 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6574         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6575         BSD terminal modes definitions.
6577 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6579         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6580         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6582         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6583         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6584         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6585         Don't do #include_next.
6586         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6587         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6588         Don't do #include_next.
6589         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6590         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6591         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6592         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6594 2014-05-16  Allan McRae  <allan@archlinux.org>
6596         * po/sv.po: Update Swedish translation from translation project.
6598         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6599         in sed expression.
6601 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6603         [BZ #16917]
6604         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6605         errno if the TIOCGPTN ioctl fails with an error different than
6606         EINVAL.
6607         * login/tst-ptsname.c: New file.
6608         * login/Makefile (tests): Add tst-ptsname.
6610         [BZ #16943]
6611         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6612         and prlimit64.
6614 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6616         [BZ #16849]
6617         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6618         herrno to return EAI_AGAIN.
6620 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6622         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6623         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6624         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6625         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6626         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6627         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6628         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6629         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6630         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6631         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6632         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6633         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6635         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6636         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6637         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6638         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6639         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6641         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6645         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6649         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6651         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6652         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6653         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6657         Moved ...
6658         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6660         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6661         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6662         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6663         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6664         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6665         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6666         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6670         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6674         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6682         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6683         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6686         Moved ...
6687         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6699         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6701         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6702         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6703         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6704         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6705         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6707         Moved ...
6708         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6709         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6710         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6713         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6714         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6715         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6716         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6717         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6718         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6719         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6720         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6721         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6722         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6723         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6724         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6725         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6726         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6727         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6728         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6729         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6730         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6731         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6732         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6733         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6734         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6735         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6736         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6737         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6738         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6739         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6740         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6741         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6742         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6744         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6745         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6747         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6748         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6749         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6750         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6751         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6752         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6753         Moved ...
6754         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6755         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6756         Moved ...
6757         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6758         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6759         Moved ...
6760         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6761         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6762         Moved ...
6763         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6764         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6765         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6766         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6767         Moved ...
6768         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6769         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6770         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6772         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6773         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6774         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6775         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6776         Moved ...
6777         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6778         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6779         Moved ...
6780         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6781         ... here.
6782         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6783         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6784         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6785         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6786         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6787         Moved ...
6788         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6789         ... here.
6790         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6791         Moved ...
6792         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6793         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6794         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6795         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6796         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6797         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6798         Moved ...
6799         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6800         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6801         Moved ...
6802         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6803         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6804         Moved ...
6805         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6806         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6807         Moved ...
6808         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6809         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6810         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6811         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6812         Moved ...
6813         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6814         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6815         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6816         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6817         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6818         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6819         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6820         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6821         Moved ...
6822         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6823         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6824         Moved ...
6825         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6826         ... here.
6827         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6828         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6829         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6830         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6831         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6832         Moved ...
6833         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6834         ... here.
6835         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6836         Moved ...
6837         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6838         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6839         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6840         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6841         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6842         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6843         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6844         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6845         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6846         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6847         Moved ...
6848         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6849         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6850         Moved ...
6851         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6852         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6853         Moved ...
6854         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6855         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6856         Moved ...
6857         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6858         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6859         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6860         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6861         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6862         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6863         Moved ...
6864         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6865         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6866         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6867         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6868         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6869         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6870         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6871         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6872         Moved ...
6873         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6874         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6875         Moved ...
6876         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6877         ... here.
6878         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6879         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6880         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6881         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6882         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6883         Moved ...
6884         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6885         ... here.
6886         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6887         Moved ...
6888         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6889         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6890         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6891         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6892         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6893         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6894         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6895         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6896         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6897         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6898         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6900         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6901         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6903         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6904         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6906         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6907         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6908         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6909         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6910         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6911         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6912         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6913         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6914         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6915         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6916         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6917         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6918         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6919         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6920         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6921         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6922         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6923         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6924         Moved ...
6925         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6926         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6927         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6928         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6929         Moved ...
6930         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6931         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6932         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6933         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6934         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6935         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6936         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6937         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6938         Moved ...
6939         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6940         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6941         Moved ...
6942         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6943         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6944         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6945         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6946         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6947         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6948         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6949         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6950         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6951         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6952         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6953         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6954         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6955         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6956         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6957         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6958         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6960         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6961         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6962         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6963         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6964         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6966         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6967         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6968         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6969         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6970         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6971         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6972         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6973         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6974         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6975         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6977         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6978         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6980         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6981         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6982         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6983         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6984         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6985         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6986         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6987         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6988         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6989         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6990         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6991         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6992         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6993         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6994         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6995         Update #include.
6996         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6997         Likewise.
6998         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6999         Likewise.
7000         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7001         Likewise.
7002         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7003         Likewise.
7004         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7005         Likewise.
7006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7007         Likewise.
7008         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7009         Likewise.
7010         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7011         Likewise.
7012         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7013         Likewise.
7014         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7015         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7016         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7017         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7018         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7019         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7020         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7021         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7022         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7023         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7024         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7025         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7026         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7027         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7028         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7030         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7031         that was previously under [RESET_PID].
7032         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7033         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7034         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7036         * sysdeps/i386/nptl/Implies: New file.
7037         * sysdeps/x86_64/nptl/Implies: New file.
7038         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7039         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7040         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7041         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7043         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7044         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7045         (__libc_vfork): New strong alias.
7046         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7047         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7049         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7050         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7051         (__libc_vfork): New strong alias.
7052         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7053         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7055         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7056         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7057         (__libc_vfork): New strong alias.
7058         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7059         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7060         * nptl/pt-vfork.c: New file.
7061         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7062         (libpthread: GLIBC_2.20): New version set (empty).
7064 2014-05-14  Will Newton  <will.newton@linaro.org>
7066         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7067         rather than #if.
7069 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7071         [BZ #16564]
7072         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7073         arguments with exponent 65 or above.
7074         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7075         arguments 0x1p113L or above.
7076         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7077         to arguments 0x1p107L or above.
7078         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7079         positive arguments with exponent 65 or above.
7080         * math/auto-libm-test-in: Add more tests of log1p.
7081         * math/auto-libm-test-out: Regenerated.
7083         [BZ #16928]
7084         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7085         non-finite arguments is +0.
7086         * math/s_cacosf.c (__cacosf): Likewise.
7087         * math/s_cacosl.c (__cacosl): Likewise.
7088         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7089         * sysdeps/i386/fpu/libm-test-ulps: Update.
7090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7092         [BZ #16927]
7093         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7094         value.
7095         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7096         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7097         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7098         for explicit high bit of mantissa when testing for argument equal
7099         to 1.
7100         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7101         * sysdeps/i386/fpu/libm-test-ulps: Update.
7102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7104         [BZ #16516]
7105         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7106         (__erf): Scale by 16 instead of 8 in potentially underflowing
7107         case.  Ensure exception if result actually underflows.
7108         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7109         (__erff): Scale by 16 instead of 8 in potentially underflowing
7110         case.  Ensure exception if result actually underflows.
7111         * sysdeps/ieee754/ldbl-128/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-128ibm/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         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7120         (efx8): Remove variable.
7121         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7122         case.  Ensure exception if result actually underflows.
7123         * math/auto-libm-test-in: Add more tests of erf.
7124         * math/auto-libm-test-out: Regenerated.
7126 2014-05-14  Andreas Schwab  <schwab@suse.de>
7128         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7129         Remove code conditionalized on USE___THREAD.
7131         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7132         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7133         not definedness.
7135 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7137         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7138         Define unconditionally.
7139         (__ASSUME_O_CLOEXEC): Likewise.
7140         (__ASSUME_SOCK_CLOEXEC): Likewise.
7141         (__ASSUME_IN_NONBLOCK): Likewise.
7142         (__ASSUME_PIPE2): Likewise.
7143         (__ASSUME_EVENTFD2): Likewise.
7144         (__ASSUME_SIGNALFD4): Likewise.
7145         (__ASSUME_DUP3): Likewise.
7146         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7147         (__ASSUME_DUP3): Do not define.
7148         (__ASSUME_EVENTFD2): Likewise.
7149         (__ASSUME_IN_NONBLOCK): Likewise.
7150         (__ASSUME_O_CLOEXEC): Likewise.
7151         (__ASSUME_PIPE2): Likewise.
7152         (__ASSUME_SIGNALFD4): Likewise.
7153         (__ASSUME_SOCK_CLOEXEC): Likewise.
7154         (__ASSUME_UTIMES): Undefine.
7155         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7156         (__ASSUME_UTIMES): Do not define.
7157         (__ASSUME_O_CLOEXEC): Likewise.
7158         (__ASSUME_SOCK_CLOEXEC): Likewise.
7159         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7160         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7161         0x020621].
7162         (__ASSUME_PIPE2): Likewise.
7163         (__ASSUME_EVENTFD2): Likewise.
7164         (__ASSUME_SIGNALFD4): Likewise.
7165         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7166         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7167         Do not define.
7168         (__ASSUME_EVENTFD2): Likewise.
7169         (__ASSUME_SIGNALFD4): Likewise.
7170         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7171         (__ASSUME_32BITUIDS): Likewise.
7172         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7173         (__ASSUME_IPC64): Likewise.
7174         (__ASSUME_ST_INO_64_BIT): Likewise.
7175         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7176         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7177         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7178         (__ASSUME_UTIMES): Do not define.
7179         (__ASSUME_PSELECT): Likewise.
7180         (__ASSUME_PPOLL): Likewise.
7181         (__ASSUME_O_CLOEXEC): Likewise.
7182         (__ASSUME_SOCK_CLOEXEC): Likewise.
7183         (__ASSUME_IN_NONBLOCK): Likewise.
7184         (__ASSUME_PIPE2): Likewise.
7185         (__ASSUME_EVENTFD2): Likewise.
7186         (__ASSUME_SIGNALFD4): Likewise.
7187         (__ASSUME_DUP3): Likewise.
7188         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7189         (__ASSUME_UTIMES): Likewise.
7190         (__ASSUME_O_CLOEXEC): Likewise.
7191         (__ASSUME_SOCK_CLOEXEC): Likewise.
7192         (__ASSUME_IN_NONBLOCK): Likewise.
7193         (__ASSUME_PIPE2): Likewise.
7194         (__ASSUME_EVENTFD2): Likewise.
7195         (__ASSUME_SIGNALFD4): Likewise.
7196         (__ASSUME_DUP3): Likewise.
7197         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7198         (__ASSUME_UTIMES): Likewise.
7199         (__ASSUME_O_CLOEXEC): Likewise.
7200         (__ASSUME_SOCK_CLOEXEC): Likewise.
7201         (__ASSUME_IN_NONBLOCK): Likewise.
7202         (__ASSUME_PIPE2): Likewise.
7203         (__ASSUME_EVENTFD2): Likewise.
7204         (__ASSUME_SIGNALFD4): Likewise.
7205         (__ASSUME_DUP3): Likewise.
7206         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7207         Likewise.
7208         (__ASSUME_UTIMES): Likewise.
7209         (__ASSUME_EVENTFD2): Likewise.
7210         (__ASSUME_SIGNALFD4): Likewise.
7211         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7212         (__ASSUME_O_CLOEXEC): Likewise.
7213         (__ASSUME_SOCK_CLOEXEC): Likewise.
7214         (__ASSUME_IN_NONBLOCK): Likewise.
7215         (__ASSUME_PIPE2): Likewise.
7216         (__ASSUME_EVENTFD2): Likewise.
7217         (__ASSUME_SIGNALFD4): Likewise.
7218         (__ASSUME_DUP3): Likewise.
7219         (__ASSUME_UTIMES): Undefine.
7221         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7222         feclearexcept.  Remove symbol versioning code.
7223         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7224         symbol versioning code.
7225         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7226         symbol versioning code.
7227         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7228         feupdateenv.  Remove symbol versioning code.
7229         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7230         fegetexceptflag.  Remove symbol versioning code.
7231         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7232         fesetexceptflag.  Remove symbol versioning code.
7233         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7234         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7235         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7236         (__posix_fadvise64_l32): Remove prototype.
7237         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7238         code.
7240 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7242         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7243         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7244         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7245         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7247 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7249         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7250         current working directory
7252 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7254         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7255         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7256         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7257         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7258         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7259         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7260         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7261         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7262         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7263         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7264         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7265         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7266         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7267         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7268         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7269         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7270         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7271         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7272         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7273         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7274         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7275         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7276         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7277         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7278         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7279         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7280         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7281         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7282         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7283         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7284         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7285         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7286         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7287         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7288         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7289         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7290         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7291         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7292         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7293         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7294         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7295         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7297         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7298         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7300         * sysdeps/unix/sysv/linux/arm/Makefile
7301         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7302         Add rt-aeabi_unwind_cpp_pr1.
7303         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7304         Add nptl-aeabi_unwind_cpp_pr1.
7305         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7306         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7307         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7308         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7309         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7310         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7312         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7313         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7314         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7315         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7317         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7318         Deconditionalize the code that was previously under [RESET_PID].
7319         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7321         * sysdeps/generic/exit-thread.h: New file.
7322         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7323         * include/unistd.h (__exit_thread): Remove declaration.
7324         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7325         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7326         * csu/libc-start.c: Include <exit-thread.h>.
7327         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7328         * nptl/pthread_create.c: Include <exit-thread.h>.
7329         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7330         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7331         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7332         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7333         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7334         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7335         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7336         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7337         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7338         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7339         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7340         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7341         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7342         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7343         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7344         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7345         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7347 2014-05-13  Andreas Schwab  <schwab@suse.de>
7349         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7351 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7353         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7354         (__ASSUME_UTIMES): Do not condition on kernel version.
7355         (__ASSUME_PSELECT): Define unconditionally.
7356         (__ASSUME_PPOLL): Likewise.
7357         (__ASSUME_ATFCTS): Likewise.
7358         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7359         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7360         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7361         (__ASSUME_UTIMENSAT): Define unconditionally.
7362         (__ASSUME_PRIVATE_FUTEX): Likewise.
7363         (__ASSUME_FALLOCATE): Likewise.
7364         (__ASSUME_O_CLOEXEC): Likewise.
7365         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7366         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7367         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7368         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7369         (__ASSUME_IN_NONBLOCK): Likewise.
7370         (__ASSUME_PIPE2): Likewise.
7371         (__ASSUME_EVENTFD2): Likewise.
7372         (__ASSUME_SIGNALFD4): Likewise.
7373         (__ASSUME_DUP3): Likewise.
7374         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7375         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7376         (__ASSUME_AT_RANDOM): Likewise.
7377         (__ASSUME_PREADV): Likewise.
7378         (__ASSUME_PWRITEV): Likewise.
7379         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7380         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7381         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7382         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7383         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7384         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7385         (__ASSUME_O_CLOEXEC): Define unconditionally.
7386         (__ASSUME_PSELECT): Do not undefine conditionally.
7387         (__ASSUME_PPOLL): Likewise.
7388         (__ASSUME_ATFCTS): Likewise.
7389         (__ASSUME_SET_ROBUST_LIST): Likewise.
7390         (__ASSUME_UTIMENSAT): Likewise.
7391         (__ASSUME_FDATASYNC): Define unconditionally.
7392         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7393         (__ASSUME_SIGFRAME_V2): Likewise.
7394         )__ASSUME_EVENTFD2): Likewise.
7395         (__ASSUME_SIGNALFD4): Likewise.
7396         (__ASSUME_PSELECT): Do not undefine conditionally.
7397         (__ASSUME_PPOLL): Likewise.
7398         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7399         (__ASSUME_PSELECT): Define unconditionally.
7400         (__ASSUME_PPOLL): Likewise.
7401         (__ASSUME_O_CLOEXEC): Likewise.
7402         (__ASSUME_SOCK_CLOEXEC): Likewise.
7403         (__ASSUME_IN_NONBLOCK): Likewise.
7404         (__ASSUME_PIPE2): Likewise.
7405         (__ASSUME_EVENTFD2): Likewise.
7406         (__ASSUME_SIGNALFD4): Likewise.
7407         (__ASSUME_DUP3): Likewise.
7408         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7409         (__ASSUME_O_CLOEXEC): Likewise.
7410         (__ASSUME_SOCK_CLOEXEC): Likewise.
7411         (__ASSUME_IN_NONBLOCK): Likewise.
7412         (__ASSUME_PIPE2): Likewise.
7413         (__ASSUME_EVENTFD2): Likewise.
7414         (__ASSUME_SIGNALFD4): Likewise.
7415         (__ASSUME_DUP3): Likewise.
7416         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7417         (__ASSUME_EVENTFD2): Likewise.
7418         (__ASSUME_SIGNALFD4): Likewise.
7419         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7421 2014-05-12  Andreas Schwab  <schwab@suse.de>
7423         [BZ #16932]
7424         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7425         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7426         than maximum RPC packet size.
7427         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7428         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7429         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7430         (_nss_nis_getservbyport_r): Likewise.
7432 2014-05-12  Will Newton  <will.newton@linaro.org>
7434         * malloc/Makefile (tests): Add tst-mallopt.
7435         * malloc/tst-mallopt.c: New file.
7437 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7439         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7440         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7442 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7444         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7445         (tst-tlsmod6.so): Likewise.
7447 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7449         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7451 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7453         [BZ #16064]
7454         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7455         and <dl-procinfo.h>.
7456         (__fegetenv): Save SSE state in envp->__eip if supported.
7457         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7458         envp->__eip if supported.
7459         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7460         and <dl-procinfo.h>.
7461         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7462         __data_offset and __data_selector in environment to 0.  Set SSE
7463         state if supported.
7464         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7465         test-fenv-sse.
7466         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7467         -mfpmath=sse.
7468         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7470 2014-05-09  Will Newton  <will.newton@linaro.org>
7472         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7473         and libc_relro_required for ARM.
7474         * sysdeps/arm/preconfigure: Regenerate.
7476 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7477             Stefan Liebler  <stli@linux.vnet.ibm.com>
7479         * config.make.in (enable-lock-elision): New Makefile variable.
7480         * configure.ac: Likewise.
7481         * configure: Regenerate.
7482         * sysdeps/s390/configure.ac:
7483         Add check for gcc transactions support.
7484         * sysdeps/s390/configure: Regenerate.
7485         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7486         Build elision files if enabled.
7487         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7488         Add lock elision support for s390.
7489         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7490         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7491         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7492         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7493         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7494         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7495         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7496         Likewise.
7497         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7498         Likewise.
7499         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7500         Likewise.
7501         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7502         Likewise.
7503         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7504         (__lll_timedlock_elision, __lll_lock_elision)
7505         (__lll_unlock_elision, __lll_trylock_elision)
7506         (lll_timedlock_elision, lll_lock_elision)
7507         (lll_unlock_elision, lll_trylock_elision): Add.
7508         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7509         (pthread_mutex_t): Add lock elision support for s390.
7511 2014-05-14  Wilco  <wdijkstr@arm.com>
7513         * sysdeps/arm/fclrexcpt.c: Cleanup.
7514         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7515         * sysdeps/arm/feenablxcpt.c: Cleanup.
7516         * sysdeps/arm/fegetenv.c: Cleanup.
7517         * sysdeps/arm/fegetexcept.c: Cleanup.
7518         * sysdeps/arm/fegetround.c: Cleanup.
7519         * sysdeps/arm/feholdexcpt.c: Cleanup.
7520         * sysdeps/arm/fesetenv.c: Cleanup.
7521         * sysdeps/arm/fesetround.c: Cleanup.
7522         * sysdeps/arm/feupdateenv.c: Cleanup.
7523         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7524         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7525         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7526         * sysdeps/arm/ftestexcept.c: Cleanup.
7527         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7528         * sysdeps/arm/setfpucw.c: Cleanup.
7530 2014-05-09  Will Newton  <will.newton@linaro.org>
7532         * sysdeps/arm/armv7/strcmp.S: New file.
7533         * NEWS: Mention addition of ARMv7 optimized strcmp.
7535 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7537         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7538         look for %.ac rather than %.in.
7540         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7541         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7542         * sysdeps/mach/hurd/configure: Regenerated.
7543         * sysdeps/unix/sysv/linux/configure: Regenerated.
7545         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7547 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7549         [BZ# 16922]
7550         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7551         (LONG_SUB): Ditto.
7552         (PTR_SUB): Ditto.
7554 2014-05-07  Andreas Schwab  <schwab@suse.de>
7556         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7557         when skipping over non-matching result from nscd.
7559 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7561         [BZ #16876]
7562         * nptl/sockperf.c (client): Check socket return value.
7564         [BZ #16877]
7565         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7566         nscd security class.
7568 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7570         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7571         * sysdeps/arm/unwind.h: ... here.
7573 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7575         [BZ# 16916]
7576         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7577         Define.
7579 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7581         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7582         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7583         multiarch strncpy for PPC64.
7584         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7585         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7586         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7587         multiarch optimizations.
7588         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7589         (__libc_ifunc_impl_list): Likewise.
7590         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7591         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7592         multiarch stpncpy for PPC64.
7593         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7594         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7596 2014-05-06  Andreas Schwab  <schwab@suse.de>
7598         [BZ #16912]
7599         * gmon/mcount.c (_MCOUNT_DECL): Use
7600         atomic_compare_and_exchange_bool_acq instead of
7601         catomic_compare_and_exchange_bool_acq.
7603 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7605         * elf/Makefile (others, install-bin): Remove pldd.
7606         (pldd-modules): Variable removed.
7607         ($(objpfx)pldd): Target removed.
7608         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7609         (others, install-bin): Append pldd here.
7610         ($(objpfx)pldd): New target.
7612         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7613         to 0, so the first #if test emitted later doesn't see it undefined.
7614         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7615         * sysdeps/gnu/errlist.c: Regenerated.
7617 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7619         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7620         [libc_hidden_builtin_def]: Define to empty value.
7621         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7622         [libc_hidden_builtin_def]: Likewise.
7623         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7624         [libc_hidden_builtin_def]: Likewise.
7625         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7626         [libc_hidden_builtin_def]: Likewise.
7627         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7628         __redirect_memcpy and define ifunc as default hidden symbol.
7629         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7630         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7632 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7634         * locale/iso-4217.def: Reintroduce XDR currency.
7636 2014-05-04  Allan McRae  <allan@archlinux.org>
7638         * po/eo.po: Update Esperanto translation from translation project.
7640 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7642         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7643         and FEATURE_INDEX_MAX to 1.
7644         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7646 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7648         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7649         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7650         * iconvdata/big5.c (ONE_DIRECTION): Define.
7651         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7652         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7653         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7654         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7655         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7656         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7657         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7658         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7659         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7660         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7661         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7662         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7663         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7664         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7665         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7666         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7667         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7668         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7669         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7670         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7671         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7672         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7673         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7674         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7675         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7676         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7677         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7678         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7679         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7680         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7681         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7682         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7683         * iconvdata/johab.c (ONE_DIRECTION): Define.
7684         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7685         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7686         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7687         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7688         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7689         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7690         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7691         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7692         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7693         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7695 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7697         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7698         (_IO_JUMPS_OFFSET): Define to 0.
7700         * nptl/sysdeps/pthread/bits/libc-lock.h
7701         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7702         (__libc_lock_define_initialized_recursive): Always define using
7703         initializer.  Modern compilers treat uninitialized (implicit zero) and
7704         explicit zero initializers the same (i.e. put the datum in bss).
7706 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7708         * nscd/nscd-client.h: Include <string.h>.
7710 2014-05-01  David S. Miller  <davem@davemloft.net>
7712         [BZ #16885]
7713         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7714         multiple zero bytes exist at the end of a string.
7715         Reported by Aurelien Jarno <aurelien@aurel32.net>
7717         * string/test-strcmp.c (check): Add explicit test for situations where
7718         there are multiple zero bytes after the first.
7720 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7722         [BZ #16890]
7723         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7724         when compiling wprintf.
7725         * stdio-common/tstdiomisc.c (t3): New function.
7726         (main): Call it.
7728 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7730         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7731         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7732         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7733         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7735 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7737         * stdlib/longlong.h: Updated from GCC.
7739 2014-05-01  Will Newton  <will.newton@linaro.org>
7740             Bernard Ogden  <bernie.ogden@linaro.org>
7742         * NEWS: Update fixed bug list.
7744         [BZ #15119]
7745         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7747 2014-04-30  David S. Miller  <davem@davemloft.net>
7749         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7750         (libc_feholdexcept_setround_sparc_ctx): New function.
7751         (libc_fesetenv_sparc_ctx): Likewise.
7752         (libc_feupdateenv_sparc_ctx): Likewise.
7753         (libc_feholdsetround_sparc_ctx): Likewise.
7754         (libc_feholdexcept_setround_ctx): Define.
7755         (libc_feholdexcept_setroundf_ctx): Likewise.
7756         (libc_feholdexcept_setroundl_ctx): Likewise.
7757         (libc_fesetenv_ctx): Likewise.
7758         (libc_fesetenvf_ctx): Likewise.
7759         (libc_fesetenvl_ctx): Likewise.
7760         (libc_feupdateenv_ctx): Likewise.
7761         (libc_feupdateenvf_ctx): Likewise.
7762         (libc_feupdateenvl_ctx): Likewise.
7763         (libc_feresetround_ctx): Likewise.
7764         (libc_feresetroundf_ctx): Likewise.
7765         (libc_feresetroundl_ctx): Likewise.
7766         (libc_feholdsetround_ctx): Likewise.
7767         (libc_feholdsetroundf_ctx): Likewise.
7768         (libc_feholdsetroundl_ctx): Likewise.
7770         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7771         with __USE_GNU instead of XOPEN cpp guards.
7773         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7774         0.
7776         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7777         with XOPEN cpp guards.
7779 2014-04-30  Julian Brown  <julian@codesourcery.com>
7781         [BZ #16888]
7782         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7783         handling.
7785 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7787         [BZ #9894]
7788         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7789         Change to 2.6.32.
7790         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7791         * sysdeps/unix/sysv/linux/configure: Regenerated.
7792         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7793         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7794         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7795         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7796         * README: Update reference to required Linux kernel version.
7797         * manual/install.texi (Linux): Update reference to required Linux
7798         kernel headers version.
7799         * INSTALL: Regenerated.
7801         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7802         header inclusion.
7803         [POSIX] (limits.h): Likewise.
7804         [POSIX] (math.h): Likewise.
7805         [POSIX] (sys/wait.h): Likewise.
7806         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7807         function.
7808         [POSIX] (stddef.h): Do not allow header inclusion.
7810 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7812         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7814 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7816         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7817         Return immediately after lll_futex_wake.
7819 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7821         [BZ #16791]
7822         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7823         structure.
7824         (datahead_init_pos): Call datahead_init_common early.
7825         (datahead_init_neg): Likewise.
7827         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7828         datahead_init_neg): New functions.
7829         * nscd/aicache.c (addhstaiX): Use them.
7830         * nscd/grpcache.c (cache_addgr): Likewise.
7831         * nscd/hstcache.c (cache_addhst): Likewise.
7832         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7833         * nscd/netgroupcache.c (do_notfound): Likewise.
7834         (addgetnetgrentX): Likewise.
7835         (addinnetgrX): Likewise.
7836         * nscd/pwdcache.c (cache_addpw): Likewise.
7837         * nscd/servicescache.c (cache_addserv): Likewise.
7839 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7840             Atsushi Onoe  <atsushi@onoe.org>
7842         [BZ #14308]
7843         [BZ #12994]
7844         [BZ #13651]
7845         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7846         one response is valid.
7847         * resolv/res_send.c (send_dg): Check for validity of other
7848         response if the current response is a referral.
7850 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7852         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7854 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7856         [BZ #16823]
7857         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7858         Always divide by positive zero when computing -Inf result.
7859         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7860         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7862 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7864         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7865         FPSCR if value do not change.
7866         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7867         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7868         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7869         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7870         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7871         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7872         function.
7874 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7876         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7877         * sysdeps/unix/sysv/linux/hppa: Move directory from
7878         ports/systeps/unix/sysv/linux/hppa.
7879         * README: Update listing for hppa-*-linux-gnu.
7881 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7883         [BZ #16754]
7884         * manual/stdio.texi (Hook functions): Fix types of stream hook
7885         functions.
7886         [BZ #16854]
7887         * socket/sys/socket.h: Fix typo in comment.
7889 2014-04-28  Wilco  <wdijkstr@arm.com>
7891         * sysdeps/arm/fenv_private.h: New file.
7892         * sysdeps/arm/math_private.h: New file.
7893         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7895 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7897         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7898         with __int128_t.
7899         (La_x86_64_retval): Likewise.
7901 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7903         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7904         fpsr if value didn't change.
7905         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7906         to fpcr if value didn't change.
7907         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7908         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7909         fpsr or fpcr if value didn't change.
7910         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7911         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7912         fpcr if value didn't change.
7913         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7914         to fpsr if value didn't change.
7916 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7918         * nptl/tst-sem3.c: Use test-skeleton.c
7919         (main): Rename to do_test.  Use return instead of
7920         exit.
7921         * nptl/tst-sem4.c: Use test-skeleton.c
7922         (main): Rename to do_test.
7924 2014-04-22  David S. Miller  <davem@davemloft.net>
7926         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7927         (struct sigaction): New struct member __glibc_reserved0, change
7928         type of sa_flags to int.
7930 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7932         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7933         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7935 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7937         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7938         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7940 2014-04-22  Will Newton  <will.newton@linaro.org>
7941             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7943         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7944         (__longjmp): Add longjmp and longjmp_target SystemTap
7945         probes.
7946         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7947         (__sigsetjmp): Add setjmp SystemTap probe.
7949 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7951         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7952         match manual order.
7954 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7956         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7958         * sysdeps/powerpc/fpu/fenv_private.h
7959         (libc_feholdexcept_setroundl_ctx): Define to
7960         libc_feholdexcept_setround_ppc_ctx.
7961         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7962         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7963         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7964         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7966 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7968         * sysdeps/aarch64/math-tests.h: New file.
7970 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7972         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7973         New.
7974         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7975         Check and set bit_AVX2_Usable.
7976         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7977         macro.
7978         (bit_AVX2): Likewise.
7979         (index_AVX2_Usable): Likewise.
7980         (CPUID_AVX2): Likewise.
7981         (HAS_AVX2): Likewise.
7983 2014-04-17  Will Newton  <will.newton@linaro.org>
7985         * manual/setjmp.texi (System V contexts): Add note that
7986         calling setcontext on a context created by a call to a
7987         signal handler is undefined.  Update text to note that
7988         setcontext from a signal handler is possible but not
7989         recommended.
7991         [BZ #16629]
7992         * stdlib/tst-setcontext.c: Include signal.h.
7993         (main): Check that the signal stack before and
7994         after swapcontext is the same.
7996         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7997         Re-implement to restore registers in user code and avoid
7998         rt_sigreturn system call.
8000 2014-04-17  Wilco  <wdijkstr@arm.com>
8002         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8003         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8004         * math/test-fenv.c: Skip exception trap tests on targets which only
8005         support non-stop mode.
8007 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8008             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8010         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8011         (libc_feholdsetround_aarch64_ctx)
8012         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8013         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8014         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8015         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8016         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8017         (libc_feresetround_noexl_ctx): Define.
8019 2014-04-16  Richard Henderson  <rth@redhat.com>
8021         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8023         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8024         unwind tables.
8026         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8027         const from the non-libc, non-ldso copy.
8029         * sysdeps/alpha/libm-test-ulps: Regenerate.
8031 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8032             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8034         * sysdeps/aarch64/fpu/math_private.h: New file.
8036 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8038         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8040 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8042         [BZ #16275]
8043         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8044         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8045         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8046         Intel MPX bound registers before _dl_profile_fixup.
8047         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8048         registers after _dl_profile_fixup.  Save and restore bound
8049         registers bnd0/bnd1 when calling _dl_call_pltexit.
8050         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8051         (LR_BND_OFFSET): Likewise.
8052         (LRV_BND0_OFFSET): Likewise.
8053         (LRV_BND1_OFFSET): Likewise.
8055 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8057         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8058         to...
8059         * sysdeps/mach/hurd/i386/tls.h: ... here.
8060         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8061         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8062         fields.
8064 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8066         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8068 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8070         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8072 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8074         [BZ #14770]
8075         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8076         * sysdeps/s390/configure: Regenerate.
8078         [BZ #16824]
8079         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8080         Set round-to-nearest internally to reduce error accumulation.
8082 2014-04-16  Alan Modra  <amodra@gmail.com>
8084         [BZ #16740]
8085         [BZ #16619]
8086         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8087         * math/libm-test.inc (frexp_test_data): Add tests.
8088         * NEWS: Update fixed bug list.
8090 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8092         * benchtests/Makefile: Depend on libraries in build directory.
8093         (bench-math): Separate out math tests.
8094         (bench-pthread): Separate out pthread tests.
8095         (bench): Include math and pthread tests.
8097 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8099         [BZ #16831]
8100         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8101         _dl_debug_initialize.
8103         * configure.ac: Remove SELinux header check.
8104         * configure: Regenerate.
8105         * nscd/selinux.c (perms): Array of const char* to permission names.
8106         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8107         default policy. Call string_to_security_class and string_to_av_perm to
8108         translate strings. Enforce default policy and call avs_has_perm with
8109         results of translated strings.
8111 2014-04-13  David S. Miller  <davem@davemloft.net>
8113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8115 2014-04-12  Allan McRae  <allan@archlinux.org>
8117         [BZ #16838]
8118         * manual/string.texi (Collation Functions): Fix qsort argument
8119         order in example.
8120         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8122 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8124         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8125         Make the test a no-op if there are no exceptions defined.
8127 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8129         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8130         enable-hardcoded-path-in-tests
8132 2014-04-11  Will Newton  <will.newton@linaro.org>
8134         * benchtests/Makefile (extra-objs): Add json-lib.o.
8135         (bench-func): Tidy up JSON output.
8136         * benchtests/bench-skeleton.c: Include json-lib.h.
8137         (main): Use JSON library functions to do output of
8138         benchmark results.
8139         * benchtests/bench-timing-type.c (main): Output the
8140         timing type simply, leaving formatting to the user.
8141         * benchtests/json-lib.c: New file.
8142         * benchtests/json-lib.h: Likewise.
8144 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8146         [BZ #15215]
8147         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8148         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8149         memory barriers.  Add comments.
8150         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8151         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8152         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8153         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8154         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8155         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8157 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8159         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8160         * sysdeps/s390/s390-64/configure.ac: ... this ...
8161         * sysdeps/s390/configure.ac: ... to here.
8162         * sysdeps/s390/s390-32/configure: Delete file.
8163         * sysdeps/s390/s390-64/configure: Delete file.
8164         * sysdeps/s390/configure: Regenerate.
8166 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8168         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8170 2014-04-11  Will Newton  <will.newton@linaro.org>
8172         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8173         to zero if it is not defined elsewhere.  (mtrim): Test
8174         the value of MALLOC_DEBUG with #if rather than #ifdef.
8176 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8178         * benchtests/pthread_once-inputs: New file.
8179         * benchtests/pthread_once-source.c: New file.
8180         * benchtests/README: Update documentation.
8182 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8183             H.J. Lu  <hongjiu.lu@intel.com>
8185         [BZ #16275]
8186         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8187         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8188         * sysdeps/x86_64/configure: Regenerated.
8189         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8190         macro.
8191         (REGISTER_SAVE_RAX): Likewise.
8192         (REGISTER_SAVE_RCX): Likewise.
8193         (REGISTER_SAVE_RDX): Likewise.
8194         (REGISTER_SAVE_RSI): Likewise.
8195         (REGISTER_SAVE_RDI): Likewise.
8196         (REGISTER_SAVE_R8): Likewise.
8197         (REGISTER_SAVE_R9): Likewise.
8198         (REGISTER_SAVE_BND0): Likewise.
8199         (REGISTER_SAVE_BND1): Likewise.
8200         (REGISTER_SAVE_BND2): Likewise.
8201         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8202         bound registers when calling _dl_fixup.
8204 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8206         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8207         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8208         of its definition.
8209         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8210         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8211         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8212         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8213         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8214         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8215         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8217 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8219         [BZ #15514]
8220         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8221         pathconf(_PC_NAME_MAX).
8223 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8225         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8226         Remove macro usage.
8227         (__PTHREAD_SPINS): Move definition to ...
8228         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8229         (__PTHREAD_SPINS): ... here.
8230         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8231         (__PTHREAD_SPIN): Likewise.
8232         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8233         (__PTHREAD_SPIN): Likewise.
8234         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8235         (__PTHREAD_SPIN): Likewise.
8236         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8237         (__PTHREAD_SPIN): Likewise.
8238         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8239         (__PTHREAD_SPIN): Likewise.
8240         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8241         (__PTHREAD_SPIN): Likewise.
8242         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8243         (__PTHREAD_SPIN): Likewise.
8244         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8245         (__PTHREAD_SPIN): Likewise.
8246         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8247         (__PTHREAD_SPIN): Likewise.
8248         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8249         (__PTHREAD_SPIN): Likewise.
8250         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8251         (__PTHREAD_SPIN): Likewise.
8252         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8253         (__PTHREAD_SPIN): Likewise.
8255         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8256         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8257         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8258         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8259         imply folder.
8260         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8261         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8262         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8263         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8264         correct imply path.
8265         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8266         strlen symbol for non multi-arch builds.
8267         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8268         missing hidden_def and weak_alias.
8270 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8272         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8274 2014-04-07  Will Newton  <will.newton@linaro.org>
8276         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8277         and contents.  [!_LIBC] Remove #ifndef and contents.
8278         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8279         * string/memccpy.c (__memccpy): Use ANSI prototype.
8280         * string/memfrob.c (memfrob): Likewise.
8281         * string/strcoll.c (STRCOLL): Likewise.
8282         * string/strlen.c (strlen): Likewise.
8283         * string/strtok.c (STRTOK): Likewise.
8284         * string/strcat.c: Remove unused #include of memcopy.h.
8285         (strcat): Use ANSI prototype.
8286         * string/strchr.c: Remove unused #include of memcopy.h.
8287         (strchr): Use ANSI prototype.
8288         * string/strcmp.c: Remove unused #include of memcopy.h.
8289         (strcmp): Use ANSI prototype.
8290         * string/strcpy.c: Remove unused #include of memcopy.h.
8291         (strcpy): Use ANSI prototype.
8293 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8295         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8296         * config.make.in (config-extra-cppflags): Set it from
8297         libc_extra_cppflags.
8298         * configure.ac (libc_extra_cflags): Make it accumulate over
8299         configure fragments.
8300         (libc_extra_cppflags): New flag.
8301         * configure. Regenerate.
8302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8303         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8304         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8307         [BZ #16815]
8308         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8309         result for FE_DOWNWARD rounding mode.
8310         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8311         Likewise.
8312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8314 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8316         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8317         in function argument name.
8319 2014-04-03  David Svoboda  <svoboda@cert.org>
8321         [BZ #5666]
8322         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8323         explicitly.
8325 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8327         * elf/dl-unmap-segments.h: New file.
8328         * sysdeps/generic/ldsodefs.h
8329         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8330         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8331         * elf/dl-fptr.c: Likewise.
8332         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8333         * sysdeps/aarch64/tlsdesc.c: Likewise.
8334         * sysdeps/arm/tlsdesc.c: Likewise.
8335         * sysdeps/i386/tlsdesc.c: Likewise.
8336         * sysdeps/tile/dl-runtime.c: Likewise.
8337         * sysdeps/x86_64/tlsdesc.c: Likewise.
8338         * elf/dl-load.h: New file.
8339         * elf/dl-load.c: Include it.
8340         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8341         Macros moved to dl-load.h.
8342         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8343         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8344         Use _dl_unmap_segments in place of __munmap.
8345         Break out segment-mapping loop into ...
8346         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8348 2014-04-03  Will Newton  <will.newton@linaro.org>
8350         * elf/dl-lookup.c (do_lookup_x): Remove comment
8351         referring to nested function and move variable
8352         declarations down to before first use.
8354 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8356         [BZ #16799]
8357         [BZ #16800]
8358         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8359         with 0 numerator.
8360         * math/s_catanf.c (__catanf): Likewise.
8361         * math/s_catanh.c (__catanh): Likewise.
8362         * math/s_catanhf.c (__catanhf): Likewise.
8363         * math/s_catanhl.c (__catanhl): Likewise.
8364         * math/s_catanl.c (__catanl): Likewise.
8365         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8366         by positive zero when computing -Inf result.
8367         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8368         (catanh_test): Likewise.
8369         * sysdeps/i386/fpu/libm-test-ulps: Update.
8370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8372         [BZ #16789]
8373         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8374         instead of using underflowing value in computing result.
8375         * math/s_clog10.c (__clog10): Likewise.
8376         * math/s_clog10f.c (__clog10f): Likewise.
8377         * math/s_clog10l.c (__clog10l): Likewise.
8378         * math/s_clogf.c (__clogf): Likewise.
8379         * math/s_clogl.c (__clogl): Likewise.
8380         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8381         (clog10_test): Likewise.
8382         * sysdeps/i386/fpu/libm-test-ulps: Update.
8383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8385 2014-04-02  Alan Modra  <amodra@gmail.com>
8387         [BZ #16739]
8388         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8389         output when value is near a power of two.  Use int64_t for lx and
8390         remove casts.  Use decimal rather than hex exponent constants.
8391         Don't use long double multiplication when double will suffice.
8392         * math/libm-test.inc (nextafter_test_data): Add tests.
8393         * NEWS: Add 16739 and 16786 to bug list.
8395         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8397         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8399 2014-04-01  Will Newton  <will.newton@linaro.org>
8401         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8402         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8404 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8406         [BZ #13347]
8407         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8408         * nptl/tst-setuid2.c: New file.
8409         * nptl/Makefile (xtests): Add tst-setuid2.
8411 2014-04-01  Alan Modra  <amodra@gmail.com>
8413         [BZ #16786]
8414         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8416 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8418         [BZ #6803]
8419         [BZ #6804]
8420         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8421         set errno as appropriate.
8422         * math/w_scalbf.c (__scalbf): Likewise.
8423         * math/w_scalbl.c (__scalbl): Likewise.
8424         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8425         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8426         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8427         Add more NaN tests.
8429         [BZ #16349]
8430         * math/w_atan2.c: Include <errno.h>.
8431         (__atan2): Set errno for result underflowing to zero.
8432         * math/w_atan2f.c: Include <errno.h>.
8433         (__atan2f): Set errno for result underflowing to zero.
8434         * math/w_atan2l.c: Include <errno.h>.
8435         (__atan2l): Set errno for result underflowing to zero.
8436         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8437         tests.
8438         * math/auto-libm-test-out: Regenerated.
8440 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8442         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8443         Encode instruction correctly in little endian.
8444         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8445         Likewise.
8446         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8447         Likewise.
8448         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8449         Likewise.
8450         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8451         Likewise.
8453 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8455         [BZ #9894]
8456         * sysdeps/unix/sysv/linux/kernel-features.h
8457         [__sparc__ && !__arch64__ && !__sparc_v9__]
8458         (__ASSUME_SET_ROBUST_LIST): Do not define.
8459         [__sparc__ && !__arch64__ && !__sparc_v9__]
8460         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8461         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8462         Likewise.
8463         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8464         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8465         (__ASSUME_REQUEUE_PI): Likewise.
8466         (__ASSUME_SET_ROBUST_LIST): Likewise.
8467         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8468         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8469         Undefine.
8470         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8471         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8472         Likewise.
8473         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8474         Likewise.
8475         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8476         Likewise.
8477         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8478         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8479         Undefine.
8480         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8481         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8482         Likewise.
8484         [BZ #16648]
8485         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8486         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8487         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8489 2014-03-31  Will Newton  <will.newton@linaro.org>
8491         * benchtests/Makefile (bench): Add ffs and ffsll to list
8492         of tests.
8493         * benchtests/ffs-inputs: New file.
8494         * benchtests/ffsll-inputs: Likewise.
8496 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8498         [BZ #16770]
8499         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8500         too large before casting to int.
8501         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8502         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8503         * math/libm-test.inc (scalb_test_data): Add more tests.
8505 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8507         * benchtests/Makefile (DETAILED_OPT): New make option.
8508         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8509         set.
8510         * benchtests/bench-skeleton.c: Include stdbool.h.
8511         (main): Store and print timings per input.
8512         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8513         member to each argument value.
8514         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8515         (_print_arg_data): Initialize per-input timing to 0.
8517         * benchtests/Makefile (timing-type): New binary.
8518         (bench-clean): Also remove bench-timing-type.
8519         (bench): New target for timing-type.
8520         (bench-func): Print output in JSON format.
8521         * benchtests/bench-skeleton.c (main): Print output in JSON
8522         format.
8523         * benchtests/bench-timing-type.c: New file.
8524         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8525         (TIMING_PRINT_STATS): Remove.
8526         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8527         name separately.
8529         * benchtests/bench-modf.c: Remove.
8530         * benchtests/modf-inputs: New inputs file.
8532 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8534         [BZ #16362]
8535         * math/s_clog10.c (M_PI_LOG10E): New macro.
8536         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8537         imaginary parts are 0.
8538         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8539         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8540         imaginary parts are 0.
8541         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8542         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8543         imaginary parts are 0.
8544         * math/libm-test.inc (clog10_test_data): Update expected results
8545         for when real and imaginary parts are 0.
8547 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8549         * elf/dl-load.c: Finish conversion of __builtin_expect into
8550         __glibc_{un}likely.
8552 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8554         [BZ #16348]
8555         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8556         1+x for argument with exponent below -67.
8557         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8558         Likewise.
8559         * math/auto-libm-test-in: Add more tests of exp.
8560         * math/auto-libm-test-out: Regenerated.
8562 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8564         [BZ #16759]
8565         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8566         (nscd_getnetgrent): Use it.
8568         [BZ #16760]
8569         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8570         of stpcpy.
8572 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8574         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8575         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8576         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8577         (lll_robust_unlock): Remove out of line section. Use cfi
8578         intrinsics.
8579         (LLL_STUB_UNWIND_INFO*): Remove.
8580         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8581         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8582         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8583         (lll_robust_unlock): Remove out of line section. Use cfi
8584         intrinsics.
8585         (LLL_STUB_UNWIND_INFO*): Remove.
8587 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8589         [BZ #16758]
8590         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8591         blank values.
8593 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8595         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8597 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8599         [BZ #16198]
8600         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8601         fnstenv.
8602         * math/test-fenv-preserve.c: New file.
8603         * math/Makefile (tests): Add test-fenv-preserve.
8605 2014-03-26  Will Newton <will.newton@linaro.org>
8607         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8609 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8611         * scripts/versionlist.awk: Partition the version sets and emit all
8612         GLIBC_* (sorted) before all others (sorted).
8614 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8616         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8617         GLIBC_2.2.5 version.
8619 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8621         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8622         calls.
8624         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8625         previous change.
8627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8629 2014-03-25  Andreas Schwab  <schwab@suse.de>
8631         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8632         label to be used after in6ailist is initialized.
8634 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8636         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8637         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8639 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8641         [BZ #16357]
8642         [BZ #16599]
8643         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8644         min_plus_half.
8645         (fp_formats): Update initializers.
8646         (init_fp_formats): Initialize new field.
8647         (output_for_one_input_case): Allow underflow for results up to
8648         min_plus_half.
8649         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8650         * math/auto-libm-test-in: Don't mark some underflows from asin and
8651         atanh as spurious.
8652         * math/auto-libm-test-out: Regenerated.
8653         * sysdeps/i386/fpu/libm-test-ulps: Update.
8654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8656 2014-03-25  Andreas Schwab  <schwab@suse.de>
8658         * libio/Makefile (tst-ftell-partial-wide-ENV)
8659         (tst-ftell-active-handler-ENV): Define.
8661 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8663         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8665 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8667         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8669 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8671         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8672         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8673         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8675 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8677         [BZ #16634]
8678         * elf/dl-load.c (open_verify): Add mode parameter.
8679         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8680         (open_path): Change from boolean 'secure' to complete flag 'mode'
8681         (_dl_map_object): Adjust.
8682         * elf/Makefile (tests): Add tst-dlopen-aout.
8683         * elf/tst-dlopen-aout.c: New test.
8685 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8687         [BZ #16714]
8688         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8689         (struct stat): Rename member pad0 to __glibc_reserved0.
8691         [BZ #16712]
8692         * sysdeps/s390/s390-32/bits/wordsize.h
8693         (__WORDSIZE32_SIZE_ULONG): New define.
8694         * sysdeps/s390/s390-64/bits/wordsize.h
8695         (__WORDSIZE32_SIZE_ULONG): Likewise.
8696         * sysdeps/generic/stdint.h (SIZE_MAX):
8697         Define as UL if __WORDSIZE32_SIZE_ULONG.
8699         [BZ #16713]
8700         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8701         (__glibc_reserved0): New variable.
8702         (sa_flags): Change type to int.
8704         * posix/Makefile (before-compile): Use += before-compile instead
8705         of a :=.
8707         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8708         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8710 2014-03-20  Andreas Schwab  <schwab@suse.de>
8712         [BZ #16743]
8713         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8714         non-matching result from nscd.
8716 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8718         * scripts/bench.py: Moved to ...
8719         * benchtests/scripts/bench.py: ... here.
8720         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8722 2014-03-24  Andreas Schwab  <schwab@suse.de>
8724         [BZ #16002]
8725         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8726         alloca_account and account alloca use for struct in6ailist.
8728 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8730         [BZ #16284]
8731         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8732         rounding mode to recompute results that overflow to infinity or
8733         underflow to zero.
8734         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8735         bug 16284.
8736         * math/auto-libm-test-out: Regenerated.
8737         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8738         (ccosh_test): Likewise.
8739         (csin_test_data): Use plus_oflow.
8740         (csin_test): Use ALL_RM_TEST.
8741         (csinh_test_data): Use plus_oflow.
8742         (csinh_test): Use ALL_RM_TEST.
8743         * sysdeps/i386/fpu/libm-test-ulps: Update.
8744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8746 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8748         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8749         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8750         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8752         [BZ #16731]
8753         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8754         when x - 1 is zero.
8755         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8756         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8757         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8758         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8759         argument is 1.
8760         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8761         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8762         zero.
8763         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8764         * sysdeps/i386/fpu/libm-test-ulps: Update.
8765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8767 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8769         * scripts/bench.pl: Remove file.
8770         * scripts/bench.py: New benchmark script.
8771         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8772         * benchtests/README: Mention python dependency.
8773         * scripts/pylintrc: New file.
8774         * scripts/pylint: New file.
8776         * bits/mathdef.h: Use #ifdef instead of #if.
8777         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8778         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8779         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8780         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8781         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8782         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8784 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8785             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8787         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8788         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8789         and strpbrk-ppc64 objects.
8790         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8791         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8792         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8793         multiarch strpbrk for POWER7.
8794         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8795         multiarch strpbrk for PPC64.
8796         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8797         ifunc selector.
8798         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8799         strpbrk for POWER7.
8801 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8803         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8804         (atan_test): Likewise.
8805         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8806         (atanh_test): Use ALL_RM_TEST.
8807         (atan2_test_data): Likewise.
8808         (cabs_test): Likewise.
8809         (cacosh_test): Likewise.
8810         (carg_test): Likewise.
8811         (casin_test): Likewise.
8812         (casinh_test): Likewise.
8813         (cbrt_test): Likewise.
8814         (csqrt_test): Likewise.
8815         (erf_test): Likewise.
8816         (erfc_test): Likewise.
8817         (pow10_test): Likewise.
8818         (exp2_test): Likewise.
8819         (hypot_test): Likewise.
8820         (j0_test): Likewise.
8821         (j1_test): Likewise.
8822         (lgamma_test): Likewise.
8823         (gamma_test): Likewise.
8824         (sincos_test): Likewise.
8825         (tanh_test): Likewise.
8826         (y0_test): Likewise.
8827         (y1_test): Likewise.
8828         * sysdeps/i386/fpu/libm-test-ulps: Update.
8829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8831 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8833         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8834         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8835         and strcspn-ppc64 objects.
8836         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8837         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8838         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8839         multiarch strcspn for POWER7.
8840         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8841         multiarch strcspn for PPC64.
8842         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8843         ifunc selector.
8844         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8845         strcspn for POWER7.
8847 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8849         * math/gen-libm-test.pl (generate_testfile): Expect only function
8850         name as argument to AUTO_TESTS_* and pass results for all rounding
8851         modes to parse_args.
8852         (parse_auto_input): Separate inputs of automatic tests from
8853         outputs before storing in %auto_tests.
8854         * math/libm-test.inc (acos_test_data): Update call to
8855         AUTO_TESTS_f_f.
8856         (acos_test): Use ALL_RM_TEST.
8857         (acos_tonearest_test_data): Remove.
8858         (acos_test_tonearest): Likewise.
8859         (acos_towardzero_test_data): Likewise.
8860         (acos_test_towardzero): Likewise.
8861         (acos_downward_test_data): Likewise.
8862         (acos_test_downward): Likewise.
8863         (acos_upward_test_data): Likewise.
8864         (acos_test_upward): Likewise.
8865         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8866         (asin_test_data): Likewise.
8867         (asin_test): Use ALL_RM_TEST.
8868         (asin_tonearest_test_data): Remove.
8869         (asin_test_tonearest): Likewise.
8870         (asin_towardzero_test_data): Likewise.
8871         (asin_test_towardzero): Likewise.
8872         (asin_downward_test_data): Likewise.
8873         (asin_test_downward): Likewise.
8874         (asin_upward_test_data): Likewise.
8875         (asin_test_upward): Likewise.
8876         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8877         (atan_test_data): Likewise.
8878         (atanh_test_data): Likewise.
8879         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8880         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8881         (carg_test_data): Likewise.
8882         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8883         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8884         (ccosh_test_data): Likewise.
8885         (cexp_test_data): Likewise.
8886         (clog_test_data): Likewise.
8887         (clog10_test_data): Likewise.
8888         (cos_test_data): Update call to AUTO_TESTS_f_f.
8889         (cos_test): Use ALL_RM_TEST.
8890         (cos_tonearest_test_data): Remove.
8891         (cos_test_tonearest): Likewise.
8892         (cos_towardzero_test_data): Likewise.
8893         (cos_test_towardzero): Likewise.
8894         (cos_downward_test_data): Likewise.
8895         (cos_test_downward): Likewise.
8896         (cos_upward_test_data): Likewise.
8897         (cos_test_upward): Likewise.
8898         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8899         (cosh_test): Use ALL_RM_TEST.
8900         (cosh_tonearest_test_data): Remove.
8901         (cosh_test_tonearest): Likewise.
8902         (cosh_towardzero_test_data): Likewise.
8903         (cosh_test_towardzero): Likewise.
8904         (cosh_downward_test_data): Likewise.
8905         (cosh_test_downward): Likewise.
8906         (cosh_upward_test_data): Likewise.
8907         (cosh_test_upward): Likewise.
8908         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8909         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8910         (ctan_test_data): Likewise.
8911         (ctan_test): Use ALL_RM_TEST.
8912         (ctan_tonearest_test_data): Remove.
8913         (ctan_test_tonearest): Likewise.
8914         (ctan_towardzero_test_data): Likewise.
8915         (ctan_test_towardzero): Likewise.
8916         (ctan_downward_test_data): Likewise.
8917         (ctan_test_downward): Likewise.
8918         (ctan_upward_test_data): Likewise.
8919         (ctan_test_upward): Likewise.
8920         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8921         (ctanh_test): Use ALL_RM_TEST.
8922         (ctanh_tonearest_test_data): Remove.
8923         (ctanh_test_tonearest): Likewise.
8924         (ctanh_towardzero_test_data): Likewise.
8925         (ctanh_test_towardzero): Likewise.
8926         (ctanh_downward_test_data): Likewise.
8927         (ctanh_test_downward): Likewise.
8928         (ctanh_upward_test_data): Likewise.
8929         (ctanh_test_upward): Likewise.
8930         (erf_test_data): Update call to AUTO_TESTS_f_f.
8931         (erfc_test_data): Likewise.
8932         (exp_test_data): Likewise.
8933         (exp_test): Use ALL_RM_TEST.
8934         (exp_tonearest_test_data): Remove.
8935         (exp_test_tonearest): Likewise.
8936         (exp_towardzero_test_data): Likewise.
8937         (exp_test_towardzero): Likewise.
8938         (exp_downward_test_data): Likewise.
8939         (exp_test_downward): Likewise.
8940         (exp_upward_test_data): Likewise.
8941         (exp_test_upward): Likewise.
8942         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8943         (exp10_test): Use ALL_RM_TEST.
8944         (exp10_tonearest_test_data): Remove.
8945         (exp10_test_tonearest): Likewise.
8946         (exp10_towardzero_test_data): Likewise.
8947         (exp10_test_towardzero): Likewise.
8948         (exp10_downward_test_data): Likewise.
8949         (exp10_test_downward): Likewise.
8950         (exp10_upward_test_data): Likewise.
8951         (exp10_test_upward): Likewise.
8952         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8953         (expm1_test_data): Likewise.
8954         (expm1_test): Use ALL_RM_TEST.
8955         (expm1_tonearest_test_data): Remove.
8956         (expm1_test_tonearest): Likewise.
8957         (expm1_towardzero_test_data): Likewise.
8958         (expm1_test_towardzero): Likewise.
8959         (expm1_downward_test_data): Likewise.
8960         (expm1_test_downward): Likewise.
8961         (expm1_upward_test_data): Likewise.
8962         (expm1_test_upward): Likewise.
8963         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8964         (fma_test): Use ALL_RM_TEST.
8965         (fma_towardzero_test_data): Remove.
8966         (fma_test_towardzero): Likewise.
8967         (fma_downward_test_data): Likewise.
8968         (fma_test_downward): Likewise.
8969         (fma_upward_test_data): Likewise.
8970         (fma_test_upward): Likewise.
8971         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8972         (j0_test_data): Update call to AUTO_TESTS_f_f.
8973         (j1_test_data): Likewise.
8974         (jn_test_data): Update call to AUTO_TESTS_if_f.
8975         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8976         (log_test_data): Update call to AUTO_TESTS_f_f.
8977         (log10_test_data): Likewise.
8978         (log1p_test_data): Likewise.
8979         (log2_test_data): Likewise.
8980         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8981         (pow_tonearest_test_data): Likewise.
8982         (sin_test_data): Update call to AUTO_TESTS_f_f.
8983         (sin_test): Use ALL_RM_TEST.
8984         (sin_tonearest_test_data): Remove.
8985         (sin_test_tonearest): Likewise.
8986         (sin_towardzero_test_data): Likewise.
8987         (sin_test_towardzero): Likewise.
8988         (sin_downward_test_data): Likewise.
8989         (sin_test_downward): Likewise.
8990         (sin_upward_test_data): Likewise.
8991         (sin_test_upward): Likewise.
8992         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8993         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8994         (sinh_test): Use ALL_RM_TEST.
8995         (sinh_tonearest_test_data): Remove.
8996         (sinh_test_tonearest): Likewise.
8997         (sinh_towardzero_test_data): Likewise.
8998         (sinh_test_towardzero): Likewise.
8999         (sinh_downward_test_data): Likewise.
9000         (sinh_test_downward): Likewise.
9001         (sinh_upward_test_data): Likewise.
9002         (sinh_test_upward): Likewise.
9003         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9004         (sqrt_test): Use ALL_RM_TEST.
9005         (sqrt_tonearest_test_data): Remove.
9006         (sqrt_test_tonearest): Likewise.
9007         (sqrt_towardzero_test_data): Likewise.
9008         (sqrt_test_towardzero): Likewise.
9009         (sqrt_downward_test_data): Likewise.
9010         (sqrt_test_downward): Likewise.
9011         (sqrt_upward_test_data): Likewise.
9012         (sqrt_test_upward): Likewise.
9013         (tan_test_data): Update call to AUTO_TESTS_f_f.
9014         (tan_test): Use ALL_RM_TEST.
9015         (tan_tonearest_test_data): Remove.
9016         (tan_test_tonearest): Likewise.
9017         (tan_towardzero_test_data): Likewise.
9018         (tan_test_towardzero): Likewise.
9019         (tan_downward_test_data): Likewise.
9020         (tan_test_downward): Likewise.
9021         (tan_upward_test_data): Likewise.
9022         (tan_test_upward): Likewise.
9023         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9024         (tgamma_test_data): Likewise.
9025         (y0_test_data): Likewise.
9026         (y1_test_data): Likewise.
9027         (yn_test_data): Update call to AUTO_TESTS_if_f.
9028         (main): Do not call removed functions.
9030 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9032         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9033         (ldexp_test_data): Remove.
9034         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9035         scalbn_test_data.
9036         (scalb_test): Use ALL_RM_TEST.
9038 2014-03-19  Andreas Schwab  <schwab@suse.de>
9040         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9042 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9044         [BZ #16649]
9045         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9046         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9047         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9048         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9049         (__ASSUME_PREADV): Undefine.
9050         (__ASSUME_PWRITEV): Likewise.
9052 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9054         * bits/mman-linux.h: Add comment about non-Linux use.
9055         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9056         bits/mman-linux.h resting place.
9058         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9059         * bits/mman-linux.h: ... here.
9061 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9063         * conform/conformtest.pl: Add standard definition when calling C
9064         preprocessor on data files.
9065         (checknamespace): Remove unused variable.
9067 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9069         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9070         minus_oflow, plus_uflow and minus_uflow in expected results.
9071         * math/libm-test.inc (scalbn_test_data): Add more tests of
9072         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9073         minus_uflow.
9074         (scalbn_test): Use ALL_RM_TEST.
9075         (scalbln_test_data): Add more tests of negative arguments.  Use
9076         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9077         (scalbln_test): Use ALL_RM_TEST.
9079 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9081         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9083 2014-03-18  Will Newton  <will.newton@linaro.org>
9085         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9086         inaccurate comment.
9088 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9090         * Makerules [!subdir] (check-abi): Exit with error status if a
9091         test failed.
9093 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9095         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9096         for rint.  Include results for all rounding modes.
9097         (nearbyint_test): Use ALL_RM_TEST.
9098         (rint_test_data): Include all tests used for nearbyint.
9100 2014-03-17  Will Newton  <will.newton@linaro.org>
9102         * nptl/sysdeps/pthread/pthread.h: Revert previous
9103         change.
9105         * sysdeps/generic/ldsodefs.h: Revert previous
9106         change.
9108         * libio/genops.c: Revert previous change.
9109         * libio/libioP.h: Likewise.
9110         * stdio-common/vfprintf.c: Likewise.
9112         * sysdeps/generic/math_private.h: Revert previous
9113         change.
9115         * sysdeps/generic/math_private.h: Check whether
9116         HAVE_RM_CTX is defined with #ifdef rather
9117         than #if.
9119         * argp/argp-fmtstream.h: Check whether
9120         __STRICT_ANSI__ is defined with #ifdef rather
9121         than #if.
9122         * argp/argp.h: Likewise.
9124         * libio/genops.c: Check whether
9125         _IO_JUMPS_OFFSET is defined with #ifdef rather
9126         than #if.
9127         * libio/libioP.h: Likewise.
9128         * stdio-common/vfprintf.c: Likewise.
9130         * sysdeps/generic/ldsodefs.h: Check whether
9131         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9132         than #if.
9134         * nptl/sysdeps/pthread/pthread.h: Check
9135         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9136         its value.
9138 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9140         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9141         setting O_APPEND.
9142         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9143         test case.
9145         [BZ #16680]
9146         * libio/fileops.c (_IO_file_open): Seek to end of file but
9147         don't cache the offset.
9148         (get_file_offset): Remove function.
9149         (do_ftell): Use cached offset when available.
9150         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9151         don't cache the offset.
9152         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9153         case.
9154         (do_one_test): Call it.
9155         (do_ftell_test): Fix up expected old offset for a+ mode.
9156         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9157         available.
9159         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9160         up test status with function return status.
9161         (do_write_test): Likewise.
9162         (do_append_test): Likewise.
9164         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9165         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9166         Remove.
9168 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9170         * math/gen-libm-test.pl (parse_args): Handle results specified for
9171         each rounding mode separately.
9172         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9173         tests and results from lrint_tonearest_test_data,
9174         lrint_towardzero_test_data, lrint_downward_test_data and
9175         lrint_upward_test_data.
9176         (lrint_test): Use ALL_RM_TEST.
9177         (lrint_tonearest_test_data): Remove.
9178         (lrint_test_tonearest): Likewise.
9179         (lrint_towardzero_test_data): Likewise.
9180         (lrint_test_towardzero): Likewise.
9181         (lrint_downward_test_data): Likewise.
9182         (lrint_test_downward): Likewise.
9183         (lrint_upward_test_data): Likewise.
9184         (lrint_test_upward): Likewise.
9185         (llrint_test_data): Merge in per-rounding-mode tests and results
9186         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9187         llrint_downward_test_data and llrint_upward_test_data.
9188         (llrint_test): Use ALL_RM_TEST.
9189         (llrint_tonearest_test_data): Remove.
9190         (llrint_test_tonearest): Likewise.
9191         (llrint_towardzero_test_data): Likewise.
9192         (llrint_test_towardzero): Likewise.
9193         (llrint_downward_test_data): Likewise.
9194         (llrint_test_downward): Likewise.
9195         (llrint_upward_test_data): Likewise.
9196         (llrint_test_upward): Likewise.
9197         (rint_test_data): Merge in per-rounding-mode tests and results
9198         from rint_tonearest_test_data, rint_towardzero_test_data,
9199         rint_downward_test_data and rint_upward_test_data.  Add
9200         per-rounding-mode results for tests not in those arrays.
9201         (rint_test): Use ALL_RM_TEST.
9202         (rint_tonearest_test_data): Remove.
9203         (rint_test_tonearest): Likewise.
9204         (rint_towardzero_test_data): Likewise.
9205         (rint_test_towardzero): Likewise.
9206         (rint_downward_test_data): Likewise.
9207         (rint_test_downward): Likewise.
9208         (rint_upward_test_data): Likewise.
9209         (rint_test_upward): Likewise.
9210         (main): Don't call removed functions.
9212 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9214         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9215         "Compiled on ..." crapola.  It is anti-useful.
9217 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9219         * scripts/evaluate-test.sh: Handle fourth argument to determine
9220         whether test run should stop on failure.
9221         * Makeconfig (stop-on-test-failure): New variable.
9222         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9223         $(stop-on-test-failure).
9224         * Makefile (tests): Give a summary of results from testing and
9225         exit with failure status if they include an ERROR or FAIL.
9226         (xtests): Likewise.
9227         * manual/install.texi (Configuring and compiling): Mention
9228         stop-on-test-failure=y.
9229         * INSTALL: Regenerated.
9231 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9233         * scripts/versionlist.awk: New file.
9234         * Makerules [$(build-shared) = yes]
9235         (postclean-generated): Add Versions.def, not Versions.def.v and
9236         Versions.def.v.i.
9237         ($(common-objpfx)Versions.def.v.i): Target removed.
9238         ($(common-objpfx)Versions.def): New target.
9239         ($(common-objpfx)Versions.all): Depend on that rather that
9240         $(common-objpfx)Versions.def.v.
9241         * Versions.def: File removed.
9243         * Makeconfig (+gccwarn): Add -Wundef.
9244         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9245         a dl-sysdep.h breaking its contract.
9246         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9247         * include/stackinfo.h: New file.
9248         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9249         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9250         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9251         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9252         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9253         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9254         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9255         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9256         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9257         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9258         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9259         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9260         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9261         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9262         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9264 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9266         [BZ #16707]
9267         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9268         implementation.
9269         * math/libm-test.inc (round_test_data): Add more tests.
9271         [BZ #16706]
9272         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9273         implementation.
9274         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9276         [BZ #16701]
9277         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9278         implementation.
9279         * math/libm-test.inc (ceil_test_data): Add more tests.
9281         * math/libm-test.inc (trunc_test_data): Add more tests related to
9282         BZ#16414.
9284 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9286         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9287         with #if rather than #ifdef.
9288         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9290 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9292         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9293         first.  Disable AVX-512 GCC support if assembler doesn't support
9294         it.
9295         * sysdeps/x86_64/configure: Regenerated.
9297 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9299         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9300         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9301         (__old_pthread_attr_setstack): Likewise.
9302         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9303         [!_STACK_GROWS_DOWN]: Likewise.
9305 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9307         * config.make.in (have-bash2): Delete.
9308         * configure.ac (libc_cv_have_bash2): Delete.
9309         * configure: Regenerate.
9310         * elf/Makefile (common-ldd-rewrite): Rename to ...
9311         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9312         (sh-ldd-rewrite): Delete.
9313         (bash-ldd-rewrite): Delete.
9314         (have-bash2): Delete checks.
9315         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9316         ldd-rewrite.
9318         * config.make.in (have-ksh): Delete.
9319         (KSH): Delete.
9320         * configure.ac (libc_cv_have_ksh): Delete.
9321         * configure: Regenerate.
9323         * elf/Makefile: Delete $(have-ksh) check.
9324         ($(objpfx)sotruss): Change KSH to BASH.
9325         * elf/sotruss.ksh: Rename to ...
9326         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9327         function style to match POSIX.  Drop ksh vim mode setting.
9329         * manual/time.texi (Specifying the Time Zone with TZ): Change
9330         Tuesday to Thursday.
9332         * debug/tst-longjmp_chk2.c: Update header comment.
9333         (stackoverflow_handler): Add comment.  Call assert on pass value.
9335 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9337         [BZ #16194]
9338         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9339         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9340         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9341         (La_x86_64_vector): Add zmm.
9342         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9343         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9344         ($(objpfx)tst-audit10): New target.
9345         ($(objpfx)tst-audit10.out): Likewise.
9346         (tst-audit10-ENV): New.
9347         (AVX512-CFLAGS): Likewise.
9348         (CFLAGS-tst-audit10.c): Likewise.
9349         (CFLAGS-tst-auditmod10a.c): Likewise.
9350         (CFLAGS-tst-auditmod10b.c): Likewise.
9351         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9352         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9353         * sysdeps/x86_64/configure: Regenerated.
9354         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9355         AVX-512 zmm register support.
9356         (_dl_x86_64_save_sse): Likewise.
9357         (_dl_x86_64_restore_sse): Likewise.
9358         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9359         size vector registers.
9360         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9361         (ZMM_SIZE): Likewise.
9362         * sysdeps/x86_64/tst-audit10.c: New file.
9363         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9364         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9366 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9368         * configure.ac (HAVE_EHDR_START): New check.
9369         * configure: Regenerated.
9370         * config.h.in (HAVE_EHDR_START): New #undef.
9371         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9372         assuming the lowest-addressed segment maps the start of the file.
9374 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9376         * INSTALL: Regenerated.
9378 2014-03-13  Will Newton  <will.newton@linaro.org>
9380         * manual/setjmp.texi (System V contexts): Improve
9381         clarity and grammar of documentation.
9383 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9385         [BZ #16381]
9386         * elf/Makefile (tests): Add tst-pie2.
9387         (tests-pie): Add tst-pie2.
9388         * elf/tst-pie2.c: New file.
9389         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9390         for ET_EXEC.
9391         * elf/rtld.c (map_doit): Load executable as lt_executable.
9392         (dl_main): Likewise.
9394 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9396         [BZ #16642]
9397         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9398         (__ASSUME_PSELECT): Undefine.
9400 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9402         [BZ #16689]
9403         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9404         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9405         static build.
9406         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9407         selector for static builds.
9409 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9411         [BZ #16695]
9412         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9413         key in the buffer.
9415 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9417         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9418         IFUNC selector for static builds.
9420 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9422         * sysdeps/mips/math_private.h [__mips_hard_float]
9423         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9424         libc_feresetround_mips_ctx.
9425         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9426         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9427         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9429         [BZ #16677]
9430         * math/s_nextafter.c (__nextafter): Do not return value from
9431         overflowing computation.
9432         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9433         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9434         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9435         Likewise.
9436         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9437         Likewise.
9438         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9439         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9441 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9443         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9444         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9445         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9446         the new mov targetting sp.
9448 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9450         [BZ #16683]
9451         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9452         Define it for static builds as well.
9453         (NO_BZERO_IMPL): Likewise.
9455 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9457         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9458         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9459         multiarch strspn for PPC64.
9460         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9461         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9463         (__libc_ifunc_impl_list): Likewise.
9464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9465         multiarch optimizations
9466         * string/strspn.c (strspn): Using macro to redefine symbol name.
9468 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9469             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9471         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9472         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9473         multiarch strncat for PPC64.
9474         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9475         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9477         (__libc_ifunc_impl_list): Likewise.
9478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9479         multiarch optimizations
9481 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9483         [BZ #16639]
9484         * nscd/nscd.service: Make service type forking.
9486 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9488         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9489         sign in non default rounding modes.
9490         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9492 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9494         * math/libm-test.inc (ALL_RM_TEST): New macro.
9495         (ceil_test): Use ALL_RM_TEST.
9496         (cimag_test): Likewise.
9497         (conj_test): Likewise.
9498         (copysign_test): Likewise.
9499         (cproj_test): Likewise.
9500         (creal_test): Likewise.
9501         (fabs_test): Likewise.
9502         (floor_test): Likewise.
9503         (fmax_test): Likewise.
9504         (fmin_test): Likewise.
9505         (fmod_test): Likewise.
9506         (fpclassify_test): Likewise.
9507         (frexp_test): Likewise.
9508         (ilogb_test): Likewise.
9509         (isfinite_test): Likewise.
9510         (finite_test): Likewise.
9511         (isgreater_test): Likewise.
9512         (isgreaterequal_test): Likewise.
9513         (isinf_test): Likewise.
9514         (isless_test): Likewise.
9515         (islessequal_test): Likewise.
9516         (islessgreater_test): Likewise.
9517         (isnan_test): Likewise.
9518         (isnormal_test): Likewise.
9519         (issignaling_test): Likewise.
9520         (isunordered_test): Likewise.
9521         (logb_test): Likewise.
9522         (logb_downward_test_data): Remove.
9523         (logb_test_downward): Likewise.
9524         (lround_test): Use ALL_RM_TEST.
9525         (llround_test): Likewise.
9526         (modf_test): Likewise.
9527         (nexttoward_test): Likewise.
9528         (remainder_test): Likewise.
9529         (drem_test): Likewise.
9530         (remainder_tonearest_test_data): Likewise.
9531         (remainder_test_tonearest): Likewise.
9532         (drem_test_tonearest): Likewise.
9533         (remainder_towardzero_test_data): Likewise.
9534         (remainder_test_towardzero): Likewise.
9535         (drem_test_towardzero): Likewise.
9536         (remainder_downward_test_data): Likewise.
9537         (remainder_test_downward): Likewise.
9538         (drem_test_downward): Likewise.
9539         (remainder_upward_test_data): Likewise.
9540         (remainder_test_upward): Likewise.
9541         (drem_test_upward): Likewise.
9542         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9543         (round_test): Use ALL_RM_TEST.
9544         (signbit_test): Likewise.
9545         (trunc_test): Likewise.
9546         (significand_test): Likewise.
9547         (main): Don't call removed functions.
9549 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9551         [BZ #16674]
9552         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9553         || __USE_XOPEN2K8].
9554         (ILL_ILLOPN): Likewise.
9555         (ILL_ILLADR): Likewise.
9556         (ILL_ILLTRP): Likewise.
9557         (ILL_PRVOPC): Likewise.
9558         (ILL_PRVREG): Likewise.
9559         (ILL_COPROC): Likewise.
9560         (ILL_BADSTK): Likewise.
9561         (FPE_INTDIV): Likewise.
9562         (FPE_INTOVF): Likewise.
9563         (FPE_FLTDIV): Likewise.
9564         (FPE_FLTOVF): Likewise.
9565         (FPE_FLTUND): Likewise.
9566         (FPE_FLTRES): Likewise.
9567         (FPE_FLTINV): Likewise.
9568         (FPE_FLTSUB): Likewise.
9569         (SEGV_MAPERR): Likewise.
9570         (SEGV_ACCERR): Likewise.
9571         (BUS_ADRALN): Likewise.
9572         (BUS_ADRERR): Likewise.
9573         (BUS_OBJERR): Likewise.
9574         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9575         (TRAP_TRACE): Likewise.
9576         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9577         __USE_XOPEN2K8].
9578         (CLD_KILLED): Likewise.
9579         (CLD_DUMPED): Likewise.
9580         (CLD_TRAPPED): Likewise.
9581         (CLD_STOPPED): Likewise.
9582         (CLD_CONTINUED): Likewise.
9583         (POLL_IN): Likewise.
9584         (POLL_OUT): Likewise.
9585         (POLL_MSG): Likewise.
9586         (POLL_ERR): Likewise.
9587         (POLL_PRI): Likewise.
9588         (POLL_HUP): Likewise.
9589         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9590         Likewise.
9591         (ILL_ILLOPN): Likewise.
9592         (ILL_ILLADR): Likewise.
9593         (ILL_ILLTRP): Likewise.
9594         (ILL_PRVOPC): Likewise.
9595         (ILL_PRVREG): Likewise.
9596         (ILL_COPROC): Likewise.
9597         (ILL_BADSTK): Likewise.
9598         (FPE_INTDIV): Likewise.
9599         (FPE_INTOVF): Likewise.
9600         (FPE_FLTDIV): Likewise.
9601         (FPE_FLTOVF): Likewise.
9602         (FPE_FLTUND): Likewise.
9603         (FPE_FLTRES): Likewise.
9604         (FPE_FLTINV): Likewise.
9605         (FPE_FLTSUB): Likewise.
9606         (SEGV_MAPERR): Likewise.
9607         (SEGV_ACCERR): Likewise.
9608         (BUS_ADRALN): Likewise.
9609         (BUS_ADRERR): Likewise.
9610         (BUS_OBJERR): Likewise.
9611         (BUS_MCEERR_AR): Likewise.
9612         (BUS_MCEERR_AO): Likewise.
9613         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9614         (TRAP_TRACE): Likewise.
9615         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9616         __USE_XOPEN2K8].
9617         (CLD_KILLED): Likewise.
9618         (CLD_DUMPED): Likewise.
9619         (CLD_TRAPPED): Likewise.
9620         (CLD_STOPPED): Likewise.
9621         (CLD_CONTINUED): Likewise.
9622         (POLL_IN): Likewise.
9623         (POLL_OUT): Likewise.
9624         (POLL_MSG): Likewise.
9625         (POLL_ERR): Likewise.
9626         (POLL_PRI): Likewise.
9627         (POLL_HUP): Likewise.
9628         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9629         (ILL_ILLOPN): Likewise.
9630         (ILL_ILLADR): Likewise.
9631         (ILL_ILLTRP): Likewise.
9632         (ILL_PRVOPC): Likewise.
9633         (ILL_PRVREG): Likewise.
9634         (ILL_COPROC): Likewise.
9635         (ILL_BADSTK): Likewise.
9636         (FPE_INTDIV): Likewise.
9637         (FPE_INTOVF): Likewise.
9638         (FPE_FLTDIV): Likewise.
9639         (FPE_FLTOVF): Likewise.
9640         (FPE_FLTUND): Likewise.
9641         (FPE_FLTRES): Likewise.
9642         (FPE_FLTINV): Likewise.
9643         (FPE_FLTSUB): Likewise.
9644         (SEGV_MAPERR): Likewise.
9645         (SEGV_ACCERR): Likewise.
9646         (BUS_ADRALN): Likewise.
9647         (BUS_ADRERR): Likewise.
9648         (BUS_OBJERR): Likewise.
9649         (BUS_MCEERR_AR): Likewise.
9650         (BUS_MCEERR_AO): Likewise.
9651         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9652         (TRAP_TRACE): Likewise.
9653         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9654         __USE_XOPEN2K8].
9655         (CLD_KILLED): Likewise.
9656         (CLD_DUMPED): Likewise.
9657         (CLD_TRAPPED): Likewise.
9658         (CLD_STOPPED): Likewise.
9659         (CLD_CONTINUED): Likewise.
9660         (POLL_IN): Likewise.
9661         (POLL_OUT): Likewise.
9662         (POLL_MSG): Likewise.
9663         (POLL_ERR): Likewise.
9664         (POLL_PRI): Likewise.
9665         (POLL_HUP): Likewise.
9666         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9667         Likewise.
9668         (ILL_ILLOPN): Likewise.
9669         (ILL_ILLADR): Likewise.
9670         (ILL_ILLTRP): Likewise.
9671         (ILL_PRVOPC): Likewise.
9672         (ILL_PRVREG): Likewise.
9673         (ILL_COPROC): Likewise.
9674         (ILL_BADSTK): Likewise.
9675         (ILL_BADIADDR): Likewise.
9676         (ILL_BREAK): Likewise.
9677         (FPE_INTDIV): Likewise.
9678         (FPE_INTOVF): Likewise.
9679         (FPE_FLTDIV): Likewise.
9680         (FPE_FLTOVF): Likewise.
9681         (FPE_FLTUND): Likewise.
9682         (FPE_FLTRES): Likewise.
9683         (FPE_FLTINV): Likewise.
9684         (FPE_FLTSUB): Likewise.
9685         (FPE_DECOVF): Likewise.
9686         (FPE_DECDIV): Likewise.
9687         (FPE_DECERR): Likewise.
9688         (FPE_INVASC): Likewise.
9689         (FPE_INVDEC): Likewise.
9690         (SEGV_MAPERR): Likewise.
9691         (SEGV_ACCERR): Likewise.
9692         (SEGV_PSTKOVF): Likewise.
9693         (BUS_ADRALN): Likewise.
9694         (BUS_ADRERR): Likewise.
9695         (BUS_OBJERR): Likewise.
9696         (BUS_MCEERR_AR): Likewise.
9697         (BUS_MCEERR_AO): Likewise.
9698         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9699         (TRAP_TRACE): Likewise.
9700         (TRAP_BRANCH): Likewise.
9701         (TRAP_HWBKPT): Likewise.
9702         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9703         __USE_XOPEN2K8].
9704         (CLD_KILLED): Likewise.
9705         (CLD_DUMPED): Likewise.
9706         (CLD_TRAPPED): Likewise.
9707         (CLD_STOPPED): Likewise.
9708         (CLD_CONTINUED): Likewise.
9709         (POLL_IN): Likewise.
9710         (POLL_OUT): Likewise.
9711         (POLL_MSG): Likewise.
9712         (POLL_ERR): Likewise.
9713         (POLL_PRI): Likewise.
9714         (POLL_HUP): Likewise.
9715         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9716         (ILL_ILLOPN): Likewise.
9717         (ILL_ILLADR): Likewise.
9718         (ILL_ILLTRP): Likewise.
9719         (ILL_PRVOPC): Likewise.
9720         (ILL_PRVREG): Likewise.
9721         (ILL_COPROC): Likewise.
9722         (ILL_BADSTK): Likewise.
9723         (FPE_INTDIV): Likewise.
9724         (FPE_INTOVF): Likewise.
9725         (FPE_FLTDIV): Likewise.
9726         (FPE_FLTOVF): Likewise.
9727         (FPE_FLTUND): Likewise.
9728         (FPE_FLTRES): Likewise.
9729         (FPE_FLTINV): Likewise.
9730         (FPE_FLTSUB): Likewise.
9731         (SEGV_MAPERR): Likewise.
9732         (SEGV_ACCERR): Likewise.
9733         (BUS_ADRALN): Likewise.
9734         (BUS_ADRERR): Likewise.
9735         (BUS_OBJERR): Likewise.
9736         (BUS_MCEERR_AR): Likewise.
9737         (BUS_MCEERR_AO): Likewise.
9738         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9739         (TRAP_TRACE): Likewise.
9740         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9741         __USE_XOPEN2K8].
9742         (CLD_KILLED): Likewise.
9743         (CLD_DUMPED): Likewise.
9744         (CLD_TRAPPED): Likewise.
9745         (CLD_STOPPED): Likewise.
9746         (CLD_CONTINUED): Likewise.
9747         (POLL_IN): Likewise.
9748         (POLL_OUT): Likewise.
9749         (POLL_MSG): Likewise.
9750         (POLL_ERR): Likewise.
9751         (POLL_PRI): Likewise.
9752         (POLL_HUP): Likewise.
9753         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9754         (ILL_ILLOPN): Likewise.
9755         (ILL_ILLADR): Likewise.
9756         (ILL_ILLTRP): Likewise.
9757         (ILL_PRVOPC): Likewise.
9758         (ILL_PRVREG): Likewise.
9759         (ILL_COPROC): Likewise.
9760         (ILL_BADSTK): Likewise.
9761         (FPE_INTDIV): Likewise.
9762         (FPE_INTOVF): Likewise.
9763         (FPE_FLTDIV): Likewise.
9764         (FPE_FLTOVF): Likewise.
9765         (FPE_FLTUND): Likewise.
9766         (FPE_FLTRES): Likewise.
9767         (FPE_FLTINV): Likewise.
9768         (FPE_FLTSUB): Likewise.
9769         (SEGV_MAPERR): Likewise.
9770         (SEGV_ACCERR): Likewise.
9771         (BUS_ADRALN): Likewise.
9772         (BUS_ADRERR): Likewise.
9773         (BUS_OBJERR): Likewise.
9774         (BUS_MCEERR_AR): Likewise.
9775         (BUS_MCEERR_AO): Likewise.
9776         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9777         (TRAP_TRACE): Likewise.
9778         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9779         __USE_XOPEN2K8].
9780         (CLD_KILLED): Likewise.
9781         (CLD_DUMPED): Likewise.
9782         (CLD_TRAPPED): Likewise.
9783         (CLD_STOPPED): Likewise.
9784         (CLD_CONTINUED): Likewise.
9785         (POLL_IN): Likewise.
9786         (POLL_OUT): Likewise.
9787         (POLL_MSG): Likewise.
9788         (POLL_ERR): Likewise.
9789         (POLL_PRI): Likewise.
9790         (POLL_HUP): Likewise.
9791         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9792         (ILL_ILLOPN): Likewise.
9793         (ILL_ILLADR): Likewise.
9794         (ILL_ILLTRP): Likewise.
9795         (ILL_PRVOPC): Likewise.
9796         (ILL_PRVREG): Likewise.
9797         (ILL_COPROC): Likewise.
9798         (ILL_BADSTK): Likewise.
9799         (FPE_INTDIV): Likewise.
9800         (FPE_INTOVF): Likewise.
9801         (FPE_FLTDIV): Likewise.
9802         (FPE_FLTOVF): Likewise.
9803         (FPE_FLTUND): Likewise.
9804         (FPE_FLTRES): Likewise.
9805         (FPE_FLTINV): Likewise.
9806         (FPE_FLTSUB): Likewise.
9807         (SEGV_MAPERR): Likewise.
9808         (SEGV_ACCERR): Likewise.
9809         (BUS_ADRALN): Likewise.
9810         (BUS_ADRERR): Likewise.
9811         (BUS_OBJERR): Likewise.
9812         (BUS_MCEERR_AR): Likewise.
9813         (BUS_MCEERR_AO): Likewise.
9814         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9815         (TRAP_TRACE): Likewise.
9816         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9817         __USE_XOPEN2K8].
9818         (CLD_KILLED): Likewise.
9819         (CLD_DUMPED): Likewise.
9820         (CLD_TRAPPED): Likewise.
9821         (CLD_STOPPED): Likewise.
9822         (CLD_CONTINUED): Likewise.
9823         (POLL_IN): Likewise.
9824         (POLL_OUT): Likewise.
9825         (POLL_MSG): Likewise.
9826         (POLL_ERR): Likewise.
9827         (POLL_PRI): Likewise.
9828         (POLL_HUP): Likewise.
9829         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9830         (ILL_ILLOPN): Likewise.
9831         (ILL_ILLADR): Likewise.
9832         (ILL_ILLTRP): Likewise.
9833         (ILL_PRVOPC): Likewise.
9834         (ILL_PRVREG): Likewise.
9835         (ILL_COPROC): Likewise.
9836         (ILL_BADSTK): Likewise.
9837         (ILL_DBLFLT): Likewise.
9838         (ILL_HARDWALL): Likewise.
9839         (FPE_INTDIV): Likewise.
9840         (FPE_INTOVF): Likewise.
9841         (FPE_FLTDIV): Likewise.
9842         (FPE_FLTOVF): Likewise.
9843         (FPE_FLTUND): Likewise.
9844         (FPE_FLTRES): Likewise.
9845         (FPE_FLTINV): Likewise.
9846         (FPE_FLTSUB): Likewise.
9847         (SEGV_MAPERR): Likewise.
9848         (SEGV_ACCERR): Likewise.
9849         (BUS_ADRALN): Likewise.
9850         (BUS_ADRERR): Likewise.
9851         (BUS_OBJERR): Likewise.
9852         (BUS_MCEERR_AR): Likewise.
9853         (BUS_MCEERR_AO): Likewise.
9854         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9855         (TRAP_TRACE): Likewise.
9856         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9857         __USE_XOPEN2K8].
9858         (CLD_KILLED): Likewise.
9859         (CLD_DUMPED): Likewise.
9860         (CLD_TRAPPED): Likewise.
9861         (CLD_STOPPED): Likewise.
9862         (CLD_CONTINUED): Likewise.
9863         (POLL_IN): Likewise.
9864         (POLL_OUT): Likewise.
9865         (POLL_MSG): Likewise.
9866         (POLL_ERR): Likewise.
9867         (POLL_PRI): Likewise.
9868         (POLL_HUP): Likewise.
9869         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9870         (ILL_ILLOPN): Likewise.
9871         (ILL_ILLADR): Likewise.
9872         (ILL_ILLTRP): Likewise.
9873         (ILL_PRVOPC): Likewise.
9874         (ILL_PRVREG): Likewise.
9875         (ILL_COPROC): Likewise.
9876         (ILL_BADSTK): Likewise.
9877         (FPE_INTDIV): Likewise.
9878         (FPE_INTOVF): Likewise.
9879         (FPE_FLTDIV): Likewise.
9880         (FPE_FLTOVF): Likewise.
9881         (FPE_FLTUND): Likewise.
9882         (FPE_FLTRES): Likewise.
9883         (FPE_FLTINV): Likewise.
9884         (FPE_FLTSUB): Likewise.
9885         (SEGV_MAPERR): Likewise.
9886         (SEGV_ACCERR): Likewise.
9887         (BUS_ADRALN): Likewise.
9888         (BUS_ADRERR): Likewise.
9889         (BUS_OBJERR): Likewise.
9890         (BUS_MCEERR_AR): Likewise.
9891         (BUS_MCEERR_AO): Likewise.
9892         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9893         (TRAP_TRACE): Likewise.
9894         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9895         __USE_XOPEN2K8].
9896         (CLD_KILLED): Likewise.
9897         (CLD_DUMPED): Likewise.
9898         (CLD_TRAPPED): Likewise.
9899         (CLD_STOPPED): Likewise.
9900         (CLD_CONTINUED): Likewise.
9901         (POLL_IN): Likewise.
9902         (POLL_OUT): Likewise.
9903         (POLL_MSG): Likewise.
9904         (POLL_ERR): Likewise.
9905         (POLL_PRI): Likewise.
9906         (POLL_HUP): Likewise.
9907         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9908         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9910         [BZ #16670]
9911         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9912         before #include of <time.h>.
9913         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9914         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9915         (test-xfail-UNIX98/sched.h/conform): Likewise.
9917 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9919         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9920         error absence of trapping exception support.
9921         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9923 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9925         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9926         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9927         * timezone/Makefile (testdata): Move definition above include of
9928         Rules.
9929         (test-zones): New variable.
9930         (tests-special): Add zone files.
9931         (build-testdata): Use $(evaluate-test).
9933         * elf/Makefile (tests-special): Rename tests to end with .out.
9934         ($(objpfx)noload-mem): Likewise.
9935         ($(objpfx)tst-leaks1-mem): Likewise.
9936         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9937         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9938         $(objpfx)test-iconvconfig.out.
9939         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9940         set -e inside subshell and redirect output to file.
9941         * iconvdata/Makefile (generated): Rename tests to end with .out.
9942         Correct type.
9943         (tests-special): Rename tests to end with .out.
9944         ($(objpfx)mtrace-tst-loading): Likewise.
9945         * intl/Makefile (generated): Likewise.
9946         (tests-special): Likewise.
9947         ($(objpfx)mtrace-tst-gettext): Likewise.
9948         * misc/Makefile (generated): Likewise.
9949         (tests-special): Likewise.
9950         ($(objpfx)tst-error1-mem): Likewise.
9951         * nptl/Makefile (tests-special): Likewise.
9952         ($(objpfx)tst-stack3-mem): Likewise.
9953         (generated): Likewise.
9954         * posix/Makefile (generated): Likewise.
9955         (tests-special): Likewise.
9956         (xtests-special): Likewise.
9957         ($(objpfx)tst-fnmatch-mem): Likewise.
9958         ($(objpfx)bug-regex2-mem): Likewise.
9959         ($(objpfx)bug-regex14-mem): Likewise.
9960         ($(objpfx)bug-regex21-mem): Likewise.
9961         ($(objpfx)bug-regex31-mem): Likewise.
9962         ($(objpfx)tst-vfork3-mem): Likewise.
9963         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9964         ($(objpfx)tst-pcre-mem): Likewise.
9965         ($(objpfx)tst-boost-mem): Likewise.
9966         ($(objpfx)bug-ga2-mem): Likewise.
9967         ($(objpfx)bug-glob2-mem): Likewise.
9968         * resolv/Makefile (generate): Likewise.
9969         (tests-special): Likewise.
9970         (xtests-special): Likewise.
9971         (generated): Likewise.
9972         ($(objpfx)mtrace-tst-leaks): Likewise.
9973         ($(objpfx)mtrace-tst-leaks2): Likewise.
9975         * scripts/merge-test-results.sh: New file.
9976         * Makefile (tests-special-notdir): New variable.
9977         (tests): Run merge-test-results.sh.
9978         (xtests): Likewise.
9979         * Rules (tests-special-notdir): New variable.
9980         (xtests-special-notdir): Likewise.
9981         (tests): Run merge-test-results.sh
9982         (xtests): Likewise.
9984         * Makeconfig (test-xfail-name): New variable.
9985         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9986         compute variable name for expected failures.
9987         * conform/Makefile (conformtest-headers-data): New variable.
9988         (conformtest-standards): Likewise.
9989         (conformtest-headers-ISO): Likewise.
9990         (conformtest-headers-ISO99): Likewise.
9991         (conformtest-headers-ISO11): Likewise.
9992         (conformtest-headers-POSIX): Likewise.
9993         (conformtest-headers-XPG3): Likewise.
9994         (conformtest-headers-XPG4): Likewise.
9995         (conformtest-headers-UNIX98): Likewise.
9996         (conformtest-headers-XOPEN2K): Likewise.
9997         (conformtest-headers-POSIX2008): Likewise.
9998         (conformtest-headers-XOPEN2K8): Likewise.
9999         (conformtest-header-list-base): Likewise.
10000         (conformtest-header-list-tests): Likewise.
10001         (conformtest-header-base): Likewise.
10002         (conformtest-header-tests): Likewise.
10003         (tests-special): Add $(conformtest-header-list-tests).  If
10004         [$(fast-check) && !$(cross-compiling)], add
10005         $(conformtest-header-tests) instead of
10006         $(objpfx)run-conformtest.out.
10007         (generated): Add $(conformtest-header-list-base).  If
10008         [$(fast-check) && !$(cross-compiling)], add
10009         $(conformtest-header-base).  Remove previous setting.
10010         ($(conformtest-header-list-tests)): New target.
10011         (test-xfail-run-conformtest): Remove variable.
10012         ($(objpfx)run-conformtest.out): Remove target.
10013         (test-xfail-ISO11/complex.h/conform): New variable.
10014         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10015         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10016         (test-xfail-XPG3/varargs.h/conform): Likewise.
10017         (test-xfail-XPG4/varargs.h/conform): Likewise.
10018         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10019         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10020         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10021         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10022         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10023         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10024         (test-xfail-XPG3/ftw.h/conform): Likewise.
10025         (test-xfail-XPG3/grp.h/conform): Likewise.
10026         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10027         (test-xfail-XPG3/limits.h/conform): Likewise.
10028         (test-xfail-XPG3/pwd.h/conform): Likewise.
10029         (test-xfail-XPG3/search.h/conform): Likewise.
10030         (test-xfail-XPG3/signal.h/conform): Likewise.
10031         (test-xfail-XPG3/stdio.h/conform): Likewise.
10032         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10033         (test-xfail-XPG3/string.h/conform): Likewise.
10034         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10035         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10036         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10037         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10038         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10039         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10040         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10041         (test-xfail-XPG3/termios.h/conform): Likewise.
10042         (test-xfail-XPG3/time.h/conform): Likewise.
10043         (test-xfail-XPG3/unistd.h/conform): Likewise.
10044         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10045         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10046         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10047         (test-xfail-XPG4/netdb.h/conform): Likewise.
10048         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10049         (test-xfail-XPG4/signal.h/conform): Likewise.
10050         (test-xfail-XPG4/stdio.h/conform): Likewise.
10051         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10052         (test-xfail-XPG4/stropts.h/conform): Likewise.
10053         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10054         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10055         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10056         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10057         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10058         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10059         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10060         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10061         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10062         (test-xfail-XPG4/termios.h/conform): Likewise.
10063         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10064         (test-xfail-XPG4/unistd.h/conform): Likewise.
10065         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10066         (test-xfail-POSIX/sched.h/conform): Likewise.
10067         (test-xfail-POSIX/signal.h/conform): Likewise.
10068         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10069         (test-xfail-POSIX/tar.h/conform): Likewise.
10070         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10071         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10072         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10073         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10074         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10075         (test-xfail-UNIX98/sched.h/conform): Likewise.
10076         (test-xfail-UNIX98/signal.h/conform): Likewise.
10077         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10078         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10079         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10080         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10081         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10082         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10083         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10084         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10085         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10086         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10087         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10088         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10089         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10090         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10091         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10092         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10093         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10094         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10095         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10096         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10097         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10098         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10099         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10100         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10101         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10102         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10103         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10104         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10105         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10106         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10107         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10108         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10109         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10110         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10111         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10112         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10113         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10114         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10115         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10116         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10117         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10118         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10119         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10120         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10121         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10122         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10123         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10124         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10125         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10126         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10127         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10128         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10129         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10130         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10131         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10132         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10133         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10134         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10135         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10136         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10137         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10138         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10139         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10140         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10141         (conformtest-cc-flags): Likewise.
10142         ($(conformtest-header-tests): New target.
10143         * conform/check-header-lists.sh: New file.
10144         * conform/run-conformtest.sh: Remove.
10146         * conform/conformtest.pl: Allow ' and \ in values given for
10147         constants.
10148         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10149         inclusion.
10150         [POSIX] (sys/types.h): Likewise.
10151         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10152         inclusion.
10153         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10154         inclusion.
10155         * conform/data/signal.h-data (SIGIO): Remove expectation.
10156         [XPG3] (SIGBUS): Do not expect.
10157         [POSIX || XPG3] (SIGPOLL): Likewise.
10158         [POSIX || XPG3] (SIGPROF): Likewise.
10159         [POSIX || XPG3] (SIGSYS): Likewise.
10160         [XPG3] (SIGTRAP): Likewise.
10161         [POSIX || XPG3] (SIGURG): Likewise.
10162         [POSIX || XPG3] (SIGVTALRM): Likewise.
10163         [POSIX || XPG3] (SIGXCPU): Likewise.
10164         [POSIX || XPG3] (SIGXFSZ): Likewise.
10165         [POSIX] (SA_SIGINFO): Expect.
10166         [XPG3] (siginfo_t): Do not expect type or contents.
10167         [POSIX] (si_pid): Do not expect element.
10168         [POSIX] (si_uid): Likewise.
10169         [POSIX] (si_addr): Likewise.
10170         [POSIX] (si_status): Likewise.
10171         [POSIX] (si_band): Likewise.
10172         [XPG4] (si_value): Likewise.
10173         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10174         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10175         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10176         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10177         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10178         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10179         [POSIX || XPG3] (ILL_COPROC): Likewise.
10180         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10181         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10182         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10183         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10184         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10185         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10186         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10187         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10188         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10189         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10190         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10191         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10192         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10193         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10194         [POSIX || XPG3] (CLD_EXITED): Likewise.
10195         [POSIX || XPG3] (CLD_KILLED): Likewise.
10196         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10197         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10198         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10199         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10200         [POSIX || XPG3] (POLL_IN): Likewise.
10201         [POSIX || XPG3] (POLL_OUT): Likewise.
10202         [POSIX || XPG3] (POLL_MSG): Likewise.
10203         [POSIX || XPG3] (POLL_ERR): Likewise.
10204         [POSIX || XPG3] (POLL_PRI): Likewise.
10205         [POSIX || XPG3] (POLL_HUP): Likewise.
10206         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10207         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10208         (SIG*): Do not allow.
10209         [XPG3] (si_*): Likewise.
10210         [XPG3] (SI_*): Likewise.
10211         [XPG3 || XPG4] (sigev_*): Likewise.
10212         [XPG3 || XPG4] (SIGEV_*): Likewise.
10213         [XPG3 || XPG4] (sival_*): Likewise.
10214         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10215         [POSIX || XPG3] (BUS_*): Likewise.
10216         [POSIX || XPG3] (CLD_*): Likewise.
10217         [POSIX || XPG3] (FPE_*): Likewise.
10218         [POSIX || XPG3] (ILL_*): Likewise.
10219         [POSIX || XPG3] (POLL_*): Likewise.
10220         [POSIX || XPG3] (SEGV_*): Likewise.
10221         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10222         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10223         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10224         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10225         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10226         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10227         Specify type and value.
10228         (TVERSLEN): Likewise.
10229         (REGTYPE): Likewise.
10230         (AREGTYPE): Likewise.
10231         (LNKTYPE): Likewise.
10232         (SYMTYPE): Likewise.
10233         (CHRTYPE): Likewise.
10234         (BLKTYPE): Likewise.
10235         (DIRTYPE): Likewise.
10236         (FIFOTYPE): Likewise.
10237         (CONTTYPE): Likewise.
10238         (TSUID): Likewise.
10239         (TSGID): Likewise.
10240         (TSVTX): Likewise.
10241         (TUREAD): Likewise.
10242         (TUWRITE): Likewise.
10243         (TUEXEC): Likewise.
10244         (TGREAD): Likewise.
10245         (TGWRITE): Likewise.
10246         (TGEXEC): Likewise.
10247         (TOREAD): Likewise.
10248         (TOWRITE): Likewise.
10249         (TOEXEC): Likewise.
10250         [POSIX] (TSVTX): Expect constant.
10252 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10254         * Makefile (tests): Change dependencies to ....
10255         (tests-special): ... additions to this variable.
10256         (tests): Depend on $(tests-special).
10257         * Makerules (check-abi-list): New variable.
10258         (check-abi): Depend on $(check-abi-list).
10259         [$(subdir) = elf] (tests-special): Add
10260         $(objpfx)check-abi-libc.out.
10261         [$(build-shared) = yes && subdir] (tests-special): Add
10262         $(check-abi-list).
10263         [$(build-shared) = yes && subdir] (tests): Do not depend on
10264         check-abi.
10265         * Rules (tests): Depend on $(tests-special).
10266         (xtests): Depend on $(xtests-special).
10267         * catgets/Makefile (tests): Change dependencies to ....
10268         (tests-special): ... additions to this variable.
10269         * conform/Makefile (tests): Change dependencies to ....
10270         (tests-special): ... additions to this variable.
10271         * elf/Makefile (tests): Change dependencies to ....
10272         (tests-special): ... additions to this variable.
10273         * grp/Makefile (tests): Change dependencies to ....
10274         (tests-special): ... additions to this variable.
10275         * iconv/Makefile (xtests): Change dependencies to ....
10276         (xtests-special): ... additions to this variable.
10277         * iconvdata/Makefile (tests): Change dependencies to ....
10278         (tests-special): ... additions to this variable.
10279         * intl/Makefile (tests): Change dependencies to ....
10280         (tests-special): ... additions to this variable.  Also add
10281         $(objpfx)tst-gettext.out.
10282         * io/Makefile (tests): Change dependencies to ....
10283         (tests-special): ... additions to this variable.
10284         * libio/Makefile (tests): Change dependencies to ....
10285         (tests-special): ... additions to this variable.
10286         * malloc/Makefile (tests): Change dependencies to ....
10287         (tests-special): ... additions to this variable.
10288         * misc/Makefile (tests): Change dependencies to ....
10289         (tests-special): ... additions to this variable.
10290         * nptl/Makefile (tests): Change dependencies to ....
10291         (tests-special): ... additions to this variable.
10292         * nptl_db/Makefile (tests): Change dependencies to ....
10293         (tests-special): ... additions to this variable.
10294         * posix/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         * resolv/Makefile (tests): Change dependencies to ....
10299         (tests-special): ... additions to this variable.
10300         (xtests): Change dependencies to ....
10301         (xtests-special): ... additions to this variable.
10302         * stdio-common/Makefile (tests): Change dependencies to ....
10303         (tests-special): ... additions to this variable.
10304         (do-tst-unbputc): Remove target.
10305         (do-tst-printf): Likewise.
10306         * stdlib/Makefile (tests): Change dependencies to ....
10307         (tests-special): ... additions to this variable.
10308         * string/Makefile (tests): Change dependencies to ....
10309         (tests-special): ... additions to this variable.
10310         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10311         (tests-special): ... additions to this variable.
10313         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10314         whole file.
10315         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10316         whole file.
10317         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10318         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10320         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10321         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10322         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10323         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10324         * conform/data/libgen.h-data [XPG3]: Likewise.
10325         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10326         * conform/data/ndbm.h-data [XPG3]: Likewise.
10327         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10328         * conform/data/netdb.h-data [XPG3]: Likewise.
10329         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10330         * conform/data/poll.h-data [XPG3]: Likewise.
10331         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10332         * conform/data/strings.h-data [XPG3]: Likewise.
10333         * conform/data/stropts.h-data [XPG3]: Likewise.
10334         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10335         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10336         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10337         Likewise.
10338         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10339         * conform/data/sys/time.h-data [XPG3]: Likewise.
10340         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10341         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10342         * conform/data/sys/un.h-data [XPG3]: Likewise.
10343         * conform/data/syslog.h-data [XPG3]: Likewise.
10344         * conform/data/ucontext.h-data [XPG3]: Likewise.
10345         * conform/data/utmpx.h-data [XPG3]: Likewise.
10346         * conform/data/varargs.h-data [UNIX98]: Enable file.
10348         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10350         * math/libm-test.inc (struct test_f_f_data): Move expected results
10351         into structure for each rounding mode.
10352         (struct test_ff_f_data): Likewise.
10353         (struct test_ff_f_data_nexttoward): Likewise.
10354         (struct test_fi_f_data): Likewise.
10355         (struct test_fl_f_data): Likewise.
10356         (struct test_if_f_data): Likewise.
10357         (struct test_fff_f_data): Likewise.
10358         (struct test_c_f_data): Likewise.
10359         (struct test_f_f1_data): Likewise.
10360         (struct test_fF_f1_data): Likewise.
10361         (struct test_ffI_f1_data): Likewise.
10362         (struct test_c_c_data): Likewise.
10363         (struct test_cc_c_data): Likewise.
10364         (struct test_f_i_data): Likewise.
10365         (struct test_ff_i_data): Likewise.
10366         (struct test_f_l_data): Likewise.
10367         (struct test_f_L_data): Likewise.
10368         (struct test_fFF_11_data): Likewise.
10369         (RM_): New macro.
10370         (RM_FE_DOWNWARD): Likewise.
10371         (RM_FE_TONEAREST): Likewise.
10372         (RM_FE_TOWARDZERO): Likewise.
10373         (RM_FE_UPWARD): Likewise.
10374         (RUN_TEST_LOOP_f_f): Update references to expected results.
10375         (RUN_TEST_LOOP_2_f): Likewise.
10376         (RUN_TEST_LOOP_fff_f): Likewise.
10377         (RUN_TEST_LOOP_c_f): Likewise.
10378         (RUN_TEST_LOOP_f_f1): Likewise.
10379         (RUN_TEST_LOOP_fF_f1): Likewise.
10380         (RUN_TEST_LOOP_fI_f1): Likewise.
10381         (RUN_TEST_LOOP_ffI_f1): Likewise.
10382         (RUN_TEST_LOOP_c_c): Likewise.
10383         (RUN_TEST_LOOP_cc_c): Likewise.
10384         (RUN_TEST_LOOP_f_i): Likewise.
10385         (RUN_TEST_LOOP_f_i_tg): Likewise.
10386         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10387         (RUN_TEST_LOOP_f_b): Likewise.
10388         (RUN_TEST_LOOP_f_b_tg): Likewise.
10389         (RUN_TEST_LOOP_f_l): Likewise.
10390         (RUN_TEST_LOOP_f_L): Likewise.
10391         (RUN_TEST_LOOP_fFF_11): Likewise.
10392         * math/gen-libm-test.pl (parse_args): Output four copies of
10393         expected results for each test.
10395         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10396         (__ASSUME_UTIMES): Remove.
10397         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10398         (__ASSUME_UTIMES): Likewise.
10400         * math/gen-auto-libm-tests.c: Update comment on output format.
10401         (output_for_one_input_case): Generate before-rounding and
10402         after-rounding information as conditions on output flags not
10403         floating-point format.
10404         * math/auto-libm-test-out: Regenerated.
10405         * math/gen-libm-test.pl (cond_value): New function.
10406         (or_cond_value): Use cond_value.
10407         (generate_testfile): Handle conditional exceptions.
10409 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10411         * math/libm-test.inc (max_valid_error): New variable.
10412         (init_max_error): Take new argument specifying whether function
10413         results are exactly determined.  Set max_valid_error and bound
10414         other variables for errors based on this argument.
10415         (set_max_error): Do not record results above max_valid_error.
10416         (check_float_internal): Only accept errors of up to 0.5ulps if
10417         also at most max_valid_error.
10418         (START): Take new argument EXACT and pass it to init_max_error.
10419         (acos_test): Update call to START.
10420         (acos_test_tonearest): Likewise.
10421         (acos_test_towardzero): Likewise.
10422         (acos_test_downward): Likewise.
10423         (acos_test_upward): Likewise.
10424         (acosh_test): Likewise.
10425         (asin_test): Likewise.
10426         (asin_test_tonearest): Likewise.
10427         (asin_test_towardzero): Likewise.
10428         (asin_test_downward): Likewise.
10429         (asin_test_upward): Likewise.
10430         (asinh_test): Likewise.
10431         (atan_test): Likewise.
10432         (atanh_test): Likewise.
10433         (atan2_test): Likewise.
10434         (cabs_test): Likewise.
10435         (cacos_test): Likewise.
10436         (cacosh_test): Likewise.
10437         (carg_test): Likewise.
10438         (casin_test): Likewise.
10439         (casinh_test): Likewise.
10440         (catan_test): Likewise.
10441         (catanh_test): Likewise.
10442         (cbrt_test): Likewise.
10443         (ccos_test): Likewise.
10444         (ccosh_test): Likewise.
10445         (ceil_test): Likewise.
10446         (cexp_test): Likewise.
10447         (cimag_test): Likewise.
10448         (clog_test): Likewise.
10449         (clog10_test): Likewise.
10450         (conj_test): Likewise.
10451         (copysign_test): Likewise.
10452         (cos_test): Likewise.
10453         (cos_test_tonearest): Likewise.
10454         (cos_test_towardzero): Likewise.
10455         (cos_test_downward): Likewise.
10456         (cos_test_upward): Likewise.
10457         (cosh_test): Likewise.
10458         (cosh_test_tonearest): Likewise.
10459         (cosh_test_towardzero): Likewise.
10460         (cosh_test_downward): Likewise.
10461         (cosh_test_upward): Likewise.
10462         (cpow_test): Likewise.
10463         (cproj_test): Likewise.
10464         (creal_test): Likewise.
10465         (csin_test): Likewise.
10466         (csinh_test): Likewise.
10467         (csqrt_test): Likewise.
10468         (ctan_test): Likewise.
10469         (ctan_test_tonearest): Likewise.
10470         (ctan_test_towardzero): Likewise.
10471         (ctan_test_downward): Likewise.
10472         (ctan_test_upward): Likewise.
10473         (ctanh_test): Likewise.
10474         (ctanh_test_tonearest): Likewise.
10475         (ctanh_test_towardzero): Likewise.
10476         (ctanh_test_downward): Likewise.
10477         (ctanh_test_upward): Likewise.
10478         (erf_test): Likewise.
10479         (erfc_test): Likewise.
10480         (exp_test): Likewise.
10481         (exp_test_tonearest): Likewise.
10482         (exp_test_towardzero): Likewise.
10483         (exp_test_downward): Likewise.
10484         (exp_test_upward): Likewise.
10485         (exp10_test): Likewise.
10486         (exp10_test_tonearest): Likewise.
10487         (exp10_test_towardzero): Likewise.
10488         (exp10_test_downward): Likewise.
10489         (exp10_test_upward): Likewise.
10490         (pow10_test): Likewise.
10491         (exp2_test): Likewise.
10492         (expm1_test): Likewise.
10493         (expm1_test_tonearest): Likewise.
10494         (expm1_test_towardzero): Likewise.
10495         (expm1_test_downward): Likewise.
10496         (expm1_test_upward): Likewise.
10497         (fabs_test): Likewise.
10498         (fdim_test): Likewise.
10499         (floor_test): Likewise.
10500         (fma_test): Likewise.
10501         (fma_test_towardzero): Likewise.
10502         (fma_test_downward): Likewise.
10503         (fma_test_upward): Likewise.
10504         (fmax_test): Likewise.
10505         (fmin_test): Likewise.
10506         (fmod_test): Likewise.
10507         (fpclassify_test): Likewise.
10508         (frexp_test): Likewise.
10509         (hypot_test): Likewise.
10510         (ilogb_test): Likewise.
10511         (isfinite_test): Likewise.
10512         (finite_test): Likewise.
10513         (isgreater_test): Likewise.
10514         (isgreaterequal_test): Likewise.
10515         (isinf_test): Likewise.
10516         (isless_test): Likewise.
10517         (islessequal_test): Likewise.
10518         (islessgreater_test): Likewise.
10519         (isnan_test): Likewise.
10520         (isnormal_test): Likewise.
10521         (issignaling_test): Likewise.
10522         (isunordered_test): Likewise.
10523         (j0_test): Likewise.
10524         (j1_test): Likewise.
10525         (jn_test): Likewise.
10526         (ldexp_test): Likewise.
10527         (lgamma_test): Likewise.
10528         (gamma_test): Likewise.
10529         (lrint_test): Likewise.
10530         (lrint_test_tonearest): Likewise.
10531         (lrint_test_towardzero): Likewise.
10532         (lrint_test_downward): Likewise.
10533         (lrint_test_upward): Likewise.
10534         (llrint_test): Likewise.
10535         (llrint_test_tonearest): Likewise.
10536         (llrint_test_towardzero): Likewise.
10537         (llrint_test_downward): Likewise.
10538         (llrint_test_upward): Likewise.
10539         (log_test): Likewise.
10540         (log10_test): Likewise.
10541         (log1p_test): Likewise.
10542         (log2_test): Likewise.
10543         (logb_test): Likewise.
10544         (logb_test_downward): Likewise.
10545         (lround_test): Likewise.
10546         (llround_test): Likewise.
10547         (modf_test): Likewise.
10548         (nearbyint_test): Likewise.
10549         (nextafter_test): Likewise.
10550         (nexttoward_test): Likewise.
10551         (pow_test): Likewise.
10552         (pow_test_tonearest): Likewise.
10553         (pow_test_towardzero): Likewise.
10554         (pow_test_downward): Likewise.
10555         (pow_test_upward): Likewise.
10556         (remainder_test): Likewise.
10557         (drem_test): Likewise.
10558         (remainder_test_tonearest): Likewise.
10559         (drem_test_tonearest): Likewise.
10560         (remainder_test_towardzero): Likewise.
10561         (drem_test_towardzero): Likewise.
10562         (remainder_test_downward): Likewise.
10563         (drem_test_downward): Likewise.
10564         (remainder_test_upward): Likewise.
10565         (drem_test_upward): Likewise.
10566         (remquo_test): Likewise.
10567         (rint_test): Likewise.
10568         (rint_test_tonearest): Likewise.
10569         (rint_test_towardzero): Likewise.
10570         (rint_test_downward): Likewise.
10571         (rint_test_upward): Likewise.
10572         (round_test): Likewise.
10573         (scalb_test): Likewise.
10574         (scalbn_test): Likewise.
10575         (scalbln_test): Likewise.
10576         (signbit_test): Likewise.
10577         (sin_test): Likewise.
10578         (sin_test_tonearest): Likewise.
10579         (sin_test_towardzero): Likewise.
10580         (sin_test_downward): Likewise.
10581         (sin_test_upward): Likewise.
10582         (sincos_test): Likewise.
10583         (sinh_test): Likewise.
10584         (sinh_test_tonearest): Likewise.
10585         (sinh_test_towardzero): Likewise.
10586         (sinh_test_downward): Likewise.
10587         (sinh_test_upward): Likewise.
10588         (sqrt_test): Likewise.
10589         (sqrt_test_tonearest): Likewise.
10590         (sqrt_test_towardzero): Likewise.
10591         (sqrt_test_downward): Likewise.
10592         (sqrt_test_upward): Likewise.
10593         (tan_test): Likewise.
10594         (tan_test_tonearest): Likewise.
10595         (tan_test_towardzero): Likewise.
10596         (tan_test_downward): Likewise.
10597         (tan_test_upward): Likewise.
10598         (tanh_test): Likewise.
10599         (tgamma_test): Likewise.
10600         (trunc_test): Likewise.
10601         (y0_test): Likewise.
10602         (y1_test): Likewise.
10603         (yn_test): Likewise.
10604         (significand_test): Likewise.
10606         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10607         individual tests in comment.
10608         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10609         (prev_max_error): New variable.
10610         (prev_real_max_error): Likewise.
10611         (prev_imag_max_error): Likewise.
10612         (compare_ulp_data): Don't refer to test names in comment.
10613         (find_test_ulps): Remove function.
10614         (find_function_ulps): Likewise.
10615         (find_complex_function_ulps): Likewise.
10616         (init_max_error): Take function name as argument.  Look up ulps
10617         for that function.
10618         (print_ulps): Remove function.
10619         (print_max_error): Use prev_max_error instead of calling
10620         find_function_ulps.
10621         (print_complex_max_error): Use prev_real_max_error and
10622         prev_imag_max_error instead of calling find_complex_function_ulps.
10623         (check_float_internal): Take max_ulp parameter instead of calling
10624         find_test_ulps.  Don't call print_ulps.
10625         (check_float): Update call to check_float_internal.
10626         (check_complex): Update calls to check_float_internal.
10627         (START): Pass argument to init_max_error.
10628         * math/gen-libm-test.pl (%results): Don't include "kind"
10629         information.
10630         (parse_ulps): Don't handle ulps of individual tests.
10631         (print_ulps_file): Likewise.
10632         (output_ulps): Likewise.
10633         * math/README.libm-test: Update.
10634         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10635         individual tests.
10636         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10637         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10638         * sysdeps/arm/libm-test-ulps: Likewise.
10639         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10640         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10641         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10642         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10643         * sysdeps/microblaze/libm-test-ulps: Likewise.
10644         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10645         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10646         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10647         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10648         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10649         * sysdeps/sh/libm-test-ulps: Likewise.
10650         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10651         * sysdeps/tile/libm-test-ulps: Likewise.
10652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10654 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10656         * math/libm-test.inc (print_complex_max_error): Check separately
10657         whether real and imaginary errors are within allowed range and
10658         pass 0 to print_complex_function_ulps instead of value within
10659         allowed range.
10661 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10663         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10664         formatting.
10665         (get_handles_fopen): Likewise.
10666         (do_write_test): Likewise.
10668         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10670         * libio/fileops.c (do_ftell): Use cached offset when
10671         available.
10672         * libio/iofwide.c (do_ftell_wide): Likewise.
10673         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10674         _IO_file_attach.
10675         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10677         [BZ #16532]
10678         * libio/libioP.h (get_file_offset): New function.
10679         * libio/fileops.c (get_file_offset): Likewise.
10680         (do_ftell): Likewise.
10681         (_IO_new_file_seekoff): Split out ftell logic.
10682         * libio/wfileops.c (do_ftell_wide): Likewise.
10683         (_IO_wfile_seekoff): Split out ftell logic.
10684         * libio/tst-ftell-active-handler.c: New test case.
10685         * libio/Makefile (tests): Add it.
10687 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10689         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10690         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10692 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10694         [BZ #16639]
10695         * nscd/connections.c (nscd_init): Call do_exit.
10696         (start_threads): Call do_exit and notify_parent.
10697         (begin_drop_privileges): Call do_exit.
10698         (finish_drop_privileges): Likewise.
10699         * nscd/selinux.c (preserve_capabilities): Likewise.
10700         (install_real_capabilities): Likewise.
10701         (nscd_selinux_enabled): Likewise.
10702         (avc_create_thread): Likewise.
10703         (avc_alloc_lock): Likewise.
10704         (nscd_avc_init): Likewise.
10705         * nscd/nscd.c (parent_fd): New static variable.
10706         (main): Create a pipe between parent and child processes.
10707         Skip closing parent_fd.
10708         (monitor_child): New function.
10709         (do_exit): Likewise.
10710         (notify_parent): Likewise.
10711         * nscd/nscd.h (notify_parent): Likewise.
10712         (do_exit): Likewise.
10714 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10716         * malloc/malloc.c (__libc_calloc): Revert last change.
10718 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10720         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10722 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10724         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10725         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10726         implementation.
10727         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10728         (__libc_ifunc_impl_list): Likewise.
10729         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10730         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10731         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10732         * string/strrchr.c: Define STRRCHR.
10734 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10736         * benchtest/bench-strtok.c (simple_strtok): Delete.
10737         (strtok_string): Use as benchmark.
10738         * string/strtok (STRTOK): New macro.
10740 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10742         * manual/threads.texi: Add header and standard comments to all
10743         functions.
10745         * elf/dl-lookup.c (check_match): New function.
10746         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10747         (do_lookup_x): Remove nested function check_match. Use non-nested
10748         function check_match.
10750 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10752         * csu/Makefile (generated, before-compile): Use += rather than =.
10753         * catgets/Makefile (generated, generated-dirs): Likewise.
10754         * debug/Makefile (generated): Likewise.
10755         * dlfcn/Makefile (generated): Likewise.
10756         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10757         * iconvdata/Makefile (before-compile, generated): Likewise.
10758         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10759         * libio/Makefile (generated): Likewise.
10760         * malloc/Makefile (generated): Likewise.
10761         * manual/Makefile (generated, generated-dirs): Likewise.
10762         * misc/Makefile (generated): Likewise.
10763         * posix/Makefile (generated): Likewise.
10764         * resolv/Makefile (generated): Likewise.
10765         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10766         * timezone/Makefile (generated, generated-dirs): Likewise.
10768         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10770 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10772         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10773         power8 implementation.
10774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10775         file: POWER8 llround ifunc implementation.
10776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10777         (__lllround): Add POWER8 implementation.
10778         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10779         POWER8 llround implementation.
10781         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10782         power8 implementation.
10783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10784         file: POWER8 llrint ifunc implementation.
10785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10786         Add POWER8 implementation.
10787         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10788         POWER8 llrint implementation.
10790         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10791         power8 implementation.
10792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10793         file: POWER8 finite ifunc implementation.
10794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10795         Add POWER8 implementation.
10796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10797         Likewise.
10798         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10799         POWER8 finite implementation.
10800         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10802         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10803         power8 implementation.
10804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10805         file: POWER8 isinf ifunc implementation.
10806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10807         POWER8 implementation.
10808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10809         Likewise.
10810         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10811         isinf implementation.
10812         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10814         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10815         (INIT_ARCH): Add hwcap2 initialization.
10816         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10817         power8 implementation.
10818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10819         file: POWER8 isnan ifunc implementation.
10820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10821         POWER8 implementation.
10822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10823         Likewise.
10824         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10825         isnan implementation.
10826         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10828 2014-02-27  Joey Ye  <joey.ye@arm.com>
10830         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10831         (_FP_NANFRAC_Q): Set to zero.
10833 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10835         [BZ #16623]
10836         * math/auto-libm-test-in: New test inputs.
10837         * math/auto-libm-test-out: Regenerate.
10838         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10839         and DA.
10840         (__cos): Likewise.
10841         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10843 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10845         * scripts/evaluate-test.sh: Take new argument indicating whether
10846         failure is expected.
10847         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10848         indicating whether failure is expected.
10849         * conform/Makefile (test-xfail-run-conformtest): New variable.
10850         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10851         level.
10852         * posix/Makefile (test-xfail-annexc): New variable.
10853         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10855 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10857         * argp/Makefile: Include Makeconfig immediately after defining
10858         subdir.
10859         * assert/Makefile: Likewise.
10860         * benchtests/Makefile: Likewise.
10861         * catgets/Makefile: Likewise.
10862         * conform/Makefile: Likewise.
10863         * crypt/Makefile: Likewise.
10864         * csu/Makefile: Likewise.
10865         (all): Remove target.
10866         * ctype/Makefile: Include Makeconfig immediately after defining
10867         subdir.
10868         * debug/Makefile: Likewise.
10869         * dirent/Makefile: Likewise.
10870         * dlfcn/Makefile: Likewise.
10871         * gmon/Makefile: Likewise.
10872         * gnulib/Makefile: Likewise.
10873         * grp/Makefile: Likewise.
10874         * gshadow/Makefile: Likewise.
10875         * hesiod/Makefile: Likewise.
10876         * hurd/Makefile: Likewise.
10877         (all): Remove target.
10878         * iconvdata/Makefile: Include Makeconfig immediately after
10879         defining subdir.
10880         * inet/Makefile: Likewise.
10881         * intl/Makefile: Likewise.
10882         * io/Makefile: Likewise.
10883         * libio/Makefile: Likewise.
10884         (all): Remove target.
10885         * locale/Makefile: Include Makeconfig immediately after defining
10886         subdir.
10887         * login/Makefile: Likewise.
10888         * mach/Makefile: Likewise.
10889         (all): Remove target.
10890         * malloc/Makefile: Include Makeconfig immediately after defining
10891         subdir.
10892         (all): Remove target.
10893         * manual/Makefile: Include Makeconfig immediately after defining
10894         subdir.
10895         * math/Makefile: Likewise.
10896         * misc/Makefile: Likewise.
10897         * nis/Makefile: Likewise.
10898         * nss/Makefile: Likewise.
10899         * po/Makefile: Likewise.
10900         (all): Remove target.
10901         * posix/Makefile: Include Makeconfig immediately after defining
10902         subdir.
10903         * pwd/Makefile: Likewise.
10904         * resolv/Makefile: Likewise.
10905         * resource/Makefile: Likewise.
10906         * rt/Makefile: Likewise.
10907         * setjmp/Makefile: Likewise.
10908         * shadow/Makefile: Likewise.
10909         * signal/Makefile: Likewise.
10910         * socket/Makefile: Likewise.
10911         * soft-fp/Makefile: Likewise.
10912         * stdio-common/Makefile: Likewise.
10913         * stdlib/Makefile: Likewise.
10914         * streams/Makefile: Likewise.
10915         * string/Makefile: Likewise.
10916         * sunrpc/Makefile: Likewise.
10917         (all): Remove target.
10918         * sysvipc/Makefile: Include Makeconfig immediately after defining
10919         subdir.
10920         * termios/Makefile: Likewise.
10921         * time/Makefile: Likewise.
10922         * timezone/Makefile: Likewise.
10923         (all): Remove target.
10924         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10925         subdir.
10926         * wctype/Makefile: Likewise.
10928 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10930         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10931         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10932         (libc_feholdexcept_setround_mips): Ditto.
10933         (libc_feholdsetround): New.
10934         (libc_feholdsetroundf): New.
10935         (libc_feholdsetroundl): New.
10936         (libc_feupdateenv_test_mips): New.
10937         (libc_feupdateenv_test): New.
10938         (libc_feupdateenv_testf): New.
10939         (libc_feupdateenv_testl): New.
10940         (libc_feresetround): New.
10941         (libc_feresetroundf): New.
10942         (libc_feresetroundl): New.
10943         (libc_fetestexcept_mips): New.
10944         (libc_fetestexcept): New.
10945         (libc_fetestexceptf): New.
10946         (libc_fetestexceptl): New.
10947         (HAVE_RM_CTX): New.
10948         (libc_feholdexcept_setround_mips_ctx): New.
10949         (libc_feholdexcept_setround_ctx): New.
10950         (libc_feholdexcept_setroundf_ctx): New.
10951         (libc_feholdexcept_setroundl_ctx): New.
10952         (libc_fesetenv_mips_ctx): New.
10953         (libc_fesetenv_ctx): New.
10954         (libc_fesetenv_ctxf): New.
10955         (libc_fesetenv_ctxl): New.
10956         (libc_feupdateenv_mips_ctx): New.
10957         (libc_feupdateenv_ctx): New.
10958         (libc_feupdateenvf_ctx): New.
10959         (libc_feupdateenvl_ctx): New.
10960         (libc_feholdsetround_mips_ctx): New.
10961         (libc_feholdsetround_ctx): New.
10962         (libc_feholdsetroundf_ctx): New.
10963         (libc_feholdsetroundl_ctx): New.
10964         (libc_feresetround_mips_ctx): New.
10965         (libc_feresetround_ctx): New.
10966         (libc_feresetroundf_ctx): New.
10967         (libc_feresetroundl_ctx): New.
10969 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10971         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10973         * manual/ipc.texi: New file.
10974         * manual/Makefile (chapters): Add ipc.
10975         * manual/job.texi: Add "Inter-Process Communication" to next.
10976         * manual/process.texi: Add "Inter-Process Communication" to prev.
10978 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10980         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10982 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10984         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10986         * manual/arith.texi: Fix spaces after sentences.
10987         * manual/charset.texi: Likewise.
10988         * manual/errno.texi: Likewise.
10989         * manual/install.texi: Likewise.
10990         * manual/llio.texi: Likewise.
10991         * manual/locale.texi: Likewise.
10992         * manual/maint.texi: Likewise.
10993         * manual/math.texi: Likewise.
10994         * manual/memory.texi: Likewise.
10995         * manual/message.texi: Likewise.
10996         * manual/probes.texi: Likewise.
10997         * manual/resource.texi: Likewise.
10998         * manual/signal.texi: Likewise.
10999         * manual/socket.texi: Likewise.
11000         * manual/stdio.texi: Likewise.
11001         * manual/string.texi: Likewise.
11002         * manual/time.texi: Likewise.
11003         * manual/users.texi: Likewise.
11005 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11007         [BZ #16632]
11008         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11009         _DEFAULT_SOURCE is defined.
11011 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11012             Carlos O'Donell  <carlos@redhat.com>
11014         [BZ #16613]
11015         * elf/dl-tls.c (_dl_count_modids): New function.
11016         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11017         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11018         audit library and increment generation counter.
11019         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11020         * elf/tst-audit9.c: New file.
11021         * elf/tst-auditmod9a.c: New file.
11022         * elf/tst-auditmod9b.c: New file.
11023         * elf/Makefile: Add rules to build and run tst-audit9.
11025 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11027         [BZ #15347]
11028         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11030 2014-02-25  Will Newton  <will.newton@linaro.org>
11032         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11033         (__longjmp): Restore sp and lr before restoring callee
11034         saved registers.  Add longjmp and longjmp_target
11035         SystemTap probe point.
11036         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11037         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11038         Define to zero to match jmpbuf layout.
11039         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11040         (__sigsetjmp): Save sp and lr before saving callee
11041         saved registers.  Add setjmp SystemTap probe point.
11043 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11045         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11047 2014-02-24  Andreas Schwab  <schwab@suse.de>
11049         [BZ #15804]
11050         * elf/pldd.c (wait_for_ptrace_stop): New function.
11051         (main): Call it after attaching.
11053 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11055         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11056         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11057         Versions files is now verboten.
11058         * hurd/Versions (libc: GLIBC_2.0):
11059         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11060         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11061         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11062         * mach/Versions: Likewise.
11064         * csu/Versions: Remove unused %include.
11065         * resolv/Versions: Likewise.
11067 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11069         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11070         ($(objpfx)check-local-headers.out): Likewise.
11071         ($(objpfx)begin-end-check.out): Likewise.
11072         * Makerules (check-abi-%.out): Likewise.
11073         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11074         ($(objpfx)test2.cat): Likewise.
11075         ($(objpfx)de/libc.cat): Likewise.
11076         ($(objpfx)test-gencat.out): Likewise.
11077         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11078         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11079         ($(objpfx)noload-mem): Likewise.
11080         ($(objpfx)tst-pathopt.out): Likewise.
11081         ($(objpfx)tst-rtld-load-self.out): Likewise.
11082         ($(objpfx)tst-array1-cmp.out): Likewise.
11083         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11084         ($(objpfx)tst-array2-cmp.out): Likewise.
11085         ($(objpfx)tst-array3-cmp.out): Likewise.
11086         ($(objpfx)tst-array4-cmp.out): Likewise.
11087         ($(objpfx)tst-array5-cmp.out): Likewise.
11088         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11089         ($(objpfx)check-textrel.out): Likewise.
11090         ($(objpfx)check-execstack.out): Likewise.
11091         ($(objpfx)check-localplt.out): Likewise.
11092         ($(objpfx)order2-cmp.out): Likewise.
11093         ($(objpfx)tst-leaks1-mem): Likewise.
11094         ($(objpfx)tst-leaks1-static-mem): Likewise.
11095         ($(objpfx)tst-initorder-cmp.out): Likewise.
11096         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11097         ($(objpfx)tst-unused-dep.out): Likewise.
11098         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11099         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11100         * iconv/Makefile (test-iconvconfig): Likewise.
11101         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11102         ($(objpfx)iconv-test.out): Likewise.
11103         ($(objpfx)tst-tables.out): Likewise.
11104         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11105         ($(objpfx)tst-gettext.out): Likewise.
11106         ($(objpfx)tst-translit.out): Likewise.
11107         ($(objpfx)tst-gettext2.out): Likewise.
11108         ($(objpfx)tst-gettext4.out): Likewise.
11109         ($(objpfx)tst-gettext6.out): Likewise.
11110         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11111         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11112         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11113         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11114         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11115         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11116         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11117         ($(objpfx)wordexp-tst.out): Likewise.
11118         ($(objpfx)annexc.out): Likewise.
11119         ($(objpfx)tst-fnmatch-mem): Likewise.
11120         ($(objpfx)bug-regex2-mem): Likewise.
11121         ($(objpfx)bug-regex14-mem): Likewise.
11122         ($(objpfx)bug-regex21-mem): Likewise.
11123         ($(objpfx)bug-regex31-mem): Likewise.
11124         ($(objpfx)tst-vfork3-mem): Likewise.
11125         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11126         ($(objpfx)tst-pcre-mem): Likewise.
11127         ($(objpfx)tst-boost-mem): Likewise.
11128         ($(objpfx)tst-getconf.out): Likewise.
11129         ($(objpfx)bug-ga2-mem): Likewise.
11130         ($(objpfx)bug-glob2-mem): Likewise.
11131         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11132         ($(objpfx)mtrace-tst-leaks2): Likewise.
11133         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11134         ($(objpfx)tst-printf.out): Likewise.
11135         ($(objpfx)tst-setvbuf1.out): Likewise.
11136         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11137         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11138         ($(objpfx)tst-fmtmsg.out): Likewise.
11139         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11140         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11142         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11143         * bits/sigaction.h [__USE_MISC]: Likewise.
11144         * bits/waitstatus.h: Update #endif comments.
11145         * ctype/ctype.h: Likewise.
11146         * dirent/dirent.h: Likewise.
11147         [__USE_MISC]: Remove redundant conditionals.
11148         * grp/grp.h: Update #endif comments.
11149         [__USE_GNU]: Remove redundant conditionals.
11150         [__USE_MISC]: Likewise.
11151         * inet/netinet/in.h [__USE_GNU]: Likewise.
11152         * io/sys/stat.h [__USE_MISC]: Likewise.
11153         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11154         * libio/bits/stdio.h: Update #endif comments.
11155         [__USE_MISC]: Remove redundant conditionals.
11156         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11157         * libio/stdio.h: Update #endif comments.
11158         [__USE_MISC]: Remove redundant conditionals.
11159         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11160         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11161         * math/math.h: Update #else and #endif comments.
11162         [__USE_MISC]: Remove redundant conditionals.
11163         * misc/sys/uio.h: Update #endif comments.
11164         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11165         * posix/glob.h [__USE_MISC]: Likewise.
11166         * posix/sys/types.h: Update #endif comments.
11167         [__USE_MISC]: Remove redundant conditionals.
11168         * posix/sys/wait.h: Update #endif comments.
11169         [__USE_MISC]: Remove redundant conditionals.
11170         * posix/unistd.h: Update #endif comments.
11171         [__USE_MISC]: Remove redundant conditionals.
11172         * pwd/pwd.h [__USE_GNU]: Likewise.
11173         [__USE_MISC]: Likewise.
11174         * resolv/netdb.h [__USE_GNU]: Likewise.
11175         * signal/signal.h: Update #endif comments.
11176         [__USE_MISC]: Remove redundant conditionals.
11177         * stdlib/stdlib.h: Update #else and #endif comments.
11178         [__USE_MISC]: Remove redundant conditionals.
11179         [__USE_GNU]: Likewise.
11180         * string/bits/string2.h [__USE_MISC]: Likewise.
11181         * string/string.h: Update #endif comments.
11182         [__USE_MISC]: Remove redundant conditionals.
11183         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11184         Likewise.
11185         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11186         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11187         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11188         Likewise.
11189         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11190         Likewise.
11191         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11192         comments.
11193         [__USE_MISC]: Remove redundant conditionals.
11194         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11195         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11196         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11197         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11198         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11199         Likewise.
11200         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11201         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11202         Likewise.
11203         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11204         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11205         Likewise.
11206         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11207         Likewise.
11208         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11209         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11210         Likewise.
11211         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11212         Likewise.
11213         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11214         * sysdeps/x86/bits/string.h: Update #endif comments.
11215         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11216         conditionals.
11217         * time/sys/time.h: Update #endif comments.
11218         * time/time.h: Likewise.
11219         [__USE_MISC]: Remove redundant conditionals.
11221 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11223         [BZ #16600]
11224         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11226 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11228         * Versions.def (librt): Add GLIBC_2.17.
11230 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11232         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11233         synonym for _SYS_AUXV_H to allow direct inclusion.
11234         * sysdeps/sparc/bits/hwcap.h: Likewise.
11235         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11236         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11237         * sysdeps/sparc/sysdep.h: Likewise.
11239 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11241         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11243 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11245         * benchtests/bench-strrchr.c: Print length instead of position.
11247 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11249         [BZ #16611]
11250         * sysdeps/unix/sysv/linux/kernel-features.h
11251         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11252         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11253         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11254         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11255         Likewise.
11256         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11257         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11258         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11259         (__ASSUME_SENDMMSG): Define instead of using previous
11260         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11261         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11262         (__ASSUME_SENDMMSG_SYSCALL): Define.
11263         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11264         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11265         Likewise.
11266         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11267         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11268         Likewise.
11269         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11270         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11271         Likewise.
11272         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11273         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11274         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11275         [__ASSUME_SENDMMSG]: Change conditionals to
11276         [__ASSUME_SENDMMSG_SOCKETCALL].
11277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11278         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11279         Define.
11280         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11281         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11282         Likewise.
11283         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11284         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11285         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11286         [!__ASSUME_SENDMMSG]: Change conditional to
11287         [!__ASSUME_SENDMMSG_SOCKETCALL].
11288         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11289         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11290         Define.
11292         [BZ #16610]
11293         * sysdeps/unix/sysv/linux/kernel-features.h
11294         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11295         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11296         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11297         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11298         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11299         [__i386__ || __sparc__]
11300         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11301         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11302         (__ASSUME_RECVMMSG): Define instead of using previous
11303         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11304         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11305         (__ASSUME_RECVMMSG_SYSCALL): Define.
11306         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11307         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11308         Likewise.
11309         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11310         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11311         Likewise.
11312         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11313         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11314         Likewise.
11315         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11316         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11317         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11318         [__ASSUME_RECVMMSG]: Change condition to
11319         [__ASSUME_RECVMMSG_SOCKETCALL].
11320         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11321         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11322         Define.
11323         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11324         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11325         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11326         Likewise.
11327         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11328         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11329         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11330         [!__ASSUME_RECVMMSG]: Change condition to
11331         [!__ASSUME_RECVMMSG_SOCKETCALL].
11332         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11333         (__ASSUME_RECVMMSG_SYSCALL): Define.
11335         [BZ #16609]
11336         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11337         __powerpc__ || __s390__ || __sh__ || __sparc__]
11338         (__ASSUME_SOCKETCALL): Define.
11339         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11340         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11341         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11342         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11343         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11344         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11345         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11346         (__ASSUME_ACCEPT4): Define instead of using previous
11347         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11348         __powerpc__ || __sparc__ || __s390__)] condition.
11349         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11350         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11351         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11352         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11353         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11354         [!__ASSUME_ACCEPT4]: Change condition to
11355         [!__ASSUME_ACCEPT4_SOCKETCALL].
11356         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11357         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11358         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11359         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11360         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11361         __ASSUME_ACCEPT4_SYSCALL.
11362         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11363         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11364         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11365         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11366         __ASSUME_ACCEPT4_SYSCALL.
11367         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11368         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11369         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11370         [__ASSUME_ACCEPT4]: Change condition to
11371         [__ASSUME_ACCEPT4_SOCKETCALL].
11372         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11373         (__ASSUME_SOCKETCALL): Define.
11374         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11375         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11376         (__ASSUME_SOCKETCALL): Define.
11377         (__ASSUME_ACCEPT4): Remove.
11378         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11379         Define.
11380         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11381         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11382         Likewise.
11383         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11384         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11386         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11387         macro.
11388         (HWCAP_ARM_LPAE): Likewise.
11389         (HWCAP_ARM_EVTSTRM): Likewise.
11390         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11391         Add vpfd32, lpae and evtstrm.
11392         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11393         Increase to 22.
11395 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11397         * math/auto-libm-test-in: Add tests of clog10.
11398         * math/auto-libm-test-out: Regenerated.
11399         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11400         * sysdeps/i386/fpu/libm-test-ulps: Update.
11401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11403 2014-02-18  Andreas Schwab  <schwab@suse.de>
11405         [BZ #16574]
11406         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11407         Store non-zero if the second buffer was newly allocated.
11408         (send_dg): Likewise.
11409         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11410         to send_vc and send_dg.
11411         (res_nsend): Pass NULL for ansp2_malloced.
11412         * resolv/res_query.c (__libc_res_nquery): Add parameter
11413         answerp2_malloced and pass it down to __libc_res_nsend.
11414         (res_nquery): Pass additional NULL to __libc_res_nquery.
11415         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11416         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11417         second answer buffer if answerp2_malloced was set.
11418         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11419         (__libc_res_nquerydomain): Add parameter
11420         answerp2_malloced and pass it down to __libc_res_nquery.
11421         (res_nquerydomain): Pass additional NULL to
11422         __libc_res_nquerydomain.
11423         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11424         additional NULL to __libc_res_nsend and __libc_res_nquery.
11425         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11426         additional NULL to __libc_res_nsearch.
11427         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11428         parameter of __libc_res_nsearch to check for separately allocated
11429         second buffer.
11430         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11431         __libc_res_nquery.
11432         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11433         additional NULL to __libc_res_nquery.
11434         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11435         __libc_res_nsearch.
11436         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11437         * include/resolv.h: Update prototypes of __libc_res_nquery,
11438         __libc_res_nsearch, __libc_res_nsend.
11440 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11442         * math/auto-libm-test-in: Add tests of fma.
11443         * math/auto-libm-test-out: Regenerated.
11444         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11445         (fma_towardzero_test_data): Likewise.
11446         (fma_downward_test_data): Likewise.
11447         (fma_upward_test_data): Likewise.
11448         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11449         mpc_mode.
11450         (rounding_modes): Add values for new field.
11451         (func_calc_method): Add value mpfr_fff_f.
11452         (func_calc_desc): Add mpfr_fff_f union field.
11453         (test_function): Add field exact_args.
11454         (FUNC): Add macro argument EXACT_ARGS.
11455         (FUNC_mpfr_f_f): Update call to FUNC.
11456         (FUNC_mpfr_f_f): Likewise.
11457         (FUNC_mpfr_ff_f): Likewise.
11458         (FUNC_mpfr_if_f): Likewise.
11459         (FUNC_mpc_c_f): Likewise.
11460         (FUNC_mpc_c_c): Likewise.
11461         (test_functions): Add fma.  Update calls to FUNC.
11462         (handle_input_arg): Add argument exact_args.
11463         (add_test): Update call to handle_input_arg.
11464         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11465         (output_for_one_input_case): Update call to calc_generic_results.
11466         Recalculate exact zero results in each rounding mode.
11468         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11469         non-negative before setting low bit.
11470         * math/auto-libm-test-in: Mark one asin test possibly having
11471         spurious underflow.
11472         * math/auto-libm-test-out: Regenerated.
11473         * sysdeps/i386/fpu/libm-test-ulps: Update.
11474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11476 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11478         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11479         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11480         ports/sysdeps/unix/sysv/linux/microblaze.
11481         * README: Add missing listing for microblaze*-*-linux-gnu.
11483 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11485         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11486         duplicate code
11488 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11490         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11491         * sysdeps/unix/sysv/linux/ia64: Move directory from
11492         ports/sysdeps/unix/sysv/linux/ia64.
11493         * README: Update listing for ia64-*-linux-gnu.
11495 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11496             Joseph Myers  <joseph@codesourcery.com>
11498         * Makeconfig (test-name): New variable.
11499         (evaluate-test): Likewise.
11500         * Makerules (do-test-clean): Remove .test-result files.
11501         (common-mostlyclean): Likewise.
11502         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11503         * scripts/evaluate-test.sh: New file.
11505 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11507         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11508         separate $(objpfx)tst-fopenloc-cmp.out and
11509         $(objpfx)tst-fopenloc-mem.out targets.
11510         (tests): Update dependencies.
11511         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11512         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11513         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11514         (tst-rxspencer-no-utf8-ARGS): New variable.
11515         (tst-rxspencer-no-utf8-ENV): Likewise.
11516         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11517         instead of $(objpfx)tst-rxspencer-mem.
11518         ($(objpfx)tst-rxspencer-mem): Change target to
11519         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11520         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11521         * posix/tst-rxspencer-no-utf8.c: New file.
11523         * elf/Makefile ($(objpfx)order.out): Remove rule.
11524         [$(run-built-tests) = yes] (tests): Depend on
11525         $(objpfx)order-cmp.out.
11526         ($(objpfx)order-cmp.out): New rule.
11527         [$(run-built-tests) = yes] (tests): Depend on
11528         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11529         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11530         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11531         $(objpfx)tst-array5-static-cmp.out.
11532         ($(objpfx)tst-array1.out): Remove rule.
11533         ($(objpfx)tst-array1-cmp.out): New rule.
11534         ($(objpfx)tst-array1-static.out): Remove rule.
11535         ($(objpfx)tst-array1-static-cmp.out): New rule.
11536         ($(objpfx)tst-array2.out): Remove rule.
11537         ($(objpfx)tst-array2-cmp.out): New rule.
11538         ($(objpfx)tst-array3.out): Remove rule.
11539         ($(objpfx)tst-array3-cmp.out): New rule.
11540         ($(objpfx)tst-array4.out): Remove rule.
11541         ($(objpfx)tst-array4-cmp.out): New rule.
11542         ($(objpfx)tst-array5.out): Remove rule.
11543         ($(objpfx)tst-array5-cmp.out): New rule.
11544         ($(objpfx)tst-array5-static.out): Remove rule.
11545         ($(objpfx)tst-array5-static-cmp.out): New rule.
11546         [$(run-built-tests) = yes] (tests): Depend on
11547         $(objpfx)order2-cmp.out.
11548         ($(objpfx)order2.out): Remove rule.
11549         ($(objpfx)order2-cmp.out): New rule.
11550         ($(objpfx)tst-initorder.out): Remove rule.
11551         [$(run-built-tests) = yes] (tests): Depend on
11552         $(objpfx)tst-initorder-cmp.out.
11553         ($(objpfx)tst-initorder-cmp.out): New rule.
11554         ($(objpfx)tst-initorder2.out): Remove rule.
11555         [$(run-built-tests) = yes] (tests): Depend on
11556         $(objpfx)tst-initorder2-cmp.out.
11557         ($(objpfx)tst-initorder2-cmp.out): New rule.
11558         [$(run-built-tests) = yes] (tests): Depend on
11559         $(objpfx)tst-unused-dep-cmp.out.
11560         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11561         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11562         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11563         on $(objpfx)tst-setvbuf1-cmp.out.
11564         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11565         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11566         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11567         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11568         ($(objpfx)tst-svc.out): Remove rule.
11569         ($(objpfx)tst-svc-cmp.out): New rule.
11571 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11573         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11574         * ctype/ctype.h [__USE_MISC]: Likewise.
11575         * dirent/dirent.h [__USE_MISC]: Likewise.
11576         * grp/grp.h [__USE_MISC]: Likewise.
11577         * io/fcntl.h [__USE_MISC]: Likewise.
11578         * io/sys/stat.h [__USE_MISC]: Likewise.
11579         * libio/stdio.h [__USE_MISC]: Likewise.
11580         * posix/unistd.h [__USE_MISC]: Likewise.
11581         * pwd/pwd.h [__USE_MISC]: Likewise.
11582         * stdlib.h [__USE_MISC]: Likewise.
11583         * string/bits/string2.h [__USE_MISC]: Likewise.
11584         * string/string.h [__USE_MISC]: Likewise.
11585         * time/time.h [__USE_MISC]: Likewise.
11587 2014-02-13  Andreas Schwab  <schwab@suse.de>
11589         [BZ #16574]
11590         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11591         second answer buffer if it was separately allocated.
11593 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11595         * sysdeps/mips/math-tests.h: Include <features.h>.
11596         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11597         (ROUNDING_TESTS_long_double): Do not define.
11598         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11599         (EXCEPTION_TESTS_long_double): Likewise.
11600         * sysdeps/mips/mips64/libm-test-ulps: Update.
11602         * include/features.h (__USE_BSD): Remove macro definitions.
11603         (__USE_SVID): Likewise.
11604         (_BSD_SOURCE): Likewise.
11605         (_SVID_SOURCE): Likewise.
11606         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11607         from definition of _DEFAULT_SOURCE.
11608         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11609         [_DEFAULT_SOURCE].
11610         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11611         * bits/mman.h [__USE_BSD]: Likewise.
11612         * bits/termios.h [__USE_BSD]: Likewise.
11613         * bits/waitstatus.h [__USE_BSD]: Likewise.
11614         * ctype/ctype.h [__USE_SVID]: Likewise.
11615         * dirent/dirent.h [__USE_BSD]: Likewise.
11616         * grp/grp.h [__USE_SVID]: Likewise.
11617         [__USE_BSD]: Likewise.
11618         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11619         * io/fcntl.h [__USE_BSD]: Likewise.
11620         * io/ftw.h [__USE_BSD]: Likewise.
11621         * io/sys/stat.h [__USE_BSD]: Likewise.
11622         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11623         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11624         * libio/stdio.h [__USE_SVID]: Likewise.
11625         [__USE_BSD]: Likewise.
11626         * math/math.h [__USE_SVID]: Likewise.
11627         [__USE_BSD]: Likewise.
11628         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11629         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11630         * misc/search.h [__USE_SVID]: Likewise.
11631         * misc/sys/mman.h [__USE_BSD]: Likewise.
11632         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11633         * misc/sys/uio.h [__USE_BSD]: Likewise.
11634         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11635         * posix/glob.h [__USE_BSD]: Likewise.
11636         * posix/regex.h [__USE_BSD]: Likewise.
11637         * posix/sys/types.h [__USE_BSD]: Likewise.
11638         [__USE_SVID]: Likewise.
11639         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11640         * posix/sys/wait.h [__USE_BSD]: Likewise.
11641         [__USE_SVID]: Likewise.
11642         * posix/unistd.h [__USE_BSD]: Likewise.
11643         [__USE_SVID]: Likewise.
11644         * pwd/pwd.h [__USE_SVID]: Likewise.
11645         * resolv/netdb.h [__USE_BSD]: Likewise.
11646         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11647         * signal/signal.h [__USE_BSD]: Likewise.
11648         [__USE_SVID]: Likewise.
11649         * socket/sys/socket.h [__USE_BSD]: Likewise.
11650         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11651         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11652         [__USE_SVID]: Likewise.
11653         * string/bits/string2.h [__USE_BSD]: Likewise.
11654         [__USE_SVID]: Likewise.
11655         * string/bits/string3.h [__USE_BSD]: Likewise.
11656         * string/endian.h [__USE_BSD]: Likewise.
11657         * string/string.h [__USE_SVID]: Likewise.
11658         [__USE_BSD]: Likewise.
11659         * string/strings.h [__USE_BSD]: Likewise.
11660         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11661         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11662         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11663         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11664         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11665         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11666         Likewise.
11667         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11668         Likewise.
11669         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11670         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11671         Likewise.
11672         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11673         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11674         Likewise.
11675         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11676         Likewise.
11677         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11678         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11679         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11680         Likewise.
11681         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11682         Likewise.
11683         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11684         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11685         * termios/termios.h [__USE_BSD]: Likewise.
11686         * time/sys/time.h [__USE_BSD]: Likewise.
11687         * time/time.h [__USE_BSD]: Likewise.
11688         [__USE_SVID]: Likewise.
11690         * Makefile (subdir_targets): Remove subdir_lint.out.
11692         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11693         (do-tst-printf): Likewise.
11694         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11695         $(objpfx)tst-printf.out.
11697         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11699         * Makerules (check-abi-%): Change target to
11700         $(objpfx)check-abi-%.out.
11701         (check-abi target): Update dependencies.
11702         (check-abi-pattern variable): Redirect output of diff to $@.
11703         (check-abi variable): Likewise.
11704         * elf/Makefile (check-abi): Update dependencies.
11706         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11707         unused.
11708         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11709         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11710         subnormal range.
11711         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11712         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11713         value has largest subnormal exponent.
11714         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11715         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11716         * sysdeps/aarch64/soft-fp/sfp-machine.h
11717         (_FP_TININESS_AFTER_ROUNDING): New macro.
11718         * sysdeps/alpha/soft-fp/sfp-machine.h
11719         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11720         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11721         Likewise.
11722         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11723         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11724         * sysdeps/mips/soft-fp/sfp-machine.h
11725         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11726         * sysdeps/powerpc/soft-fp/sfp-machine.h
11727         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11728         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11729         Likewise.
11730         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11731         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11732         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11733         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11734         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11735         Likewise.
11737 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11739         [BZ #16545]
11740         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11741         model 1.
11743 2014-02-12  Richard Henderson  <rth@redhat.com>
11745         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11746         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11747         * sysdeps/unix/sysv/linux/alpha: Move directory from
11748         ports/sysdeps/unix/sysv/linux/alpha.
11749         * README: Update listing for alpha-*-linux-gnu.
11751 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11753         * include/features.h: Update comment documenting feature test
11754         macros.
11755         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11756         _DEFAULT_SOURCE.
11757         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11758         (_SVID_SOURCE): Likewise.
11759         (_DEFAULT_SOURCE): Update description of default features.
11760         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11761         with _GNU_SOURCE.
11762         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11763         (S_ISVTX): Likewise.
11764         * manual/math.texi (Mathematical Constants): Likewise.
11765         * manual/signal.texi (Interrupted Primitives): Likewise.
11766         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11767         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11768         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11769         Don't refer to _SVID_SOURCE in warning text.
11771         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11773         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11774         already defined.
11775         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11776         * sysdeps/mips/dl-lookup.c: Remove.
11777         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11779 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11781         [BZ #16447]
11782         * math/auto-libm-test-in: Add testcase for expl.
11783         * math/auto-libm-test-out: Regenerate.
11784         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11785         calculation of unsafe.
11786         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11788 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11790         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11791         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11792         ports/sysdeps/unix/sysv/linux/aarch64.
11793         * README: Update listing for aarch64*-*-linux-gnu.
11795 2014-02-11  Will Newton  <will.newton@linaro.org>
11797         * manual/probes.texi (Mathematical Function Probes): Use
11798         "triggered" instead of "hit".
11800         * manual/probes.texi (Internal Probes): Add documentation
11801         of setjmp, longjmp and longjmp_target probes.
11803         * include/stap-probe.h: Add comment about probe argument
11804         format.
11806         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11807         definition.  (tr_where, tr_freehook, tr_mallochook,
11808         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11810 2014-02-11  David S. Miller  <davem@davemloft.net>
11812         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11813         processing int_tests.
11815 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11817         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11818         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11819         * sysdeps/unix/sysv/linux/mips: Move directory from
11820         ports/sysdeps/unix/sysv/linux/mips.
11821         * README: Update listing for mips-*-linux-gnu and
11822         mips64-*-linux-gnu.
11824 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11826         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11827         * sysdeps/unix/sysv/linux/m68k: Move directory from
11828         ports/sysdeps/unix/sysv/linux/m68k.
11829         * README: Update listing for m68k-*-linux-gnu.
11831 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11833         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11834         * sysdeps/unix/sysv/linux/generic: Move directory from
11835         ports/sysdeps/unix/sysv/linux/generic.
11836         * sysdeps/unix/sysv/linux/tile: Move directory from
11837         ports/sysdeps/unix/sysv/linux/tile.
11838         * README: Update listing for tile*-*-linux-gnu.
11840 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11842         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11843         __builtin_expect.
11844         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11845         * catgets/open_catalog.c (__open_catalog): Likewise.
11846         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11847         * debug/confstr_chk.c: Likewise.
11848         * debug/fread_chk.c (__fread_chk): Likewise.
11849         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11850         * debug/getgroups_chk.c: Likewise.
11851         * debug/mbsnrtowcs_chk.c: Likewise.
11852         * debug/mbsrtowcs_chk.c: Likewise.
11853         * debug/mbstowcs_chk.c: Likewise.
11854         * debug/memcpy_chk.c: Likewise.
11855         * debug/memmove_chk.c: Likewise.
11856         * debug/mempcpy_chk.c: Likewise.
11857         * debug/memset_chk.c: Likewise.
11858         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11859         * debug/strcat_chk.c (__strcat_chk): Likewise.
11860         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11861         * debug/strncat_chk.c (__strncat_chk): Likewise.
11862         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11863         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11864         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11865         * debug/wcpncpy_chk.c: Likewise.
11866         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11867         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11868         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11869         * debug/wcsncpy_chk.c: Likewise.
11870         * debug/wcsnrtombs_chk.c: Likewise.
11871         * debug/wcsrtombs_chk.c: Likewise.
11872         * debug/wcstombs_chk.c: Likewise.
11873         * debug/wmemcpy_chk.c: Likewise.
11874         * debug/wmemmove_chk.c: Likewise.
11875         * debug/wmempcpy_chk.c: Likewise.
11876         * debug/wmemset_chk.c: Likewise.
11877         * dirent/scandirat.c (SCANDIRAT): Likewise.
11878         * dlfcn/dladdr1.c (dladdr1): Likewise.
11879         * dlfcn/dladdr.c (dladdr): Likewise.
11880         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11881         * dlfcn/dlerror.c (__dlerror): Likewise.
11882         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11883         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11884         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11885         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11886         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11887         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11888         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11889         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11890         Likewise.
11891         * elf/dl-conflict.c: Likewise.
11892         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11893         * elf/dl-dst.h: Likewise.
11894         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11895         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11896         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11897         * elf/dl-init.c (call_init, _dl_init): Likewise.
11898         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11899         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11900         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11901         Likewise.
11902         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11903         Likewise.
11904         * elf/dl-minimal.c (__libc_memalign): Likewise.
11905         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11906         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11907         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11908         * elf/dl-sym.c (do_sym): Likewise.
11909         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11910         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11911         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11912         * elf/dl-writev.h (_dl_writev): Likewise.
11913         * elf/ldconfig.c (search_dir): Likewise.
11914         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11915         (dl_main): Likewise.
11916         * elf/setup-vdso.h (setup_vdso): Likewise.
11917         * grp/compat-initgroups.c (compat_call): Likewise.
11918         * grp/fgetgrent.c (fgetgrent): Likewise.
11919         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11920         * grp/putgrent.c (putgrent): Likewise.
11921         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11922         Likewise.
11923         * hurd/hurdinit.c: Likewise.
11924         * iconvdata/8bit-gap.c (struct): Likewise.
11925         * iconvdata/ansi_x3.110.c : Likewise.
11926         * iconvdata/big5.c : Likewise.
11927         * iconvdata/big5hkscs.c : Likewise.
11928         * iconvdata/cp1255.c: Likewise.
11929         * iconvdata/cp1258.c : Likewise.
11930         * iconvdata/cp932.c : Likewise.
11931         * iconvdata/euc-cn.c: Likewise.
11932         * iconvdata/euc-jisx0213.c : Likewise.
11933         * iconvdata/euc-jp.c: Likewise.
11934         * iconvdata/euc-jp-ms.c : Likewise.
11935         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11936         * iconvdata/gb18030.c : Likewise.
11937         * iconvdata/gbbig5.c (const): Likewise.
11938         * iconvdata/gbgbk.c: Likewise.
11939         * iconvdata/gbk.c : Likewise.
11940         * iconvdata/ibm1364.c : Likewise.
11941         * iconvdata/ibm930.c : Likewise.
11942         * iconvdata/ibm932.c: Likewise.
11943         * iconvdata/ibm933.c : Likewise.
11944         * iconvdata/ibm935.c : Likewise.
11945         * iconvdata/ibm937.c : Likewise.
11946         * iconvdata/ibm939.c : Likewise.
11947         * iconvdata/ibm943.c: Likewise.
11948         * iconvdata/iso_11548-1.c: Likewise.
11949         * iconvdata/iso-2022-cn.c : Likewise.
11950         * iconvdata/iso-2022-cn-ext.c : Likewise.
11951         * iconvdata/iso-2022-jp-3.c: Likewise.
11952         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11953         * iconvdata/iso-2022-kr.c : Likewise.
11954         * iconvdata/iso646.c (gconv_end): Likewise.
11955         * iconvdata/iso_6937-2.c : Likewise.
11956         * iconvdata/iso_6937.c : Likewise.
11957         * iconvdata/iso8859-1.c: Likewise.
11958         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11959         * iconvdata/shift_jisx0213.c : Likewise.
11960         * iconvdata/sjis.c : Likewise.
11961         * iconvdata/t.61.c : Likewise.
11962         * iconvdata/tcvn5712-1.c : Likewise.
11963         * iconvdata/tscii.c: Likewise.
11964         * iconvdata/uhc.c : Likewise.
11965         * iconvdata/unicode.c (gconv_end): Likewise.
11966         * iconvdata/utf-16.c (gconv_end): Likewise.
11967         * iconvdata/utf-32.c (gconv_end): Likewise.
11968         * iconvdata/utf-7.c (base64): Likewise.
11969         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11970         * iconv/gconv_close.c (__gconv_close): Likewise.
11971         * iconv/gconv_open.c (__gconv_open): Likewise.
11972         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11973         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11974         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11975         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11976         (ucs4le_internal_loop_single): Likewise.
11977         * iconv/iconv.c (iconv): Likewise.
11978         * iconv/iconv_close.c: Likewise.
11979         * iconv/loop.c (SINGLE): Likewise.
11980         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11981         * include/atomic.h: Likewise.
11982         * inet/inet6_option.c (option_alloc): Likewise.
11983         * intl/bindtextdom.c (set_binding_values): Likewise.
11984         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11985         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11986         * intl/localealias.c (read_alias_file): Likewise.
11987         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11988         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11989         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11990         * libio/fmemopen.c (fmemopen): Likewise.
11991         * libio/iofgets.c (_IO_fgets): Likewise.
11992         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11993         * libio/iofgetws.c (fgetws): Likewise.
11994         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11995         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11996         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11997         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11998         * locale/findlocale.c (_nl_find_locale): Likewise.
11999         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12000         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12001         Likewise.
12002         * locale/setlocale.c (setlocale): Likewise.
12003         * login/programs/pt_chown.c (main): Likewise.
12004         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12005         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12006         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12007         (mmap, mmap64, mremap, munmap): Likewise.
12008         * math/e_exp2l.c: Likewise.
12009         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12010         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12011         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12012         * math/s_catan.c (__catan): Likewise.
12013         * math/s_catanf.c (__catanf): Likewise.
12014         * math/s_catanh.c (__catanh): Likewise.
12015         * math/s_catanhf.c (__catanhf): Likewise.
12016         * math/s_catanhl.c (__catanhl): Likewise.
12017         * math/s_catanl.c (__catanl): Likewise.
12018         * math/s_ccosh.c (__ccosh): Likewise.
12019         * math/s_ccoshf.c (__ccoshf): Likewise.
12020         * math/s_ccoshl.c (__ccoshl): Likewise.
12021         * math/s_cexp.c (__cexp): Likewise.
12022         * math/s_cexpf.c (__cexpf): Likewise.
12023         * math/s_cexpl.c (__cexpl): Likewise.
12024         * math/s_clog10.c (__clog10): Likewise.
12025         * math/s_clog10f.c (__clog10f): Likewise.
12026         * math/s_clog10l.c (__clog10l): Likewise.
12027         * math/s_clog.c (__clog): Likewise.
12028         * math/s_clogf.c (__clogf): Likewise.
12029         * math/s_clogl.c (__clogl): Likewise.
12030         * math/s_csin.c (__csin): Likewise.
12031         * math/s_csinf.c (__csinf): Likewise.
12032         * math/s_csinh.c (__csinh): Likewise.
12033         * math/s_csinhf.c (__csinhf): Likewise.
12034         * math/s_csinhl.c (__csinhl): Likewise.
12035         * math/s_csinl.c (__csinl): Likewise.
12036         * math/s_csqrt.c (__csqrt): Likewise.
12037         * math/s_csqrtf.c (__csqrtf): Likewise.
12038         * math/s_csqrtl.c (__csqrtl): Likewise.
12039         * math/s_ctan.c (__ctan): Likewise.
12040         * math/s_ctanf.c (__ctanf): Likewise.
12041         * math/s_ctanh.c (__ctanh): Likewise.
12042         * math/s_ctanhf.c (__ctanhf): Likewise.
12043         * math/s_ctanhl.c (__ctanhl): Likewise.
12044         * math/s_ctanl.c (__ctanl): Likewise.
12045         * math/w_pow.c: Likewise.
12046         * math/w_powf.c: Likewise.
12047         * math/w_powl.c: Likewise.
12048         * math/w_scalb.c (sysv_scalb): Likewise.
12049         * math/w_scalbf.c (sysv_scalbf): Likewise.
12050         * math/w_scalbl.c (sysv_scalbl): Likewise.
12051         * misc/error.c (error_tail): Likewise.
12052         * misc/pselect.c (__pselect): Likewise.
12053         * nis/nis_callback.c (__nis_create_callback): Likewise.
12054         * nis/nis_call.c (__nisfind_server): Likewise.
12055         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12056         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12057         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12058         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12059         * nis/nis_lookup.c (nis_lookup): Likewise.
12060         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12061         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12062         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12063         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12064         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12065         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12066         * nis/nss_compat/compat-initgroups.c (add_group)
12067         (internal_getgrent_r): Likewise.
12068         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12069         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12070         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12071         (internal_getspnam_r): Likewise.
12072         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12073         (_nss_nis_getaliasbyname_r): Likewise.
12074         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12075         (_nss_nis_getntohost_r): Likewise.
12076         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12077         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12078         (_nss_nis_getgrgid_r): Likewise.
12079         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12080         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12081         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12082         (_nss_nis_gethostbyname4_r): Likewise.
12083         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12084         (initgroups_netid): Likewise.
12085         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12086         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12087         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12088         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12089         (_nss_nis_getprotobynumber_r): Likewise.
12090         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12091         (_nss_nis_getsecretkey): Likewise.
12092         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12093         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12094         (_nss_nis_getpwuid_r): Likewise.
12095         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12096         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12097         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12098         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12099         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12100         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12101         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12102         Likewise.
12103         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12104         (_nss_nisplus_getntohost_r): Likewise.
12105         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12106         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12107         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12108         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12109         Likewise.
12110         * nis/nss_nisplus/nisplus-initgroups.c
12111         (_nss_nisplus_initgroups_dyn): Likewise.
12112         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12113         (_nss_nisplus_getnetbyaddr_r): Likewise.
12114         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12115         (_nss_nisplus_getprotobynumber_r): Likewise.
12116         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12117         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12118         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12119         Likewise.
12120         * nis/nss_nisplus/nisplus-service.c
12121         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12122         (_nss_nisplus_getservbyport_r): Likewise.
12123         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12124         (_nss_nisplus_getspnam_r): Likewise.
12125         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12126         Likewise.
12127         * nscd/aicache.c (addhstaiX): Likewise.
12128         * nscd/cache.c (cache_search, prune_cache): Likewise.
12129         * nscd/connections.c (register_traced_file, send_ro_fd)
12130         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12131         (main_loop_epoll): Likewise.
12132         * nscd/grpcache.c (addgrbyX): Likewise.
12133         * nscd/hstcache.c (addhstbyX): Likewise.
12134         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12135         * nscd/mem.c (gc, mempool_alloc): Likewise.
12136         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12137         (addinnetgrX): Likewise.
12138         * nscd/nscd-client.h (__nscd_acquire_maplock)
12139         (__nscd_drop_map_ref): Likewise.
12140         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12141         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12142         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12143         Likewise.
12144         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12145         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12146         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12147         (__nscd_get_map_ref): Likewise.
12148         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12149         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12150         Likewise.
12151         * nscd/pwdcache.c (addpwbyX): Likewise.
12152         * nscd/selinux.c (preserve_capabilities): Likewise.
12153         * nscd/servicescache.c (addservbyX): Likewise.
12154         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12155         * posix/fnmatch.c (fnmatch): Likewise.
12156         * posix/getopt.c (_getopt_internal_r): Likewise.
12157         * posix/glob.c (glob, glob_in_dir): Likewise.
12158         * posix/wordexp.c (exec_comm_child): Likewise.
12159         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12160         (getanswer_r, gaih_getanswer_slice): Likewise.
12161         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12162         * resolv/res_init.c: Likewise.
12163         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12164         * resolv/res_query.c (__libc_res_nquery): Likewise.
12165         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12166         Likewise.
12167         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12168         * stdio-common/perror.c (perror): Likewise.
12169         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12170         * stdio-common/tmpnam.c (tmpnam): Likewise.
12171         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12172         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12173         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12174         Likewise.
12175         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12176         * stdlib/putenv.c (putenv): Likewise.
12177         * stdlib/setenv.c (__add_to_environ): Likewise.
12178         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12179         * stdlib/strtol_l.c (INTERNAL): Likewise.
12180         * string/memmem.c (memmem): Likewise.
12181         * string/strerror.c (strerror): Likewise.
12182         * string/strnlen.c (__strnlen): Likewise.
12183         * string/test-memmem.c (simple_memmem): Likewise.
12184         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12185         * sunrpc/pm_getport.c (__get_socket): Likewise.
12186         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12187         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12188         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12189         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12190         Likewise.
12191         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12192         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12193         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12194         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12195         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12196         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12197         Likewise.
12198         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12199         Likewise.
12200         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12201         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12202         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12203         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12204         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12205         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12206         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12207         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12208         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12209         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12210         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12211         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12212         Likewise.
12213         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12214         Likewise.
12215         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12216         Likewise.
12217         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12218         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12219         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12220         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12221         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12222         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12223         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12224         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12225         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12226         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12227         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12228         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12229         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12230         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12231         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12232         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12233         Likewise.
12234         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12235         Likewise.
12236         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12237         Likewise.
12238         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12239         Likewise.
12240         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12241         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12242         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12243         Likewise.
12244         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12245         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12246         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12247         * sysdeps/posix/sleep.c: Likewise.
12248         * sysdeps/posix/tempname.c: Likewise.
12249         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12250         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12251         Likewise.
12252         * sysdeps/powerpc/powerpc32/dl-machine.h
12253         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12254         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12255         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12256         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12257         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12258         Likewise.
12259         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12260         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12261         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12262         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12263         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12264         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12265         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12266         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12267         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12268         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12269         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12270         (elf_machine_lazy_rel): Likewise.
12271         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12272         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12273         (elf_machine_lazy_rel): Likewise.
12274         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12275         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12276         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12277         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12278         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12279         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12280         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12281         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12282         Likewise.
12283         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12284         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12285         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12286         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12287         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12288         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12289         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12290         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12291         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12292         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12293         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12294         Likewise.
12295         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12296         (__posix_fallocate64_l64): Likewise.
12297         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12298         (posix_fallocate): Likewise.
12299         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12300         Likewise.
12301         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12302         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12303         (getifaddrs_internal): Likewise.
12304         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12305         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12306         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12307         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12308         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12309         (__posix_fallocate64_l64): Likewise.
12310         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12311         Likewise.
12312         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12313         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12314         (__get_clockfreq): Likewise.
12315         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12316         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12317         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12318         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12319         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12320         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12321         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12322         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12323         Likewise.
12324         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12325         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12326         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12327         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12328         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12329         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12330         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12331         Likewise.
12332         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12333         (posix_fallocate): Likewise.
12334         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12335         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12336         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12337         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12338         (elf_machine_rela, elf_machine_rela_relative)
12339         (elf_machine_lazy_rel): Likewise.
12340         * time/asctime.c (asctime_internal): Likewise.
12341         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12342         * time/tzset.c (__tzset_parse_tz): Likewise.
12343         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12344         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12345         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12346         * wcsmbs/wcsmbsload.h: Likewise.
12348         [BZ #15894]
12349         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12351         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12352         (arena_get2): Remove THREAD_STATS conditionals.
12353         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12354         (__malloc_stats, int): Likewise.
12356 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12358         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12359         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12361         * manual/setjmp.texi: Fix typos/grammar errors.
12363         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12364         Only return early when n is <= 0.  Delete unused return statement.
12366         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12367         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12368         * debug/tst-longjmp_chk3.c: New file.
12370         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12371         (test_main): Replace code with set_fortify_handler call.
12372         * debug/test-strcpy_chk.c: Likewise.
12373         * debug/tst-chk1.c: Likewise.
12374         * debug/tst-longjmp_chk.c: Likewise.
12375         * test-skeleton.c: Include fcntl.h & paths.h
12376         (set_fortify_handler): Define.
12378         * debug/tst-longjmp_chk.c: Add header comment and include
12379         ../test-skeleton.c.
12380         (do_test): Mark static.
12381         (TEST_FUNCTION): Define.
12383         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12384         (IP_PMTUDISC_INTERFACE): Likewise.
12385         (IP_MULTICAST_IF): Likewise.
12386         (IP_MULTICAST_TTL): Likewise.
12387         (IP_MULTICAST_LOOP): Likewise.
12388         (IP_ADD_MEMBERSHIP): Likewise.
12389         (IP_DROP_MEMBERSHIP): Likewise.
12390         (IP_UNBLOCK_SOURCE): Likewise.
12391         (IP_BLOCK_SOURCE): Likewise.
12392         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12393         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12394         (IP_MSFILTER): Likewise.
12395         (MCAST_JOIN_GROUP): Likewise.
12396         (MCAST_BLOCK_SOURCE): Likewise.
12397         (MCAST_UNBLOCK_SOURCE): Likewise.
12398         (MCAST_LEAVE_GROUP): Likewise.
12399         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12400         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12401         (MCAST_MSFILTER): Likewise.
12402         (IP_MULTICAST_ALL): Likewise.
12403         (IP_UNICAST_IF): Likewise.
12405         * timezone/Makefile: Delete $(have-ksh) check.
12406         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12407         * timezone/tzselect.ksh: Add +x mode bits.
12409         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12410         (ANON_INODE_FS_MAGIC): Likewise.
12411         (BDEVFS_MAGIC): Likewise.
12412         (BINFMTFS_MAGIC): Likewise.
12413         (BTRFS_TEST_MAGIC): Likewise.
12414         (CRAMFS_MAGIC_WEND): Likewise.
12415         (DEBUGFS_MAGIC): Likewise.
12416         (ECRYPTFS_SUPER_MAGIC): Likewise.
12417         (EXT3_SUPER_MAGIC): Likewise.
12418         (EXT4_SUPER_MAGIC): Likewise.
12419         (FUTEXFS_SUPER_MAGIC): Likewise.
12420         (HOSTFS_SUPER_MAGIC): Likewise.
12421         (HUGETLBFS_MAGIC): Likewise.
12422         (MINIX3_SUPER_MAGIC): Likewise.
12423         (MTD_INODE_FS_MAGIC): Likewise.
12424         (NILFS_SUPER_MAGIC): Likewise.
12425         (OPENPROM_SUPER_MAGIC): Likewise.
12426         (PIPEFS_MAGIC): Likewise.
12427         (PSTOREFS_MAGIC): Likewise.
12428         (QNX6_SUPER_MAGIC): Likewise.
12429         (RAMFS_MAGIC): Likewise.
12430         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12431         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12432         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12433         (SECURITYFS_MAGIC): Likewise.
12434         (SELINUX_MAGIC): Likewise.
12435         (SMACK_MAGIC): Likewise.
12436         (SOCKFS_MAGIC): Likewise.
12437         (SQUASHFS_MAGIC): Likewise.
12438         (STACK_END_MAGIC): Likewise.
12439         (TMPFS_MAGIC): Likewise.
12440         (USBDEVICE_SUPER_MAGIC): Likewise.
12441         (V9FS_MAGIC): Likewise.
12442         (XENFS_SUPER_MAGIC): Likewise.
12443         (CRAMFS_MAGIC): Fix typo in comment.
12444         (EXT2_SUPER_MAGIC): Update comment.
12445         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12447 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12449         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12450         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12451         * sysdeps/unix/sysv/linux/arm: Move directory from
12452         ports/sysdeps/unix/sysv/linux/arm.
12453         * README: Update listing for arm-*-linux-gnueabi.
12455         * README: Remove mention of am33.
12457 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12459         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12460         than the comma operator, to avoid "rhs of comma has no effect"
12461         compiler warnings.
12462         (__sigfillset, __sigandset, __sigorset): Likewise.
12463         * include/signal.h (__sigemptyset): Likewise.
12464         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12466 2014-02-07  Allan McRae  <allan@archlinux.org>
12468         * version.h (RELEASE): Set to "development".
12469         (VERSION): Set to "2.19.90"
12470         * NEWS: Add 2.20 section.
12472 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12474         [BZ #16529]
12475         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12477 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12479         * manual/contrib.texi: Update entry for Carlos O'Donell,
12480         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12482 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12484         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12486         * sysdeps/unix/sysv/linux/kernel-features.h
12487         [__LINUX_KERNEL_VERSION >= 0x020621]
12488         (__ASSUME_PROC_PID_TASK_COMM): Define.
12490 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12492         [BZ #16398]
12493         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12494         conversion when destination buffer does not have enough space.
12495         * libio/tst-ftell-partial-wide.c: New test case.
12496         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12498         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12499         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12500         Leonard and Allan McRae.
12502 2014-02-04  David S. Miller  <davem@davemloft.net>
12504         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12505         32-bit.
12507 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12510         New file
12511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12512         New file
12513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12514         New file.
12515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12516         New file.
12517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12518         New file.
12519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12520         New file.
12521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12522         New file.
12523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12524         New file.
12525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12526         New file.
12527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12528         New file.
12529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12530         New file.
12531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12532         New file.
12533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12534         New file.
12536 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12538         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12539         * shlib-versions: Likewise.
12541 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12542             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12544         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12545         (abilist-pattern): New variable, set to %-le.abilist.
12547         * Makerules (abilist-pattern): New variable.
12548         (vpath): Use $(abilist-pattern) in place of %.abilist.
12549         (check-abi-% pattern rule): Likewise.
12550         (check-abi, update-abi): Likewise.
12552 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12554         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12556 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12558         * manual/startup.texi: Add next, previous, and top entries for
12559         the `Program Arguments' and `Environment Variables' nodes.
12561 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12563         * manual/macros.texi: Add comments before MTASC-safety macros.
12565         * manual/users.texi: Document MTASC-safety properties.
12567         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12568         (pthread_getspecific, pthread_setspecific): Format with
12569         @deftypefun, and add @safety note.
12570         * manual/signal.texi: Move comments that analyze the above
12571         functions to their home place.
12573 2014-02-03  Allan McRae  <allan@archlinux.org>
12575         * po/sl.po: Update Slovenian translation from translation project.
12577 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12579         * manual/time.texi (timegm): Add missing blank after @c.
12580         Reported by Joseph Myers <joseph@codesourcery.com>.
12582 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12584         * manual/check-safety.sh: New.
12585         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12587         * manual/terminal.texi: Document MTASC-safety properties.
12589         * manual/filesys.texi: Document MTASC-safety properties.
12591         * manual/errno.texi: Document MTASC-safety properties.
12593         * manual/intro.texi: Document safety identifiers and
12594         conditionals.
12596         * manual/string.texi (wcstok): Fix prototype.
12597         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12599         * manual/time.texi: Document MTASC-safety properties.
12601         * manual/string.texi: Document MTASC-safety properties.
12603         * manual/threads.texi: Document MTASC-safety properties.
12605         * manual/stdio.texi: Document MTASC-safety properties.
12607         * manual/syslog.texi: Document MTASC-safety properties.
12609         * manual/sysinfo.texi: Document MTASC-safety properties.
12611         * manual/startup.texi: Document MTASC-safety properties.
12613         * manual/socket.texi: Document MTASC-safety properties.
12615         * manual/signal.texi: Document MTASC-safety properties.
12617 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12619         * manual/setjmp.texi: Document MTASC-safety properties.
12621         * manual/search.texi: Document MTASC-safety properties.
12623         * manual/resource.texi: Document MTASC-safety properties.
12625         * manual/process.texi: Document MTASC-safety properties.
12627         * manual/platform.texi: Document MTASC-safety properties.
12629         * manual/pipe.texi: Document MTASC-safety properties.
12631         * manual/pattern.texi: Document MTASC-safety properties.
12633         * manual/message.texi: Document MTASC-safety properties.
12635         [BZ #12751]
12636         * manual/memory.texi: Document MTASC-safety properties.
12638         * manual/math.texi: Document MTASC-safety properties.
12640         * manual/locale.texi: Document MTASC-safety properties.
12642         * manual/llio.texi: Document MTASC-safety properties.
12644         * manual/libdl.texi: New.
12646         * manual/lang.texi: Document MTASC-safety properties.
12648         * manual/job.texi: Document MTASC-safety properties.
12650         * manual/getopt.texi: Document MTASC-safety properties.
12652         * manual/ctype.texi: Document MTASC-safety properties.
12654 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12656         [BZ #16046]
12657         * csu/libc-tls.c (static_map): Remove variable.
12658         (__libc_setup_tls): Use main executable's link map for TLS data.
12659         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12660         casing for LM_ID_BASE and GL(dl_nns).
12661         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12662         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12663         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12664         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12665         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12666         member.
12667         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12668         l_phnum members.
12670 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12672         * manual/debug.texi: Document MTASC-safety properties.
12674 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12676         [BZ #16510]
12677         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12678         of __x86_64__ when disabling x87 inline functions.
12680 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12682         * manual/charset.texi: Document MTASC-safety properties.
12684         * manual/crypt.texi: Document MTASC-safety properties.
12686         * manual/conf.texi: Document MTASC-safety properties.
12688         * manual/arith.texi: Document MTASC-safety properties.
12690         * manual/argp.texi: Document MTASC-safety properties.
12692         * manual/macros.texi: Introduce macros to document multi
12693         thread, asynchronous signal and asynchronous cancellation
12694         safety properties.
12695         * manual/intro.texi: Introduce the properties themselves.
12697 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12699         * sysdeps/sh/sh4/Makefile: New file.
12701 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12703         * math/gen-libm-test.pl ($srcdir): New variable.
12704         ($auto_input): Use it.
12706 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12708         [BZ #16506]
12709         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12710         access beyond array bounds when parsing netgroups file.
12712         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12713         the old buffer before realloc.
12715 2014-01-27  Allan McRae  <allan@archlinux.org>
12717         * po/fr.po: Update French translation from translation project.
12719 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12721         * sysdeps/sh/libm-test-ulps: Regenerate.
12723 2014-01-24  David S. Miller  <davem@davemloft.net>
12725         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12727 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12729         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12730         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12732 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12734         [BZ #16474]
12735         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12736         string pointers after reallocation.
12738 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12740         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12741         __SH4A__ instead of __SH_FPU_ANY__.
12743 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12745         * sysdeps/sh/fpu_control.h: New file.
12746         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12747         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12748         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12749         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12750         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12751         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12752         * sysdeps/sh/sys/ucontext.h: Remove.
12753         * sysdeps/sh/sys: Remove directory.
12755 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12757         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12758         s390/sys/ucontext.h.
12759         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12760         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12762 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12764         [BZ #15605]
12765         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12767 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12769         [BZ#16431]
12770         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12771         Adjust the vDSO correctly for internal calls.
12772         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12774 2014-01-20  Allan McRae  <allan@archlinux.org>
12776         * po/ca.po: Update Catalan translation from translation project.
12778 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12780         * sysdeps/s390/sotruss-lib.c: New file.
12782 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12784         [BZ#16430]
12785         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12786         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12787         local calls issues by not having a PLT stub required for IFUNC calls.
12788         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12790 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12792         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12793         * math/test-fpucw-static.c: Likewise.
12795 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12797         [BZ #16453]
12798         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12800 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12802         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12803         implementation for powerpc.
12805 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12807         [BZ #14782]
12808         * sysdeps/posix/system.c (__libc_system): Do not enable
12809         asynchronous cancellation.
12811 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12813         [BZ #16427]
12814         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12815         handling only for numbers special also in the IEEE case.
12817 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12819         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12821 2014-01-11  Allan McRae  <allan@archlinux.org>
12823         * po/bg.po: Update Bulgarian translation from translation project.
12825         * po/de.po: Update German translation from translation project.
12827 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12829         * sysdeps/generic/gcc-compat.h: New file.
12831 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12833         * benchtests/asin-inputs: Correct slow inputs.
12834         * benchtests/acos-inputs: Likewise.
12836 2014-01-10  Allan McRae  <allan@archlinux.org>
12838         * po:sv.po: Update Swedish translation from translation project.
12840         * po/vi.po: Update Vietnamese translation from translation project.
12842         * po/eo.po: Update Esperanto translation from translation project.
12844         * po/cs.po: Update Czech translation from translation project.
12846         * po/nl.po: Update Dutch translation from translation project.
12848         * po/pl.po: Update Polish translation from translation project.
12850         * po/ru.po: Update Russian translation from translation project.
12852         * po/uk.po: Update Ukrainian translation from translation project.
12854 2014-01-08  Brooks Moses  <bmoses@google.com>
12856         * elf/dl-load.c: Fix comment typo.
12858 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12860         * po/header.pot: Rename to...
12861         * po/pot.header: ... this.
12862         * po/Makefile: Use pot.header.
12864 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12865             Maxim Kuvyrkov  <maxim@kugelworks.com>
12867         [BZ #16394]
12868         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12869         SRC and DEST against LEN.
12871 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12873         [BZ #16414]
12874         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12875         implementation.
12876         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12878 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12882 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12884         [BZ #16408]
12885         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12886         for large positive arguments.
12888 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12890         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12892         * math/auto-libm-test-in: Mark various tests with
12893         xfail-rounding:ldbl-128ibm.
12894         * math/auto-libm-test-out: Regenerated.
12896         [BZ #16407]
12897         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12898         Increase overflow threshold.
12900 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12902         [BZ #14286]
12903         * stdio-common/vfprintf.c: Check for integer overflow.
12905 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12907         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12908         the first argument and return value of __tls_get_addr_internal.
12910 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12912         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12913         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12915 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12917         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12918         * sysdeps/s390/rtld-global-offsets.sym: New file.
12919         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12920         GLIBC_2.19 symbol.
12921         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12922         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12923         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12924         ... this.
12925         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12926         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12927         ... this.
12928         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12929         Regenerate.
12930         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12931         Regenerate.
12932         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12933         halfs of GPRs for high_gprs contexts.
12934         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12935         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12936         field.
12937         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12938         uc_flags field.
12939         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12940         64 bit versions:
12941         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12942         for high GPRs (uc_high_gprs) and for future extensions
12943         (__reserved).
12944         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12945         for future extensions (__reserved).
12946         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12947         64 bit versions:
12948         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12949         SC_HIGHGPRS offset definition.
12950         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12951         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12953         * Versions.def: Add GLIBC_2.19 for libpthread.
12954         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12955         siglongjmp for libpthread with GLIBC_2.19 symver.
12956         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12957         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12958         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12959         * sysdeps/s390/__longjmp.c: New file.
12960         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12961         * sysdeps/s390/longjmp.c: New file.
12962         * sysdeps/s390/setjmp.S: New file.
12963         * sysdeps/s390/sigjmp.S: New file.
12964         * sysdeps/s390/v1-longjmp.c: New file.
12965         * sysdeps/s390/v1-setjmp.h: New file.
12966         * sysdeps/s390/v1-sigjmp.c: New file.
12967         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12968         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12969         GLIBC_2.19 version.
12970         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12971         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12972         versioned symbols for ____longjmp_chk.
12973         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12974         Likewise.
12975         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12976         Regenerate.
12977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12978         Regenerate.
12979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12980         Regenerate.
12981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12982         Regenerate.
12983         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12984         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12985         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12986         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12987         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12988         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12989         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12990         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12991         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12992         * sysdeps/s390/rtld-__longjmp.c: New file.
12993         * sysdeps/s390/rtld-setjmp.S: New file.
12995 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12997         [BZ #16400]
12998         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12999         Return -__logl (x) for small positive arguments without evaluating
13000         a polynomial.
13002 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
13004         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13005         Rename to ...
13006         (__ptrace_peeksiginfo_args): ... this.
13007         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13008         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13009         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13011 2014-01-06  Allan McRae  <allan@archlinux.org>
13013         * inet/netinet/in.h: Fix typo in comment.
13015 2014-01-05  Andreas Jaeger  <aj@suse.de>
13017         * sysdeps/i386/fpu/libm-test-ulps: Update.
13019 2014-01-05  Allan McRae  <allan@archlinux.org>
13021         * po/libc.pot: Regenerated.
13023         * malloc/memusagestat.c: Fix gettext call formatting.
13025 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13027         * nscd/nscd.c: Improve usage() output.
13029 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13031         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13032         * sysdeps/unix/sysv/linux/configure: Regenerated.
13033         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13034         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13036 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13038         [BZ #16390]
13039         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13040         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13042 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13044         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13045         extra tokens at end of #undef directive.
13046         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13047         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13048         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13050 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13052         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13054         * math/auto-libm-test-in: Mark various tests with
13055         xfail-rounding:ldbl-128ibm.
13056         * math/auto-libm-test-out: Regenerated.
13058 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13060         [BZ #16386]
13061         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13062         numbers with subnormal high part when calculating exponent.
13064         [BZ #16385]
13065         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13066         fabs.
13068         [BZ #16384]
13069         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13070         M_LN2l.
13071         (__ieee754_acoshl): Use __log1pl not __log1p.
13073 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13075         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13076         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13077         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13078         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13079         (reused_arena, arena_get2): Convert to GNU style.
13080         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13081         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13082         (memalign_check, __malloc_set_state): Likewise.
13083         * malloc/mallocbug.c (main): Likewise.
13084         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13085         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13086         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13087         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13088         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13089         (__posix_memalign, malloc_info): Likewise.
13090         * malloc/malloc.h: Likewise.
13091         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13092         (mallochook, memalignhook, reallochook, mabort): Likewise.
13093         * malloc/mcheck.h: Likewise.
13094         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13095         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13096         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13097         * malloc/morecore.c (__default_morecore): Likewise.
13098         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13099         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13100         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13101         (print_and_abort): Likewise.
13102         * malloc/obstack.h: Likewise.
13103         * malloc/set-freeres.c (__libc_freeres): Likewise.
13104         * malloc/tst-mallocstate.c (main): Likewise.
13105         * malloc/tst-mtrace.c (main): Likewise.
13106         * malloc/tst-realloc.c (do_test): Likewise.
13108 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13110         [BZ #16366]
13111         * nscd/netgroupcache.c (do_notfound): New function.
13112         (addgetnetgrentX): Use it.
13114         [BZ # 16365]
13115         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13116         NSS_STATUS_NOTFOUND.
13118 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13120         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13123 2014-01-01  Allan McRae  <allan@archlinux.org>
13125         * scripts/update-copyrights: Update configure input file suffix.
13127         * NEWS: Update copyright year.
13128         * catgets/gencat.c: Likewise.
13129         * csu/version.c: Likewise.
13130         * debug/catchsegv.sh: Likewise.
13131         * debug/pcprofiledump.c: Likewise.
13132         * debug/xtrace.sh: Likewise.
13133         * elf/ldconfig.c: Likewise.
13134         * elf/ldd.bash.in: Likewise.
13135         * elf/pldd.c: Likewise.
13136         * elf/sotruss.ksh: Likewise.
13137         * elf/sprof.c: Likewise.
13138         * iconv/iconv_prog.c: Likewise.
13139         * iconv/iconvconfig.c: Likewise.
13140         * locale/programs/locale.c: Likewise.
13141         * locale/programs/localedef.c: Likewise.
13142         * login/programs/pt_chown.c: Likewise.
13143         * malloc/memusage.sh: Likewise.
13144         * malloc/memusagestat.c: Likewise.
13145         * malloc/mtrace.pl: Likewise.
13146         * manual/libc.texinfo: Likewise.
13147         * nscd/nscd.c: Likewise.
13148         * nss/getent.c: Likewise.
13149         * nss/makedb.c: Likewise.
13150         * posix/getconf.c: Likewise.
13151         * scripts/test-installation.pl: Likewise.
13153         * All files with FSF copyright notices: Update copyright dates
13154         using scripts/update-copyrights.
13155         * intl/plural.c: Regenerated.
13156         * locale/programs/charmap-kw.h: Likewise.
13157         * locale/programs/locfile-kw.h: Likewise.
13159 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13161         * sysdeps/unix/sysv/linux/configure: Regenerated.
13162         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13163         the linux/fanotify.h header.
13164         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13165         HAVE_LINUX_FANOTIFY_H is defined.
13167 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13169         * benchtests/cos-inputs: New inputs.
13170         * benchtests/sin-inputs: Likewise.
13172         * benchtests/atan-inputs: New inputs. Fix name of multiple
13173         precision fallback inputs.
13175         * benchtests/atanh-inputs: New inputs.
13176         * benchtests/tanh-inputs: Likewise.
13178         * benchtests/acosh-inputs: New inputs.
13179         * benchtests/asinh-inputs: Likewise.
13181         * benchtests/cosh-inputs: New inputs.
13182         * benchtests/sinh-inputs: Likewise.
13184         * benchtests/acos-inputs: Add more inputs.
13185         * benchtests/asin-inputs: Likewise.
13187 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13189         [BZ #16375]
13190         * manual/arith.texi: Fix spelling.
13191         * manual/charset.texi: Likewise.
13192         * manual/errno.texi: Likewise.
13193         * manual/filesys.texi: Likewise.
13194         * manual/lang.texi: Likewise.
13195         * manual/llio.texi: Likewise.
13196         * manual/locale.texi: Likewise.
13197         * manual/message.texi: Likewise.
13198         * manual/resource.texi: Likewise.
13199         * manual/search.texi: Likewise.
13200         * manual/setjmp.texi: Likewise.
13201         * manual/stdio.texi: Likewise.
13202         * manual/string.texi: Likewise.
13203         * manual/sysinfo.texi: Likewise.
13204         * manual/time.texi: Likewise.
13206 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13208         * po/sl.po: New file.
13210 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13212         * .gitignore: Add core/.gdbinit/.gdb_history.
13214 2013-12-27  Allan McRae  <allan@archlinux.org>
13216         [BZ #16369]
13217         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13218         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13220 2013-12-24  Brooks Moses  <bmoses@google.com>
13222         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13223         all compilers that claim C++98 compliance, not just GCC.
13224         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13225         Likewise.
13227 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13229         * NEWS: Restore accidentally deleted bug-fix entries.
13231 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13232             Ondřej Bílka  <neleai@seznam.cz>
13234         [BZ #15073]
13235         * malloc/malloc.c (_int_free): Perform sanity check only if we
13236         have_lock.
13238 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13240         [BZ #12986]
13241         * manual/stdio.texi (String Input Conversions): Clarify that character
13242         classes are not supported.
13244 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13248 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13250         [BZ #16337]
13251         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13252         Calculate results for small negative arguments directly rather
13253         than using reflection formula with special underflow handling.
13255         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13256         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13257         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13258         (fchflags): Likewise.
13259         (revoke): Likewise.
13260         (setlogin): Likewise.
13261         (sigaltstack): Likewise.
13262         (wait4): Likewise.
13263         (sigblock): Remove.
13264         (sigsetmask): Likewise.
13265         (wait3): Likewise.
13266         (waitpid): Likewise.
13267         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13268         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13269         file.
13270         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13271         * sysdeps/unix/bsd/Makefile: ... here.
13272         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13273         * sysdeps/unix/bsd/Versions: ... here.
13274         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13275         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13276         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13277         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13278         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13279         * sysdeps/unix/bsd/sigblock.c: ... here.
13280         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13281         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13282         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13283         * sysdeps/unix/bsd/sigvec.c: ... here.
13284         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13285         * sysdeps/unix/bsd/tcdrain.c: ... here.
13286         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13287         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13288         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13289         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13290         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13291         * sysdeps/unix/bsd/wait.c: ... here.
13292         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13293         * sysdeps/unix/bsd/wait3.c: ... here.
13294         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13295         * sysdeps/unix/bsd/waitpid.c: ... here.
13297 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13299         [BZ #16356]
13300         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13301         round-to-nearest for [!USE_AS_EXPM1L].
13302         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13303         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13304         more tests of exp and exp10.  Expect some exp10 tests to miss
13305         exceptions or fail in directed rounding modes.
13306         * math/auto-libm-test-out: Regenerated.
13307         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13308         (exp10_test_tonearest): New function.
13309         (exp10_towardzero_test_data): New array.
13310         (exp10_test_towardzero): New function.
13311         (exp10_downward_test_data): New array.
13312         (exp10_test_downward): New function.
13313         (exp10_upward_test_data): New array.
13314         (exp10_test_upward): New function.
13315         (main): Call the new functions.
13316         * sysdeps/i386/fpu/libm-test-ulps: Update.
13317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13319 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13321         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13322         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13323         * math/auto-libm-test-out: Regenerated.
13324         * math/libm-test.inc (acosh_test_data): Add more tests.
13325         (atanh_test_data): Likewise.
13326         (ceil_test_data): Likewise.
13327         (copysign_test_data): Likewise.
13328         * sysdeps/i386/fpu/libm-test-ulps: Update.
13329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13331         * timezone/checktab.awk: Update from tzcode 2013i.
13332         * timezone/private.h: Likewise.
13333         * timezone/scheck.c: Likewise.
13334         * timezone/tzfile.h: Likewise.
13335         * timezone/tzselect.ksh: Likewise.
13336         * timezone/zdump.c: Likewise.
13337         * timezone/zic.c: Likewise.
13339         * math/auto-libm-test-in: Add tests of cpow.
13340         * math/auto-libm-test-out: Regenerated.
13341         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13342         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13343         mpc_cc_c.
13344         (func_calc_desc): Add mpc_cc_c union field.
13345         (test_functions): Add cpow.
13346         (special_fill_2pi): New function.
13347         (special_real_inputs): Add 2pi.
13348         (calc_generic_results): Handle mpc_cc_c.
13349         * sysdeps/i386/fpu/libm-test-ulps: Update.
13350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13352         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13353         csqrt, ctan and ctanh.
13354         * math/auto-libm-test-out: Regenerated.
13355         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13356         (TEST_COND_x86): Likewise.
13357         (ccos_test_data): Use AUTO_TESTS_c_c.
13358         (ccosh_test_data): Likewise.
13359         (cexp_test_data): Likewise.
13360         (clog_test_data): Likewise.
13361         (csqrt_test_data): Likewise.
13362         (ctan_test_data): Likewise.
13363         (ctan_tonearest_test_data): Likewise.
13364         (ctan_towardzero_test_data): Likewise.
13365         (ctan_downward_test_data): Likewise.
13366         (ctan_upward_test_data): Likewise.
13367         (ctanh_test_data): Likewise.
13368         (ctanh_tonearest_test_data): Likewise.
13369         (ctanh_towardzero_test_data): Likewise.
13370         (ctanh_downward_test_data): Likewise.
13371         (ctanh_upward_test_data): Likewise.
13372         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13373         mpc_c_c.
13374         (func_calc_desc): Add mpc_c_c union field.
13375         (FUNC_mpc_c_c): New macro.
13376         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13377         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13378         ctanh.
13379         (special_fill_min_subnorm_p120): New function.
13380         (special_real_inputs): Add min_subnorm_p120.
13381         (calc_generic_results): Handle mpc_c_c.
13382         * sysdeps/i386/fpu/libm-test-ulps: Update.
13383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13385 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13387         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13388         (do_sin_slow): New functions.
13389         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13390         (cslow2, csloww1, csloww2): Use the new functions.
13392         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13393         Use M to change sign of result instead of X.  Assume X is
13394         positive.
13395         (csloww1): Likewise.
13396         (__sin): Adjust.
13397         (__cos): Adjust.
13399         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13400         arguments A and DA.
13401         (__sin): Adjust.
13402         (__cos): Likewise.
13404         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13405         (__cos): Likewise.
13406         (sloww1): Don't adjust sign of DX.
13407         (csloww1): Likewise.
13408         (sloww2): Use X directly and don't adjust sign of DX.
13409         (csloww2): Likewise.
13411 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13413         * math/auto-libm-test-in: Add tests of cabs and carg.
13414         * math/auto-libm-test-out: Regenerated.
13415         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13416         (carg_test_data): Likewise.
13417         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13418         mpc_c_f.
13419         (func_calc_desc): Add mpc_c_f union field.
13420         (test_functions): Add cabs and carg.
13421         (calc_generic_results): Handle mpc_c_f.
13423         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13424         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13425         as a macro and a compat symbol.
13426         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13427         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13428         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13429         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13430         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13431         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13432         not use .hidden.
13433         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13434         Likewise.
13435         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13436         Likewise.
13437         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13438         Likewise.
13439         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13440         Likewise.
13441         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13442         Likewise.
13443         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13444         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13445         from GLIBC_2.3.2.
13447 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13449         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13451 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13453         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13454         trailing whitespace removed.
13455         * scripts/config.guess: Update to version 2013-11-29.
13456         * scripts/config.sub: Update to version 2013-10-01.
13458         * math/auto-libm-test-in: Add tests of sincos.
13459         * math/auto-libm-test-out: Regenerated.
13460         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13461         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13462         mpfr_f_11.
13463         (func_calc_desc): Add mpfr_f_11 union field.
13464         (test_functions): Add sincos.
13465         (calc_generic_results): Handle mpfr_f_11.
13466         * sysdeps/i386/fpu/libm-test-ulps: Update.
13467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13469 2013-12-19  Andreas Schwab  <schwab@suse.de>
13471         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13472         CALL_MCOUNT.
13473         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13474         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13475         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13477 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13479         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13480         * sysdeps/i386/fpu/libm-test-ulps: Update.
13481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13483         [BZ #16293]
13484         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13485         round-to-nearest mode when using frndint.
13486         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13487         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13488         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13489         Likewise.
13490         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13491         sinh test to fail.
13492         * math/auto-libm-test-out: Regenerated.
13493         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13494         (TEST_COND_x86): Likewise.
13495         (expm1_tonearest_test_data): New array.
13496         (expm1_test_tonearest): New function.
13497         (expm1_towardzero_test_data): New array.
13498         (expm1_test_towardzero): New function.
13499         (expm1_downward_test_data): New array.
13500         (expm1_test_downward): New function.
13501         (expm1_upward_test_data): New array.
13502         (expm1_test_upward): New function.
13503         (main): Run the new test functions.
13504         * sysdeps/i386/fpu/libm-test-ulps: Update.
13505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13507         * include/features.h: Update comment documenting feature test
13508         macros.  Mention _DEFAULT_SOURCE in comment.
13509         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13510         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13511         _BSD_SOURCE and _SVID_SOURCE.
13512         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13513         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13514         !_SVID_SOURCE]: Likewise.
13515         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13516         (__USE_POSIX_IMPLICITLY): Define.
13517         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13518         (_POSIX_SOURCE): Undefine and redefine.
13519         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13520         (_POSIX_C_SOURCE): Likewise.
13521         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13522         (Feature Test Macros): Update documentation of default features.
13524 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13526         * benchtests/Makefile: Add bench-strtok.
13527         * benchtests/bench-strtok.c: New file: strtok benchtest.
13529 2013-12-19  Allan McRae  <allan@archlinux.org>
13531         * manual/install.texi: Suppress menu for plain text output.
13532         * INSTALL: Regenerated.
13534 2013-12-18  Brooks Moses  <bmoses@google.com>
13536         [BZ #15846]
13537         * misc/getauxval.c: Include errno.h.
13538         (__getauxval): Set errno to ENOENT if the requested type is not
13539         found.
13540         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13541         don't declare with __attribute_const__.
13542         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13543         * manual/startup.texi: Document that getauxval sets errno.
13545 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13547         * math/auto-libm-test-in: Add tests of jn and yn.
13548         * math/auto-libm-test-out: Regenerated.
13549         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13550         (yn_test_data): Likewise.
13551         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13552         mpfr_if_f.
13553         (func_calc_desc): Add mpfr_if_f union field.
13554         (FUNC_mpfr_if_f): New macro.
13555         (test_functions): Add jn and yn.
13556         (calc_generic_results): Assert type of second input for
13557         mpfr_ff_f.  Handle mpfr_if_f.
13558         (output_for_one_input_case): Disable all checking for arguments
13559         fitting floating-point types in case of an integer argument.
13560         * sysdeps/i386/fpu/libm-test-ulps: Update.
13561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13564         Don't expect fegetround reference in libm.so.
13566 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13568         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13569         $(config-cflags-nofma).
13571 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13573         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13574         * math/auto-libm-test-out: Regenerated.
13576         [BZ #16338]
13577         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13578         to determine exponent and adjust argument to have exponent of -1.
13579         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13580         log2.
13581         * math/auto-libm-test-out: Regenerated.
13582         * sysdeps/i386/fpu/libm-test-ulps: Update.
13583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13585 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13587         * manual/probes.texi: Remove cases when per-thread arenas are
13588         disabled.
13590 2013-12-18  Andreas Schwab  <schwab@suse.de>
13592         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13593         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13594         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13595         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13596         * sysdeps/i386/i686/multiarch/Makefile: Update.
13597         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13599 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13601         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13602         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13604 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13606         [BZ #15968]
13607         Support TZ transition times < 00:00:00.
13608         This is needed for version-3 tz-format files; it supports time
13609         stamps past 2037 for America/Godthab (the only entry in the tz
13610         database for which this change is relevant).
13611         * manual/time.texi (TZ Variable): Document transition times
13612         from -167:59:59 through -00:00:01.
13613         * time/tzset.c (tz_rule): Time of day is now signed.
13614         (__tzset_parse_tz): Parse negative time of day.
13616         Document TZ transition times >= 25:00:00.
13617         * manual/time.texi (TZ Variable): Document transition times from
13618         25:00:00 through 167:59:59.  These are already supported, and this
13619         support will help with version-3 tz-format files.
13621         * manual/time.texi (TZ Variable): Modernize North America example
13622         to reflect current (i.e., 2007-and-later) daylight saving rules.
13624         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13626 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13628         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13629         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13630         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13631         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13632         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13633         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13634         * sysdeps/unix/bsd/clock.c: Likewise.
13635         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13636         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13637         * sysdeps/unix/bsd/init-posix.c: Likewise.
13638         * sysdeps/unix/bsd/poll.c: Likewise.
13639         * sysdeps/unix/bsd/ptsname.c: Likewise.
13640         * sysdeps/unix/bsd/seekdir.c: Likewise.
13641         * sysdeps/unix/bsd/setegid.c: Likewise.
13642         * sysdeps/unix/bsd/seteuid.c: Likewise.
13643         * sysdeps/unix/bsd/setgid.c: Likewise.
13644         * sysdeps/unix/bsd/setrgid.c: Likewise.
13645         * sysdeps/unix/bsd/setruid.c: Likewise.
13646         * sysdeps/unix/bsd/setsid.c: Likewise.
13647         * sysdeps/unix/bsd/setuid.c: Likewise.
13648         * sysdeps/unix/bsd/sigaction.c: Likewise.
13649         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13650         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13651         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13652         * sysdeps/unix/bsd/telldir.c: Likewise.
13653         * sysdeps/unix/bsd/times.c: Likewise.
13654         * sysdeps/unix/bsd/usleep.c: Likewise.
13656         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13657         ($(objpfx)libbsd-compat.a): Remove rule.
13659         * include/features.h (__FAVOR_BSD): Do not define.
13660         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13661         features conflicting with POSIX.
13662         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13663         (_BSD_SOURCE): Remove description of not being a subset of other
13664         feature test macros.
13665         * manual/job.texi (getpgrp): Do not document BSD version.
13666         (getpgid): Do not document by reference to BSD getpgrp.
13667         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13668         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13669         * signal/signal.h [__FAVOR_BSD]: Likewise.
13670         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13671         instead of making contents conditional on [__FAVOR_BSD].
13672         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13674 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13678 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13680         [BZ #16314]
13681         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13682         values below 2**-450, not 2**-500.
13683         * math/auto-libm-test-in: Don't allow spurious underflow from
13684         hypot.
13685         * math/auto-libm-test-out: Regenerated.
13687         [BZ #16316]
13688         [BZ #16330]
13689         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13690         values of ha and hb and sort them after adjusting subnormal
13691         arguments.
13692         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13693         Likewise.
13694         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13695         values of ea and eb and sort them after adjusting subnormal
13696         arguments.
13697         * math/auto-libm-test-in: Do not expect some hypot tests of
13698         subnormals to fail.  Add more hypot tests.
13699         * math/auto-libm-test-out: Regenerated.
13701 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13703         [BZ #13304]
13704         * sysdeps/sh/s_fma.c: New file.
13705         * sysdeps/sh/s_fmaf.c: New file.
13706         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13707         version.
13708         * sysdeps/sh/Implies: Add sh/soft-fp.
13710 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13712         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13713         level of indirection to members `objname', `errstring', `malloced'.
13714         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13715         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13716         it as the __longjmp argument (just pass 1 instead).
13717         (_dl_catch_error): Initialize C with argument pointers and address of
13718         volatile local ERRCODE rather than copying values out of C at return.
13720 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13722         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13723         * math/auto-libm-test-out: Regenerated.
13724         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13725         (hypot_test_data): Likewise.
13726         (pow_test_data): Likewise.
13727         (pow_tonearest_test_data): Likewise.
13728         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13729         mpfr_ff_f.
13730         (func_calc_desc): Add mpfr_ff_f union field.
13731         (FUNC_mpfr_ff_f): New macro.
13732         (test_functions): Add atan2, hypot and pow.
13733         (special_fill_min): New function.
13734         (special_fill_minus_min): Likewise.
13735         (special_fill_min_subnorm): Likewise.
13736         (special_fill_minus_min_subnorm): Likewise.
13737         (special_real_inputs): Add min, -min, min_subnorm and
13738         -min_subnorm.
13739         (calc_generic_results): Handle mpfr_ff_f.
13740         * sysdeps/i386/fpu/libm-test-ulps: Update.
13741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13743 2013-12-16  Will Newton  <will.newton@linaro.org>
13745         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13746         (Aligned Memory Blocks): Add documentation for aligned_alloc
13747         and suggest it as an alternative to posix_memalign.
13748         (Hooks for Malloc): Document __memalign_hook is also called
13749         for aligned_alloc.  (Summary of Malloc): Add summary for
13750         aligned alloc.  Document __memalign_hook is also called
13751         for aligned_alloc.
13753 2013-12-16  Will Newton  <will.newton@linaro.org>
13755         * manual/memory.texi (Malloc Examples): Clarify default
13756         alignment documentation.  Suggest posix_memalign rather
13757         than memalign or valloc.
13758         (Aligned Memory Blocks): Remove suggestion to use memalign
13759         or valloc.  Remove obsolete comment about BSD.
13760         Document memalign errno values and mark the function obsolete.
13761         Document posix_memalign returned error codes.  Mark valloc
13762         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13763         called for posix_memalign and valloc.
13764         (Summary of Malloc): Add posix_memalign to function summary.
13765         __memalign_hook is also called for posix_memalign and valloc.
13767 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13769         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13770         TAYLOR_SIN.
13771         (__sin): Adjust.
13772         (__cos): Likewise.
13773         (sloww): Use mynumber union.  Expand ternary operator into
13774         if-else statements.
13775         (cslow): use mynumber union.
13777 2013-12-16  Allan McRae  <allan@archlinux.org>
13779         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13780         * configure: Regenerated.
13782         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13784         [BZ #14120]
13785         * configure.ac: Added --enable-maintainer-mode. Check for
13786         autoconf when enabled.
13787         * configure: Regenerated.
13789         * nscd/nscd.service: New file.
13790         * nscd/nscd.tmpfiles: New file.
13792 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13794         [BZ #12100]
13795         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13796         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13797         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13798         (strstr): Add __strstr_sse2_unaligned ifunc.
13799         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13800         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13801         (strcasestr): Remove __strcasestr_sse42 ifunc.
13802         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13803         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13804         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13806 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13808         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13809         * sysdeps/sh/bits/fenv.h: ... here.
13810         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13812 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13814         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13816         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13817         hypotf multiarch implementations.
13818         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13819         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13820         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13821         multiarch hypot for PPC64.
13822         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13823         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13824         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13825         multiarch hypotf for PPC64.
13827         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13828         modff multiarch implementations.
13829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13832         multiarch modf for PPC64.
13833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13836         multiarch modff for PPC64.
13838         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13839         and logl multiarch implementations.
13840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13843         multiarch logb for PPC64.
13844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13847         multiarch logb for PPC64.
13848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13851         multiarch logb for PPC64.
13853         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13854         isinff multiarch implementation.
13855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13856         file.
13857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13859         multiarch isinf for PPC64.
13860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13861         file.
13862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13863         multiarch isinff for PPC64.
13865         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13866         finitef multiarch implementation.
13867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13868         file.
13869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13871         multiarch finite for PPC64.
13872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13873         file.
13874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13875         multiarch finitef for PPC64.
13877         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13878         lrint multiarch implementation.
13879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13880         file.
13881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13883         multiarch llrint for PPC64.
13884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13885         multiarch lrint for PPC64.
13887         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13888         copysignf multiarch implementation.
13889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13890         file.
13891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13892         file.
13893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13894         multiarch copysign for PPC64.
13895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13896         multiarch copysignf for PPC64.
13898         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13899         multiarch implementation.
13900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13901         file.
13902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13903         file.
13904         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13905         file.
13906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13907         file.
13908         multiarch llround for PPC64.
13909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13910         multiarch trunc for PPC64.
13911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13912         multiarch truncf for PPC64.
13914         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13915         multiarch implementation.
13916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13917         file.
13918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13919         file.
13920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13921         file.
13922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13923         file.
13924         multiarch llround for PPC64.
13925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13926         multiarch round for PPC64.
13927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13928         multiarch roundf for PPC64.
13930         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13931         multiarch implementation.
13932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13933         file.
13934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13935         file.
13936         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13937         file.
13938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13939         file.
13940         multiarch llround for PPC64.
13941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13942         multiarch floor for PPC64.
13943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13944         multiarch floorf for PPC64.
13946         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13947         multiarch implementation.
13948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13949         file.
13950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13951         file.
13952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13953         file.
13954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13955         file.
13956         multiarch llround for PPC64.
13957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13958         multiarch ceil for PPC64.
13959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13960         multiarch ceilf for PPC64.
13962         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13963         multiarch implementation.
13964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13965         file.
13966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13967         file.
13968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13969         file.
13970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13971         multiarch llround for PPC64.
13972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13973         multiarch lround for PPC64.
13975         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13976         multiarch implementation.
13977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13980         file.
13981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13984         multiarch isnan for PPC64.
13985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13986         multiarch isnanf for PPC64.
13988         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13989         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13990         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13991         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13992         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13995         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13996         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13997         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13998         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14000         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14001         multiarch implementations.
14002         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14003         (__libc_ifunc_impl_list): Likewise.
14004         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14005         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14006         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14007         multiarch stpcpy for PPC64.
14009         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14010         multiarch implementations.
14011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14012         (__libc_ifunc_impl_list): Likewise.
14013         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14014         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14015         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14016         multiarch strcpy for PPC64.
14018         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14019         redefine function name.
14020         (_wordcopy_fwd_dest_aligned): Likewise.
14021         (_wordcopy_bwd_aligned): Likewise.
14022         (_wordcopy_bwd_dest_aligned): Likewise.
14023         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14024         multiarch implementations.
14025         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14026         (__libc_ifunc_impl_list): Likewise.
14027         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14028         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14029         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14030         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14031         multiarch wcscpy for PPC64.
14033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14034         multiarch implementations.
14035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14036         (__libc_ifunc_impl_list): Likewise.
14037         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14038         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14039         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14040         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14041         multiarch wcscpy for PPC64.
14043         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14044         multiarch implementations.
14045         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14046         (__libc_ifunc_impl_list): Likewise.
14047         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14048         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14049         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14050         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14051         multiarch wcsrchr for PPC64.
14053         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14054         multiarch implementations.
14055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14056         (__libc_ifunc_impl_list): Likewise.
14057         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14058         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14059         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14060         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14061         multiarch wcschr for PPC64.
14063         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14064         multiarch implementations.
14065         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14066         (__libc_ifunc_impl_list): Likewise.
14067         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14068         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14069         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14070         multiarch strchrnul for PPC64.
14072         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14073         implementations.
14074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14075         (__libc_ifunc_impl_list): Likewise.
14076         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14077         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14078         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14079         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14080         strchr for PPC64.
14082         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14083         implementations.
14084         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14085         (__libc_ifunc_impl_list): Likewise.
14086         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14087         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14088         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14089         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14090         strncmp for PPC64.
14092         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14093         multiarch implementations.
14094         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14095         (__libc_ifunc_impl_list): Likewise.
14096         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14097         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14098         strncasecmp for PPC64.
14099         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14100         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14101         multiarch strncasecmp_l for PPC64.
14103         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14104         multiarch implementations.
14105         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14106         (__libc_ifunc_impl_list): Likewise.
14107         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14108         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14109         multiarch strcasecmp for PPC64.
14110         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14111         file.
14112         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14113         multiarch strcasecmp_l for PPC64.
14115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14116         implementations.
14117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14118         (__libc_ifunc_impl_list): Likewise.
14119         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14120         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14121         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14122         strnlen for PPC64.
14124         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14125         implementations.
14126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14127         (__libc_ifunc_impl_list): Likewise.
14128         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14129         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14130         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14131         strlen for PPC64.
14133         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14134         implementations.
14135         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14136         (__libc_ifunc_impl_list): Likewise.
14137         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14138         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14139         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14140         rawmemrchr for PPC64.
14142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14143         implementation.
14144         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14145         (__libc_ifunc_impl_list): Likewise.
14146         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14147         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14148         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14149         memrchr for PPC64.
14151         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14152         implementation.
14153         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14154         (__libc_ifunc_impl_list): Likewise.
14155         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14156         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14157         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14158         memchr for PPC64.
14160         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14161         implementation.
14162         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14163         (__libc_ifunc_impl_list): Likewise.
14164         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14165         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14166         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14167         mempcpy for PPC64.
14169         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14170         avoid cretion of __bzero symbol.
14171         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14172         Likewise.
14173         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14174         Likewise.
14175         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14176         Likewise.
14177         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14178         multiarch implementations.
14179         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14180         (__libc_ifunc_impl_list): Likewise.
14181         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14182         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14183         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14184         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14185         bzero for PPC32.
14186         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14187         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14188         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14189         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14190         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14191         memset for PPC64.
14192         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14194         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14195         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14196         implementations.
14197         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14198         (__libc_ifunc_impl_list): Likewise.
14199         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14200         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14201         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14202         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14203         memcmp for PPC64.
14205         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14206         multiarch for POWER/PPC64.
14207         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14208         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14209         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14210         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14211         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14212         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14213         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14214         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14215         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14216         memcpy for PPC64.
14218         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14219         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14220         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14221         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14222         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14223         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14224         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14225         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14226         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14227         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14228         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14229         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14230         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14231         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14232         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14241 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14243         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14245 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14247         * benchtests/Makefile (bench): Add exp2 and log2.
14248         (LDLIBS-bench-exp2): Add -lm.
14249         (LDLIBS-bench-log2): Likewise.
14250         * benchtests/exp2-inputs: New inputs file.
14251         * benchtests/log2-inputs: New inputs file.
14252         * benchtests/log-inputs: Add new inputs.
14253         * benchtests/tan-inputs: Likewise.
14255 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14257         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14258         definition...
14259         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14260         (csloww2): ... from here.
14262         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14263         instead of structures.
14264         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14265         (POLYNOMIAL): Likewise.
14266         (TAYLOR_SLOW): Likewise.
14267         (__sin): Likewise.
14268         (__cos): Likewise.
14269         (slow1): Likewise.
14270         (slow2): Likewise.
14271         (sloww): Likewise.
14272         (sloww1); Likewise.
14273         (sloww2): Likewise.
14274         (bsloww1): Likewise.
14275         (bsloww2): Likewise.
14276         (cslow2): Likewise.
14277         (csloww): Likewise.
14278         (csloww1): Likewise.
14279         (csloww2): Likewise.
14281 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14283         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14284         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14285         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14286         * malloc/hooks.c (realloc_check): Likewise.
14288         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14289         * malloc/arena.c: Remove PER_THREAD conditional.
14290         [!PER_THREAD]: Remove code.
14291         (ptmalloc_unlock_all2): Likewise.
14292         (ptmalloc_init): Likewise.
14293         (_int_new_arena): Likewise.
14294         (arena_get2): Likewise.
14295         * malloc/hooks.c (__malloc_get_state): Likewise.
14296         (__malloc_set_state): Likewise.
14297         * malloc/malloc.c: Likewise.
14298         (struct malloc_state): Likewise.
14299         (struct malloc_par): Likewise.
14300         (__libc_realloc): Likewise.
14301         (__libc_mallopt): Likewise.
14303 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14305         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14307 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14309         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14310         macro to a function.  Check for zero perturb_byte.
14311         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14313         * malloc/malloc.c: (force_reg): Remove.
14314         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14315         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14316         force_reg by atomic_forced_read.
14317         * malloc/arena.c (ptmalloc_init): Likewise.
14318         * malloc/hooks.c (top_check): Likewise.
14320 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14324 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14326         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14328 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14330         * math/auto-libm-test-in: Add tests of lgamma.
14331         * math/auto-libm-test-out: Regenerated.
14332         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14333         (M_LOG_2_SQRT_PIl): Likewise.
14334         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14335         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14336         mpfr_f_f1.
14337         (func_calc_desc): Add mpfr_f_f1 union field.
14338         (ARGS1): New macro.
14339         (ARGS2): Likewise.
14340         (ARGS3): Likewise.
14341         (ARGS4): Likewise.
14342         (RET1): Likewise.
14343         (RET2): Likewise.
14344         (CALC): Likewise.
14345         (FUNC): Likewise.
14346         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14347         (test_functions): Add lgamma.
14348         (calc_generic_results): Handle mpfr_f_f1.
14349         * sysdeps/i386/fpu/libm-test-ulps: Update.
14350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14352 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14354         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14355         __mpn_add_n for PowerPC64/POWER7.
14356         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14357         __mpn_sub_n for PowerPC64/POWER7.
14359         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14360         __mpn_addmul_1 for PowerPC64.
14361         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14362         __mpn_submul_1 for PowerPC64.
14363         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14364         for PowerPC64.
14365         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14366         for PowerPC64.
14368 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14370         [BZ #15089]
14371         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14373 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14375         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14377         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14378         add multiarch folders.
14379         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14380         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14381         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14382         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14383         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14384         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14385         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14386         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14387         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14388         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14389         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14398         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14400         New file.
14401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14402         New file.
14403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14404         multiarch __ieee754_hypot for PowerPC32.
14405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14406         New file.
14407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14408         New file.
14409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14410         multiarch __ieee754_hypotf for PowerPC32.
14412         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14413         long_double_symbol only if __logbl is defined.
14414         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14415         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14416         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14417         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14418         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14419         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14420         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14421         path for implementation.
14422         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14423         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14425         logb, and logbl multiarch implementations for PowerPC32.
14426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14427         file.
14428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14429         file.
14430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14431         multiarch logb for PowerPC32.
14432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14433         file.
14434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14435         file.
14436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14437         multiarch logbf for PowerPC32.
14438         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14440         file.
14441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14442         multiarch logbl implementation for PowerPC32.
14444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14445         and modff multiarch implementations.
14446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14447         New file.
14448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14449         New file.
14450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14451         multiarch modf for PowerPC32.
14452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14453         New file.
14454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14455         New file.
14456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14457         multiarch modff for PowerPC32.
14459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14460         and lrintf multiarch implementations.
14461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14462         New file.
14463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14464         New file.
14465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14466         multiarch lrint for PowerPC32.
14467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14468         file: multiarch lrintf for PowerPC32.
14470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14471         and lroundf multiarch implementations.
14472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14473         New file.
14474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14475         New file.
14476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14477         New file.
14478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14479         multiarch lround for PowerPC32.
14480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14481         file: multiarch lroundf for PowerPC32.
14483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14484         copysign and copysignf multiarch implementations.
14485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14486         New file.
14487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14488         New file.
14489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14490         file: multiarch copysign for PowerPC32.
14491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14492         file: multiarch copysignf for PowerPC32.
14494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14495         and truncf multiarch implementations.
14496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14497         New file.
14498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14499         file.
14500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14501         multiarch trunc for PowerPC32.
14502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14503         New file.
14504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14505         New file.
14506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14507         multiarch truncf for PowerPC32.
14509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14510         and roundf multiarch implementations.
14511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14512         New file.
14513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14514         file.
14515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14516         multiarch round for PowerPC32.
14517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14518         New file.
14519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14520         New file.
14521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14522         multiarch roundf for PowerPC32.
14524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14525         and floorf multiarch implementations.
14526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14527         New file.
14528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14529         file.
14530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14531         multiarch floor for PowerPC32.
14532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14533         New file.
14534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14535         New file.
14536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14537         multiarch floorf for PowerPC32.
14539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14540         and ceilf multiarch implementations.
14541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14542         New file.
14543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14544         file.
14545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14546         multiarch ceil for PowerPC32.
14547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14548         New file.
14549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14550         file.
14551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14552         multiarch ceilf for PowerPC32.
14554         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14555         is defined.
14556         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14557         FINITEF is defined.
14558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14559         and finitef multiarch implementations.
14560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14561         New file.
14562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14563         file.
14564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14565         multiarch finite for PowerPC32.
14566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14567         New file.
14568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14569         file: multiarch finitef for PowerPC32.
14571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14572         and isinff multiarch implementations.
14573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14574         file.
14575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14576         file.
14577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14578         multiarch isinf for PowerPC32.
14579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14580         New file.
14581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14582         multiarch isinff for PowerPC32.
14584         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14585         alias when __isnan is defined.
14586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14587         and isnanf multiarch implementations.
14588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14589         file.
14590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14591         file.
14592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14593         file.
14594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14595         file.
14596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14597         multiarch isnan for PowerPC32.
14598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14599         New file.
14600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14601         New file.
14602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14603         multiarch isnanf for PowerPC32.
14605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14606         and sqrtf multiarch implementations.
14607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14608         file.
14609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14610         file.
14611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14612         multiarch sqrt for PowerPC32.
14613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14614         file.
14615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14616         file.
14617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14618         multiarch sqrtf for PowerPC32.
14620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14621         and llroundf multiarch implementations.
14622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14623         New file.
14624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14625         New file.
14626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14627         New file.
14628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14629         file: multiarch llround for PowerPC32.
14630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14631         file: multiarch llroundf for PowerPC32.
14633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14634         multiarch PowerPC32 fpu implementations.
14635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14636         New file.
14637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14638         New file.
14639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14640         multiarch llrint for PowerPC32.
14641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14642         New file.
14643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14644         New file.
14645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14646         file.
14648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14650         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14651         file.
14652         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14653         file.
14654         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14655         file.
14656         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14657         multiarch wordcopy for PPC32.
14658         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14659         wordcopy objects.
14660         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14661         (__libc_ifunc_impl_list): Likewise.
14662         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14663         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14664         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14665         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14666         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14667         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14669         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14670         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14671         file.
14672         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14673         file.
14674         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14675         file.
14676         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14677         multiarch wcscpy for PPC32.
14678         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14679         multiarch objects.
14680         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14681         (__libc_ifunc_impl_list): Likewise.
14682         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14683         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14684         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14685         sysdeps/powerpc/power6/wcscpy.c.
14687         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14688         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14689         file.
14690         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14691         file.
14692         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14693         file.
14694         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14695         multiarch wcsrchr for PPC32.
14696         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14697         multiarch objects.
14698         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14699         (__libc_ifunc_impl_list): Likewise.
14700         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14701         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14702         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14703         sysdeps/powerpc/power6/wcsrchr.c.
14705         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14706         file.
14707         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14708         file.
14709         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14710         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14711         multiarch wcschr for PPc32.
14712         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14713         multiarch objects.
14714         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14715         (__libc_ifunc_impl_list): Likewise.
14716         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14717         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14718         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14719         sysdeps/powerpc/power6/wcschr.c.
14721         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14722         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14723         file.
14724         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14725         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14726         file: multiarch strchr for PPC32.
14727         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14728         multiarch objects.
14729         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14730         (__libc_ifunc_impl_list): Likewise.
14732         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14733         name.
14734         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14735         file.
14736         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14737         file.
14738         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14739         multiarch strchrnul for PPC32.
14740         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14741         multiarch objects.
14742         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14743         (__libc_ifunc_impl_list): Likewise.
14745         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14746         file.
14747         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14748         multiarch strncasecmp for PPC32.
14749         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14750         file.
14751         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14752         multiarch strncasecmp_l for PPC32.
14753         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14754         strncasecmp multiarch objects.
14755         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14756         (__libc_ifunc_impl_list): Likewise.
14758         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14759         file.
14760         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14761         multiarch strncasecmp for PPC32.
14762         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14763         New file.
14764         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14765         multiarch strcasecmp_l for PPC32.
14766         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14767         multiarch objects.
14768         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14769         (__libc_ifunc_impl_list): Likewise.
14771         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14772         file.
14773         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14774         file.
14775         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14776         multiarch strncmp for PPC32.
14777         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14778         multiarch objects.
14779         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14780         (__libc_ifunc_impl_list): Likewise.
14782         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14783         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14784         file.
14785         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14786         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14787         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14788         multiarch objects.
14789         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14790         (__libc_ifunc_impl_list): Likewise.
14792         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14793         file.
14794         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14795         file.
14796         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14797         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14798         multiarch objects.
14799         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14800         (__libc_ifunc_impl_list): Likewise.
14802         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14803         file.
14804         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14805         file.
14806         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14807         multiarch rawmemchr for PPC32.
14808         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14809         multiarch objects.
14810         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14811         (__libc_ifunc_impl_list): Likewise.
14813         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14814         file.
14815         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14816         file.
14817         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14818         file: memrchr multiarch for PPC32.
14819         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14820         multiarch objects.
14821         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14822         (__libc_ifunc_impl_list): Likewise.
14824         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14825         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14826         file.
14827         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14828         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14829         multiarch memchr for PPC32.
14830         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14831         multiarch objects.
14832         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14833         (__libc_ifunc_impl_list): Likewise.
14835         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14836         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14837         file.
14838         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14839         file.
14840         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14841         file: multiarch mempcpy for PPC32.
14842         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14843         multiarch objects.
14844         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14845         (__libc_ifunc_impl_list): Likewise.
14847         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14848         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14849         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14850         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14851         multiarch bzero for PPC32.
14852         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14853         file.
14854         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14855         file.
14856         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14857         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14858         file: multiarch memset for PPC32.
14859         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14860         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14861         memset multiarch objects.
14862         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14863         (__libc_ifunc_impl_list): Likewise.
14865         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14866         file.
14867         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14868         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14869         memcmp for PPC32.
14870         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14871         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14872         multiarch objects.
14873         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14874         (__libc_ifunc_impl_list): Likewise.
14876         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14877         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14878         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14879         file.
14880         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14881         file.
14882         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14883         file.
14884         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14885         multiarch memcpy for PPC32.
14886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14887         multiarch objects.
14888         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14889         (__libc_ifunc_impl_list): Likewise.
14891         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14892         support multiarch for POWER/PPC32.
14893         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14894         Likewise.
14895         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14897         Implies file to make multiarch folder appers before the fpu and
14898         default folder for power4 configuration.
14900 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14902         * scripts/bench.pl: Append volatile keyword to type.
14904 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14906         * sysdeps/sh/sotruss-lib.c: New file.
14907         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14909 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14911         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14913 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14915         [BZ #6810]
14916         * math/w_tgamma.c: Include <errno.h>.
14917         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14918         * math/w_tgammaf.c: Include <errno.h>.
14919         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14920         * math/w_tgammal.c: Include <errno.h>.
14921         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14922         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14923         underflow.  Add more tgamma tests.
14924         * math/auto-libm-test-out: Regenerated.
14925         * sysdeps/i386/fpu/libm-test-ulps: Update.
14926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14928         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14929         sin, sinh, tan, tanh, tgamma, y0 and y1.
14930         * math/auto-libm-test-out: Regenerated.
14931         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14932         (TEST_COND_x86): Likewise.
14933         (M_E2l): Remove macro.
14934         (M_E3l): Likewise.
14935         (M_2_SQRT_PIl): Likewise.
14936         (M_SQRT_PIl): Likewise.
14937         (M_1_DIV_El): Likewise.
14938         (log_test_data): Use AUTO_TESTS_f_f.
14939         (log10_test_data): Likewise.
14940         (log1p_test_data): Likewise.
14941         (log2_test_data): Likewise.
14942         (sin_test_data): Likewise.
14943         (sin_tonearest_test_data): Likewise.
14944         (sin_towardzero_test_data): Likewise.
14945         (sin_downward_test_data): Likewise.
14946         (sin_upward_test_data): Likewise.
14947         (sinh_test_data): Likewise.
14948         (sinh_tonearest_test_data): Likewise.
14949         (sinh_towardzero_test_data): Likewise.
14950         (sinh_downward_test_data): Likewise.
14951         (sinh_upward_test_data): Likewise.
14952         (tan_test_data): Likewise.
14953         (tan_tonearest_test_data): Likewise.
14954         (tan_towardzero_test_data): Likewise.
14955         (tan_downward_test_data): Likewise.
14956         (tan_upward_test_data): Likewise.
14957         (tanh_test_data): Likewise.
14958         (tgamma_test_data): Likewise.
14959         (y0_test_data): Likewise.
14960         (y1_test_data): Likewise.
14961         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14962         (special_real_inputs): Add pi/4.
14963         * sysdeps/i386/fpu/libm-test-ulps: Update.
14964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14966 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14968         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14969         "longjmp_target" static probes.
14970         (__longjmp): Rename to __longjmp_symbol.
14971         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14972         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14973         on which longjmp to generate.
14974         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14975         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14976         probe.
14977         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14978         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14979         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14980         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14981         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14982         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14984         __longjmp_symbol based on which __longjmp to generate.
14985         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14986         probe.
14987         (setjmp): Rename to setjmp_symbol.
14988         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14989         (_setjmp): Rename to _setjmp_symbol.
14990         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14991         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14992         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14993         which setjmp to generate.
14994         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14995         "longjmp_target" static probes.
14997 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14999         * benchtests/README: Add note about output arguments.
15000         * benchtests/bench-sincos.c: Remove file.
15001         * benchtests/sincos-inputs: New file.
15002         * scripts/bench.pl: Identify output arguments and define
15003         static variables for them.
15005         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15007         [BZ #15941]
15008         * Makefile (INSTALL): Add install-plain.texi as the primary
15009         dependency.
15010         * manual/install-plain.texi: New file.
15011         * manual/install.texi: Include node directive only for
15012         non-plaintext output.
15014 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15016         * stdlib/longlong.h: Update from GCC.
15018         [BZ #6807]
15019         [BZ #15901]
15020         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15021         * math/w_j0f.c (y0f): Likewise.
15022         * math/w_j0l.c (__y0l): Likewise.
15023         * math/w_j1.c (y1): Likewise.
15024         * math/w_j1f.c (y1f): Likewise.
15025         * math/w_j1l.c (__y1l): Likewise
15026         * math/w_jn.c (yn): Likewise.
15027         * math/w_jnf.c (ynf): Likewise.
15028         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15029         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15030         value for Bessel function domain errors outside _SVID_ mode.
15031         Adjust sign of return value for yn (negative integer, 0).
15032         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15033         by zero in return for negative x and set sign appropriately for
15034         negative n.
15035         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15036         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15037         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15038         expectations in error cases.
15039         (y1_test_data): Likewise.
15040         (yn_test_data): Likewise.
15041         * sysdeps/i386/fpu/libm-test-ulps: Update.
15042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15044 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15046         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15047         "64" to "64-v1".  Add "64-v2".
15048         (abi-64-options): Rename to ...
15049         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15050         (abi-64-condition): Rename to ...
15051         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15052         (abi-64-ld-soname): Rename to ...
15053         (abi-64-v1-ld-soname): ... this.
15054         (abi-64-v2-options): Define.
15055         (abi-64-v2-condition): Likewise.
15056         (abi-64-v2-ld-soname): Likewise.
15057         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15058         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15063 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15064             Alan Modra  <amodra@gmail.com>
15066         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15067         New versions for use with the ELFv2 ABI.
15068         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15069         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15070         declaration.
15071         (struct La_ppc64v2_retval): Likewise.
15072         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15073         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15074         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15075         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15076         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15077         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15078         Do not save or restore CR.
15079         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15080         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15081         return values for ELFv2 ABI.  Fix location of FPR return registers.
15082         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15083         updated values for _CALL_ELF == 2.
15084         (La_regs, La_retval, int_retval): Likewise.
15086 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15088         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15089         (FRAME_MIN_SIZE_PARM): Likewise.
15090         (FRAME_BACKCHAIN): Likewise.
15091         (FRAME_CR_SAVE): Likewise.
15092         (FRAME_LR_SAVE): Likewise.
15093         (FRAME_TOC_SAVE): Likewise.
15094         (FRAME_PARM_SAVE): Likewise.
15095         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15096         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15097         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15098         (call_mcount_parm_offset): New macro.
15099         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15100         (PROF): Use symbolic stack frame offsets.
15101         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15102         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15103         Redefine in terms of FRAME_MIN_SIZE.
15104         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15105         (_dl_profile_resolve): Likewise.  Update comment.
15106         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15107         symbols stack frame offsets.
15108         (__sigsetjmp): Likewise.
15109         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15110         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15111         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15112         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15115         (FRAME_BACKCHAIN): Remove.
15116         (FRAME_CR_SAVE): Likewise.
15117         (FRAME_LR_SAVE): Likewise.
15118         (FRAME_COMPILER_DW): Likewise.
15119         (FRAME_LINKER_DW): Likewise.
15120         (FRAME_TOC_SAVE): Likewise.
15121         (FRAME_PARM_SAVE): Likewise.
15122         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15123         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15124         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15126         (CHECK_SP): Use symbolic stack frame offsets.
15127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15128         zone" instead of caller's parameter save area for temp storage.
15129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15130         Likewise.  Also, use symbolic stack frame offsets.
15131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15132         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15133         our own stack frame instead of the caller's.
15134         (__socket): Use symbolic stack frame offsets.
15136 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15137             Alan Modra  <amodra@gmail.com>
15139         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15140         Define.
15141         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15142         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15143         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15144         New function.
15145         (elf_machine_fixup_plt): Call it.
15146         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15147         reloc arguments.
15148         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15149         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15150         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15151         r2 before calling target.
15153 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15154             Alan Modra  <amodra@gmail.com>
15156         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15157         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15158         versions of macros to support ELFv2 ABI.
15159         (LOCALENTRY): New macro.
15160         (ENTRY, EALIGN): Use it.
15161         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15162         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15163         fall through into ENTRY entry point.
15164         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15165         Only define if _CALL_ELF != 2.
15167         (elf_machine_matches_host): Verify ABI version matches.
15168         (RTLD_START): Use LOCALENTRY.
15169         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15170         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15171         (PLT_ENTRY_WORDS): New macro.
15172         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15173         (elf_machine_runtime_setup): Support ELFv2 ABI.
15174         (elf_machine_fixup_plt): Likewise.
15175         (elf_machine_plt_conflict): Likewise.
15176         (resolve_ifunc): Likewise.
15177         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15178         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15179         Likewise.
15180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15181         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15183         (makecontext): Support ELFv2 ABI.
15184         * elf/elf.h (EF_PPC64_ABI): Define.
15186 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15188         * sysdeps/powerpc/powerpc64/sysdep.h
15189         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15190         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15191         (ENTRY) [ASSEMBLER]: ... but instead here ...
15192         (EALIGN) [ASSEMBLER]: ... and here.
15193         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15194         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15195         (ENTRY_2) [!ASSEMBLER]: Use it.
15196         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15197         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15198         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15199         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15200         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15202         Use PPC64_LOAD_FUNCPTR.
15204         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15206 2013-12-04  Alan Modra  <amodra@gmail.com>
15208         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15209         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15210         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15211         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15213         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15214         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15215         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15216         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15217         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15218         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15220 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15223         (__makecontext): Fix incorrect CFI when backtracing out of
15224         context created via makecontext.
15225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15226         (__setcontext): Fix incorrect CFI during switch to new context.
15227         (__novec_setcontext): Likewise.
15229 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15231         [BZ #4772]
15232         * time/strptime_l.c (__strptime_internal): Allow modifiers
15233         in strptime.
15234         * time/tst-strptime.c (day_tests): Add testcase.
15236 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15238         * scripts/bench.pl: Skip over blank lines.
15240 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15242         [BZ #926]
15243         * manual/time.texi (Calendar Time): Clarify what timezone functions
15244         use.
15246 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15250 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15252         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15253         implementation.
15254         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15255         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15256         * debug/memset_chk.c (__memset_chk): Likewise.
15257         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15258         * debug/strncpy_chk.c: Likewise.
15260 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15262         [BZ #15268]
15263         [BZ #15425]
15264         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15265         (__ieee754_exp): For possibly underflowing results, check size of
15266         result and force underflow exception if required.
15267         * math/auto-libm-test-in: Add more tests of exp.
15268         * math/auto-libm-test-out: Regenerated.
15269         * sysdeps/i386/fpu/libm-test-ulps: Update.
15270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15272         [BZ #16283]
15273         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15274         * math/w_exp2f.c (__exp2f): Likewise.
15275         * math/w_exp2l.c (__exp2l): Likewise.
15276         * math/auto-libm-test-in: Do not allow missing errno on exp2
15277         underflow.
15278         * math/auto-libm-test-out: Regenerated.
15280 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15282         [BZ #16274]
15283         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15284         handle filename validation.
15285         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15286         (do_open): Delete.
15288 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15290         [BZ #6786]
15291         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15292         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15293         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15294         <float.h>.
15295         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15296         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15297         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15298         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15299         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15300         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15301         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15302         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15303         Add more erfc tests.
15304         * math/auto-libm-test-out: Regenerated.
15305         * sysdeps/i386/fpu/libm-test-ulps: Update.
15306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15308         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15309         exp2, expm1, j0 and j1.
15310         * math/auto-libm-test-out: Regenerated.
15311         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15312         (erfc_test_data): Likewise.
15313         (exp_test_data): Likewise.
15314         (exp_tonearest_test_data): Likewise.
15315         (exp_towardzero_test_data): Likewise.
15316         (exp_downward_test_data): Likewise.
15317         (exp_upward_test_data): Likewise.
15318         (exp10_test_data): Likewise.
15319         (exp2_test_data): Likewise.
15320         (expm1_test_data): Likewise.
15321         (j0_test_data): Likewise.
15322         (j1_test_data): Likewise.
15323         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15324         (input_flag_type): Add flag_xfail_rounding.
15325         (input_flags): Add xfail-rounding.
15326         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15327         (output_for_one_input_case): Handle flag_xfail_rounding.
15328         * sysdeps/i386/fpu/libm-test-ulps: Update.
15329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15331 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15333         [BZ #16289]
15334         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15335         division by 0.
15337 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15339         [BZ #16195]
15340         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15341         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15342         (STAP_PROBE0): New macro.
15343         (STAP_PROBE1): Likewise.
15344         (STAP_PROBE2): Likewise.
15345         (STAP_PROBE3): Likewise.
15346         (STAP_PROBE4): Likewise.
15348 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15350         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15352 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15354         * benchtests/Makefile (bench): Add sqrt.
15355         (LDLIBS-bench-sqrt): New.
15356         * benchtests/sqrt-input: New.
15358 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15360         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15361         (GAIH_EAI): Likewise.
15362         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15363         (gaih_inet): Likewise.
15364         (getaddrinfo): Don't use GAIH_EAI.
15366         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15367         (struct gaih): Remove definition.
15369 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15371         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15372         Use HERRNOP directly.
15374 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15378 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15380         * math/gen-auto-libm-tests.c (test_functions): Add more
15381         single-argument functions.
15382         (special_fill_pi_2): New function.
15383         (special_fill_minus_pi_2): Likewise.
15384         (special_fill_pi_6): Likewise.
15385         (special_fill_minus_pi_6): Likewise.
15386         (special_fill_pi_3): Likewise.
15387         (special_fill_2pi_3): Likewise.
15388         (special_fill_e): Likewise.
15389         (special_fill_1_e): Likewise.
15390         (special_fill_e_minus_1): Likewise.
15391         (special_real_inputs): Add more special inputs.
15392         (output_for_one_input_case): Do not require ERANGE on underflow to
15393         zero if round-to-nearest result does not underflow to zero, unless
15394         exact results required.
15395         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15396         atan, atanh, cbrt, cos and cosh.
15397         * math/auto-libm-test-out: Regenerated.
15398         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15399         (acos_tonearest_test_data): Likewise.
15400         (acos_towardzero_test_data): Likewise.
15401         (acos_downward_test_data): Likewise.
15402         (acos_upward_test_data): Likewise.
15403         (acosh_test_data): Likewise.
15404         (asin_test_data): Likewise.
15405         (asin_tonearest_test_data): Likewise.
15406         (asin_towardzero_test_data): Likewise.
15407         (asin_upward_test_data): Likewise.
15408         (asinh_test_data): Likewise.
15409         (atan_test_data): Likewise.
15410         (atanh_test_data): Likewise.
15411         (cbrt_test_data): Likewise.
15412         (cos_test_data): Likewise.
15413         (cos_tonearest_test_data): Likewise.
15414         (cos_towardzero_test_data): Likewise.
15415         (cos_downward_test_data): Likewise.
15416         (cos_upward_test_data): Likewise.
15417         (cosh_test_data): Likewise.
15418         (cosh_tonearest_test_data): Likewise.
15419         (cosh_towardzero_test_data): Likewise.
15420         (cosh_downward_test_data): Likewise.
15421         (cosh_upward_test_data): Likewise.
15422         * sysdeps/i386/fpu/libm-test-ulps: Update.
15423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15425 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15427         [BZ #6787]
15428         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15429         * math/w_exp10f.c (__exp10f): Likewise.
15430         * math/w_exp10l.c (__exp10l): Likewise.
15431         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15432         errno settings in existing tests.
15434         [BZ #14032]
15435         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15436         precision control set to double precision.
15437         * sysdeps/i386/fpu/w_sqrt.c: New file.
15438         * math/auto-libm-test-in: Add more tests.
15439         * math/auto-libm-test-out: Update.
15441         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15442         (sqrt_test_tonearest): New function.
15443         (sqrt_towardzero_test_data): New variable.
15444         (sqrt_test_towardzero): New function.
15445         (sqrt_downward_test_data): New variable.
15446         (sqrt_test_downward): New function.
15447         (sqrt_upward_test_data): New variable.
15448         (sqrt_test_upward): New function.
15449         (main): Call the new functions.
15451         * math/gen-auto-libm-tests.c: New file.
15452         * math/auto-libm-test-in: Likewise.
15453         * math/auto-libm-test-out: New generated file.
15454         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15455         variables.
15456         (%beautify): Add generated representations of zero.
15457         (top level): Set $auto_input and call parse_auto_input.
15458         (beautify): Remove trailing "f" from hex float constants.
15459         (parse_args): Handle XFAIL_TEST.
15460         (convert_condition): New function.
15461         (or_value): Likewise.
15462         (or_cond_value): Likewise.
15463         (generate_testfile): Handle AUTO_TESTS_* lines.
15464         (parse_auto_input): New function.
15465         * math/libm-test.inc (XFAIL_TEST): New macro.
15466         (ERRNO_UNCHANGED): Update value.
15467         (ERRNO_EDOM): Likewise.
15468         (ERRNO_ERANGE): Likewise.
15469         (IGNORE_RESULT): Likewise.
15470         (TEST_COND_flt_32): New macro.
15471         (TEST_COND_dbl_64): Likewise.
15472         (TEST_COND_ldbl_96_intel): Likewise.
15473         (TEST_COND_ldbl_96_m68k): Likewise.
15474         (TEST_COND_ldbl_128): Likewise.
15475         (TEST_COND_ldbl_128ibm): Likewise.
15476         (TEST_COND_long32): Likewise.
15477         (TEST_COND_long64): Likewise.
15478         (TEST_COND_before_rounding): Likewise.
15479         (TEST_COND_after_rounding): Likewise.
15480         (enable_test): Handle XFAIL_TEST flag.
15481         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15482         with finite results.
15483         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15484         auto-libm-test-out.
15486 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15487             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15489         [BZ #16214]
15490         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15491         __tls_get_addr_internal instead of __tls_get_offset in order to
15492         avoid GOT pointer dependency.  Make rtld export
15493         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15494         __tls_get_addr since we are a __tls_get_offset platform.
15495         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15496         GOT pointer being set up before.
15497         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15499 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15501         * manual/math.texi (Errors in Math Functions): Document accuracy
15502         goals.
15504         [BZ #15004]
15505         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15506         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15507         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15508         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15509         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15510         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15511         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15512         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15513         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15514         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15515         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15516         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15517         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15518         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15519         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15520         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15522         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15523         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15524         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15525         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15526         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15527         Likewise.
15528         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15529         Likewise.
15530         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15531         Likewise.
15532         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15533         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15534         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15535         atomic-feupdateenv and flt-rounds.
15536         * sysdeps/powerpc/nofpu/Versions (libc): Add
15537         __atomic_feholdexcept, __atomic_feclearexcept,
15538         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15539         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15540         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15541         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15542         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15543         here.
15544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15545         Update.
15547         * manual/arith.texi (FP Exceptions): Document that exceptions may
15548         not be raised when matherr is used.
15549         (Math Error Reporting): Document overflow in directed rounding
15550         modes.  Document that errno may not be set when finite values are
15551         returned on overflow.  Document intent to set errno on underflow
15552         only for underflow to zero.
15554         [BZ #16271]
15555         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15556         round-to-nearest then adjust result for other rounding modes.
15557         * include/fenv.h (fegetround): Use libm_hidden_proto.
15558         * math/fegetround.c (fegetround): Use libm_hidden_def.
15559         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15560         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15561         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15562         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15563         Likewise.
15564         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15565         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15566         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15567         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15569 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15571         [BZ #16077]
15572         * nss/Versions (libnss_files): Add
15573         _nss_files_gethostbyname3_r.
15574         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15575         New function.
15576         (HOST_DB_LOOKUP): Remove macro.
15577         (_nss_files_gethostbyname_r): Implement function without the
15578         HOST_DB_LOOKUP macro.
15579         (_nss_files_gethostbyname2_r): Likewise.
15581 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15583         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15585 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15587         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15588         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15589         warning.
15591 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15593         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15594         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15595         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15596         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15597         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15598         __fe_nomask_env_priv and attribute_hidden.
15599         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15600         (libc_feupdateenv_test_ppc): Likewise.
15601         (libc_feresetround_ppc): Likewise.
15602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15603         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15604         compat_symbol macro.
15605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15606         (__fe_nomask_env): Likewise.
15607         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15609 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15611         * string/Makefile: Remove ifunc tests.
15612         * string/test-string.h: Define TEST_IFUNC.
15613         * string/test-bcopy-ifunc.c: Remove.
15614         * string/test-bzero-ifunc.c: Likewise.
15615         * string/test-memccpy-ifunc.c: Likewise.
15616         * string/test-memchr-ifunc.c: Likewise.
15617         * string/test-memcmp-ifunc.c: Likewise.
15618         * string/test-memcpy-ifunc.c: Likewise.
15619         * string/test-memmem-ifunc.c: Likewise.
15620         * string/test-memmove-ifunc.c: Likewise.
15621         * string/test-mempcpy-ifunc.c: Likewise.
15622         * string/test-memrchr-ifunc.c: Likewise.
15623         * string/test-memset-ifunc.c: Likewise.
15624         * string/test-rawmemchr-ifunc.c: Likewise.
15625         * string/test-stpcpy-ifunc.c: Likewise.
15626         * string/test-stpncpy-ifunc.c: Likewise.
15627         * string/test-strcasecmp-ifunc.c: Likewise.
15628         * string/test-strcasestr-ifunc.c: Likewise.
15629         * string/test-strcat-ifunc.c: Likewise.
15630         * string/test-strchr-ifunc.c: Likewise.
15631         * string/test-strchrnul-ifunc.c: Likewise.
15632         * string/test-strcmp-ifunc.c: Likewise.
15633         * string/test-strcpy-ifunc.c: Likewise.
15634         * string/test-strcspn-ifunc.c: Likewise.
15635         * string/test-strlen-ifunc.c: Likewise.
15636         * string/test-strncasecmp-ifunc.c: Likewise.
15637         * string/test-strncat-ifunc.c: Likewise.
15638         * string/test-strncmp-ifunc.c: Likewise.
15639         * string/test-strncpy-ifunc.c: Likewise.
15640         * string/test-strnlen-ifunc.c: Likewise.
15641         * string/test-strpbrk-ifunc.c: Likewise.
15642         * string/test-strrchr-ifunc.c: Likewise.
15643         * string/test-strspn-ifunc.c: Likewise.
15644         * string/test-strstr-ifunc.c: Likewise.
15646 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15648         * benchtests/Makefile: Remove ifunc tests.
15649         * benchtests/bench-string.h: Define TEST_IFUNC.
15650         * benchtests/bench-bcopy-ifunc.c: Remove.
15651         * benchtests/bench-bzero-ifunc.c: Likewise.
15652         * benchtests/bench-memccpy-ifunc.c: Likewise.
15653         * benchtests/bench-memchr-ifunc.c: Likewise.
15654         * benchtests/bench-memcmp-ifunc.c: Likewise.
15655         * benchtests/bench-memcpy-ifunc.c: Likewise.
15656         * benchtests/bench-memmem-ifunc.c: Likewise.
15657         * benchtests/bench-memmove-ifunc.c: Likewise.
15658         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15659         * benchtests/bench-memrchr-ifunc.c: Likewise.
15660         * benchtests/bench-memset-ifunc.c: Likewise.
15661         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15662         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15663         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15664         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15665         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15666         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15667         * benchtests/bench-strcat-ifunc.c: Likewise.
15668         * benchtests/bench-strchr-ifunc.c: Likewise.
15669         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15670         * benchtests/bench-strcmp-ifunc.c: Likewise.
15671         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15672         * benchtests/bench-strcpy-ifunc.c: Likewise.
15673         * benchtests/bench-strcspn-ifunc.c: Likewise.
15674         * benchtests/bench-strlen-ifunc.c: Likewise.
15675         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15676         * benchtests/bench-strncat-ifunc.c: Likewise.
15677         * benchtests/bench-strncmp-ifunc.c: Likewise.
15678         * benchtests/bench-strncpy-ifunc.c: Likewise.
15679         * benchtests/bench-strnlen-ifunc.c: Likewise.
15680         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15681         * benchtests/bench-strrchr-ifunc.c: Likewise.
15682         * benchtests/bench-strsep-ifunc.c: Likewise.
15683         * benchtests/bench-strspn-ifunc.c: Likewise.
15684         * benchtests/bench-strstr-ifunc.c: Likewise.
15686 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15688         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15690 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15692         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15693         * rt/aio.h: Likewise.
15694         * sysdeps/gnu/bits/utmp.h: Likewise.
15695         * sysdeps/gnu/bits/utmpx.h: Likewise.
15696         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15697         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15698         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15699         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15700         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15701         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15702         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15703         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15704         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15705         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15706         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15707         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15708         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15710         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15711         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15712         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15713         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15714         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15715         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15716         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15717         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15718         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15719         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15720         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15721         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15722         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15723         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15724         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15725         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15726         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15727         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15728         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15729         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15730         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15731         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15732         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15733         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15734         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15735         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15736         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15737         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15739 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15741         [BZ #16245]
15742         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15743         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15745 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15747         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15748         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15749         Likewise.
15751 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15753         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15754         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15755         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15756         (__fesetround): Remove define.
15757         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15758         rounding and exceptions handling.
15759         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15760         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15761         (__fe_nomask_env): Likewise.
15762         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15763         __fegetround instead of fegetround.
15764         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15765         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15767 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15769         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15770         it's there.
15772         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15774 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15776         [BZ #11157]
15777         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15778         (encrypt_r): Likewise.
15779         * malloc/obstack.h (obstack_free): Likewise.
15780         * posix/unistd.h (encrypt): Likewise.
15782 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15784         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15785         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15786         DL_CALL_DT_FINI() that call the functions directly.
15787         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15788         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15789         * elf/dl-fini.c: Likewise.
15791 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15793         * malloc/hooks.c (memalign_check): Add alignment rounding.
15794         * malloc/malloc.c (_mid_memalign): New function.
15795         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15796         Implement by calling _mid_memalign.
15797         * manual/probes.texi (Memory Allocation Probes): Remove
15798         memory_valloc_retry and memory_pvalloc_retry.
15800 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15802         * locale/programs/locarchive.c (open_archive): Add const
15803         qualifier to ARCHIVEFNAME and copy default fname to
15804         DEFAULT_FNAME.
15806         [BZ #15601]
15807         * libio/tst-widetext.input: Rename Oriya to Odia.
15808         * locale/iso-639.def: Likewise.
15810         * manual/probes.texi (Mathematical Function Probes): Add
15811         documentation for sin, cos, asin and acos probes.
15812         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15813         (__sin32): Add slowasin probe.
15814         (__cos32): Add slowacos probe.
15815         (__mpsin): Add slowsin probe.
15816         (__mpcos): Add slowcos probe.
15818 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15820         [BZ #15483]
15821         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15822         thread-local __sim_exceptions_thread and global
15823         __sim_exceptions_global.
15824         (__sim_disabled_exceptions): Change to thread-local
15825         __sim_disabled_exceptions_thread and global
15826         __sim_disabled_exceptions_global.
15827         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15828         and global __sim_round_mode_global.
15829         (__simulate_exceptions): Use thread-local floating-point state and
15830         set global state from it as needed.
15831         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15832         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15833         __sim_round_mode_thread.
15834         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15835         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15836         and global __sim_exceptions_global.
15837         (__sim_disabled_exceptions): Change to thread-local
15838         __sim_disabled_exceptions_thread and global
15839         __sim_disabled_exceptions_global.
15840         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15841         and global __sim_round_mode_global.
15842         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15843         (SIM_SET_GLOBAL): Likewise.
15844         * sysdeps/powerpc/soft-fp/sfp-machine.h
15845         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15846         __sim_round_mode_thread.
15847         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15848         __sim_disabled_exceptions_thread.
15849         (__sim_exceptions): Change to __sim_exceptions_thread.
15850         (__sim_disabled_exceptions): Change to
15851         __sim_disabled_exceptions_thread.
15852         (__sim_round_mode): Change to __sim_round_mode_thread.
15853         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15854         thread-local floating-point state and set global state from it as
15855         needed.
15856         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15857         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15858         (__sim_disabled_exceptions): Remove extern declaration.
15859         (feenableexcept): Use thread-local floating-point state and set
15860         global state from it as needed.
15861         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15862         extern declaration.
15863         (__sim_disabled_exceptions): Likewise.
15864         (__sim_round_mode): Likewise.
15865         (__fegetenv): Use thread-local floating-point state.
15866         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15867         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15868         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15869         floating-point state and set global state from it as needed.
15870         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15871         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15872         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15873         Likewise.
15874         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15875         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15876         Likewise.
15877         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15878         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15879         Use __sim_round_mode_thread.
15880         * math/test-fenv-tls.c: New file.
15881         * math/Makefile (tests): Add test-fenv-tls.
15882         ($(objpfx)test-fenv-tls): Depend on
15883         $(common-objpfx)nptl/libpthread.so.
15885 2013-11-19  Andreas Schwab  <schwab@suse.de>
15887         * locale/programs/locale.c (show_info): Decode wordarray elements.
15888         * locale/categories.def (LC_MONETARY): Add element for
15889         _NL_MONETARY_CRNCYSTR.
15890         * locale/C-monetary.c (conversion_rate): New variable.
15891         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15892         element.
15894 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15896         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15897         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15899 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15901         * elf/Makefile (tst-auxv): New test.
15902         * elf/tst-auxv.c: New
15903         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15905 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15907         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15908         (hidden_proto): Caller changed.
15909         (hidden_tls_proto): New macro.
15910         (libc_hidden_tls_proto): Likewise.
15911         (rtld_hidden_tls_proto): Likewise.
15912         (libm_hidden_tls_proto): Likewise.
15913         (libresolv_hidden_tls_proto): Likewise.
15914         (librt_hidden_tls_proto): Likewise.
15915         (libdl_hidden_tls_proto): Likewise.
15916         (libnss_files_hidden_tls_proto): Likewise.
15917         (libnsl_hidden_tls_proto): Likewise.
15918         (libnss_nisplus_hidden_tls_proto): Likewise.
15919         (libutil_hidden_tls_proto): Likewise.
15921 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15923         [BZ #10253]
15924         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15925         (decompose_rpath): Defer expansion to fillin_rpath.
15926         (_dl_init_paths): Pass linkmap to fillin_rpath.
15928 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15930         * benchtests/Makefile: Add strsep.
15931         * benchtests/bench-strsep.c: New file: strsep benchtest.
15932         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15934 2013-11-18  Andreas Schwab  <schwab@suse.de>
15936         * locale/programs/locale.c (show_info) [case byte]: Check for
15937         '\377' instead of '\177'.
15938         * locale/C-monetary.c (not_available): Always use "\377".
15939         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15940         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15941         detect unavailable sign_posn locale elements.
15942         * locale/localeconv.c (__localeconv): For grouping and
15943         mon_grouping handle "\177" and "\377" like no grouping.
15944         (INT_ELEM): New macro.  Use it to set all numeric members.
15945         * locale/programs/ld-monetary.c (monetary_read)
15946         <tok_mon_grouping>: Normalize single -1 to the empty string.
15947         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15948         Likewise.
15950 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15952         [BZ #16055]
15953         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15954         when we match (nil).
15955         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15957 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15959         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15960         (NO_TEST_INLINE): Update value.
15961         (ERRNO_UNCHANGED): Likewise.
15962         (ERRNO_EDOM): Likewise.
15963         (ERRNO_ERANGE): Likewise.
15964         (IGNORE_RESULT): Likewise.
15965         (check_float_internal): Check signs of NaN results if
15966         TEST_NAN_SIGN used.
15967         (check_complex): Pass TEST_NAN_SIGN flag through to second
15968         check_float_internal call.
15969         (copysign_test_data): Add tests with quiet NaNs as second
15970         argument.  Use TEST_NAN_SIGN.
15971         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15972         TEST_NAN_SIGN.
15973         (signbit_test_data): Add tests of quiet NaN argument.
15974         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15976         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15977         $ignore_result.
15978         (parse_args): Handle function results specified as IGNORE.
15979         * math/libm-test.inc (IGNORE_RESULT): New macro.
15980         (check_float_internal): Do not check numerical result if flag
15981         IGNORE_RESULT set.
15982         (check_complex): Pass through IGNORE_RESULT to second
15983         check_float_internal call.
15984         (check_int): Do not check numerical result if flag IGNORE_RESULT
15985         set.
15986         (check_long): Likewise.
15987         (check_bool): Likewise.
15988         (check_longlong): Likewise.
15989         (lrint_test_data): Add tests of infinite and NaN arguments.
15990         (lrint_tonearest_test_data): Likewise.
15991         (lrint_towardzero_test_data): Likewise.
15992         (lrint_downward_test_data): Likewise.
15993         (lrint_upward_test_data): Likewise.
15994         (llrint_test_data): Likewise.
15995         (llrint_tonearest_test_data): Likewise.
15996         (llrint_towardzero_test_data): Likewise.
15997         (llrint_downward_test_data): Likewise.
15998         (llrint_upward_test_data): Likewise.
15999         (lround_test_data): Likewise.
16000         (llround_test_data): Likewise.
16002         * math/libm-test.inc (NO_TEST_INLINE): New macro.
16003         (ERRNO_UNCHANGED): Update value.
16004         (ERRNO_EDOM): Likewise.
16005         (ERRNO_ERANGE): Likewise.
16006         (NO_TEST_INLINE_FLOAT): New macro.
16007         (NO_TEST_INLINE_DOUBLE): Likewise.
16008         (enable_test): New function.
16009         (RUN_TEST_f_f): Check enable_test before running test.
16010         (RUN_TEST_2_f): Likewise.
16011         (RUN_TEST_fff_f): Likewise.
16012         (RUN_TEST_c_f): Likewise.
16013         (RUN_TEST_f_f1): Likewise.
16014         (RUN_TEST_fF_f1): Likewise.
16015         (RUN_TEST_fI_f1): Likewise.
16016         (RUN_TEST_ffI_f1): Likewise.
16017         (RUN_TEST_c_c): Likewise.
16018         (RUN_TEST_cc_c): Likewise.
16019         (RUN_TEST_f_i): Likewise.
16020         (RUN_TEST_f_i_tg): Likewise.
16021         (RUN_TEST_ff_i_tg): Likewise.
16022         (RUN_TEST_f_b): Likewise.
16023         (RUN_TEST_f_b_tg): Likewise.
16024         (RUN_TEST_f_l): Likewise.
16025         (RUN_TEST_f_L): Likewise.
16026         (RUN_TEST_fFF_11): Likewise.
16027         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16028         conditionals.
16029         (cosh_test_data): Likewise.
16030         (exp_test_data): Likewise.
16031         (expm1_test_data): Likewise.
16032         (hypot_test_data): Likewise.
16033         (pow_test_data): Likewise.
16034         (sinh_test_data): Likewise.
16035         (tanh_test_data): Likewise.
16036         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16037         flags argument.
16039         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16040         tests with quiet NaN input and output.
16041         (acosh_test_data): Likewise.
16042         (asin_test_data): Likewise.
16043         (asinh_test_data): Likewise.
16044         (atan_test_data): Likewise.
16045         (atanh_test_data): Likewise.
16046         (atan2_test_data): Likewise.
16047         (cbrt_test_data): Likewise.
16048         (cos_test_data): Likewise.
16049         (cosh_test_data): Likewise.
16050         (erf_test_data): Likewise.
16051         (erfc_test_data): Likewise.
16052         (exp_test_data): Likewise.
16053         (exp10_test_data): Likewise.
16054         (exp2_test_data): Likewise.
16055         (expm1_test_data): Likewise.
16056         (hypot_test_data): Likewise.
16057         (j0_test_data): Likewise.
16058         (j1_test_data): Likewise.
16059         (jn_test_data): Likewise.
16060         (lgamma_test_data): Likewise.
16061         (log_test_data): Likewise.
16062         (log10_test_data): Likewise.
16063         (log1p_test_data): Likewise.
16064         (log2_test_data): Likewise.
16065         (pow_test_data): Likewise.
16066         (scalb_test_data): Likewise.
16067         (sin_test_data): Likewise.
16068         (sincos_test_data): Likewise.
16069         (sinh_test_data): Likewise.
16070         (tan_test_data): Likewise.
16071         (tanh_test_data): Likewise.
16072         (tgamma_test_data): Likewise.
16073         (y0_test_data): Likewise.
16074         (y1_test_data): Likewise.
16075         (yn_test_data): Likewise.
16077         [BZ #16167]
16078         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16079         argument being NaN and avoid computations with second argument in
16080         that case.
16081         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16082         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16083         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16085 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16087         * locale/iso-639.def: Add Chitwani Tharu (the).
16089 2013-11-14  Andreas Schwab  <schwab@suse.de>
16091         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16092         word instead of empty string.
16094 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16097         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16099         (__fe_nomask_env): Likewise.
16101 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16103         * benchtests/bench-timing.h: Include time.h.
16105 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16107         [BZ #15997]
16108         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16109         to 3.4.0 for x32.
16110         * sysdeps/unix/sysv/linux/configure: Regenerated.
16112 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16114         [BZ #16151]
16115         * stdlib/strtod_l.c (round_and_return): Do not consider
16116         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16117         exponent one less than half the least subnormal exponent.
16118         * stdlib/test-strtod-round-data: Add more tests.
16119         * stdlib/tst-strtod-round.c (tests): Regenerated.
16121 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16123         [BZ #14143]
16124         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16125         (__fe_mask_env): Likewise.
16126         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16127         libm_hidden_proto and add function prototype.
16128         (__fe_mask_env): Add function prototype.
16129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16130         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16132         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16134         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16136 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16138         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16139         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16141 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16143         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16144         of htab_find_slot().
16146 2013-11-11  David S. Miller  <davem@davemloft.net>
16148         [BZ #16150]
16149         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16150         symbol in the non-vis3 case in static builds.
16151         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16152         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16153         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16154         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16156 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16158         [BZ #387]
16159         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16160         it is empty.
16162 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16164         * benchtests/Makefile: Add bench-strtod.
16165         * benchtests/bench-strtod.c: New file: strtod benchtest
16167 2013-11-11  Andreas Schwab  <schwab@suse.de>
16169         [BZ #16153]
16170         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16171         terminating NUL in key length.
16173 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16175         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16176         Add artificial ODP entry for vDSO symbol for PPC64.
16177         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16178         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16180 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16182         [BZ #15374]
16183         * nss/getent.c (services_keys): Recognize services starting with digit.
16185 2013-11-06  David S. Miller  <davem@davemloft.net>
16187         [BZ #15985]
16188         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16189         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16191 2013-11-06  Will Newton  <will.newton@linaro.org>
16193         * manual/memory.texi (Malloc Examples): Remove register
16194         keyword from examples.
16196 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16198         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16200 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16202         [BZ #6981]
16203         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16204         depending on [__GCC_IEC_559 > 0].
16205         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16206         depending on [__GCC_IEC_559_COMPLEX > 0].
16208 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16210         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16211         to iso-639.def.
16213 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16215         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16217 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16219         [BZ #16112]
16220         * malloc/malloc (malloc_info): Do not handle first bin as
16221         special case.
16223 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16225         * locale/iso-639.def: Add Central Nahuatl (nhn).
16227 2013-11-01  Bruno Haible  <bruno@clisp.org>
16229         [BZ #7003]
16230         * manual/math.texi (BSD Random): Specify range upper bound as
16231         in POSIX.
16233 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16235         * locale/iso-639.def: Add Meadow Mari (mhr).
16237 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16239         [BZ #14752], [BZ #15763]
16240         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16241         Validate name.
16242         * rt/tst_shm.c: Add test for escaping directory.
16244 2013-10-31  Andreas Schwab  <schwab@suse.de>
16246         [BZ #15917]
16247         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16248         followed by 'x' as part of digit sequence.
16249         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16251 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16253         [BZ #16037]
16254         * configure.ac: allow GNU Make 4.0 and greater.
16255         * configure: Regenerated.
16257 2013-10-30  Will Newton  <will.newton@linaro.org>
16259         [BZ #16038]
16260         * malloc/hooks.c (memalign_check): Limit alignment to the
16261         maximum representable power of two.
16262         * malloc/malloc.c (__libc_memalign): Likewise.
16263         * malloc/tst-memalign.c (do_test): Add test for very
16264         large alignment values.
16265         * malloc/tst-posix_memalign.c (do_test): Likewise.
16267 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16269         [BZ #11087]
16270         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16271         (munmap_chunk): Likewise.
16272         (mremap_chunk): Likewise.
16274 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16276         [BZ #15799]
16277         * stdlib/div.c (div): Remove obsolete code.
16278         * stdlib/ldiv.c (ldiv): Likewise.
16279         * stdlib/lldiv.c (lldiv): Likewise.
16281 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16283         [BZ #16071]
16284         * nss/nss_files/files-XXX.c (get_contents_ret): New
16285         enumerator.
16286         (get_contents): New function.
16287         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16289 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16291         * configure.in: Moved to ...
16292         * configure.ac: ... here. Change reference to configure.in
16293         to configure.ac.
16294         * sysdeps/arm/preconfigure.ac: ... here.
16295         configure.in to configure.ac.
16296         * sysdeps/gnu/configure.in: Moved to ...
16297         * sysdeps/gnu/configure.ac: ... here.
16298         * sysdeps/i386/configure.in: Moved to ...
16299         * sysdeps/i386/configure.ac: ... here.
16300         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16301         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16302         * sysdeps/mach/configure.in: Moved to ...
16303         * sysdeps/mach/configure.ac: ... here.
16304         * sysdeps/mach/hurd/configure.in: Moved to ...
16305         * sysdeps/mach/hurd/configure.ac: ... here.
16306         * sysdeps/powerpc/configure.in: Moved to ...
16307         * sysdeps/powerpc/configure.ac: ... here.
16308         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16309         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16310         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16311         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16312         * sysdeps/s390/s390-32/configure.in: Moved to ...
16313         * sysdeps/s390/s390-32/configure.ac: ... here.
16314         * sysdeps/s390/s390-64/configure.in: Moved to ...
16315         * sysdeps/s390/s390-64/configure.ac: ... here.
16316         * sysdeps/sh/configure.in: Moved to ...
16317         * sysdeps/sh/configure.ac: ... here.
16318         * sysdeps/sparc/configure.in: Moved to ...
16319         * sysdeps/sparc/configure.ac: ... here.
16320         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16321         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16322         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16323         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16324         * sysdeps/x86_64/configure.in: Moved to ...
16325         * sysdeps/x86_64/configure.ac: ... here.
16326         * sysdeps/x86_64/preconfigure.in: Moved to ...
16327         * sysdeps/x86_64/preconfigure.ac: ... here.
16328         * aclocal.m4: Change reference to configure.in to configure.ac.
16329         * config.h.in: Likewise.
16330         * manual/install.texi: Likewise.
16331         * manual/maint.texi: Likewise.
16332         * Makefile: Likewise.
16333         * malloc/Makefile: Likewise.
16334         * nscd/Makefile: Likewise.
16335         * Makeconfig: Change reference to configure.in and
16336         preconfigure.in to configure.ac and preconfigure.ac
16337         respectively.
16338         * INSTALL: Regenerated.
16339         * configure: Likewise.
16340         * sysdeps/gnu/configure: Likewise.
16341         * sysdeps/i386/configure: Likewise.
16342         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16343         * sysdeps/mach/configure: Likewise.
16344         * sysdeps/mach/hurd/configure: Likewise.
16345         * sysdeps/powerpc/configure: Likewise.
16346         * sysdeps/powerpc/powerpc32/configure: Likewise.
16347         * sysdeps/powerpc/powerpc64/configure: Likewise.
16348         * sysdeps/s390/s390-32/configure: Likewise.
16349         * sysdeps/s390/s390-64/configure: Likewise.
16350         * sysdeps/sh/configure: Likewise.
16351         * sysdeps/sparc/configure: Likewise.
16352         * sysdeps/unix/sysv/linux/configure: Likewise.
16353         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16354         * sysdeps/x86_64/configure: Likewise.
16355         * sysdeps/x86_64/preconfigure: Likewise.
16357 2013-10-29  Andreas Schwab  <schwab@suse.de>
16359         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16361 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16363         * benchtests/pow-inputs: Add new inputs.
16365         * benchtests/exp-inputs: Add new inputs.
16367         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16368         conditional check for return value.
16369         (__cos32): Likewise.
16371 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16373         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16374         to provide a boost for large inputs with word alignment.
16375         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16376         implementation based on optimized PPC64 strcpy.
16377         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16378         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16379         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16380         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16382 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16384         [BZ #2801]
16385         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16387 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16389         [BZ #14876]
16390         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16391         * time/tst-strptime.c (day_tests): Add testcase.
16393 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16395         [BZ #14029]
16396         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16398 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16400         [BZ #16074]
16401         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16402         MAP_FAILED on error.
16404 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16406         [BZ #16072]
16407         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16408         heap for large requests.
16410 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16412         [BZ #9954]
16413         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16414         result if the result has no associated interface.
16415         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16416         interface for all 127.X.Y.Z addresses.
16418 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16420         * locale/iso-639.def: Add Ligurian (lij)
16422 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16424         [BZ #15825]
16425         * sunrpc/rpc_main.c: Document rpcgen -5.
16427 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16429         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16431 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16433         [BZ #10278]
16434         * posix/glob.c: Match only directories when trailing slash is present.
16435         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16436         (main): Add testcase.
16438 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16440         [BZ #15670]
16441         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16443 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16445         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16446         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16447         AUTH_DES and cindex for FIPS 140-2.
16448         (DES Encryption): Add cindex FIPS 46-3.
16450         * locale/locarchive.h (struct locarhandle): Add fname.
16451         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16452         if an optional argument was specified to --list-archive,
16453         otherwise NULL.
16454         * locale/programs/locarchive.c (show_archive_content): Take new
16455         argument fname and pass it via ah.fname to open_archive.
16456         * locale/programs/localedef.h: Update decl.
16457         (open_archive): If AH->fname is non-null, open that file
16458         rather than the default file name, and don't ignore ENOENT.
16459         (create_archive): Set AH.fname to NULL.
16460         (delete_locales_from_archive): Likewise.
16461         (add_locales_to_archive): Likewise.
16462         * locale/programs/locfile.c (write_all_categories): Likewise.
16464 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16465             Aldy Hernandez  <aldyh@redhat.com>
16467         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16468         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16469         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16470         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16471         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16472         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16473         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16474         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16475         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16476         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16477         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16478         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16479         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16480         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16481         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16482         Likewise.
16483         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16484         Likewise.
16485         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16486         Likewise.
16487         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16488         Likewise.
16489         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16490         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16491         Likewise.
16492         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16493         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16494         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16495         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16496         Likewise.
16497         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16498         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16499         * sysdeps/powerpc/preconfigure: Likewise.
16500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16501         Likewise.
16502         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16503         Replace contents of file by #include of <fenv_libc.h>.
16504         * sysdeps/powerpc/soft-fp/sfp-machine.h
16505         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16506         and <sys/prctl.h>.
16507         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16508         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16509         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16510         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16511         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16512         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16513         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16514         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16515         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16516         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16517         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16518         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16520         Allow copysignl PLT reference to be missing.
16522 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16523             Joseph Myers  <joseph@codesourcery.com
16525         [BZ #15948]
16526         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16527         single character.
16528         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16530 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16532         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16533         * elf/tst-tls1.c: Likewise.
16534         * elf/tst-tls10.h: Likewise.
16535         * elf/tst-tls14.c: Likewise.
16536         * elf/tst-tls2.c: Likewise.
16537         * elf/tst-tls3.c: Likewise.
16538         * elf/tst-tls4.c: Likewise.
16539         * elf/tst-tls5.c: Likewise.
16540         * elf/tst-tls6.c: Likewise.
16541         * elf/tst-tls7.c: Likewise.
16542         * elf/tst-tls8.c: Likewise.
16543         * elf/tst-tls9.c: Likewise.
16544         * elf/tst-tlsmod1.c: Likewise.
16545         * elf/tst-tlsmod13.c: Likewise.
16546         * elf/tst-tlsmod13a.c: Likewise.
16547         * elf/tst-tlsmod14a.c: Likewise.
16548         * elf/tst-tlsmod16a.c: Likewise.
16549         * elf/tst-tlsmod16b.c: Likewise.
16550         * elf/tst-tlsmod2.c: Likewise.
16551         * elf/tst-tlsmod3.c: Likewise.
16552         * elf/tst-tlsmod4.c: Likewise.
16553         * elf/tst-tlsmod5.c: Likewise.
16554         * elf/tst-tlsmod6.c: Likewise.
16556 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16558         [BZ #12486]
16559         * malloc/malloc.c: remove checks for statistics.
16561 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16563         [BZ #15277]
16564         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16565         * inet/tst-network.c: Add testcase.
16567 2013-10-17  Andreas Schwab  <schwab@suse.de>
16569         [BZ #15218]
16570         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16571         to determine canonical name.
16573 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16575         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16576         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16577         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16578         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16579         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16580         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16581         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16582         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16583         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16584         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16585         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16586         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16587         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16588         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16589         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16590         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16591         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16592         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16593         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16594         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16595         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16596         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16597         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16598         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16599         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16600         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16601         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16602         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16603         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16604         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16605         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16606         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16607         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16608         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16609         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16610         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16611         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16612         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16613         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16614         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16615         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16616         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16617         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16618         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16619         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16620         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16621         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16622         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16623         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16624         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16625         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16626         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16627         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16628         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16629         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16630         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16631         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16632         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16634 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16636         [BZ #16041]
16637         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16638         make result into a quiet NaN.
16640 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16642         * soft-fp/adddf3.c: Fix horizontal whitespace.
16643         * soft-fp/addsf3.c: Likewise.
16644         * soft-fp/addtf3.c: Likewise.
16645         * soft-fp/divdf3.c: Likewise.
16646         * soft-fp/divsf3.c: Likewise.
16647         * soft-fp/divtf3.c: Likewise.
16648         * soft-fp/double.h: Likewise.
16649         * soft-fp/eqdf2.c: Likewise.
16650         * soft-fp/eqsf2.c: Likewise.
16651         * soft-fp/eqtf2.c: Likewise.
16652         * soft-fp/extenddftf2.c: Likewise.
16653         * soft-fp/extended.h: Likewise.
16654         * soft-fp/extendsfdf2.c: Likewise.
16655         * soft-fp/extendsftf2.c: Likewise.
16656         * soft-fp/extendxftf2.c: Likewise.
16657         * soft-fp/fixdfdi.c: Likewise.
16658         * soft-fp/fixdfsi.c: Likewise.
16659         * soft-fp/fixdfti.c: Likewise.
16660         * soft-fp/fixsfdi.c: Likewise.
16661         * soft-fp/fixsfsi.c: Likewise.
16662         * soft-fp/fixsfti.c: Likewise.
16663         * soft-fp/fixtfdi.c: Likewise.
16664         * soft-fp/fixtfsi.c: Likewise.
16665         * soft-fp/fixtfti.c: Likewise.
16666         * soft-fp/fixunsdfdi.c: Likewise.
16667         * soft-fp/fixunsdfsi.c: Likewise.
16668         * soft-fp/fixunsdfti.c: Likewise.
16669         * soft-fp/fixunssfdi.c: Likewise.
16670         * soft-fp/fixunssfsi.c: Likewise.
16671         * soft-fp/fixunssfti.c: Likewise.
16672         * soft-fp/fixunstfdi.c: Likewise.
16673         * soft-fp/fixunstfsi.c: Likewise.
16674         * soft-fp/fixunstfti.c: Likewise.
16675         * soft-fp/floatdidf.c: Likewise.
16676         * soft-fp/floatdisf.c: Likewise.
16677         * soft-fp/floatditf.c: Likewise.
16678         * soft-fp/floatsidf.c: Likewise.
16679         * soft-fp/floatsisf.c: Likewise.
16680         * soft-fp/floatsitf.c: Likewise.
16681         * soft-fp/floattidf.c: Likewise.
16682         * soft-fp/floattisf.c: Likewise.
16683         * soft-fp/floattitf.c: Likewise.
16684         * soft-fp/floatundidf.c: Likewise.
16685         * soft-fp/floatundisf.c: Likewise.
16686         * soft-fp/floatunditf.c: Likewise.
16687         * soft-fp/floatunsidf.c: Likewise.
16688         * soft-fp/floatunsisf.c: Likewise.
16689         * soft-fp/floatunsitf.c: Likewise.
16690         * soft-fp/floatuntidf.c: Likewise.
16691         * soft-fp/floatuntisf.c: Likewise.
16692         * soft-fp/floatuntitf.c: Likewise.
16693         * soft-fp/fmadf4.c: Likewise.
16694         * soft-fp/fmasf4.c: Likewise.
16695         * soft-fp/fmatf4.c: Likewise.
16696         * soft-fp/gedf2.c: Likewise.
16697         * soft-fp/gesf2.c: Likewise.
16698         * soft-fp/getf2.c: Likewise.
16699         * soft-fp/ledf2.c: Likewise.
16700         * soft-fp/lesf2.c: Likewise.
16701         * soft-fp/letf2.c: Likewise.
16702         * soft-fp/muldf3.c: Likewise.
16703         * soft-fp/mulsf3.c: Likewise.
16704         * soft-fp/multf3.c: Likewise.
16705         * soft-fp/negdf2.c: Likewise.
16706         * soft-fp/negsf2.c: Likewise.
16707         * soft-fp/negtf2.c: Likewise.
16708         * soft-fp/op-1.h: Likewise.
16709         * soft-fp/op-2.h: Likewise.
16710         * soft-fp/op-4.h: Likewise.
16711         * soft-fp/op-8.h: Likewise.
16712         * soft-fp/op-common.h: Likewise.
16713         * soft-fp/quad.h: Likewise.
16714         * soft-fp/single.h: Likewise.
16715         * soft-fp/soft-fp.h: Likewise.
16716         * soft-fp/sqrtdf2.c: Likewise.
16717         * soft-fp/sqrtsf2.c: Likewise.
16718         * soft-fp/sqrttf2.c: Likewise.
16719         * soft-fp/subdf3.c: Likewise.
16720         * soft-fp/subsf3.c: Likewise.
16721         * soft-fp/subtf3.c: Likewise.
16722         * soft-fp/truncdfsf2.c: Likewise.
16723         * soft-fp/trunctfdf2.c: Likewise.
16724         * soft-fp/trunctfsf2.c: Likewise.
16725         * soft-fp/trunctfxf2.c: Likewise.
16726         * soft-fp/unorddf2.c: Likewise.
16727         * soft-fp/unordsf2.c: Likewise.
16728         * soft-fp/unordtf2.c: Likewise.
16730 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16732         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16733         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16735 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16737         * elf/dl-libc.c: Clear initfini list after freeing.
16739 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16741         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16742         * soft-fp/addsf3.c: Likewise.
16743         * soft-fp/addtf3.c: Likewise.
16744         * soft-fp/divdf3.c: Likewise.
16745         * soft-fp/divsf3.c: Likewise.
16746         * soft-fp/divtf3.c: Likewise.
16747         * soft-fp/double.h: Likewise.
16748         * soft-fp/eqdf2.c: Likewise.
16749         * soft-fp/eqsf2.c: Likewise.
16750         * soft-fp/eqtf2.c: Likewise.
16751         * soft-fp/extenddftf2.c: Likewise.
16752         * soft-fp/extended.h: Likewise.
16753         * soft-fp/extendsfdf2.c: Likewise.
16754         * soft-fp/extendsftf2.c: Likewise.
16755         * soft-fp/extendxftf2.c: Likewise.
16756         * soft-fp/fixdfdi.c: Likewise.
16757         * soft-fp/fixdfsi.c: Likewise.
16758         * soft-fp/fixdfti.c: Likewise.
16759         * soft-fp/fixsfdi.c: Likewise.
16760         * soft-fp/fixsfsi.c: Likewise.
16761         * soft-fp/fixsfti.c: Likewise.
16762         * soft-fp/fixtfdi.c: Likewise.
16763         * soft-fp/fixtfsi.c: Likewise.
16764         * soft-fp/fixtfti.c: Likewise.
16765         * soft-fp/fixunsdfdi.c: Likewise.
16766         * soft-fp/fixunsdfsi.c: Likewise.
16767         * soft-fp/fixunsdfti.c: Likewise.
16768         * soft-fp/fixunssfdi.c: Likewise.
16769         * soft-fp/fixunssfsi.c: Likewise.
16770         * soft-fp/fixunssfti.c: Likewise.
16771         * soft-fp/fixunstfdi.c: Likewise.
16772         * soft-fp/fixunstfsi.c: Likewise.
16773         * soft-fp/fixunstfti.c: Likewise.
16774         * soft-fp/floatdidf.c: Likewise.
16775         * soft-fp/floatdisf.c: Likewise.
16776         * soft-fp/floatditf.c: Likewise.
16777         * soft-fp/floatsidf.c: Likewise.
16778         * soft-fp/floatsisf.c: Likewise.
16779         * soft-fp/floatsitf.c: Likewise.
16780         * soft-fp/floattidf.c: Likewise.
16781         * soft-fp/floattisf.c: Likewise.
16782         * soft-fp/floattitf.c: Likewise.
16783         * soft-fp/floatundidf.c: Likewise.
16784         * soft-fp/floatundisf.c: Likewise.
16785         * soft-fp/floatunsidf.c: Likewise.
16786         * soft-fp/floatunsisf.c: Likewise.
16787         * soft-fp/floatuntidf.c: Likewise.
16788         * soft-fp/floatuntisf.c: Likewise.
16789         * soft-fp/floatuntitf.c: Likewise.
16790         * soft-fp/fmadf4.c: Likewise.
16791         * soft-fp/fmasf4.c: Likewise.
16792         * soft-fp/fmatf4.c: Likewise.
16793         * soft-fp/gedf2.c: Likewise.
16794         * soft-fp/gesf2.c: Likewise.
16795         * soft-fp/getf2.c: Likewise.
16796         * soft-fp/ledf2.c: Likewise.
16797         * soft-fp/lesf2.c: Likewise.
16798         * soft-fp/letf2.c: Likewise.
16799         * soft-fp/muldf3.c: Likewise.
16800         * soft-fp/mulsf3.c: Likewise.
16801         * soft-fp/multf3.c: Likewise.
16802         * soft-fp/negdf2.c: Likewise.
16803         * soft-fp/negsf2.c: Likewise.
16804         * soft-fp/negtf2.c: Likewise.
16805         * soft-fp/op-1.h: Likewise.
16806         * soft-fp/op-2.h: Likewise.
16807         * soft-fp/op-4.h: Likewise.
16808         * soft-fp/op-8.h: Likewise.
16809         * soft-fp/op-common.h: Likewise.
16810         * soft-fp/quad.h: Likewise.
16811         * soft-fp/single.h: Likewise.
16812         * soft-fp/soft-fp.h: Likewise.
16813         * soft-fp/sqrtdf2.c: Likewise.
16814         * soft-fp/sqrtsf2.c: Likewise.
16815         * soft-fp/sqrttf2.c: Likewise.
16816         * soft-fp/subdf3.c: Likewise.
16817         * soft-fp/subsf3.c: Likewise.
16818         * soft-fp/subtf3.c: Likewise.
16819         * soft-fp/truncdfsf2.c: Likewise.
16820         * soft-fp/trunctfdf2.c: Likewise.
16821         * soft-fp/trunctfsf2.c: Likewise.
16822         * soft-fp/trunctfxf2.c: Likewise.
16823         * soft-fp/unorddf2.c: Likewise.
16824         * soft-fp/unordsf2.c: Likewise.
16825         * soft-fp/unordtf2.c: Likewise.
16827 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16829         [BZ #15672]
16830         * misc/error.c (error_tail): Fix possible buffer overflow.
16832 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16834         [BZ #13028]
16835         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16836         address.
16838 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16840         [BZ #832]
16841         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16842         testing pipefail option.
16844 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16846         * soft-fp/double.h: Indent preprocessor directives inside #if.
16847         * soft-fp/extended.h: Likewise.
16848         * soft-fp/op-2.h: Likewise.
16849         * soft-fp/op-4.h: Likewise.
16850         * soft-fp/op-common.h: Likewise.
16851         * soft-fp/quad.h: Likewise.
16852         * soft-fp/single.h: Likewise.
16853         * soft-fp/soft-fp.h: Likewise.
16855 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16857         * iconv/iconv_prog.c: Fix typos.
16858         * stdio-common/psiginfo-data.h: Likewise.
16860 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16862         [BZ #15764]
16863         * locale/setlocale.c: Fix typo.
16865 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16867         [BZ #16036]
16868         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16869         signaling NaN arguments.
16870         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16871         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16873         [BZ #14910]
16874         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16875         unordered operands.
16876         * soft-fp/gesf2.c (__gesf2): Likewise.
16877         * soft-fp/getf2.c (__getf2): Likewise.
16878         * soft-fp/ledf2.c (__ledf2): Likewise.
16879         * soft-fp/lesf2.c (__lesf2): Likewise.
16880         * soft-fp/letf2.c (__letf2): Likewise.
16882         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16883         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16884         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16885         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16886         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16887         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16888         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16889         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16890         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16891         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16892         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16893         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16894         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16895         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16896         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16897         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16898         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16899         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16900         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16901         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16902         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16903         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16904         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16905         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16906         * soft-fp/floattidf.c (__floattidf): Likewise.
16907         * soft-fp/floattisf.c (__floattisf): Likewise.
16908         * soft-fp/floattitf.c (__floattitf): Likewise.
16909         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16910         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16911         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16912         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16913         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16914         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16915         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16916         * soft-fp/gesf2.c (__gesf2): Likewise.
16917         * soft-fp/getf2.c (__getf2): Likewise.
16918         * soft-fp/ledf2.c (__ledf2): Likewise.
16919         * soft-fp/lesf2.c (__lesf2): Likewise.
16920         * soft-fp/letf2.c (__letf2): Likewise.
16922         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16923         Undefine and redefine.
16924         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16925         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16926         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16927         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16928         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16929         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16930         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16931         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16932         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16933         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16934         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16935         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16936         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16937         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16938         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16940         [BZ #16032]
16941         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16942         without decrementing exponent if mantissa >= that for the
16943         denominator, not >.
16944         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16945         denominator, not >.  Decrement exponent in < case instead of
16946         incrementing in >= case.
16947         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16948         without decrementing exponent if mantissa >= that for the
16949         denominator, not >.
16951         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16952         computing saturated result for unsigned overflow.
16954 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16955             Jeff Law  <law@redhat.com>
16957         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16958         (atan2Mp): Add systemtap probe marker.
16959         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16960         (__ieee754_log): Add systemtap probe marker.
16961         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16962         (atanMp): Add systemtap probe marker.
16963         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16964         (tanMp): Add systemtap probe marker.
16965         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16966         (__slowexp): Add systemtap probe marker.
16967         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16968         (__slowpow): Add systemtap probe marker.
16969         * manual/probes.texi: Document probes.
16971 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16973         [BZ #15362]
16974         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16975         written.
16976         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16977         written.
16978         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16979         written to buffer but not flushed.
16980         * libio/iofwrite_u.c:  Likewise.
16981         * libio/iopadn.c:  Return bytes returned even if EOF was
16982         encountered.
16983         * libio/iowpadn.c:  Likewise.
16984         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16985         if _IO_padn does not write the whole buffer.
16986         [!COMPILE_WPRINTF] (PAD): Likewise.
16988 2013-10-10  David S. Miller  <davem@davemloft.net>
16990         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16991         directory block.
16993 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16995         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16996         instead of FSF address.
16997         * soft-fp/fixdfti.c: Likewise.
16998         * soft-fp/fixsfti.c: Likewise.
16999         * soft-fp/fixtfti.c: Likewise.
17000         * soft-fp/fixunsdfti.c: Likewise.
17001         * soft-fp/fixunssfti.c: Likewise.
17002         * soft-fp/fixunstfti.c: Likewise.
17003         * soft-fp/floattidf.c: Likewise.
17004         * soft-fp/floattisf.c: Likewise.
17005         * soft-fp/floattitf.c: Likewise.
17006         * soft-fp/floatuntidf.c: Likewise.
17007         * soft-fp/floatuntisf.c: Likewise.
17008         * soft-fp/floatuntitf.c: Likewise.
17009         * soft-fp/trunctfxf2.c: Likewise.
17011         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17012         * soft-fp/fixdfti.c: Likewise.
17013         * soft-fp/fixsfti.c: Likewise.
17014         * soft-fp/fixtfti.c: Likewise.
17015         * soft-fp/fixunsdfti.c: Likewise.
17016         * soft-fp/fixunssfti.c: Likewise.
17017         * soft-fp/fixunstfti.c: Likewise.
17018         * soft-fp/floattidf.c: Likewise.
17019         * soft-fp/floattisf.c: Likewise.
17020         * soft-fp/floattitf.c: Likewise.
17021         * soft-fp/floatuntidf.c: Likewise.
17022         * soft-fp/floatuntisf.c: Likewise.
17023         * soft-fp/floatuntitf.c: Likewise.
17024         * soft-fp/trunctfxf2.c: Likewise.
17026 2013-10-10  David S. Miller  <davem@davemloft.net>
17028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17030 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17032         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17033         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17034         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17035         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17036         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17037         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17038         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17040         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17041         for NaNs before doing comparisons on argument.
17042         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17043         Likewise.
17045 2013-10-10  Will Newton  <will.newton@linaro.org>
17047         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17048         passed to _int_memalign does not overflow.
17050 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17052         * scripts/bench.pl: Add include-sources directive.
17053         * benchtests/README: Update documentation.
17055 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17057         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17058         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17059         instead of FP_INIT_ROUNDMODE.
17060         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17061         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17063         [BZ #16034]
17064         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17065         copy class of input value.
17066         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17067         not handle exceptions.
17068         * soft-fp/negsf2.c (__negsf2): Likewise.
17069         * soft-fp/negtf2.c (__negtf2): Likewise.
17070         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17072 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17074         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17075         semicolon.  From Linux kernel.
17077 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17079         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17081 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17083         [BZ #156]
17084         * manual/socket.texi: Added statement about buffer
17085         for gethostbyname2_r.
17087 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17089         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17090         Use .p2align directive instead, throughout.
17091         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17092         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17093         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17094         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17095         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17096         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17097         * sysdeps/x86_64/strchr.S: Likewise.
17098         * sysdeps/x86_64/strrchr.S: Likewise.
17100 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17102         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17104         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17106         * sysdeps/generic/math_private.h (__mpsin1): Remove
17107         declaration.
17108         (__mpcos1): Likewise.
17109         (__mpsin): New argument __range_reduce.
17110         (__mpcos): Likewise.
17111         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17112         (slow): Use __mpsin and __mpcos.
17113         (slow1): Likewise.
17114         (slow2): Likewise.
17115         (sloww): Likewise.
17116         (sloww1): Likewise.
17117         (sloww2): Likewise.
17118         (bsloww): Likewise.
17119         (bsloww1): Likewise.
17120         (bsloww2): Likewise.
17121         (cslow2): Likewise.
17122         (csloww): Likewise.
17123         (csloww1): Likewise.
17124         (csloww2): Likewise.
17125         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17126         range_reduce.  Merge in __mpsin1.
17127         (__mpcos): Likewise.
17128         (__mpsin1): Remove.
17129         (__mpcos1): Likewise.
17131 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17133         * locale/loadlocale.c (_nl_intern_locale_data): Use
17134         LOCFILE_ALIGNED_P.
17135         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17136         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17137         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17138         obstack data is appropriately aligned.
17139         (obstack_int32_grow_fast): Likewise.
17140         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17141         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17142         (add_locale_uint32_array): Likewise.
17144 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17146         * benchtests/Makefile: Remove ARGLIST and RET variables.
17147         ($(objpfx)bench-%.c): Pass only function name to the script.
17148         * benchtests/README: Update documentation.
17149         * benchtests/acos-inputs: Add new directives.
17150         * benchtests/acosh-inputs: Likewise.
17151         * benchtests/asin-inputs: Likewise.
17152         * benchtests/asinh-inputs: Likewise.
17153         * benchtests/atan-inputs: Likewise.
17154         * benchtests/atanh-inputs: Likewise.
17155         * benchtests/cos-inputs: Likewise.
17156         * benchtests/cosh-inputs: Likewise.
17157         * benchtests/exp-inputs: Likewise.
17158         * benchtests/log-inputs: Likewise.
17159         * benchtests/pow-inputs: Likewise.
17160         * benchtests/rint-inputs: Likewise.
17161         * benchtests/sin-inputs: Likewise.
17162         * benchtests/sinh-inputs: Likewise.
17163         * benchtests/tan-inputs: Likewise.
17164         * benchtests/tanh-inputs: Likewise.
17165         * scripts/bench.pl: Add support for new directives.
17167 2013-10-07  Alan Modra  <amodra@gmail.com>
17169         * README: Fix careless merge.
17171 2013-10-05  Alan Modra  <amodra@gmail.com>
17173         * NEWS: Mention powerpc64le support and bugs fixed.
17174         * README: Both big-endian and little-endian powerpc64 supported.
17176 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17178         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17179         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17180         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17181         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17183 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17185         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17186         match prototype.
17188 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17190         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17191         Move -mhard-float appending from
17192         ports/sysdeps/powerpc/powerpc32/Makefile.
17193         [$(with-fp) = yes] (ASFLAGS): Likewise.
17194         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17195         * sysdeps/powerpc/nofpu: Move directory from
17196         ports/sysdeps/powerpc/nofpu.
17197         * sysdeps/powerpc/soft-fp: Move directory from
17198         ports/sysdeps/powerpc/soft-fp.
17199         * sysdeps/powerpc/powerpc32/405: Move directory from
17200         ports/sysdeps/powerpc/powerpc32/405.
17201         * sysdeps/powerpc/powerpc32/440: Move directory from
17202         ports/sysdeps/powerpc/powerpc32/440.
17203         * sysdeps/powerpc/powerpc32/464: Move directory from
17204         ports/sysdeps/powerpc/powerpc32/464.
17205         * sysdeps/powerpc/powerpc32/476: Move directory from
17206         ports/sysdeps/powerpc/powerpc32/476.
17207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17208         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17210         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17212         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17214         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17216         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17217         * README: Update for powerpc-*-linux-gnu software floating point
17218         support in libc.
17220         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17221         case to powerpc/powerpc32*.
17222         * sysdeps/unix/sysv/linux/configure: Regenerated.
17224         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17225         (_FPU_MASK_OM): Define as 0x04.
17226         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17227         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17228         0x00c10080.
17229         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17230         0x0000003c.
17231         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17234         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17235         getcontext_e500.
17236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17237         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17238         setcontext_e500.
17239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17240         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17241         and setcontext_e500.
17243 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17245         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17247 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17249         * manual/threads.texi (Default Thread Attributes): Fix typo.
17251 2013-10-04  Will Newton  <will.newton@linaro.org>
17253         * malloc/Makefile: Add tst-memalign.
17254         * malloc/tst-memalign.c: New file.
17256         * malloc/tst-posix_memalign.c: Add comments.
17257         (do_test): Add comments and call free on all potentially
17258         allocated pointers. Add space after cast.
17260         * malloc/tst-pvalloc.c: Add comments.
17261         (do_test): Add comments and call free on all potentially
17262         allocated pointers. Remove duplicate check for NULL pointer.
17263         Add space after cast.
17265         * malloc/tst-valloc.c: Add comments.
17266         (do_test): Add comments and call free on all potentially
17267         allocated pointers. Remove duplicate check for NULL pointer.
17268         Add space after cast.
17270 2013-10-04  Alan Modra  <amodra@gmail.com>
17272         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17273         Use stdint types in rather than __attribute__((mode())).
17274         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17276 2013-10-04  Alan Modra  <amodra@gmail.com>
17278         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17279         Correct handling of unaligned relocs for little-endian.
17280         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17282 2013-10-04  Alan Modra  <amodra@gmail.com>
17284         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17285         * configure: Regenerate.
17286         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17287         * shlib-versions: Likewise.
17289 2013-10-04  Alan Modra  <amodra@gmail.com>
17291         * string/tester.c (test_memrchr): Increment reported test cycle.
17293 2013-10-04  Alan Modra  <amodra@gmail.com>
17295         * string/test-memcpy.c (do_one_test): When reporting errors, print
17296         string address and don't overrun end of string.
17298 2013-10-04  Alan Modra  <amodra@gmail.com>
17300         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17301         insrdi.  Make better use of reg selection to speed exit slightly.
17302         Schedule entry path a little better.  Remove useless "are we done"
17303         checks on entry to main loop.  Handle wrapping around zero address.
17304         Correct main loop count.  Handle single left-over word from main
17305         loop inline rather than by using loop_small.  Remove extra word
17306         case in loop_small caused by wrong loop count.  Add little-endian
17307         support.
17308         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17309         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17310         cache hint.
17311         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17312         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17313         support.  Avoid rlwimi.
17314         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17316 2013-10-04  Alan Modra  <amodra@gmail.com>
17318         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17319         insrdi.  Formatting.
17320         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17321         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17322         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17323         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17324         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17325         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17327 2013-10-04  Alan Modra  <amodra@gmail.com>
17329         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17330         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17331         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17332         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17333         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17334         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17335         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17336         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17337         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17338         use of regs.  Use power7 mtocrf.  Tidy function tails.
17340 2013-10-04  Alan Modra  <amodra@gmail.com>
17342         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17343         Formatting.  Consistently use rXXX register defines or rN defines.
17344         Use early exit labels that avoid restoring unused non-volatile regs.
17345         Make cr field use more consistent with rWORDn compares.  Rename
17346         regs used as shift registers for unaligned loop, using rN defines
17347         for short lifetime/multiple use regs.
17348         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17349         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17350         addi 1,1,64 to pop stack frame.  Simplify return value code.
17351         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17353 2013-10-04  Alan Modra  <amodra@gmail.com>
17355         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17356         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17357         rather than rlwimi.
17358         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17359         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17360         little-endian support.  Correct typos.
17361         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17362         rather than rlwimi.
17363         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17364         in loop and entry code to keep "and." results.
17365         (strchr): Add little-endian support.  Comment.  Move cntlzd
17366         earlier in tail.
17367         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17369 2013-10-04  Alan Modra  <amodra@gmail.com>
17371         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17372         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17373         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17374         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17376 2013-10-04  Alan Modra  <amodra@gmail.com>
17378         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17379         (rTMP): Define as r11.
17380         (strcmp): Add little-endian support.  Optimise tail.
17381         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17382         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17383         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17384         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17385         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17386         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17387         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17389 2013-10-04  Alan Modra  <amodra@gmail.com>
17391         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17392         little-endian support.  Remove unnecessary "are we done" tests.
17393         Handle "s" wrapping around zero and extremely large "size".
17394         Correct main loop count.  Handle single left-over word from main
17395         loop inline rather than by using small_loop.  Correct comments.
17396         Delete "zero" tail, use "end_max" instead.
17397         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17399 2013-10-04  Alan Modra  <amodra@gmail.com>
17401         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17402         support.  Don't branch over align.
17403         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17404         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17405         support.  Rearrange tmp reg use to suit.  Comment.
17406         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17408 2013-10-04  Alan Modra  <amodra@gmail.com>
17410         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17412 2013-10-04  Alan Modra  <amodra@gmail.com>
17414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17415         conditional form of branch and link when obtaining pc.
17416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17418 2013-10-04  Alan Modra  <amodra@gmail.com>
17420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17421         HIWORD/LOWORD.
17422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17425 2013-10-04  Alan Modra  <amodra@gmail.com>
17427         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17428         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17429         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17430         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17431         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17432         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17433         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17434         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17435         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17436         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17438 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17439             Alistair Popple <alistair@ozlabs.au.ibm.com>
17440             Alan Modra <amodra@gmail.com>
17442         [BZ #15723]
17443         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17444         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17445         _dl_hwcap access for little-endian.
17446         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17447         destroy vmx regs when saving unaligned.
17448         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17449         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17450         destroy vmx regs when saving unaligned.
17452 2013-10-04  Alan Modra  <amodra@gmail.com>
17454         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17455         Don't use a union to pack hi/low value.
17457 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17459         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17460         for little-endian.
17461         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17462         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17463         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17464         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17465         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17467 2013-10-04  Alan Modra  <amodra@gmail.com>
17469         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17470         constants to usual value for .cst8 section, and remove redundant
17471         high address load.
17472         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17473         constant for 0x1p52.  Load little-endian words of double from
17474         correct stack offsets.
17476 2013-10-04  Alan Modra  <amodra@gmail.com>
17478         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17479         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17480         words of double from correct stack offsets.
17481         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17482         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17483         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17484         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17485         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17486         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17487         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17488         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17489         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17490         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17491         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17492         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17493         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17494         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17495         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17496         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17497         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17499 2013-10-04  Alan Modra  <amodra@gmail.com>
17501         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17502         64-bit int/double union.
17503         (_FPU_SETCW): Likewise.
17504         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17505         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17507 2013-10-04  Alan Modra  <amodra@gmail.com>
17509         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17510         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17512 2013-10-04  Alan Modra  <amodra@gmail.com>
17514         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17515         use vector int constants.
17516         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17518 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17520         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17521         array with long long.
17522         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17523         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17524         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17525         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17526         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17527         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17528         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17529         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17530         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17531         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17532         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17533         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17534         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17536 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17538         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17539         (__signbit): Likewise.  Correct for little-endian.
17540         (__signbitl): Call __signbit.
17541         (lrint): Correct for little-endian.
17542         (lrintf): Call lrint.
17544 2013-10-04  Alan Modra  <amodra@gmail.com>
17546         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17547         union 32-bit int array member with 64-bit int array.
17548         (t515, tm256): Double rather than long double.
17549         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17551 2013-10-04  Alan Modra  <amodra@gmail.com>
17553         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17554         Delete.
17555         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17556         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17557         version of math_ldbl.h.
17559 2013-10-04  Alan Modra  <amodra@gmail.com>
17561         [BZ #15734], [BZ #15735]
17562         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17563         all uses of ieee875 long double macros and unions.  Simplify test
17564         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17565         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17566         normalize after ldbl_extract_mantissa, and don't add hidden bit
17567         already handled.  Don't treat low word of ieee854 mantissa like
17568         low word of IBM long double and mask off bit when testing for
17569         zero.
17570         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17571         all uses of ieee875 long double macros and unions.  Simplify tests
17572         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17573         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17574         two1022, instead use their values.  Recognise that tests for large
17575         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17576         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17577         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17578         test for 0.0L and nan.  Correct negation.
17579         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17580         ieee875 long double macros and unions.  Correct output for large
17581         magnitude x.  Correct absolute value calculation.
17582         (__erfcl): Likewise.
17583         * math/libm-test.inc: Add tests for errors discovered in IBM long
17584         double versions of fmodl, remainderl, erfl and erfcl.
17586 2013-10-04  Alan Modra  <amodra@gmail.com>
17588         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17589         all uses of ieee854 long double macros and unions.  Simplify tests
17590         for long doubles that are fully specified by the high double.
17591         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17592         Likewise.
17593         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17594         Remove dead code too.
17595         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17596         (__ieee754_ynl): Likewise.
17597         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17598         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17599         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17600         Remove dead code too.
17601         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17602         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17603         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17604         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17605         Simplify.
17606         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17607         Simplify.
17608         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17609         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17610         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17611         Comment on variable precision.
17612         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17613         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17614         Likewise.
17615         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17616         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17617         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17618         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17619         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17621 2013-10-04  Alan Modra  <amodra@gmail.com>
17623         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17624         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17625         all uses of ieee854 long double macros and unions.
17626         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17627         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17628         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17629         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17630         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17631         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17632         Likewise.
17633         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17634         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17635         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17636         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17637         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17638         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17639         Simplify sign and nan test too.
17640         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17641         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17642         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17643         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17644         Likewise.
17645         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17646         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17647         Likewise.
17648         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17649         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17650         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17651         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17652         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17653         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17655 2013-10-04  Alan Modra  <amodra@gmail.com>
17657         * stdio-common/printf_size.c (__printf_size): Don't use
17658         union ieee854_long_double in fpnum union.
17659         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17660         signbit macro to retrieve sign from long double.
17661         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17662         retrieve sign from long double.
17663         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17664         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17665         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17666         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17667         * math/test-misc.c (main): Don't use union ieee854_long_double.
17669 2013-10-04  Alan Modra  <amodra@gmail.com>
17671         [BZ #15680]
17672         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17673         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17674         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17675         calculation.  Remove unnecessary test for denormal exponent.
17676         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17677         Correct handling of denormals.  Avoid undefined shift behaviour.
17678         Correct normalisation of low mantissa when low double is denormal.
17679         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17680         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17681         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17682         Correct normalisation of low mantissa.  Test for overflow of high
17683         mantissa and normalise.
17684         (ldbl_nearbyint): Use more readable constant for two52.
17685         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17686         (__mpn_construct_long_double): Fix test for overflow of high
17687         mantissa and correct normalisation.  Avoid undefined shift.
17689 2013-10-04  Alan Modra  <amodra@gmail.com>
17691         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17692         (union ibm_extended_long_double): Define as an array of ieee754_double.
17693         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17694         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17695         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17696         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17697         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17698         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17699         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17700         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17701         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17702         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17703         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17705 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17707         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17708         page size instead of calling getpagesize.
17710         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17711         (LOCFILE_ALIGN_MASK): Likewise.
17712         (LOCFILE_ALIGN_UP): Likewise.
17713         (LOCFILE_ALIGNED_P): Likewise.
17714         * locale/programs/ld-collate.c (collate_output): Use the new
17715         macros instead of __alignof__ (int32_t).
17716         * locale/weight.h (findidx): Likewise.
17718 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17720         [BZ #431]
17721         * manual/string.texi: Fix strncat and wcsncat.
17723 2013-10-03  Brooks Moses  <bmoses@google.com>
17725         [BZ #15915]
17726         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17727         * Makerules: ...here, and adjust associated comments.
17729 2013-10-02  Will Newton  <will.newton@linaro.org>
17731         * malloc/Makefile: Add tst-pvalloc.
17732         * malloc/tst-pvalloc.c: New file.
17734 2013-10-02  Will Newton  <will.newton@linaro.org>
17736         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17737         improve test coverage.
17739 2013-10-02  Will Newton  <will.newton@linaro.org>
17741         * malloc/Makefile: Add tst-posix_memalign.
17742         * malloc/tst-posix_memalign.c: New file.
17744 2013-10-01  Eric Blake  <eblake@redhat.com>
17746         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17747         Use __THROWNL rather than __THROW on static functions.
17749 2013-09-30  Petr Machata  <pmachata@redhat.com>
17751         * elf/elf.h (R_AARCH64_ABS16): New macro.
17752         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17753         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17754         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17755         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17756         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17757         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17758         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17759         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17760         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17761         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17762         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17763         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17764         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17765         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17766         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17767         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17768         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17769         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17770         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17771         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17772         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17773         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17774         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17775         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17776         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17777         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17778         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17779         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17780         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17781         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17782         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17783         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17784         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17785         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17786         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17787         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17788         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17789         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17790         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17791         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17792         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17793         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17794         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17795         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17796         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17797         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17798         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17799         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17800         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17801         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17802         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17803         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17804         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17805         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17806         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17807         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17808         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17809         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17810         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17811         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17812         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17813         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17814         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17815         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17816         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17817         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17818         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17819         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17820         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17821         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17822         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17823         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17824         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17825         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17826         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17827         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17828         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17829         (R_AARCH64_TLSDESC_LDR): Likewise.
17830         (R_AARCH64_TLSDESC_ADD): Likewise.
17831         (R_AARCH64_TLSDESC_CALL): Likewise.
17833 2013-09-30  Andreas Schwab  <schwab@suse.de>
17835         [BZ #15048]
17836         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17837         the nss database lookup.
17838         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17839         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17841 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17843         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17845 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17847         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17848         ${Bash-specific parameter/pattern/string} parameter expansion.
17849         * sysdeps/unix/make-syscalls.sh: Likewise.
17851 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17853         * sysdeps/sh/stackguard-macros.h: New file.
17855 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17857         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17858         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17859         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17860         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17861         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17862         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17864 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17866         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17867         Fix thread ID register.
17869 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17871         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17872         [POSIX || UNIX98]: Require rather than permitting all symbols from
17873         <time.h>.
17874         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17875         element of struct sched_param.
17876         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17877         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17878         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17879         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17880         constant.
17882 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17884         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17885         argument calculation.
17887 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17889         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17890         Expect macro.
17891         [POSIX] (pthread_attr_t): Do not require type.
17892         [POSIX] (pthread_cond_t): Likewise.
17893         [POSIX] (pthread_condattr_t): Likewise.
17894         [POSIX] (pthread_key_t): Likewise.
17895         [POSIX] (pthread_mutex_t): Likewise.
17896         [POSIX] (pthread_mutexattr_t): Likewise.
17897         [POSIX] (pthread_once_t): Likewise.
17898         [POSIX] (pthread_t): Likewise.
17899         [POSIX-based standards] (pthread_atfork): Expect function.
17901 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17902             Richard Sandiford  <richard@codesourcery.com>
17904         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17905         (swap_endianness_p): New extern variable.
17906         (set_big_endian): New inline function.
17907         (maybe_swap_uint32): Likewise.
17908         (maybe_swap_uint32_array): Likewise.
17909         (maybe_swap_uint32_obstack): Likewise.
17910         * locale/programs/locfile.c: Include <stdbool.h>.
17911         (swap_endianness_p): New variable.
17912         (add_locale_uint32): Call maybe_swap_uint32.
17913         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17914         (write_locale_data): Call maybe_swap_uint32_array.
17915         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17916         maybe_swap_uint32.
17917         (obstack_int32_grow_fast): Likewise.
17918         (output_weightwc): Call maybe_swap_uint32_obstack.
17919         (collate_output): Likewise.
17920         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17921         (OPT_LITTLE_ENDIAN): Likewise.
17922         (options): Add --little-endian and --big-endian options.
17923         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17924         * locale/programs/locarchive.c: Include "locfile.h".
17925         (GET): New macro.
17926         (SET): Likewise.
17927         (INC): Likewise.
17928         (create_archive): Use the new macros to access fields of
17929         structures directly mapped from or written to locale archives.
17930         (oldlocrecentcmp): Likewise.
17931         (enlarge_archive): Likewise.
17932         (insert_name): Likewise.
17933         (add_alias): Likewise.
17934         (add_locale): Likewise.
17935         (delete_locales_from_archive): Likewise.
17936         (show_archive_content): Likewise.
17937         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17938         locale data.
17940 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17942         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17943         http://www.gnu.org/doc/freemanuals.texi.
17944         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17946 2013-09-24  Will Newton  <will.newton@linaro.org>
17948         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17949         macro.
17951 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17953         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17954         unsigned char.
17956 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17958         * manual/threads.texi (POSIX Threads): Fix a typo.
17960 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17962         [BZ #14547]
17963         * string/tst-strcoll-overflow.c: New test case.
17964         * string/Makefile (xtests): Add tst-strcoll-overflow.
17965         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17966         cache if string sizes may cause integer overflow.
17968         [BZ #14547]
17969         * string/strcoll_l.c (coll_seq): New members rule, idx,
17970         save_idx and back_us.
17971         (get_next_seq_nocache): New function.
17972         (do_compare_nocache): New function.
17973         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17974         when malloc fails.
17976 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17978         [BZ #15754]
17979         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17980         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17981         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17983         [BZ #15754]
17984         * elf/Makefile (tests): Add tst-ptrguard1.
17985         (tests-static): Add tst-ptrguard1-static.
17986         (tst-ptrguard1-ARGS): Define.
17987         (tst-ptrguard1-static-ARGS): Define.
17988         * elf/tst-ptrguard1.c: New file.
17989         * elf/tst-ptrguard1-static.c: New file.
17990         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17991         * sysdeps/i386/stackguard-macros.h: Likewise.
17992         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17993         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17994         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17995         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17996         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17997         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17999 2013-09-23  Hector Marco  <hecmargi@upv.es>
18000             Ismael Ripoll  <iripoll@disca.upv.es>
18001             Carlos O'Donell  <carlos@redhat.com>
18003         [BZ #15754]
18004         * sysdeps/generic/stackguard-macros.h: Define
18005         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18006         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18007         Define __pointer_chk_guard_local.
18008         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18009         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18011 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18013         [BZ #15859]
18014         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18016 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18018         * include/string.h (__ffs): Declare as hidden.
18019         * string/ffs.c (__ffs): Define as hidden.
18020         * sysdeps/i386/ffs.c (__ffs): Likewise.
18021         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18022         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18023         * sysdeps/s390/ffs.c (__ffs): Likewise.
18024         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18026 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18028         * NEWS: Mention malloc probes.
18030         * malloc/arena.c (new_heap): New memory_heap_new probe.
18031         (grow_heap): New memory_heap_more probe.
18032         (shrink_heap): New memory_heap_less probe.
18033         (heap_trim): New memory_heap_free probe.
18034         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18035         (systrim): New memory_sbrk_less probe.
18036         * manual/probes.texi: Document them.
18038         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18039         * manual/probes.texi: Document it.
18041         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18042         (__libc_realloc): Add memory_realloc_retry probe.
18043         (__libc_memalign): Add memory_memalign_retry probe.
18044         (__libc_valloc): Add memory_valloc_retry probe.
18045         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18046         (__libc_calloc): Add memory_calloc_retry probe.
18047         * manual/probes.texi: Document them.
18049         * malloc/arena.c (get_free_list): Add probe
18050         memory_arena_reuse_free_list.
18051         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18052         and memory_arena_reuse.
18053         (arena_get2) [!PER_THREAD]: Likewise.
18054         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18055         memory_arena_reuse_realloc.
18056         * manual/probes.texi: Document them.
18058         * malloc/malloc.c (__libc_free): Add
18059         memory_mallopt_free_dyn_thresholds probe.
18060         (__libc_mallopt): Add multiple memory_mallopt probes.
18061         * manual/probes.texi: Document them.
18063         * malloc/malloc.c: Include stap-probe.h.
18064         (__libc_mallopt): Add memory_mallopt probe.
18065         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18066         * manual/probes.texi: New.
18067         * manual/Makefile (chapters): Add probes.
18068         * manual/threads.texi: Set next node.
18070 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18072         [BZ #15963, #13985]
18073         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18074         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18075         Add `Chinese' to `nan' entry name.
18077 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18079         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18080         (POLYNOMIAL): Likewise.
18081         (TAYLOR_SINCOS): Likewise.
18082         (TAYLOR_SLOW): Likewise.
18083         (__sin): Use TAYLOR_SINCOS.
18084         (__cos): Likewise.
18085         (slow): Use TAYLOR_SLOW.
18086         (sloww): Likewise.
18087         (bsloww): Likewise.
18088         (csloww): Likewise.
18090 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18092         * stdlib/strtod_l.c: Fix buffer overrun.
18094 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18096         * benchtests/Makefile (bench): Add sincos.
18097         * benchtests/bench-sincos.c: New file.
18099         * math/libm-test.inc (cos_test_data): New test inputs.
18100         (sin_test_data): Likewise.
18102         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18103         macro.
18104         (__sin): Use it.
18105         (__cos): Likewise.
18106         (slow1): Likewise.
18107         (slow2): Likewise.
18108         (sloww1): Likewise.
18109         (sloww2): Likewise.
18110         (bsloww1): Likewise.
18111         (bsloww2): Likewise.
18112         (cslow2): Likewise.
18113         (csloww1): Likewise.
18114         (csloww2): Likewise.
18116         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18117         function.
18118         (__sin): Use it.
18119         (__cos): Likewise.
18121         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18122         gotos.
18123         (__cos): Likewise.
18125 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18127         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18128         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18129         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18130         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18131         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18132         * elf/cache.c (print_entry): Handle the new cache flags.
18134 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18135             Aldy Hernandez  <aldyh@redhat.com>
18137         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18138         Change condition to [_SOFT_FLOAT].
18139         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18140         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18141         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18142         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18143         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18144         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18145         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18147         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18148         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18149         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18150         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18151         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18152         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18153         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18154         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18155         declaration.
18157 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18159         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18160         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18161         (__longjmp): Use LOAD_GP to load saved GPRs.
18162         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18163         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18164         (__sigsetjmp): Use SAVE_GP to save GPRs.
18166         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18167         Do not append -msoft-float.
18168         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18170 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18172         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18174 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18176         [BZ #15966]
18177         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18178         (_FPU_GETCW): Use initial "__" on variable and field names but not
18179         on macro parameter name.
18180         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18181         parentheses around reference to macro parameter.
18183 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18185         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18186         prototype.
18187         (ctype_startup): Use uint32_t in cast and sizeof for
18188         ctype->charnames.
18190 2013-09-11  Jia Liu  <proljc@gmail.com>
18192         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18193         __daddr_t_defined.
18194         [__FreeBSD__]: Likewise.
18196 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18198         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18199         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18200         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18201         (strchr): Remove __strchr_sse42 ifunc selection.
18202         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18203         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18205 2013-09-11  Will Newton  <will.newton@linaro.org>
18207         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18208         parameter to RES. Remove hardcoded 1000 value.
18209         * benchtests/bench-skeleton.c (main): Pass RES parameter
18210         to TIMING_INIT and multiply result by 1000.
18212 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18216 2013-09-11  Andreas Schwab  <schwab@suse.de>
18218         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18219         if not defined.
18220         (O_TMPFILE) [__USE_GNU]: Define.
18221         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18222         Define.
18224 2013-09-11  Will Newton  <will.newton@linaro.org>
18226         [BZ #15857]
18227         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18228         does not overflow.
18230 2013-09-11  Will Newton  <will.newton@linaro.org>
18232         [BZ #15856]
18233         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18234         does not overflow.
18236 2013-09-11  Will Newton  <will.newton@linaro.org>
18238         [BZ #15855]
18239         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18240         does not overflow.
18242 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18244         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18245         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18246         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18247         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18248         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18250 2013-09-10  Allan McRae  <allan@archlinux.org>
18252         [BZ #15748]
18253         * manual/arith.texi (Parsing of Floats): Clarify
18254         cross-reference.
18256         [BZ #15849]
18257         * manual/install.texi (Running make install): Mention
18258         --enable-pt-chown.
18259         * INSTALL: Regenerated.
18261 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18263         * csu/init-first.c (_init): Remove the !SHARED condition around
18264         FPU control word initialization.
18265         * elf/dl-support.c (_dl_fpu_control): New variable.
18266         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18267         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18268         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18269         * math/test-fpucw-static.c: New file.
18270         * math/test-fpucw-ieee.c: New file.
18271         * math/test-fpucw-ieee-static.c: New file.
18272         * math/Makefile (tests): Add `test-fpucw-ieee' and
18273         `$(tests-static)'.
18274         (tests-static): New variable.
18275         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18276         dependency to...
18277         [($(build-shared),yes)]
18278         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18279         ... this.
18280         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18281         New dependency.
18283 2013-09-09  Allan McRae  <allan@archlinux.org>
18285         [BZ #15939]
18286         * manual/string.texi (Collation Functions): Fix typo in
18287         strcoll example.
18288         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18290         [BZ #15893]
18291         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18293         [BZ #15892]
18294         * libio/memstream.c (open_memstream): Fix memory leak.
18295         * libio/wmemstream.c (open_wmemstream): Likewise.
18297         [BZ #15895]
18298         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18300 2013-09-09  Will Newton  <will.newton@linaro.org>
18302         * malloc/Makefile: Add tst-realloc to tests.
18303         * malloc/tst-realloc.c: New file.
18305 2013-09-09  Allan McRae  <allan@archlinux.org>
18307         [BZ #15844]
18308         * COPYING: Update from GNU website to fix FSF address.
18309         * COPYING.LIB: Likewise.
18311 2013-09-06  David S. Miller  <davem@davemloft.net>
18313         * po/zh_TW.po: Update Chinese (traditional) translation from
18314         translation project.
18316 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18317             Joseph Myers  <joseph@codesourcery.com>
18319         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18320         "localeinfo.h".
18321         (obstack_chunk_alloc): New macro.
18322         (obstack_chunk_free): Likewise.
18323         (record_offset): New function.
18324         (init_locale_data): Likewise.
18325         (align_locale_data): Likewise.
18326         (add_locale_empty): Likewise.
18327         (add_locale_raw_data): Likewise.
18328         (add_locale_raw_obstack): Likewise.
18329         (add_locale_string): Likewise.
18330         (add_locale_wstring): Likewise.
18331         (add_locale_uint32): Likewise.
18332         (add_locale_uint32_array): Likewise.
18333         (add_locale_char): Likewise.
18334         (start_locale_structure): Likewise.
18335         (end_locale_structure): Likewise.
18336         (start_locale_prelude): Likewise.
18337         (end_locale_prelude): Likewise.
18338         (write_locale_data): Take locale_file structure rather than an
18339         iovec.
18340         * locale/programs/locfile.h: Include "obstack.h".
18341         (struct locale_file): Change to store locale file contents instead
18342         of header.
18343         (init_locale_data): New prototype.
18344         (align_locale_data): Likewise.
18345         (add_locale_empty): Likewise.
18346         (add_locale_raw_data): Likewise.
18347         (add_locale_raw_obstack): Likewise.
18348         (add_locale_string): Likewise.
18349         (add_locale_wstring): Likewise.
18350         (add_locale_uint32): Likewise.
18351         (add_locale_uint32_array): Likewise.
18352         (add_locale_char): Likewise.
18353         (start_locale_structure): Likewise.
18354         (end_locale_structure): Likewise.
18355         (start_locale_prelude): Likewise.
18356         (end_locale_prelude): Likewise.
18357         (write_locale_data): Update prototype.
18358         * locale/programs/3level.h (struct TABLE): Remove result field.
18359         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18360         Use new locale_file interface.
18361         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18362         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18363         * locale/programs/ld-address.c (address_output): Use new
18364         locale_file interface.
18365         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18366         NO_ADD_LOCALE.
18367         (collate_finish): Don't call collseq_table_finalize.
18368         (collate_output): Use new locale_file interface.
18369         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18370         in file.
18371         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18372         (TABLE): Move defines earlier in file.
18373         (ELEMENT): Likewise.
18374         (DEFAULT): Likewise.
18375         (wctrans_table_add): Move macro and inline function earlier in
18376         file.
18377         (struct wctype_table): Move type earlier in file.
18378         (add_locale_wctype_table): New static prototype.
18379         (struct locale_ctype_t): Use logical types instead of struct iovec
18380         pointers for members.
18381         (ctype_output): Use new locale_file interface.
18382         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18383         new locale_file interface.
18384         (allocate_arrays): Update for use of new locale_file interface.
18385         * locale/programs/ld-identification.c (identification_output): Use
18386         new locale_file interface.
18387         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18388         * locale/programs/ld-messages.c (messages_output): Likewise.
18389         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18390         * locale/programs/ld-name.c (name_output): Likewise.
18391         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18392         * locale/programs/ld-paper.c (paper_output): Likewise.
18393         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18394         * locale/programs/ld-time.c (time_output): Likewise.
18396 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18398         * benchtests/Makefile: Add memrchr benchmark.
18399         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18400         benchmark as memrchr.
18401         * benchtests/bench-memrchr-ifunc.c: New file.
18402         * benchtests/bench-memrchr.c: New file.
18404 2013-09-06   Will Newton  <will.newton@linaro.org>
18406         * benchtests/Makefile (string-bench): Add memcpy.
18408 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18409             Cong Wang  <amwang@redhat.com>
18411         [BZ #15850]
18412         * sysdeps/unix/sysv/linux/bits/in.h
18413         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18414         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18415         before __USE_KERNEL_IPV6_DEFS uses.
18416         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18417         IPPROTO_BEETPH.
18418         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18419         sockaddr_in6, or ipv6_mreq.
18421 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18423         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18424         memory access for final bytes in some large inputs.
18425         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18427 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18429         * string/test-memrchr.c: New file.
18430         * string/test-memrchr-ifunc.c: New file.
18431         * string/Makefile: Add new memrchr testcase.
18433 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18435         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18436         fanotify_init returns EPERM.
18438 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18440         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18441         errors.
18442         (top level): Treat second token from macro or constant entries for
18443         allowed headers as allowed.
18444         * include/complex.h: Condition internal declarations on
18445         [!_ISOMAC].
18446         * include/fenv.h: Condition include of <stdbool.h> and internal
18447         declarations on [!_ISOMAC].
18449 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18451         [BZ #15923]
18452         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18454 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18456         * configure.in (--enable-versioning): Remove configure option.
18457         (libc_cv_asm_symver_directive): Remove configure test.
18458         (libc_cv_ld_version_script_option): Likewise.
18459         (VERSIONING): Remove variable and AC_SUBST.
18460         (DO_VERSIONING): Remove AC_DEFINE.
18461         * configure: Regenerated.
18462         * config.h.in (DO_VERSIONING): Remove macro.
18463         * Makerules [$(versioning) = yes]: Change conditionals to
18464         [$(build-shared) = yes].
18465         * config.make.in (versioning): Remove variable.
18466         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18467         [$(build-shared) = yes].
18468         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18469         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18470         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18471         [$(build-shared) = yes].
18472         * extra-lib.mk [$(versioning) = yes]: Likewise.
18473         * hurd/Makefile [$(versioning) = yes]: Likewise.
18474         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18475         [SHARED].
18476         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18477         [SHARED].
18478         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18479         [SHARED && !NO_HIDDEN].
18480         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18481         [SHARED].
18482         [SHARED && DO_VERSIONING]: Likewise..
18483         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18484         [$(build-shared) = yes].
18485         * manual/install.texi (--disable-versioning): Remove
18486         documentation.
18487         * INSTALL: Regenerated.
18488         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18489         to [SHARED].
18490         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18491         [$(build-shared) = yes].
18492         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18493         * sysdeps/i386/i686/multiarch/strstr-c.c
18494         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18495         [SHARED && !NO_HIDDEN].
18496         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18497         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18498         * sysdeps/powerpc/powerpc32/dl-machine.c
18499         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18500         * sysdeps/powerpc/powerpc32/sysdep.h
18501         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18502         to [SHARED && PIC && !NO_HIDDEN].
18503         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18504         conditional to [SHARED].
18506 2013-09-04   Will Newton  <will.newton@linaro.org>
18508         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18509         * benchtests/bench-string.h: Include bench-timing.h instead
18510         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18511         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18512         call to HP_TIMING_DIFF_INIT.
18513         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18514         instead of hp-timing.h macros.
18515         * benchtests/bench-memchr.c: Likewise.
18516         * benchtests/bench-memcmp.c: Likewise.
18517         * benchtests/bench-memcpy.c: Likewise.
18518         * benchtests/bench-memmem.c: Likewise.
18519         * benchtests/bench-memmove.c: Likewise.
18520         * benchtests/bench-memset.c: Likewise.
18521         * benchtests/bench-rawmemchr.c: Likewise.
18522         * benchtests/bench-strcasecmp.c: Likewise.
18523         * benchtests/bench-strcasestr.c: Likewise.
18524         * benchtests/bench-strcat.c: Likewise.
18525         * benchtests/bench-strchr.c: Likewise.
18526         * benchtests/bench-strcmp.c: Likewise.
18527         * benchtests/bench-strcpy.c: Likewise.
18528         * benchtests/bench-strcpy_chk.c: Likewise.
18529         * benchtests/bench-strlen.c: Likewise.
18530         * benchtests/bench-strncasecmp.c: Likewise.
18531         * benchtests/bench-strncat.c: Likewise.
18532         * benchtests/bench-strncmp.c: Likewise.
18533         * benchtests/bench-strncpy.c: Likewise.
18534         * benchtests/bench-strnlen.c: Likewise.
18535         * benchtests/bench-strpbrk.c: Likewise.
18536         * benchtests/bench-strrchr.c: Likewise.
18537         * benchtests/bench-strspn.c: Likewise.
18538         * benchtests/bench-strstr.c: Likewise.
18540 2013-09-04  Will Newton  <will.newton@linaro.org>
18542         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18544 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18546         [BZ #15427]
18547         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18548         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18549         * math/libm-test.inc (lgamma_test_data): Add more tests.
18550         * sysdeps/i386/fpu/libm-test-ulps: Update.
18551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18553 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18555         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18556         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18557         Add ifunc.
18558         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18559         Add strcmp-sse2-unaligned
18560         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18562 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18564         * Versions.def (libc): Add GLIBC_2.19.
18566 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18568         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18569         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18571 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18573         [BZ #14155]
18574         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18575         intermediate calculations in recurrence.
18576         (__ieee754_ynf): Likewise.
18577         * math/libm-test.inc (jn_test_data): Do not allow spurious
18578         underflow exception.  Add more tests.
18579         (yn_test_data): Add more tests.
18580         * sysdeps/i386/fpu/libm-test-ulps: Update.
18581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18583 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18585         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18587 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18589         * csu/init-first.c: Fix then/than typos.
18590         * locale/programs/ld-collate.c: Likewise.
18591         * locale/programs/linereader.h: Likewise.
18592         * manual/charset.texi: Likewise.
18593         * manual/filesys.texi: Likewise.
18594         * manual/stdio.texi: Likewise.
18595         * manual/string.texi: Likewise.
18596         * stdlib/fmtmsg.c: Likewise.
18597         * sysdeps/i386/stpncpy.S: Likewise.
18598         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18599         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18600         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18601         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18603 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18605         * elf/dl-open.c: Fix typos.
18606         * iconvdata/gbbig5.c: Likewise.
18607         * iconvdata/iso-2022-jp.c: Likewise.
18608         * iconv/gconv_int.h: Likewise.
18609         * iconv/loop.c: Likewise.
18610         * nis/rpcsvc/nis.h: Likewise.
18611         * resolv/ns_name.c: Likewise.
18612         * stdio-common/vfscanf.c: Likewise.
18613         * streams/stropts.h: Likewise.
18614         * sunrpc/rpc_thread.c: Likewise.
18615         * sysdeps/i386/strpbrk.S: Likewise.
18616         * sysdeps/ieee754/k_standard.c: Likewise.
18617         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18618         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18619         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18620         * sysdeps/mach/hurd/profil.c: Likewise.
18621         * sysdeps/s390/dl-procinfo.h: Likewise.
18622         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18623         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18624         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18625         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18626         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18628 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18630         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18631         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18633 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18635         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18636         aix specific files.
18637         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18638         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18639         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18640         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18641         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18642         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18643         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18644         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18646 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18647             Roland McGrath  <roland@hack.frob.com>
18649         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18650         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18652 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18654         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18655         __executable_start symbol instead of _start.
18657 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18659         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18660         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18661         Move macros to...
18662         * sysdeps/gnu/ldsodefs.h: ... this new file.
18664         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18665         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18666         instead of ELFOSABI_LINUX.
18668         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18669         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18670         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18671         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18672         Likewise.
18673         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18674         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18675         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18676         Likewise.
18677         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18678         (ibm_extended_long_double): Add ieee_nan member.
18679         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18680         (do_test): New function.
18682         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18683         TEST_TRUNC.
18684         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18685         functions, renamed from truncdfsf_test, trunctfsf_test,
18686         trunctfdf_test.
18687         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18688         functions.
18689         (do_test): Run all these.
18691 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18693         * argp/argp-help.c: Fix typos.
18694         * argp/argp-parse.c: Likewise.
18695         * debug/backtracesyms.c: Likewise.
18696         * elf/elf.h: Likewise.
18697         * malloc/malloc.c: Likewise.
18698         * nis/nis_print.c: Likewise.
18699         * resolv/res_comp.c: Likewise.
18700         * stdlib/stdlib.h: Likewise.
18701         * sunrpc/clnt_tcp.c: Likewise.
18702         * sunrpc/clnt_udp.c: Likewise.
18703         * sunrpc/clnt_unix.c: Likewise.
18704         * sysdeps/unix/bsd/ptsname.c: Likewise.
18705         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18706         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18708         Likewise.
18709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18710         Likewise.
18711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18712         Likewise.
18713         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18715 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18717         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18718         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18720 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18722         [BZ #15897]
18723         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18724         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18725         ($(objpfx)bug-dl-leaf): New rule.
18726         ($(objpfx)bug-dl-leaf.so): Likewise.
18727         ($(objpfx)bug-dl-leaf.out): Likewise.
18728         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18729         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18730         * dlfcn/bug-dl-leaf.c: New test.
18731         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18732         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18733         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18734         (dlclose): Likewise.
18735         (dlmopen): Likewise.
18737 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18739         * include/netdb.h [!_ISOMAC]:
18740         Don't include <tls.h>.
18741         (h_errno, __libc_h_errno): Move declaration and macros out of
18742         [_LIBC_REENTRANT].
18744         * include/resolv.h [_RESOLV_H_]:
18745         Don't include <tls.h>.
18746         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18747         * resolv/res_libc.c: Don't include <tls.h>.
18748         (_res): Use __attribute__ ((nocommon)) in place of
18749         __attribute__ ((section (".bss"))).
18751         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18752         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18754         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18756         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18757         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18759         * resolv/res_mkquery.c: Include <sys/time.h>.
18761         * inet/ifreq.c: Moved to ...
18762         * sysdeps/unix/ifreq.c: ... here.
18763         * inet/ifreq.c: New file, true stub version.
18765         * socket/sa_len.c: New file.
18766         * socket/Makefile (aux): Add it.
18767         * sysdeps/unix/sysv/linux/Makefile
18768         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18769         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18770         and #include <socket/sa_len.c>.
18771         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18772         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18774         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18775         * bits/socket.h: ... here.
18777         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18778         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18779         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18781 2013-08-27  Andreas Schwab  <schwab@suse.de>
18783         [BZ #15736]
18784         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18785         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18786         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18787         * string/test-strcasecmp.c (test_main): Run tests in several
18788         locales.
18789         * string/test-strncasecmp.c (test_main): Likewise.
18791         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18792         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18793         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18794         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18795         (__strncasecmp_ssse3) [PIC]: Likewise.
18797 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18799         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18801         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18802         instead of explicitly declaring xdecrypt.
18803         * nis/nss_nis/nis-publickey.c: Likewise.
18805 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18807         [BZ #15890]
18808         * nscd/aicache.c: Include res_hconf.h.
18809         (addhstaiX): Initialize res_hconf.
18811 2013-08-26  Andreas Schwab  <schwab@suse.de>
18813         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18814         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18816 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18818         * nscd/aicache.c (addhstaiX): Fix indentation.
18820 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18822         * configure.ac: Quote $build_pt_chown test.
18823         * configure: Regenerated.
18825 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18827         [BZ #15532]
18828         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18829         * math/s_cexpf.c (__cexpf): Likewise.
18830         * math/s_cexpl.c (__cexpl): Likewise.
18831         * math/libm-test.inc (cexp_test_data): Correct expected return
18832         value for NaN + i0.  Add another test.
18834 2013-08-22  David S. Miller  <davem@davemloft.net>
18836         * po/ca.po: Update Catalan translation from translation project.
18837         * po/uk.po: Add Ukrainian translations from translation project.
18839 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18841         [BZ #15797]
18842         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18843         is infinite, not alongside NaN test.
18844         * math/s_fdimf.c (__fdimf): Likewise.
18845         * math/s_fdiml.c (__fdiml): Likewise.
18846         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18847         errno is unchanged.
18849 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18851         * argp/argp-help.c: Fix typos.
18852         * crypt/speeds.c: Likewise.
18853         * csu/check_fds.c: Likewise.
18854         * elf/dl-load.c: Likewise.
18855         * elf/dl-open.c: Likewise.
18856         * elf/reldep3.c: Likewise.
18857         * elf/reldep.c: Likewise.
18858         * elf/sprof.c: Likewise.
18859         * iconv/iconv_charmap.c: Likewise.
18860         * iconv/skeleton.c: Likewise.
18861         * iconv/strtab.c: Likewise.
18862         * io/lockf64.c: Likewise.
18863         * libio/libioP.h: Likewise.
18864         * resolv/gai_notify.c: Likewise.
18865         * resolv/ns_name.c: Likewise.
18866         * resolv/ns_samedomain.c: Likewise.
18867         * resolv/res_send.c: Likewise.
18868         * stdlib/random.c: Likewise.
18869         * sunrpc/rpc/xdr.h: Likewise.
18870         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18871         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18872         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18873         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18874         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18875         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18876         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18877         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18878         * sysdeps/mach/hurd/check_fds.c: Likewise.
18879         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18880         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18881         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18882         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18883         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18884         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18885         * sysdeps/pthread/aio_notify.c: Likewise.
18886         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18887         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18888         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18889         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18890         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18892 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18894         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18895         version if bit_Slow_SSE4_2 is set.
18896         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18897         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18899 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18901         [BZ #15867]
18902         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18903         trampoline stack frame information.
18904         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18905         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18906         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18907         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18908         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18909         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18910         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18911         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18912         sa_flags value.
18913         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18914         interrupting a syscall and set with option SA_SIGINFO.
18916 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18918         [BZ #15531]
18919         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18920         argument is infinite.
18921         * math/s_cprojf.c (__cprojf): Likewise.
18922         * math/s_cprojl.c (__cprojl): Likewise.
18923         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18924         * math/libm-test.inc (cproj_test_data): Add more tests.
18926         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18928         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18929         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18930         size.  Use __ffs to determine corresponding shift.
18932 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18933             Roland McGrath  <roland@hack.frob.com>
18935         * Makefile (INSTALL): Remove trailing blank lines from output of
18936         makeinfo.
18938 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18940         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18941         Align 32 bit compat elf_greg to 8 bytes.
18943 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18945         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18947 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18949         * string/strcoll_l.c (coll_seq): New structure.
18950         (get_next_seq_cached): New function.
18951         (get_next_seq): New function.
18952         (do_compare): New function.
18953         (STRCOLL): Use GNU style definition.  Simplify implementation
18954         by using get_next_seq, get_next_seq_cached and do_compare.
18956 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18958         [BZ #14699]
18959         CVE-2013-4237
18960         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18961         member.
18962         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18963         member.
18964         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18965         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18966         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18967         conditional.
18968         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18969         GETDENTS_64BIT_ALIGNED.
18970         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18971         * manual/filesys.texi (Reading/Closing Directory): Document
18972         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18973         strongly.
18974         * manual/conf.texi (Limits for Files): Add portability note to
18975         NAME_MAX, PATH_MAX.
18976         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18978 2013-08-13  Andreas Schwab  <schwab@suse.de>
18980         [BZ #15749]
18981         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18982         of fabs.
18983         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18984         LDBL_MAX_EXP >= 16384]: Add tests for it.
18986 2013-08-12  David S. Miller  <davem@davemloft.net>
18988         * version.h (RELEASE): Set to "development".
18989         (VERSION): Set to "2.18.90".
18990         * NEWS: Add 2.19 section.
18992 2013-08-03  David S. Miller  <davem@davemloft.net>
18994         * po/ko.po: Update Korean translation from translation project.
18996 2013-08-01  David S. Miller  <davem@davemloft.net>
18998         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18999         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19000         Bilka.
19002 2013-07-30  David S. Miller  <davem@davemloft.net>
19004         * po/fr.po: Update French translation from translation project.
19006 2013-07-28  David S. Miller  <davem@davemloft.net>
19008         * po/cs.po: Update Czech translation from translation project.
19010         * po/sv.po: Update Swedish translation from translation project.
19012 2013-07-27  David S. Miller  <davem@davemloft.net>
19014         * po/eo.po: Update Esperanto translation from translation project.
19016         * po/vi.po: Update Vietnamese translation from translation project.
19018         * po/de.po: Update German translation from translation project.
19020 2013-07-26  David S. Miller  <davem@davemloft.net>
19022         * po/bg.po: Update Bulgarian translation from translation project.
19024         * po/nl.po: Update Dutch translation from translation project.
19025         * po/pl.po: Update Polish translation from translation project.
19026         * po/ru.po: Update Russian translation from translation project.
19028 2013-07-24  David S. Miller  <davem@davemloft.net>
19030         * po/libc.pot: Update.
19032 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19034         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19035         variable page size.
19036         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19037         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19038         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19040 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19042         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19044 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19045             Andreas Schwab  <schwab@suse.de>
19046             Roland McGrath  <roland@hack.frob.com>
19047             Joseph Myers  <joseph@codesourcery.com>
19048             Carlos O'Donell  <carlos@redhat.com>
19050         [BZ #15755]
19051         * config.h.in: Define HAVE_PT_CHOWN.
19052         * config.make.in (build-pt-chown): New variable.
19053         * configure.in (--enable-pt_chown): New configure option.
19054         * configure: Regenerate.
19055         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19056         build-pt-chown is enabled.
19057         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19058         pt_chown to fix pty ownership.
19059         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19060         CLOSE_ALL_FDS.
19061         * manual/install.texi (Configuring and compiling): Mention
19062         --enable-pt_chown. Add @findex for grantpt.
19063         * INSTALL: Regenerate.
19065 2013-07-20  David S. Miller  <davem@davemloft.net>
19067         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19068         difference between 32-bit and 64-bit.
19070 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19072         [BZ #15711]
19073         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19074         Avoid system header dependency with -ffreestanding.
19075         ($(objpfx)bits/syscall%d): Likewise.
19077 2013-07-13  David S. Miller  <davem@davemloft.net>
19079         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19080         underflows from atanl/atan2l due to bug 15319.
19081         (casinh_test_data): Likewise.
19083 2013-07-07  David S. Miller  <davem@davemloft.net>
19085         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19087 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19089         * sysdeps/i386/fpu/libm-test-ulps: Update.
19090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19092 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19094         * configure.in (--enable-lock-elision): Fix message text.
19095         * INSTALL: Regenerate.
19096         * configure: Regenerate.
19098 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19100         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19102 2013-07-03  Andreas Jaeger  <aj@suse.de>
19104         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19105         define.
19106         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19107         (ptrace_peeksiginfo_args): Add.
19108         (__ptrace_peeksiginfo_flags): Add.
19109         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19110         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19111         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19113 2013-07-03  Allan McRae  <allan@archlinux.org>
19115         * sysdeps/i386/fpu/libm-test-ulps: Update.
19117 2013-07-02  David S. Miller  <davem@davemloft.net>
19119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19121 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19123         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19125 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19127         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19130 2013-07-02  Andi Kleen <ak@linux.intel.com>
19132         * config.h.in (ENABLE_LOCK_ELISION): Add.
19133         * configure.in (--enable-lock-elision): Add option.
19134         * manual/install.texi: Document --enable lock elision.
19135         * configure: Regenerate
19136         * INSTALL: Regenerate.
19138 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19140         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19141         SSE4.2 strcasecmp for libc.a.
19142         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19144 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19146         [BZ #13304]
19147         * soft-fp/op-common.h (_FP_FMA): New macro.
19148         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19149         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19150         (_FP_MUL_MEAT_1_imm): ... here.
19151         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19152         (_FP_MUL_MEAT_1_wide): ... here.
19153         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19154         (_FP_MUL_MEAT_1_hard): ... here.
19155         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19156         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19157         (_FP_MUL_MEAT_2_wide): ... here.
19158         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19159         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19160         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19161         (_FP_MUL_MEAT_2_gmp): ... here.
19162         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19163         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19164         (_FP_MUL_MEAT_4_wide): ... here.
19165         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19166         (_FP_MUL_MEAT_4_gmp): ... here.
19167         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19168         (_FP_WFRACBITS_DW_S): Likewise.
19169         (_FP_WFRACXBITS_DW_S): Likewise.
19170         (_FP_HIGHBIT_DW_S): Likewise.
19171         (FP_FMA_S): Likewise.
19172         (_FP_FRAC_HIGH_DW_S): Likewise.
19173         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19174         (_FP_WFRACBITS_DW_D): Likewise.
19175         (_FP_WFRACXBITS_DW_D): Likewise.
19176         (_FP_HIGHBIT_DW_D): Likewise.
19177         (FP_FMA_D): Likewise.
19178         (_FP_FRAC_HIGH_DW_D): Likewise.
19179         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19180         (_FP_WFRACBITS_DW_E): Likewise.
19181         (_FP_WFRACXBITS_DW_E): Likewise.
19182         (_FP_HIGHBIT_DW_E): Likewise.
19183         (FP_FMA_E): Likewise.
19184         (_FP_FRAC_HIGH_DW_E): Likewise.
19185         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19186         (_FP_WFRACBITS_DW_Q): Likewise.
19187         (_FP_WFRACXBITS_DW_Q): Likewise.
19188         (_FP_HIGHBIT_DW_Q): Likewise.
19189         (FP_FMA_Q): Likewise.
19190         (_FP_FRAC_HIGH_DW_Q): Likewise.
19191         * soft-fp/fmasf4.c: New file.
19192         * soft-fp/fmadf4.c: Likewise.
19193         * soft-fp/fmatf4.c: Likewise.
19195 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19197         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19198         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19199         Silvermont.
19200         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19201         macro.
19202         (index_Slow_SSE4_2): Likewise.
19203         (index_Prefer_PMINUB_for_stringop): Likewise.
19204         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19205         bit_Slow_SSE4_2 is set.
19206         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19207         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19209 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19211         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19212         rtld_global._dl_hwcap2.
19213         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19214         POWER8.
19215         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19216         POWER8 feature descriptions defined in _dl_hwcap2.
19217         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19218         string handling for POWER8 feature bits.
19219         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19220         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19221         _dl_powerpc_cap_flags.
19222         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19223         * sysdeps/powerpc/rtld-global-offsets.sym
19224         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19225         _dl_hwcap2 in the rtld_global_ro structure.
19227 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19229         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19230         hardware capabilities in support of AT_HWCAP2.
19231         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19232         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19233         GLRO(dl_hwcap2).
19234         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19235         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19236         explicitly the unknown a_type display mechanism is used.
19237         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19238         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19239         struct member.
19240         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19241         to macro prototype for AT_HWCAP2 support.
19242         * sysdeps/i386/dl-procinfo.h: Likewise.
19243         * sysdeps/s390/dl-procinfo.h: Likewise.
19244         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19245         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19246         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19247         return -1 for unknown a_type display fallback.
19248         * sysdeps/sparc/dl-procinfo.h: Likewise.
19249         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19250         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19252 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19254         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19255         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19257 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19259         [BZ #12492]
19260         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19261         mprotect making __stack_prot writable.
19263 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19264             Joseph Myers  <joseph@codesourcery.com>
19266         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19267         as being properly aligned.
19269 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19271         * dlfcn/modstatic5.c: New file.
19272         * dlfcn/tststatic5.c: New file.
19273         * dlfcn/Makefile (tests): Add tststatic5.
19274         (tests-static): Likewise.
19275         (modules-names): Add modstatic5.
19276         (tststatic5-ENV): New variable.
19277         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19279         [BZ #15022]
19280         * elf/dl-support.c (_dl_main_map): New variable.
19281         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19282         (_dl_nns, _dl_load_adds): Set to 1.
19283         (_dl_initial_searchlist): Refer to _dl_main_map.
19284         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19285         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19286         call to _dl_get_origin.
19287         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19288         around call_map.
19289         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19290         * dlfcn/modstatic3.c: New file.
19291         * dlfcn/tststatic3.c: New file.
19292         * dlfcn/tststatic4.c: New file.
19293         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19294         (tests-static): Likewise.
19295         (modules-names): Add modstatic3.
19296         (tststatic3-ENV, tststatic4-ENV): New variables.
19297         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19298         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19300 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19302         * configure.in (CC): Require GCC version 4.4 or later.
19303         * configure: Regenerated.
19304         * manual/install.texi (Tools for Compilation): Update GCC version
19305         requirement.
19306         * INSTALL: Regenerated.
19308 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19310         [BZ #15674]
19311         * string/test-memcmp.c (check2): New.
19312         (main): Call check2.
19314         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19316 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19318         [BZ #15022]
19319         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19320         over to...
19321         (dl_open_worker) [!SHARED]: ... here.
19323 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19325         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19327 2013-06-25  Richard Henderson  <rth@redhat.com>
19329         * locale/programs/locarchive.c: Include <libc-internal.h>
19331 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19333         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19334         trailing whitespace removed.
19336 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19338         [BZ #10283]
19339         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19340         * locale/programs/locarchive.c: Include libc-mmap.h.
19341         (prepare_address_space): Take two new outputs (the mmap base and len).
19342         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19343         values.
19344         (create_archive): Declare new mmap base and len values for
19345         prepare_address_space, and store the result in ah.
19346         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19347         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19348         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19349         Declare new mmap base and len values for
19350         prepare_address_space, and store the result in new_ah.
19351         (open_archive): Declare new mmap base and len values for
19352         prepare_address_space, and store the result in ah.
19353         (close_archive): If ah->mmap_base is not NULL, use that and
19354         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19355         * sysdeps/generic/libc-mmap.h: New file.
19357 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19359         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19360         (ALIGN_UP): Likewise.
19361         (PTR_ALIGN_DOWN): Likewise.
19362         (PTR_ALIGN_UP): Likewise.
19364 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19366         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19367         entry mapped to PPC_PLATFORM_POWER8.
19368         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19369         POWER8.
19370         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19371         (_dl_string_platform): Add case for exporting platform position for
19372         POWER8.
19373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19374         search path to sysdeps/powerpc/powerpc32/power8 directory.
19375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19376         search path to sysdeps/powerpc/powerpc64/power8 directory.
19377         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19378         power7 directories.
19379         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19380         power7 directories.
19382 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19384         * INSTALL: Regenerate.
19386         * nscd/connections.c (nscd_init): Fix comment.
19388 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19390         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19392         [BZ #15667]
19393         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19394         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19396 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19398         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19399         DL_DST_REQ_STATIC.
19400         (DL_DST_REQ_STATIC): Remove macro.
19402 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19404         [BZ #7006]
19405         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19406         with a shift of 0 bits.
19408 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19410         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19411         $(tststatic-ENV).
19413 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19415         [BZ #15655]
19416         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19418 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19420         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19421         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19422         accepts -fno-tree-loop-distribute-patterns.
19423         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19424         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19425         recursive call.
19426         * string/memset.c (memset): Likewise.
19427         * string/test-memmove.c (simple_memmove): Disable loop transformation
19428         to library calls.
19429         * string/test-memset.c (simple_memset): Likewise.
19430         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19431         * benchtests/bench-memset.c (simple_memset): Likewise.
19432         * configure: Regenerated.
19434 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19436         * math/test-misc.c (main): Ignore fesetround failure when failures
19437         of subsequent rounding tests would be ignored.
19439         [BZ #15654]
19440         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19441         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19442         * math/fegetenv.c (__fegetenv): Return 0.
19443         * math/fegetexcept.c (fegetexcept): Return 0.
19444         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19445         FE_TONEAREST.
19446         * math/feholdexcpt.c (feholdexcept): Return 0.
19447         * math/fesetenv.c (__fesetenv): Return 0.
19448         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19449         argument FE_TONEAREST.
19450         * math/feupdateenv.c (__feupdateenv): Return 0.
19451         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19453 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19455         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19456         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19457         ($(objpfx)rtld-%.os rules): Use them.
19459 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19461         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19462         fields.
19464 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19466         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19467         length of target pattern, then descending length of dependency pattern.
19468         * configure.in (AWK): Require gawk 3.1.2 or newer.
19469         * manual/install.texi (Tools for Compilation): Say that we do.
19470         * configure: Regenerated.
19472         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19473         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19474         * scripts/sysd-rules.awk: ... this new script.
19475         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19476         than a glob-style pattern.
19478 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19480         * math/test-misc.c (main): Do not treat incorrectly rounded
19481         conversions as failure unless ROUNDING_TESTS passes.
19483 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19485         [BZ #15631]
19486         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19487         restore exception state around main square root computation, then
19488         check for inexactness explicitly.
19490         * math/libm-test.inc (fma_test_data): Add another test.
19492 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19494         * manual/threads.texi (Non-POSIX Extensions): New document
19495         node.  Document pthread_getattr_default_np and
19496         pthread_setattr_default_np.
19498         * Versions.def (libpthread): Add GLIBC_2.18.
19499         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19501         Likewise.
19502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19503         Likewise.
19504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19505         Likewise.
19506         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19507         Likewise.
19508         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19509         Likewise.
19510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19511         Likewise.
19512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19513         Likewise.
19514         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19515         Likewise.
19516         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19517         Likewise.
19519 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19521         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19522         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19524 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19525             H.J. Lu  <hjl.tools@gmail.com>
19527         [BZ #15627]
19528         * sysdeps/x86_64/rtld-memset.c: Remove file.
19529         * sysdeps/x86_64/rtld-memset.S: New file.
19531 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19533         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19534         (test_in_one_mode): Take arguments for whether the rounding mode
19535         is supported for each floating-point type.
19536         (do_test): Pass new arguments to test_in_one_mode using
19537         ROUNDING_TESTS.
19539 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19541         * posix/tst-waitid.c (do_test): Distinguish different instances of
19542         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19543         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19544         before entering the kernel for waitpid.
19546 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19548         * NEWS: Fix note on clock function precision.  Text by Roland
19549         McGrath.
19551 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19553         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19554         it into place only when and if the sanity check passes.
19556 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19558         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19559         output for whether conversion result is exact.  Take argument
19560         indicating whether type is IBM long double.
19561         (round_for_all): Change need_exact field to ibm_ld.
19562         * stdlib/tst-strtod-round.c (struct exactness): New type.
19563         (struct test): Change bool ld_ok field to struct exactness exact.
19564         (TEST): Update all definitions for change to field.
19565         (tests): Regenerate array contents.
19566         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19567         field value.  Check for IBM long double here.
19568         (do_test): Update calls to test_in_one_mode.
19570 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19572         [BZ #12515]
19573         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19574         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19576 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19578         [BZ #15605]
19579         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19580         generated by the compiler on loop optimizations.
19581         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19582         general definitions.
19584 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19586         * math/bug-nextafter.c: Include <math-tests.h>.
19587         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19588         the relevant type.
19589         * math/bug-nexttoward.c: Include <math-tests.h>.
19590         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19591         the relevant type.
19592         * math/test-misc.c: Include <math-tests.h>.
19593         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19594         the relevant type.
19596 2013-06-12  Andreas Jaeger  <aj@suse.de>
19598         * po/ia.po: Update Interlingua translation from translation
19599         project.
19601 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19603         * include/fenv.h: Include stdbool.h.
19604         (struct rm_ctx): New structure.
19605         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19606         Define macro.
19607         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19608         (SET_RESTORE_ROUNDF): Likewise.
19609         (SET_RESTORE_ROUNDL): Likewise.
19610         (SET_RESTORE_ROUND_NOEX): Likewise.
19611         (SET_RESTORE_ROUND_NOEXF): Likewise.
19612         (SET_RESTORE_ROUND_NOEXL): Likewise.
19613         (SET_RESTORE_ROUND_53BIT): Likewise.
19614         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19615         (libc_feresetround_noexf_ctx): Likewise.
19616         (libc_feresetround_noexl_ctx): Likewise.
19617         (libc_feholdsetround_53bit_ctx): Likewise.
19618         (libc_feresetround_53bit_ctx): Likewise.
19619         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19620         (libc_feholdexcept_setround_sse_ctx): New function.
19621         (libc_fesetenv_sse_ctx): Likewise.
19622         (libc_feupdateenv_sse_ctx): Likewise.
19623         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19624         (libc_feholdexcept_setround_387_ctx): Likewise.
19625         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19626         (libc_feholdsetround_387_prec_ctx): Likewise.
19627         (libc_feholdsetround_387_ctx): Likewise.
19628         (libc_feholdsetround_387_53bit_ctx): Likewise.
19629         (libc_feholdsetround_sse_ctx): Likewise.
19630         (libc_feresetround_sse_ctx): Likewise.
19631         (libc_feresetround_387_ctx): Likewise.
19632         (libc_feupdateenv_387_ctx): Likewise.
19633         (libc_feholdexcept_setroundf_ctx): Define macro.
19634         (libc_fesetenvf_ctx): Likewise.
19635         (libc_feupdateenvf_ctx): Likewise.
19636         (libc_feholdsetroundf_ctx): Likewise.
19637         (libc_feresetroundf_ctx): Likewise.
19638         (libc_feholdexcept_setround_ctx): Likewise.
19639         (libc_fesetenv_ctx): Likewise.
19640         (libc_feupdateenv_ctx): Likewise.
19641         (libc_feholdsetround_ctx): Likewise.
19642         (libc_feresetround_ctx): Likewise.
19643         (libc_feholdexcept_setroundl_ctx): Likewise.
19644         (libc_feupdateenvl_ctx): Likewise.
19645         (libc_feholdsetroundl_ctx): Likewise.
19646         (libc_feresetroundl_ctx): Likewise.
19647         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19648         (libc_feresetround_53bit_ctx): Likewise.
19650 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19652         * locale/iso-639.def: Convert to UTF-8.
19654 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19656         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19657         (EXCEPTION_TESTS_double): Likewise.
19658         (EXCEPTION_TESTS_long_double): Likewise.
19659         (EXCEPTION_TESTS): Likewise.
19660         * math/libm-test.inc (test_exceptions): Only test exceptions if
19661         EXCEPTION_TESTS (FLOAT).
19663 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19665         * benchtests/Makefile (string-bench): Add strcpy_chk and
19666         stpcpy_chk.
19667         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19668         * benchtests/bench-stpcpy_chk.c: New file.
19669         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19670         * benchtests/bench-strcpy_chk.c: New file.
19671         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19672         code.
19673         (do_test): Likewise.
19675 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19677         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19678         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19679         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19680         with tabs where appropriate.
19681         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19682         dl-procinfo.h.
19683         [PPC_PLATFORM_PPC440]: Likewise.
19684         [PPC_PLATFORM_PPC464]: Likewise.
19685         [PPC_PLATFORM_PPC476]: Likewise.
19686         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19687         ppc464, and ppc476 platform strings merging from ports/
19688         dl-procinfo.h.
19690 2013-06-11  Andreas Schwab  <schwab@suse.de>
19692         [BZ #14991]
19693         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19694         (from_ucs4_idx): Regenerate.
19695         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19696         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19697         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19698         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19699         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19700         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19701         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19702         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19703         from FROM_LOOP and TO_LOOP specific macros.
19704         (BODY): Handle combining characters.
19705         * iconvdata/BIG5HKSCS.irreversible: Update.
19706         * iconvdata/BIG5HKSCS.precomposed: New file.
19707         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19708         characters.
19709         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19711 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19713         * include/sys/time.h: Fix indentation and add copyright header.
19715         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19716         (do_test): Likewise.
19717         * string/test-memchr.c (do_one_test): Likewise.
19718         (do_test): Likewise.
19719         * string/test-memcmp.c (do_one_test): Likewise.
19720         (do_test): Likewise.
19721         * string/test-memcpy.c (do_one_test): Likewise.
19722         (do_test): Likewise.
19723         * string/test-memmem.c (do_one_test): Likewise.
19724         (do_test): Likewise.
19725         (do_random_tests): Likewise.
19726         * string/test-memmove.c (do_one_test): Likewise.
19727         (do_test): Likewise.
19728         * string/test-memset.c (do_one_test): Likewise.
19729         (do_test): Likewise.
19730         * string/test-rawmemchr.c (do_one_test): Likewise.
19731         (do_test): Likewise.
19732         * string/test-strcasecmp.c (do_one_test): Likewise.
19733         (do_test): Likewise.
19734         * string/test-strcasestr.c (do_one_test): Likewise.
19735         (do_test): Likewise.
19736         * string/test-strcat.c (do_one_test): Likewise.
19737         (do_test): Likewise.
19738         * string/test-strchr.c (do_one_test): Likewise.
19739         (do_test): Likewise.
19740         * string/test-strcmp.c (do_one_test): Likewise.
19741         (do_test): Likewise.
19742         * string/test-strcpy.c (do_one_test): Likewise.
19743         (do_test): Likewise.
19744         * string/test-string.h: Likewise.
19745         (test_init): Likewise.
19746         * string/test-strlen.c (do_one_test): Likewise.
19747         (do_test): Likewise.
19748         * string/test-strncasecmp.c (do_one_test): Likewise.
19749         (do_test): Likewise.
19750         * string/test-strncat.c (do_one_test): Likewise.
19751         (do_test): Likewise.
19752         * string/test-strncmp.c (do_one_test): Likewise.
19753         (do_test_limit): Likewise.
19754         (do_test): Likewise.
19755         * string/test-strncpy.c (do_one_test): Likewise.
19756         (do_test): Likewise.
19757         * string/test-strnlen.c (do_one_test): Likewise.
19758         (do_test): Likewise.
19759         * string/test-strpbrk.c (do_one_test): Likewise.
19760         (do_test): Likewise.
19761         * string/test-strrchr.c (do_one_test): Likewise.
19762         (do_test): Likewise.
19763         * string/test-strspn.c (do_one_test): Likewise.
19764         (do_test): Likewise.
19765         * string/test-strstr.c (do_one_test): Likewise.
19766         (do_test): Likewise.
19768         * benchtests/Makefile (string-bench): Add string benchmarks.
19769         * benchtests/bench-bcopy-ifunc.c: New file.
19770         * benchtests/bench-bcopy.c: New file.
19771         * benchtests/bench-bzero-ifunc.c: New file.
19772         * benchtests/bench-bzero.c: New file.
19773         * benchtests/bench-memccpy-ifunc.c: New file.
19774         * benchtests/bench-memccpy.c: New file.
19775         * benchtests/bench-memchr-ifunc.c: New file.
19776         * benchtests/bench-memchr.c: New file.
19777         * benchtests/bench-memcmp-ifunc.c: New file.
19778         * benchtests/bench-memcmp.c: New file.
19779         * benchtests/bench-memmem-ifunc.c: New file.
19780         * benchtests/bench-memmem.c: New file.
19781         * benchtests/bench-memmove-ifunc.c: New file.
19782         * benchtests/bench-memmove.c: New file.
19783         * benchtests/bench-mempcpy-ifunc.c: New file.
19784         * benchtests/bench-mempcpy.c: New file.
19785         * benchtests/bench-memset-ifunc.c: New file.
19786         * benchtests/bench-memset.c: New file.
19787         * benchtests/bench-rawmemchr-ifunc.c: New file.
19788         * benchtests/bench-rawmemchr.c: New file.
19789         * benchtests/bench-stpcpy-ifunc.c: New file.
19790         * benchtests/bench-stpcpy.c: New file.
19791         * benchtests/bench-stpncpy-ifunc.c: New file.
19792         * benchtests/bench-stpncpy.c: New file.
19793         * benchtests/bench-strcasecmp-ifunc.c: New file.
19794         * benchtests/bench-strcasecmp.c: New file.
19795         * benchtests/bench-strcasestr-ifunc.c: New file.
19796         * benchtests/bench-strcasestr.c: New file.
19797         * benchtests/bench-strcat-ifunc.c: New file.
19798         * benchtests/bench-strcat.c: New file.
19799         * benchtests/bench-strchr-ifunc.c: New file.
19800         * benchtests/bench-strchr.c: New file.
19801         * benchtests/bench-strchrnul-ifunc.c: New file.
19802         * benchtests/bench-strchrnul.c: New file.
19803         * benchtests/bench-strcmp-ifunc.c: New file.
19804         * benchtests/bench-strcmp.c: New file.
19805         * benchtests/bench-strcpy-ifunc.c: New file.
19806         * benchtests/bench-strcpy.c: New file.
19807         * benchtests/bench-strcspn-ifunc.c: New file.
19808         * benchtests/bench-strcspn.c: New file.
19809         * benchtests/bench-strlen-ifunc.c: New file.
19810         * benchtests/bench-strlen.c: New file.
19811         * benchtests/bench-strncasecmp-ifunc.c: New file.
19812         * benchtests/bench-strncasecmp.c: New file.
19813         * benchtests/bench-strncat-ifunc.c: New file.
19814         * benchtests/bench-strncat.c: New file.
19815         * benchtests/bench-strncmp-ifunc.c: New file.
19816         * benchtests/bench-strncmp.c: New file.
19817         * benchtests/bench-strncpy-ifunc.c: New file.
19818         * benchtests/bench-strncpy.c: New file.
19819         * benchtests/bench-strnlen-ifunc.c: New file.
19820         * benchtests/bench-strnlen.c: New file.
19821         * benchtests/bench-strpbrk-ifunc.c: New file.
19822         * benchtests/bench-strpbrk.c: New file.
19823         * benchtests/bench-strrchr-ifunc.c: New file.
19824         * benchtests/bench-strrchr.c: New file.
19825         * benchtests/bench-strspn-ifunc.c: New file.
19826         * benchtests/bench-strspn.c: New file.
19827         * benchtests/bench-strstr-ifunc.c: New file.
19828         * benchtests/bench-strstr.c: New file.
19830         * benchtests/Makefile: Disable parallel execution of targets.
19831         (string-bench): Add memcpy.
19832         (benchset): New variable to store a list of benchmark sets.
19833         (bench-func): Renamed from bench.
19834         (bench-set): New target.
19835         (bench): Depend on bench-func and bench-set.
19836         * benchtests/README: Add section on benchmark sets.
19837         * benchtests/bench-memcpy-ifunc.c: New file.
19838         * benchtests/bench-memcpy.c: New file.
19839         * benchtests/bench-string.h: New file.
19841 2013-06-11  Andreas Schwab  <schwab@suse.de>
19843         [BZ #15577]
19844         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19845         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19846         values in the triple.
19847         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19848         terminator in the group key.
19850 2013-06-11  Andreas Jaeger  <aj@suse.de>
19852         * po/zh_TW.po: Update Chinese (traditional) translation from
19853         translation project.
19855 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19857         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19858         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19859         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19860         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19861         (clock_getcpuclockid): Likewise.
19862         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19863         Add weak_alias and libc_hidden_def.
19864         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19865         * rt/clock_gettime.c (clock_gettime): Rename to
19866         __clock_gettime.  Add weak_alias and libc_hidden_def.
19867         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19868         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19869         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19870         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19871         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19872         Likewise.
19873         * rt/clock_settime.c (clock_settime): Rename to
19874         __clock_settime.  Add weak_alias and libc_hidden_def.
19875         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19877 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19879         * mach/err_boot.sub: Remove trailing whitespace.
19880         * mach/err_ipc.sub: Likewise.
19881         * mach/err_mach.sub: Likewise.
19883         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19884         (ROUNDING_TESTS_double): Likewise.
19885         (ROUNDING_TESTS_long_double): Likewise.
19886         (ROUNDING_TESTS): Likewise.
19887         * math/libm-test.inc: Include <math-tests.h>.
19888         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19889         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19890         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19891         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19893 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19895         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19896         of assigning.
19898 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19900         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19901         otherwise empty TRANS lines.
19902         * sysdeps/gnu/errlist.c: Regenerated.
19904         * catgets/gencat.c (error_print): Use (void) in function
19905         definition.
19906         * crypt/crypt_util.c (__init_des): Likewise.
19907         * crypt/speeds.c (Stop): Likewise.
19908         (main): Likewise.
19909         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19910         * inet/ruserpass.c (token): Likewise.
19911         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19912         * intl/localealias.c (extend_alias_table): Likewise.
19913         * intl/plural-exp.c (init_germanic_plural): Likewise.
19914         * libio/fcloseall.c (__fcloseall): Likewise.
19915         * libio/genops.c (_IO_flush_all): Likewise.
19916         (_IO_flush_all_linebuffered): Likewise.
19917         (_IO_cleanup): Likewise.
19918         (_IO_iter_begin): Likewise.
19919         (_IO_iter_end): Likewise.
19920         (_IO_list_lock): Likewise.
19921         (_IO_list_unlock): Likewise.
19922         (_IO_list_resetlock): Likewise.
19923         * libio/getchar.c (getchar): Likewise.
19924         * libio/getchar_u.c (getchar_unlocked): Likewise.
19925         * libio/getwchar.c (getwchar): Likewise.
19926         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19927         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19928         * login/getpt.c (__getpt): Likewise.
19929         * login/tst-utmp.c (main): Likewise.
19930         * malloc/hooks.c (__malloc_check_init): Likewise.
19931         * malloc/malloc.c (__malloc_stats): Likewise.
19932         * malloc/mtrace.c (tr_break): Likewise.
19933         (mtrace): Likewise.
19934         (muntrace): Likewise.
19935         * misc/fstab.c (endfsent): Likewise.
19936         * misc/getclktck.c (__getclktck): Likewise.
19937         * misc/getdtsz.c (__getdtablesize): Likewise.
19938         * misc/gethostid.c (gethostid): Likewise.
19939         * misc/getpagesize.c (__getpagesize): Likewise.
19940         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19941         (__get_nprocs): Likewise.
19942         (__get_phys_pages): Likewise.
19943         (__get_avphys_pages): Likewise.
19944         * misc/getttyent.c (getttyent): Likewise.
19945         (setttyent): Likewise.
19946         (endttyent): Likewise.
19947         * misc/getusershell.c (getusershell): Likewise.
19948         (endusershell): Likewise.
19949         (setusershell): Likewise.
19950         (initshells): Likewise.
19951         * misc/hsearch.c (__hdestroy): Likewise.
19952         * misc/sync.c (sync): Likewise.
19953         * misc/syslog.c (closelog_internal): Likewise.
19954         (closelog): Likewise.
19955         * misc/ttyslot.c (ttyslot): Likewise.
19956         * misc/vhangup.c (vhangup): Likewise.
19957         * posix/fork.c (__fork): Likewise.
19958         * posix/getegid.c (__getegid): Likewise.
19959         * posix/geteuid.c (__geteuid): Likewise.
19960         * posix/getgid.c (__getgid): Likewise.
19961         * posix/getpid.c (__getpid): Likewise.
19962         * posix/getppid.c (__getppid): Likewise.
19963         * posix/getuid.c (__getuid): Likewise.
19964         * posix/pause.c (pause): Likewise.
19965         * posix/setpgrp.c (setpgrp): Likewise.
19966         * posix/setsid.c (__setsid): Likewise.
19967         * posix/test-vfork.c (noop): Likewise.
19968         * resolv/gethnamaddr.c (_endhtent): Likewise.
19969         (_gethtent): Likewise.
19970         (ht_endhostent): Likewise.
19971         (gethostent): Likewise.
19972         (dns_service): Likewise.
19973         * stdlib/drand48.c (drand48): Likewise.
19974         * stdlib/lrand48.c (lrand48): Likewise.
19975         * stdlib/mrand48.c (mrand48): Likewise.
19976         * stdlib/rand.c (rand): Likewise.
19977         * stdlib/random.c (__random): Likewise.
19978         * stdlib/setenv.c (clearenv): Likewise.
19979         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19980         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19981         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19982         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19983         (__get_nprocs): Likewise.
19984         (__get_phys_pages): Likewise.
19985         (__get_avphys_pages): Likewise.
19986         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19987         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19988         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19989         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19990         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19991         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19992         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19993         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19994         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19995         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19996         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19997         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19998         * sysdeps/posix/clock.c (clock): Likewise.
19999         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20000         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20001         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20002         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20003         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20004         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20005         (__get_nprocs_conf): Likewise.
20006         (__get_phys_pages): Likewise.
20007         (__get_avphys_pages): Likewise.
20008         * time/clock.c (clock): Likewise.
20009         * time/tzset.c (__tzname_max): Likewise.
20011 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20013         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20014         (__bswap_32): Do not use "register".
20015         * crypt/crypt.c (_ufc_doit_r): Likewise.
20016         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20017         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20018         * gmon/gmon.c (__monstartup): Likewise.
20019         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20020         * hurd/hurdmalloc.c (more_memory): Likewise.
20021         (malloc): Likewise.
20022         (free): Likewise.
20023         (realloc): Likewise.
20024         (malloc_fork_prepare): Likewise.
20025         (malloc_fork_parent): Likewise.
20026         (malloc_fork_child): Likewise.
20027         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20028         (_svcauth_des): Likewise.
20029         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20030         * inet/inet_net.c (inet_network): Likewise.
20031         * inet/inet_netof.c (inet_netof): Likewise.
20032         * inet/rcmd.c (__validuser2_sa): Likewise.
20033         * io/fts.c (fts_open): Likewise.
20034         (fts_load): Likewise.
20035         (fts_close): Likewise.
20036         (fts_read): Likewise.
20037         (fts_children): Likewise.
20038         (fts_build): Likewise.
20039         (fts_stat): Likewise.
20040         (fts_sort): Likewise.
20041         (fts_alloc): Likewise.
20042         (fts_lfree): Likewise.
20043         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20044         (_IO_file_xsgetn): Likewise.
20045         (_IO_file_xsgetn_mmap): Likewise.
20046         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20047         (_IO_cookie_write): Likewise.
20048         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20049         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20050         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20051         * malloc/obstack.c (_obstack_begin): Likewise.
20052         (_obstack_begin_1): Likewise.
20053         (_obstack_newchunk): Likewise.
20054         (_obstack_allocated_p): Likewise.
20055         (obstack_free): Likewise.
20056         (_obstack_memory_used): Likewise.
20057         * misc/getttyent.c (getttynam): Likewise.
20058         (getttyent): Likewise.
20059         (skip): Likewise.
20060         (value): Likewise.
20061         * misc/getusershell.c (initshells): Likewise.
20062         * misc/syslog.c (__vsyslog_chk): Likewise.
20063         * misc/ttyslot.c (ttyslot): Likewise.
20064         * nis/nis_hash.c (__nis_hash): Likewise.
20065         * posix/fnmatch_loop.c (FCT): Likewise.
20066         * posix/getconf.c (print_all): Likewise.
20067         (main): Likewise.
20068         * posix/getopt.c (exchange): Likewise.
20069         * posix/glob.c (globfree): Likewise.
20070         (prefix_array): Likewise.
20071         (__glob_pattern_type): Likewise.
20072         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20073         (NS_GET32): Likewise.
20074         (NS_PUT16): Likewise.
20075         (NS_PUT32): Likewise.
20076         * resolv/gethnamaddr.c (getanswer): Likewise.
20077         (gethostbyname2): Likewise.
20078         (gethostbyaddr): Likewise.
20079         (_gethtent): Likewise.
20080         (_gethtbyname2): Likewise.
20081         (_gethtbyaddr): Likewise.
20082         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20083         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20084         * resolv/res_init.c (__res_vinit): Likewise.
20085         (net_mask): Likewise.
20086         * resolv/res_mkquery.c (outchar): Likewise.
20087         (PRINT): Likewise.
20088         * stdio-common/printf_fp.c (outchar): Likewise.
20089         (PRINT): Likewise.
20090         * stdio-common/printf_fphex.c (outchar): Likewise.
20091         (PRINT): Likewise.
20092         * stdio-common/printf_size.c (outchar): Likewise.
20093         (PRINT): Likewise.
20094         * stdio-common/test_rdwr.c (main): Likewise.
20095         * stdio-common/tfformat.c (matches): Likewise.
20096         * stdio-common/vfprintf.c (outchar): Likewise.
20097         (printf_unknown): Likewise.
20098         (buffered_vfprintf): Likewise.
20099         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20100         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20101         (ReadFile): Likewise.
20102         * stdlib/qsort.c (SWAP): Likewise.
20103         (_quicksort): Likewise.
20104         * stdlib/setenv.c (__add_to_environ): Likewise.
20105         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20106         * stdlib/strtol_l.c (__strtol_l): Likewise.
20107         * stdlib/tst-strtod.c (main): Likewise.
20108         * stdlib/tst-strtol.c (main): Likewise.
20109         * stdlib/tst-strtoll.c (main): Likewise.
20110         * string/bits/string2.h (__strcmp_cc): Likewise.
20111         (__strcmp_cg): Likewise.
20112         (__strcspn_c1): Likewise.
20113         (__strcspn_c2): Likewise.
20114         (__strcspn_c3): Likewise.
20115         (__strspn_c1): Likewise.
20116         (__strspn_c2): Likewise.
20117         (__strspn_c3): Likewise.
20118         (__strsep_1c): Likewise.
20119         (__strsep_2c): Likewise.
20120         (__strsep_3c): Likewise.
20121         * string/memccpy.c (__memccpy): Likewise.
20122         * string/stpcpy.c (__stpcpy): Likewise.
20123         * string/strcmp.c (strcmp): Likewise.
20124         * string/strrchr.c (strrchr): Likewise.
20125         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20126         Likewise.
20127         * sysdeps/mach/hurd/getcwd.c
20128         (_hurd_canonicalize_directory_name_internal): Likewise.
20129         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20130         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20131         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20132         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20133         Likewise, in both definitions.
20134         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20135         definitions.
20136         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20137         64] (__bswap_64): Likewise.
20138         * time/test_time.c (main): Likewise.
20139         * time/tzfile.c (__tzfile_read): Likewise.
20140         (__tzfile_compute): Likewise.
20141         * time/tzset.c (__tzset_parse_tz): Likewise.
20142         (tzset_internal): Likewise.
20143         (compute_change): Likewise.
20144         * wcsmbs/wcscat.c (__wcscat): Likewise.
20145         * wcsmbs/wcschr.c (wcschr): Likewise.
20146         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20147         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20148         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20149         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20150         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20151         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20152         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20153         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20154         * wcsmbs/wmemset.c (wmemset): Likewise.
20156 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20158         * scripts/config.guess: Update to version 2013-05-16.
20159         * scripts/config.sub: Update to version 2013-04-24.
20160         * scripts/install-sh: Update to version 2011-11-20.07.
20161         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20162         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20164 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20166         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20167         * elf/sln.c: Likewise.
20168         * hurd/hurd/ioctl.h: Likewise.
20169         * hurd/hurdmalloc.c: Likewise.
20170         * hurd/xattr.c: Likewise.
20171         * include/shlib-compat.h: Likewise.
20172         * inet/ruserpass.c: Likewise.
20173         * libio/iofgets_u.c: Likewise.
20174         * libio/iofgetws_u.c: Likewise.
20175         * locale/programs/ld-identification.c: Likewise.
20176         * locale/programs/ld-time.c: Likewise.
20177         * mach/msg-destroy.c: Likewise.
20178         * nss/nss_files/files-netgrp.c: Likewise.
20179         * resolv/res_data.c: Likewise.
20180         * soft-fp/op-1.h: Likewise.
20181         * soft-fp/op-2.h: Likewise.
20182         * soft-fp/op-4.h: Likewise.
20183         * soft-fp/op-common.h: Likewise.
20184         * stdio-common/printf_fphex.c: Likewise.
20185         * stdlib/strtod_l.c: Likewise.
20186         * sunrpc/rpc/clnt.h: Likewise.
20187         * sysdeps/generic/framestate.c: Likewise.
20188         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20189         * sysdeps/i386/bsd-setjmp.S: Likewise.
20190         * sysdeps/i386/__longjmp.S: Likewise.
20191         * sysdeps/i386/setjmp.S: Likewise.
20192         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20193         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20194         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20195         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20196         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20197         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20198         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20199         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20200         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20201         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20202         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20203         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20204         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20205         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20206         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20207         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20208         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20209         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20210         * sysdeps/ieee754/support.c: Likewise.
20211         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20212         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20213         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20214         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20215         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20216         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20217         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20218         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20219         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20220         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20221         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20222         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20223         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20224         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20225         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20226         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20227         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20230 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20232         * posix/transbug.c: Remove executable mode.
20234 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20236         * crypt/speeds.c: Remove trailing whitespace.
20237         * dlfcn/default.c: Likewise.
20238         * elf/ifuncdep2.c: Likewise.
20239         * elf/ifuncmain1.c: Likewise.
20240         * elf/ifuncmain1vis.c: Likewise.
20241         * elf/testobj.h: Likewise.
20242         * elf/tst-stackguard1.c: Likewise.
20243         * gmon/sys/gmon.h: Likewise.
20244         * hurd/hurdmsg.c: Likewise.
20245         * hurd/new-fd.c: Likewise.
20246         * hurd/ports-get.c: Likewise.
20247         * iconvdata/ibm1008_420.c: Likewise.
20248         * inet/tst-getni1.c: Likewise.
20249         * inet/tst-getni2.c: Likewise.
20250         * libio/ioungetc.c: Likewise.
20251         * libio/wfiledoalloc.c: Likewise.
20252         * manual/libm-err-tab.pl: Likewise.
20253         * math/w_dremf.c: Likewise.
20254         * misc/ftruncate.c: Likewise.
20255         * posix/bug-glob2.c: Likewise.
20256         * posix/tst-pcre.c: Likewise.
20257         * posix/wait4.c: Likewise.
20258         * resolv/README: Likewise.
20259         * resolv/res_debug.h: Likewise.
20260         * resolv/tst-inet_ntop.c: Likewise.
20261         * setjmp/bug269-setjmp.c: Likewise.
20262         * soft-fp/extended.h: Likewise.
20263         * soft-fp/op-1.h: Likewise.
20264         * soft-fp/op-2.h: Likewise.
20265         * soft-fp/op-4.h: Likewise.
20266         * soft-fp/op-8.h: Likewise.
20267         * soft-fp/testit.c: Likewise.
20268         * stdio-common/bug16.c: Likewise.
20269         * stdlib/random.c: Likewise.
20270         * sunrpc/rpcsvc/rquota.x: Likewise.
20271         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20272         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20273         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20274         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20275         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20276         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20277         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20278         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20279         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20280         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20281         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20282         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20283         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20284         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20285         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20286         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20287         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20288         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20289         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20290         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20291         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20292         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20293         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20294         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20295         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20296         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20297         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20298         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20299         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20300         * sysdeps/ieee754/s_lib_version.c: Likewise.
20301         * sysdeps/mach/hurd/check_fds.c: Likewise.
20302         * sysdeps/mach/hurd/getsockname.c: Likewise.
20303         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20304         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20305         * sysdeps/powerpc/bits/link.h: Likewise.
20306         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20307         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20308         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20309         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20310         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20311         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20312         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20313         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20314         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20315         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20316         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20317         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20318         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20319         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20320         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20321         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20322         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20323         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20324         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20325         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20326         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20327         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20328         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20329         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20330         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20331         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20332         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20333         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20334         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20335         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20336         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20337         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20338         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20339         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20340         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20341         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20342         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20343         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20344         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20345         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20346         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20347         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20348         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20349         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20350         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20351         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20352         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20353         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20354         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20355         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20356         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20357         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20358         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20359         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20360         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20361         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20362         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20363         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20364         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20365         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20366         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20367         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20368         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20369         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20370         * sysdeps/powerpc/sysdep.h: Likewise.
20371         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20372         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20373         * sysdeps/sh/dl-trampoline.S: Likewise.
20374         * sysdeps/sh/memset.S: Likewise.
20375         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20376         * sysdeps/sh/strlen.S: Likewise.
20377         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20378         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20379         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20380         * sysdeps/sparc/sparc32/rem.S: Likewise.
20381         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20382         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20383         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20384         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20385         * sysdeps/sparc/sparc32/urem.S: Likewise.
20386         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20387         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20388         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20389         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20390         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20391         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20392         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20393         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20394         * sysdeps/unix/bsd/times.c: Likewise.
20395         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20396         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20400         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20401         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20402         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20403         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20404         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20405         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20406         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20407         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20408         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20409         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20410         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20411         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20412         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20413         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20414         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20415         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20416         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20417         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20418         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20419         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20420         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20421         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20422         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20423         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20424         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20425         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20426         * sysdeps/x86_64/strcspn.S: Likewise.
20428 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20430         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20431         generated file.  Regenerate properly from gen-translit.pl.
20432         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20433         locale/C-translit.h.
20435 2013-06-05  Andreas Schwab  <schwab@suse.de>
20437         [BZ #15100]
20438         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20439         week as 6 instead of -1.
20440         * time/tst-strptime.c (day_tests): Add test case.
20442 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20444         * sysdeps/generic/math_private.h
20445         (libc_feholdexcept_setround_53bit): Replace with
20446         libc_feholdsetround_53bit.
20447         (libc_feupdateenv_53bit): Replace with
20448         libc_feresetround_53bit.
20449         (SET_RESTORE_ROUND_53BIT): Adjust.
20451 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20453         * string/test-strchrnul.c: Add copyright header.
20455         * posix/tst-getaddrinfo4.c: Increase test timeout.
20457 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20459         [BZ #15536]
20460         * math/libm-test.inc (MAX_EXP): Remove
20461         (MIN_EXP): Define.
20462         (ulp): Use MIN_EXP - MANT_DIG.
20463         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20465 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20467         * po/be.po: Revert last change.
20468         * po/zh_CN.po: Likewise.
20469         * po/header.pot: Likewise.
20471 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20473         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20474         link-libc-deps to empty as target-specific variable.
20475         * Makerules (link-libc-args): New variable.
20476         (libc-for-link): Likewise.
20477         (link-libc-deps): Likewise.
20478         (lib%.so): Depend on $(link-libc-deps).  Link with
20479         $(link-libc-args).
20480         (build-module): Link with $(link-libc-args).
20481         (build-module-asneeded): Likewise.
20482         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20483         list of objects.
20484         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20485         target-specific variable.
20486         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20487         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20488         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20489         libc.
20490         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20491         libc and ld.so.
20492         ($(objpfx)libpcprofile.so): Likewise.
20493         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20494         libc_nonshared.a.
20495         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20496         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20497         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20498         $(link-libc-deps).
20499         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20500         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20501         * login/Makefile ($(objpfx)libutil.so): Likewise.
20502         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20503         * math/Makefile ($(objpfx)libm.so): Likewise.
20504         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20505         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20506         variable instead of depending directly on libc.
20507         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20508         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20509         $(link-libc-deps).
20510         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20511         libc.
20512         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20513         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20514         ($(objpfx)libanl.so): Likewise.
20515         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20516         ld.so.
20517         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20518         $(link-libc-deps).
20519         * sysdeps/i386/fpu/Makefile: Remove file.
20520         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20521         ($(objpfx)libm.so): Remove dependency on ld.so.
20523 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20525         [BZ # 15553]
20526         * nis/yp_xdr.c (XDRMAXNAME): Define.
20527         (XDRMAXRECORD): Define.
20528         (xdr_domainname): Use XDRMAXNAME.
20529         (xdr_mapname): Likewise.
20530         (xdr_peername): Likewise.
20531         (xdr_keydat): Use XDRMAXRECORD.
20532         (xdr_valdat): Likewise.
20534 2013-05-30  Jeff Law  <law@redhat.com>
20536         [BZ #14256]
20537         * manual/errno.texi (ESTALE): Update to account for more than
20538         just NFS file systems.
20539         * sysdeps/gnu/errlist.c: Regenerated.
20541 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20543         [BZ #15465]
20544         * elf/Makefile (tests): Add tst-null-argv.
20545         (modules-names):  Add tst-null-argv-lib.
20546         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20547         (tst-null-argv-ENV): Set environment for tst-null-argv.
20548         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20549         (RTLD_PROGNAME): New macro.
20550         * elf/tst-null-argv.c: New test case.
20551         * elf/tst-null-argv-lib.c: Library for test case.
20552         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20553         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20554         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20555         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20556         * elf/dl-init.c (call_init): Likewise.
20557         (_dl_init): Likewise.
20558         * elf/dl-load.c (print_search_path): Likewise.
20559         (_dl_map_object): Likewise.
20560         * elf/dl-lookup.c (do_lookup_x): Likewise.
20561         (add_dependency): Likewise.
20562         (_dl_lookup_symbol_x): Likewise.
20563         (_dl_debug_bindings): Likewise.
20564         * elf/dl-open.c (_dl_show_scope): Likewise.
20565         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20566         * elf/dl-version.c (match_symbol): Likewise.
20567         (_dl_check_map_versions): Likewise.
20568         * elf/rtld.c (dl_main): Likewise.
20569         (print_unresolved): Use RTLD_PROGNAME.
20570         (print_missing_version): Likewise.
20571         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20572         (elf_machine_rela): Likewise.
20573         * sysdeps/powerpc/powerpc32/dl-machine.c
20574         (__process_machine_rela): Likewise.
20575         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20576         Likewise.
20577         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20578         Likewise.
20579         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20580         Likewise.
20581         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20582         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20583         Likewise.
20584         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20585         Likewise.
20586         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20588 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20590         * po/be.po: Add descriptive title.
20591         * po/zh_CN.po: Likewise.
20592         * po/header.pot: Likewise.
20594 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20596         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20597         error message.
20598         (enlarge_archive): Likewise.
20600 2013-05-28  Ben North  <ben@redfrontdoor.org>
20602         * manual/arith.texi (frexp): It is the magnitude of the return
20603         value which lies in [0.5, 1), not the return value itself.
20605 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20609 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20611         * stdio-common/bug26.c (main): Correct fscanf template.
20613         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20614         declare _dl_skip_args.
20616         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20617         Don't declare.
20619         * manual/platform.texi: Add missing @end deftypefun.
20621 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20623         [BZ #15529]
20624         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20625         bit of mantissa of 2^16382.
20626         * math/libm-test.inc (hypot_test_data): Add more tests.
20628         * math/libm-test.inc: Add drem and pow10 to list of tested
20629         functions.
20630         (pow10_test): New function.
20631         (drem_test): Likewise.
20632         (drem_test_tonearest): Likewise.
20633         (drem_test_towardzero): Likewise.
20634         (drem_test_downward): Likewise.
20635         (drem_test_upward): Likewise.
20636         (main): Call the new functions.
20638         * math/libm-test.inc (finite_test_data): Remove.
20639         (finite_test): Run tests from isfinite_test_data.
20640         (gamma_test_data): Remove.
20641         (gamma_test): Run tests from lgamma_test_data.
20642         * sysdeps/i386/fpu/libm-test-ulps: Update.
20643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20645 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20647         * manual/platform.texi: Add PowerPC PPR function set documentation.
20648         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20649         implementation.
20651 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20653         * math/libm-test.inc (MAX_EXP): Define.
20654         (ULPDIFF): Define.
20655         (ulp): New function.
20656         (check_float_internal): Use ULPDIFF.
20657         (cpow_test): Disable failing test.
20658         (check_ulp): Test ulp() implemetnation.
20659         (main): Call check_ulp before starting tests.
20661 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20663         * math/gen-libm-test.pl (generate_testfile): Do not handle
20664         START_DATA and END_DATA.
20665         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20666         END_DATA.
20667         (acos_tonearest_test_data): Likewise.
20668         (acos_towardzero_test_data): Likewise.
20669         (acos_downward_test_data): Likewise.
20670         (acos_upward_test_data): Likewise.
20671         (acosh_test_data): Likewise.
20672         (asin_test_data): Likewise.
20673         (asin_tonearest_test_data): Likewise.
20674         (asin_towardzero_test_data): Likewise.
20675         (asin_downward_test_data): Likewise.
20676         (asin_upward_test_data): Likewise.
20677         (asinh_test_data): Likewise.
20678         (atan_test_data): Likewise.
20679         (atanh_test_data): Likewise.
20680         (atan2_test_data): Likewise.
20681         (cabs_test_data): Likewise.
20682         (cacos_test_data): Likewise.
20683         (cacosh_test_data): Likewise.
20684         (carg_test_data): Likewise.
20685         (casin_test_data): Likewise.
20686         (casinh_test_data): Likewise.
20687         (catan_test_data): Likewise.
20688         (catanh_test_data): Likewise.
20689         (cbrt_test_data): Likewise.
20690         (ccos_test_data): Likewise.
20691         (ccosh_test_data): Likewise.
20692         (ceil_test_data): Likewise.
20693         (cexp_test_data): Likewise.
20694         (cimag_test_data): Likewise.
20695         (clog_test_data): Likewise.
20696         (clog10_test_data): Likewise.
20697         (conj_test_data): Likewise.
20698         (copysign_test_data): Likewise.
20699         (cos_test_data): Likewise.
20700         (cos_tonearest_test_data): Likewise.
20701         (cos_towardzero_test_data): Likewise.
20702         (cos_downward_test_data): Likewise.
20703         (cos_upward_test_data): Likewise.
20704         (cosh_test_data): Likewise.
20705         (cosh_tonearest_test_data): Likewise.
20706         (cosh_towardzero_test_data): Likewise.
20707         (cosh_downward_test_data): Likewise.
20708         (cosh_upward_test_data): Likewise.
20709         (cpow_test_data): Likewise.
20710         (cproj_test_data): Likewise.
20711         (creal_test_data): Likewise.
20712         (csin_test_data): Likewise.
20713         (csinh_test_data): Likewise.
20714         (csqrt_test_data): Likewise.
20715         (ctan_test_data): Likewise.
20716         (ctan_tonearest_test_data): Likewise.
20717         (ctan_towardzero_test_data): Likewise.
20718         (ctan_downward_test_data): Likewise.
20719         (ctan_upward_test_data): Likewise.
20720         (ctanh_test_data): Likewise.
20721         (ctanh_tonearest_test_data): Likewise.
20722         (ctanh_towardzero_test_data): Likewise.
20723         (ctanh_downward_test_data): Likewise.
20724         (ctanh_upward_test_data): Likewise.
20725         (erf_test_data): Likewise.
20726         (erfc_test_data): Likewise.
20727         (exp_test_data): Likewise.
20728         (exp_tonearest_test_data): Likewise.
20729         (exp_towardzero_test_data): Likewise.
20730         (exp_downward_test_data): Likewise.
20731         (exp_upward_test_data): Likewise.
20732         (exp10_test_data): Likewise.
20733         (exp2_test_data): Likewise.
20734         (expm1_test_data): Likewise.
20735         (fabs_test_data): Likewise.
20736         (fdim_test_data): Likewise.
20737         (finite_test_data): Likewise.
20738         (floor_test_data): Likewise.
20739         (fma_test_data): Likewise.
20740         (fma_towardzero_test_data): Likewise.
20741         (fma_downward_test_data): Likewise.
20742         (fma_upward_test_data): Likewise.
20743         (fmax_test_data): Likewise.
20744         (fmin_test_data): Likewise.
20745         (fmod_test_data): Likewise.
20746         (fpclassify_test_data): Likewise.
20747         (frexp_test_data): Likewise.
20748         (gamma_test_data): Likewise.
20749         (hypot_test_data): Likewise.
20750         (ilogb_test_data): Likewise.
20751         (isfinite_test_data): Likewise.
20752         (isgreater_test_data): Likewise.
20753         (isgreaterequal_test_data): Likewise.
20754         (isinf_test_data): Likewise.
20755         (isless_test_data): Likewise.
20756         (islessequal_test_data): Likewise.
20757         (islessgreater_test_data): Likewise.
20758         (isnan_test_data): Likewise.
20759         (isnormal_test_data): Likewise.
20760         (issignaling_test_data): Likewise.
20761         (isunordered_test_data): Likewise.
20762         (j0_test_data): Likewise.
20763         (j1_test_data): Likewise.
20764         (jn_test_data): Likewise.
20765         (ldexp_test_data): Likewise.
20766         (lgamma_test_data): Likewise.
20767         (lrint_test_data): Likewise.
20768         (lrint_tonearest_test_data): Likewise.
20769         (lrint_towardzero_test_data): Likewise.
20770         (lrint_downward_test_data): Likewise.
20771         (lrint_upward_test_data): Likewise.
20772         (llrint_test_data): Likewise.
20773         (llrint_tonearest_test_data): Likewise.
20774         (llrint_towardzero_test_data): Likewise.
20775         (llrint_downward_test_data): Likewise.
20776         (llrint_upward_test_data): Likewise.
20777         (log_test_data): Likewise.
20778         (log10_test_data): Likewise.
20779         (log1p_test_data): Likewise.
20780         (log2_test_data): Likewise.
20781         (logb_test_data): Likewise.
20782         (logb_downward_test_data): Likewise.
20783         (lround_test_data): Likewise.
20784         (llround_test_data): Likewise.
20785         (modf_test_data): Likewise.
20786         (nearbyint_test_data): Likewise.
20787         (nextafter_test_data): Likewise.
20788         (nexttoward_test_data): Likewise.
20789         (pow_test_data): Likewise.
20790         (pow_tonearest_test_data): Likewise.
20791         (pow_towardzero_test_data): Likewise.
20792         (pow_downward_test_data): Likewise.
20793         (pow_upward_test_data): Likewise.
20794         (remainder_test_data): Likewise.
20795         (remainder_tonearest_test_data): Likewise.
20796         (remainder_towardzero_test_data): Likewise.
20797         (remainder_downward_test_data): Likewise.
20798         (remainder_upward_test_data): Likewise.
20799         (remquo_test_data): Likewise.
20800         (rint_test_data): Likewise.
20801         (rint_tonearest_test_data): Likewise.
20802         (rint_towardzero_test_data): Likewise.
20803         (rint_downward_test_data): Likewise.
20804         (rint_upward_test_data): Likewise.
20805         (round_test_data): Likewise.
20806         (scalb_test_data): Likewise.
20807         (scalbn_test_data): Likewise.
20808         (scalbln_test_data): Likewise.
20809         (signbit_test_data): Likewise.
20810         (sin_test_data): Likewise.
20811         (sin_tonearest_test_data): Likewise.
20812         (sin_towardzero_test_data): Likewise.
20813         (sin_downward_test_data): Likewise.
20814         (sin_upward_test_data): Likewise.
20815         (sincos_test_data): Likewise.
20816         (sinh_test_data): Likewise.
20817         (sinh_tonearest_test_data): Likewise.
20818         (sinh_towardzero_test_data): Likewise.
20819         (sinh_downward_test_data): Likewise.
20820         (sinh_upward_test_data): Likewise.
20821         (sqrt_test_data): Likewise.
20822         (tan_test_data): Likewise.
20823         (tan_tonearest_test_data): Likewise.
20824         (tan_towardzero_test_data): Likewise.
20825         (tan_downward_test_data): Likewise.
20826         (tan_upward_test_data): Likewise.
20827         (tanh_test_data): Likewise.
20828         (tgamma_test_data): Likewise.
20829         (trunc_test_data): Likewise.
20830         (y0_test_data): Likewise.
20831         (y1_test_data): Likewise.
20832         (yn_test_data): Likewise.
20833         (significand_test_data): Likewise.
20835         * math/gen-libm-test.pl (@functions): Remove variable.
20836         (generate_testfile): Don't handle START and END lines.
20837         * math/libm-test.inc (START): New macro.
20838         (END): Likewise.
20839         (END_COMPLEX): Likewise.
20840         (acos_test): Use END macro without arguments.
20841         (acos_test_tonearest): Likewise.
20842         (acos_test_towardzero): Likewise.
20843         (acos_test_downward): Likewise.
20844         (acos_test_upward): Likewise.
20845         (acosh_test): Likewise.
20846         (asin_test): Likewise.
20847         (asin_test_tonearest): Likewise.
20848         (asin_test_towardzero): Likewise.
20849         (asin_test_downward): Likewise.
20850         (asin_test_upward): Likewise.
20851         (asinh_test): Likewise.
20852         (atan_test): Likewise.
20853         (atanh_test): Likewise.
20854         (atan2_test): Likewise.
20855         (cabs_test): Likewise.
20856         (cacos_test): Use END_COMPLEX macro without arguments.
20857         (cacosh_test): Likewise.
20858         (carg_test): Use END macro without arguments.
20859         (casin_test): Use END_COMPLEX macro without arguments.
20860         (casinh_test): Likewise.
20861         (catan_test): Likewise.
20862         (catanh_test): Likewise.
20863         (cbrt_test): Use END macro without arguments.
20864         (ccos_test): Use END_COMPLEX macro without arguments.
20865         (ccosh_test): Likewise.
20866         (ceil_test): Use END macro without arguments.
20867         (cexp_test): Use END_COMPLEX macro without arguments.
20868         (cimag_test): Use END macro without arguments.
20869         (clog_test): Use END_COMPLEX macro without arguments.
20870         (clog10_test): Likewise.
20871         (conj_test): Likewise.
20872         (copysign_test): Use END macro without arguments.
20873         (cos_test): Likewise.
20874         (cos_test_tonearest): Likewise.
20875         (cos_test_towardzero): Likewise.
20876         (cos_test_downward): Likewise.
20877         (cos_test_upward): Likewise.
20878         (cosh_test): Likewise.
20879         (cosh_test_tonearest): Likewise.
20880         (cosh_test_towardzero): Likewise.
20881         (cosh_test_downward): Likewise.
20882         (cosh_test_upward): Likewise.
20883         (cpow_test): Use END_COMPLEX macro without arguments.
20884         (cproj_test): Likewise.
20885         (creal_test): Use END macro without arguments.
20886         (csin_test): Use END_COMPLEX macro without arguments.
20887         (csinh_test): Likewise.
20888         (csqrt_test): Likewise.
20889         (ctan_test): Likewise.
20890         (ctan_test_tonearest): Likewise.
20891         (ctan_test_towardzero): Likewise.
20892         (ctan_test_downward): Likewise.
20893         (ctan_test_upward): Likewise.
20894         (ctanh_test): Likewise.
20895         (ctanh_test_tonearest): Likewise.
20896         (ctanh_test_towardzero): Likewise.
20897         (ctanh_test_downward): Likewise.
20898         (ctanh_test_upward): Likewise.
20899         (erf_test): Use END macro without arguments.
20900         (erfc_test): Likewise.
20901         (exp_test): Likewise.
20902         (exp_test_tonearest): Likewise.
20903         (exp_test_towardzero): Likewise.
20904         (exp_test_downward): Likewise.
20905         (exp_test_upward): Likewise.
20906         (exp10_test): Likewise.
20907         (exp2_test): Likewise.
20908         (expm1_test): Likewise.
20909         (fabs_test): Likewise.
20910         (fdim_test): Likewise.
20911         (finite_test): Likewise.
20912         (floor_test): Likewise.
20913         (fma_test): Likewise.
20914         (fma_test_towardzero): Likewise.
20915         (fma_test_downward): Likewise.
20916         (fma_test_upward): Likewise.
20917         (fmax_test): Likewise.
20918         (fmin_test): Likewise.
20919         (fmod_test): Likewise.
20920         (fpclassify_test): Likewise.
20921         (frexp_test): Likewise.
20922         (gamma_test): Likewise.
20923         (hypot_test): Likewise.
20924         (ilogb_test): Likewise.
20925         (isfinite_test): Likewise.
20926         (isgreater_test): Likewise.
20927         (isgreaterequal_test): Likewise.
20928         (isinf_test): Likewise.
20929         (isless_test): Likewise.
20930         (islessequal_test): Likewise.
20931         (islessgreater_test): Likewise.
20932         (isnan_test): Likewise.
20933         (isnormal_test): Likewise.
20934         (issignaling_test): Likewise.
20935         (isunordered_test): Likewise.
20936         (j0_test): Likewise.
20937         (j1_test): Likewise.
20938         (jn_test): Likewise.
20939         (ldexp_test): Likewise.
20940         (lgamma_test): Likewise.
20941         (lrint_test): Likewise.
20942         (lrint_test_tonearest): Likewise.
20943         (lrint_test_towardzero): Likewise.
20944         (lrint_test_downward): Likewise.
20945         (lrint_test_upward): Likewise.
20946         (llrint_test): Likewise.
20947         (llrint_test_tonearest): Likewise.
20948         (llrint_test_towardzero): Likewise.
20949         (llrint_test_downward): Likewise.
20950         (llrint_test_upward): Likewise.
20951         (log_test): Likewise.
20952         (log10_test): Likewise.
20953         (log1p_test): Likewise.
20954         (log2_test): Likewise.
20955         (logb_test): Likewise.
20956         (logb_test_downward): Likewise.
20957         (lround_test): Likewise.
20958         (llround_test): Likewise.
20959         (modf_test): Likewise.
20960         (nearbyint_test): Likewise.
20961         (nextafter_test): Likewise.
20962         (nexttoward_test): Likewise.
20963         (pow_test): Likewise.
20964         (pow_test_tonearest): Likewise.
20965         (pow_test_towardzero): Likewise.
20966         (pow_test_downward): Likewise.
20967         (pow_test_upward): Likewise.
20968         (remainder_test): Likewise.
20969         (remainder_test_tonearest): Likewise.
20970         (remainder_test_towardzero): Likewise.
20971         (remainder_test_downward): Likewise.
20972         (remainder_test_upward): Likewise.
20973         (remquo_test): Likewise.
20974         (rint_test): Likewise.
20975         (rint_test_tonearest): Likewise.
20976         (rint_test_towardzero): Likewise.
20977         (rint_test_downward): Likewise.
20978         (rint_test_upward): Likewise.
20979         (round_test): Likewise.
20980         (scalb_test): Likewise.
20981         (scalbn_test): Likewise.
20982         (scalbln_test): Likewise.
20983         (signbit_test): Likewise.
20984         (sin_test): Likewise.
20985         (sin_test_tonearest): Likewise.
20986         (sin_test_towardzero): Likewise.
20987         (sin_test_downward): Likewise.
20988         (sin_test_upward): Likewise.
20989         (sincos_test): Likewise.
20990         (sinh_test): Likewise.
20991         (sinh_test_tonearest): Likewise.
20992         (sinh_test_towardzero): Likewise.
20993         (sinh_test_downward): Likewise.
20994         (sinh_test_upward): Likewise.
20995         (sqrt_test): Likewise.
20996         (tan_test): Likewise.
20997         (tan_test_tonearest): Likewise.
20998         (tan_test_towardzero): Likewise.
20999         (tan_test_downward): Likewise.
21000         (tan_test_upward): Likewise.
21001         (tanh_test): Likewise.
21002         (tgamma_test): Likewise.
21003         (trunc_test): Likewise.
21004         (y0_test): Likewise.
21005         (y1_test): Likewise.
21006         (yn_test): Likewise.
21007         (significand_test): Likewise.
21009 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21011         [BZ #15381]
21012         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21014 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21016         [BZ #14894]
21017         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21018         __ppc_mdoio and __ppc_mdoom.
21019         * manual/platform.texi: Document new functions __ppc_yield,
21020         __ppc_mdoio and __ppc_mdoom.
21022 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21024         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21025         (main): Mention "tls" pseudo-hwcap is legacy.
21026         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21028 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21030         * math/gen-libm-test.pl (parse_args): Output only string of
21031         arguments as text for test name, not full call or descriptions of
21032         tests for extra outputs.
21033         (generate_testfile): Do not pass function name to parse_args.
21034         Generate this_func variable from START.
21035         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21036         field to arg_str.
21037         (struct test_ff_f_data): Likewise.
21038         (test_ff_f_data_nexttoward): Likewise.
21039         (struct test_fi_f_data): Likewise.
21040         (struct test_fl_f_data): Likewise.
21041         (struct test_if_f_data): Likewise.
21042         (struct test_fff_f_data): Likewise.
21043         (struct test_c_f_data): Likewise.
21044         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21045         (struct test_fF_f1_data): Likewise.
21046         (struct test_ffI_f1_data): Likewise.
21047         (struct test_c_c_data): Rename test_name field to arg_str.
21048         (struct test_cc_c_data): Likewise.
21049         (struct test_f_i_data): Likewise.
21050         (struct test_ff_i_data): Likewise.
21051         (struct test_f_l_data): Likewise.
21052         (struct test_f_L_data): Likewise.
21053         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21054         and extra2_name.
21055         (COMMON_TEST_SETUP): New macro.
21056         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21057         (COMMON_TEST_CLEANUP): Likewise.
21058         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21059         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21060         macros.
21061         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21062         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21063         macros.
21064         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21065         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21066         cleanup macros.
21067         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21068         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21069         macros.
21070         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21071         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21072         macros.
21073         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21074         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21075         cleanup macros.
21076         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21077         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21078         cleanup macros.
21079         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21080         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21081         cleanup macros.
21082         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21083         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21084         macros.
21085         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21086         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21087         macros.
21088         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21089         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21090         macros.
21091         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21092         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21093         cleanup macros.
21094         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21095         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21096         cleanup macros.
21097         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21098         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21099         macros.
21100         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21101         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21102         cleanup macros.
21103         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21104         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21105         macros.
21106         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21107         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21108         macros.
21109         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21110         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21111         cleanup macros.
21112         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21114 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21116         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21117         to _sifields.sigfault.
21118         (si_addr_lsb): Define new macro.
21119         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21120         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21121         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21123 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21125         [BZ #15441]
21126         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21127         returns -1.
21128         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21129         null return -1.
21130         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21131         loading the domain.
21133 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21135         * math/gen-libm-test.pl (parse_args): Do not include expected
21136         result in test name.
21137         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21138         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21139         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21140         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21141         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21144 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21146         * benchtests/Makefile: Sort function entries.
21148         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21149         tanh, asinh, acosh, atanh.
21150         * benchtests/acos-inputs: New file.
21151         * benchtests/acosh-inputs: New file.
21152         * benchtests/asin-inputs: New file.
21153         * benchtests/asinh-inputs: New file.
21154         * benchtests/atanh-inputs: New file.
21155         * benchtests/cosh-inputs: New file.
21156         * benchtests/log-inputs: New file.
21157         * benchtests/sinh-inputs: New file.
21158         * benchtests/tanh-inputs: New file.
21160 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21162         [BZ #15339]
21163         * posix/tst-getaddrinfo4.c: New test.
21164         * posix/Makefile (tests): Add it.
21166 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21168         [BZ #15339]
21169         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21170         when no services were used.
21171         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21172         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21174 2013-05-21  Andreas Schwab  <schwab@suse.de>
21176         [BZ #15014]
21177         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21178         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21179         successful.
21180         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21181         redundant variable declarations and reallocation of buffer when
21182         parsing as IPv6 address.  Always set NSS status when called from
21183         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21184         buffer too small.  Correct computation of needed size.
21185         * nss/Makefile (tests): Add test-digits-dots.
21186         * nss/test-digits-dots.c: New test.
21188 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21190         * benchtests/Makefile: Remove instructions for adding
21191         benchmark tests.
21192         * benchtests/README: New file to explain how to execute and
21193         enhance the benchmark tests.
21195 2013-05-21  Andreas Schwab  <schwab@suse.de>
21197         [BZ #15493]
21198         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21199         * setjmp/tst-sigsetjmp.c: New test.
21201 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21203         * sysdeps/x86_64/memset.S (memset): New implementation.
21204         (__bzero): Likewise.
21205         (__memset_tail): New function.
21207 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21209         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21210         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21211         __memcpy_sse2_unaligned ifunc selection.
21212         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21213         Add memcpy-sse2-unaligned.S.
21214         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21215         Add: __memcpy_sse2_unaligned.
21217 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21219         [BZ #15490]
21220         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21221         math_force_eval before restoring floating-point envrionment.
21222         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21223         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21224         Likewise.
21225         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21226         <math_private.h>.
21227         (__nearbyintl): Use math_force_eval before restoring
21228         floating-point environment.
21229         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21231         * math/gen-libm-test.pl (special_functions): Remove.
21232         (parse_args): Don't handle TEST_extra.  Handle functions with no
21233         return value.
21234         * math/libm-test.inc (struct test_sincos_data): Replace with
21235         struct test_fFF_11_data.
21236         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21237         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21238         (sincos_test_data): Change element type to struct
21239         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21240         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21241         RUN_TEST_LOOP_sincos.
21242         * math/README.libm-test: Don't mention special handling of
21243         individual functions.
21244         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21245         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21246         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21247         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21248         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21251         * math/gen-libm-test.pl (get_variable): Remove function.
21252         (parse_args): Don't show pointer parameters to call in test
21253         names.  Use "extra output N" in test names for extra outputs
21254         rather than naming variables.
21256 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21258         [BZ #15488]
21259         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21260         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21261         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21262         double tests.
21263         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21264         disable.
21265         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21266         check_long_double.
21268         * math/gen-libm-test.pl (@tests): Remove variable.
21269         ($count): Likewise.
21270         (new_test): Remove function.
21271         (show_exceptions): New function.
21272         (special_functions): Use show_exceptions instead of new_test.
21273         (parse_args): Likewise.
21274         (generate_testfile): Pass only function name in generated call to
21275         print_max_error or print_complex_max_error.
21276         (get_ulps): Do not handle complex tests specially.
21277         (output_test): Rename to ...
21278         (get_all_ulps_for_test): ... this.  Return a string rather than
21279         printing to a file.  Require ulps to be present.
21280         (output_ulps): Generate arrays rather than #defines.
21281         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21282         (struct ulp_data): New type.
21283         (BUILD_COMPLEX_ULP): Remove macro.
21284         (compare_ulp_data): New function.
21285         (find_ulps): Likewise.
21286         (find_test_ulps): Likewise.
21287         (find_function_ulps): Likewise.
21288         (find_complex_function_ulps): Likewise.
21289         (print_max_error): Determine allowed ulps using
21290         find_function_ulps.
21291         (print_complex_max_error): Determine allowed ulps using
21292         find_complex_function_ulps.
21293         (check_float_internal): Determine max ulps using find_test_ulps.
21294         (check_float): Do not take max_ulp parameter.  Update call to
21295         check_float_internal.
21296         (check_complex): Likewise.
21297         (check_int): Do not take max_ulp parameter.
21298         (check_long): Likewise.
21299         (check_bool): Likewise.
21300         (check_longlong): Likewise.
21301         (struct test_f_f_data): Remove max_ulp field.
21302         (struct test_ff_f_data): Likewise.
21303         (struct test_ff_f_data_nexttoward): Likewise.
21304         (struct test_fi_f_data): Likewise.
21305         (struct test_fl_f_data): Likewise.
21306         (struct test_if_f_data): Likewise.
21307         (struct test_fff_f_data): Likewise.
21308         (struct test_c_f_data): Likewise.
21309         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21310         (struct test_fF_f1_data): Likewise.
21311         (struct test_ffI_f1_data): Likewise.
21312         (struct test_c_c_data): Remove max_ulp field.
21313         (struct test_cc_c_data): Likewise.
21314         (struct test_f_i_data): Likewise.
21315         (struct test_ff_i_data): Likewise.
21316         (struct test_f_l_data): Likewise.
21317         (struct test_f_L_data): Likewise.
21318         (struct test_sincos_data): Likewise.
21319         (RUN_TEST_f_f): Do not handle ulps.
21320         (RUN_TEST_LOOP_f_f): Likewise.
21321         (RUN_TEST_2_f): Likewise.
21322         (RUN_TEST_LOOP_2_f): Likewise.
21323         (RUN_TEST_fff_f): Likewise.
21324         (RUN_TEST_LOOP_fff_f): Likewise.
21325         (RUN_TEST_c_f): Likewise.
21326         (RUN_TEST_LOOP_c_f): Likewise.
21327         (RUN_TEST_f_f1): Likewise.
21328         (RUN_TEST_LOOP_f_f1): Likewise.
21329         (RUN_TEST_fF_f1): Likewise.
21330         (RUN_TEST_LOOP_fF_f1): Likewise.
21331         (RUN_TEST_fI_f1): Likewise.
21332         (RUN_TEST_LOOP_fI_f1): Likewise.
21333         (RUN_TEST_ffI_f1): Likewise.
21334         (RUN_TEST_LOOP_ffI_f1): Likewise.
21335         (RUN_TEST_c_c): Likewise.
21336         (RUN_TEST_LOOP_c_c): Likewise.
21337         (RUN_TEST_cc_c): Likewise.
21338         (RUN_TEST_LOOP_cc_c): Likewise.
21339         (RUN_TEST_f_i): Likewise.
21340         (RUN_TEST_LOOP_f_i): Likewise.
21341         (RUN_TEST_f_i_tg): Likewise.
21342         (RUN_TEST_LOOP_f_i_tg): Likewise.
21343         (RUN_TEST_ff_i_tg): Likewise.
21344         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21345         (RUN_TEST_f_b): Likewise.
21346         (RUN_TEST_LOOP_f_b): Likewise.
21347         (RUN_TEST_f_b_tg): Likewise.
21348         (RUN_TEST_LOOP_f_b_tg): Likewise.
21349         (RUN_TEST_f_l): Likewise.
21350         (RUN_TEST_LOOP_f_l): Likewise.
21351         (RUN_TEST_f_L): Likewise.
21352         (RUN_TEST_LOOP_f_L): Likewise.
21353         (RUN_TEST_sincos): Likewise.
21354         (RUN_TEST_LOOP_sincos): Likewise.
21356 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21358         [BZ #15480]
21359         [BZ #15485]
21360         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21361         main case of finite arguments, set rounding mode to FE_TONEAREST
21362         and discard exceptions.
21363         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21364         exceptions.
21365         (remainder_tonearest_test_data): New variable.
21366         (remainder_test_tonearest): New function.
21367         (remainder_towardzero_test_data): New variable.
21368         (remainder_test_towardzero): New function.
21369         (remainder_downward_test_data): New variable.
21370         (remainder_test_downward): New function.
21371         (remainder_upward_test_data): New variable.
21372         (remainder_test_upward): New function.
21373         (main): Call the new test functions.
21375         * math/libm-test.inc (struct test_f_f1_data): Remove field
21376         extra_init.
21377         (struct test_fF_f1_data): Likewise.
21378         (struct test_ffI_f1_data): Likewise.
21379         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21380         based on value of EXTRA_EXPECTED.
21381         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21382         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21383         EXTRA_VAR based on value of EXTRA_EXPECTED.
21384         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21385         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21386         EXTRA_VAR based on value of EXTRA_EXPECTED.
21387         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21388         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21389         EXTRA_VAR based on value of EXTRA_EXPECTED.
21390         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21391         * math/gen-libm-test.pl (parse_args): Don't output initializers
21392         for extra output values.
21394         * math/libm-test.inc (check_int): Expect result to be exactly
21395         equal to expected value and do not handle ulps.
21396         (check_long): Likewise.
21397         (check_longlong): Likewise.
21399         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21400         exceptions.
21401         (cimag_test_data): Likewise.
21402         (conj_test_data): Likewise.
21403         (copysign_test_data): Likewise.
21404         (cproj_test_data): Likewise.
21405         (creal_test_data): Likewise.
21406         (fabs_test_data): Likewise.
21407         (fdim_test_data): Likewise.
21408         (finite_test_data): Likewise.
21409         (floor_test_data): Likewise.
21410         (fmax_test_data): Likewise.
21411         (fmin_test_data): Likewise.
21412         (fmod_test_data): Likewise.
21413         (fpclassify_test_data): Likewise.
21414         (frexp_test_data): Likewise.
21415         (ilogb_test_data): Likewise.
21416         (isfinite_test_data): Likewise.
21417         (isgreater_test_data): Likewise.
21418         (isgreaterequal_test_data): Likewise.
21419         (isinf_test_data): Likewise.
21420         (isless_test_data): Likewise.
21421         (islessequal_test_data): Likewise.
21422         (islessgreater_test_data): Likewise.
21423         (isnan_test_data): Likewise.
21424         (isnormal_test_data): Likewise.
21425         (issignaling_test_data): Likewise.
21426         (isunordered_test_data): Likewise.
21427         (ldexp_test_data): Likewise.
21428         (lrint_test_data): Likewise.
21429         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21430         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21431         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21432         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21433         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21434         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21435         test input.
21436         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21437         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21438         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21439         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21440         that test input.
21441         (lrint_downward_test_data): Test for "inexact" exceptions.
21442         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21443         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21444         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21445         test input.
21446         (lrint_upward_test_data): Test for "inexact" exceptions.
21447         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21448         test input.
21449         (llrint_test_data): Test for "inexact" exceptions.
21450         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21451         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21452         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21453         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21454         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21455         (llrint_downward_test_data): Test for "inexact" exceptions.
21456         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21457         (llrint_upward_test_data): Test for "inexact" exceptions.
21458         (logb_test_data): Likewise.
21459         (logb_downward_test_data): Likewise.
21460         (nextafter_test_data): Likewise.
21461         (nexttoward_test_data): Likewise.
21462         (remainder_test_data): Likewise.
21463         (remquo_test_data): Likewise.
21464         (scalbn_test_data): Likewise.
21465         (scalbln_test_data): Likewise.
21466         (signbit_test_data): Likewise.
21467         (sqrt_test_data): Likewise.
21468         (significand_test_data): Likewise.
21470 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21472         [BZ #15424]
21473         * benchtests/bench-modf.c (struct args): Mark arg0 as
21474         volatile.
21475         * scripts/bench.pl: Mark members of struct args as volatile.
21477 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21479         [BZ # 15497]
21480         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21481         negative infinity on POWER6 or lower.
21482         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21484 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21486         [BZ #15442]
21487         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21488         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21489         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21490         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21491         (_FP_SETQNAN): New macro.
21492         (_FP_SETQNAN_SEMIRAW): Likewise.
21493         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21494         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21495         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21496         (FP_EXTEND): Use _FP_FRAC_SNANP.
21497         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21498         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21499         into account.
21500         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21501         New macro.
21502         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21503         Likewise.
21505 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21507         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21508         with DIVIDE_BY_ZERO_EXCEPTION.
21509         (gamma_test_data): Likewise.
21510         (lgamma_test_data): Likewise.
21511         (log_test_data): Likewise.
21512         (log10_test_data): Likewise.
21513         (log2_test_data): Likewise.
21514         (tgamma_test_data): Likewise.
21516         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21517         (acos_test_tonearest): Likewise.
21518         (acos_test_towardzero): Likewise.
21519         (acos_test_downward): Likewise.
21520         (acos_test_upward): Likewise.
21521         (acosh_test): Likewise.
21522         (asin_test): Likewise.
21523         (asin_test_tonearest): Likewise.
21524         (asin_test_towardzero): Likewise.
21525         (asin_test_downward): Likewise.
21526         (asin_test_upward): Likewise.
21527         (asinh_test): Likewise.
21528         (atan_test): Likewise.
21529         (atanh_test): Likewise.
21530         (atan2_test): Likewise.
21531         (cabs_test): Likewise.
21532         (cacos_test): Likewise.
21533         (cacosh_test): Likewise.
21534         (casin_test): Likewise.
21535         (casinh_test): Likewise.
21536         (catan_test): Likewise.
21537         (catanh_test): Likewise.
21538         (cbrt_test): Likewise.
21539         (ccos_test): Likewise.
21540         (ccosh_test): Likewise.
21541         (cexp_test): Likewise.
21542         (clog_test): Likewise.
21543         (clog10_test): Likewise.
21544         (cos_test): Likewise.
21545         (cos_test_tonearest): Likewise.
21546         (cos_test_towardzero): Likewise.
21547         (cos_test_downward): Likewise.
21548         (cos_test_upward): Likewise.
21549         (cosh_test): Likewise.
21550         (cosh_test_tonearest): Likewise.
21551         (cosh_test_towardzero): Likewise.
21552         (cosh_test_downward): Likewise.
21553         (cosh_test_upward): Likewise.
21554         (cpow_test): Likewise.
21555         (csin_test): Likewise.
21556         (csinh_test): Likewise.
21557         (csqrt_test): Likewise.
21558         (ctan_test): Likewise.
21559         (ctan_test_tonearest): Likewise.
21560         (ctan_test_towardzero): Likewise.
21561         (ctan_test_downward): Likewise.
21562         (ctan_test_upward): Likewise.
21563         (ctanh_test): Likewise.
21564         (ctanh_test_tonearest): Likewise.
21565         (ctanh_test_towardzero): Likewise.
21566         (ctanh_test_downward): Likewise.
21567         (ctanh_test_upward): Likewise.
21568         (erf_test): Likewise.
21569         (erfc_test): Likewise.
21570         (exp_test): Likewise.
21571         (exp_test_tonearest): Likewise.
21572         (exp_test_towardzero): Likewise.
21573         (exp_test_downward): Likewise.
21574         (exp_test_upward): Likewise.
21575         (exp10_test): Likewise.
21576         (exp2_test): Likewise.
21577         (expm1_test): Likewise.
21578         (fmod_test): Likewise.
21579         (gamma_test): Likewise.
21580         (hypot_test): Likewise.
21581         (j0_test): Likewise.
21582         (j1_test): Likewise.
21583         (jn_test): Likewise.
21584         (lgamma_test): Likewise.
21585         (log_test): Likewise.
21586         (log10_test): Likewise.
21587         (log1p_test): Likewise.
21588         (log2_test): Likewise.
21589         (logb_test_downward): Likewise.
21590         (pow_test): Likewise.
21591         (pow_test_tonearest): Likewise.
21592         (pow_test_towardzero): Likewise.
21593         (pow_test_downward): Likewise.
21594         (pow_test_upward): Likewise.
21595         (remainder_test): Likewise.
21596         (remquo_test): Likewise.
21597         (sin_test): Likewise.
21598         (sin_test_tonearest): Likewise.
21599         (sin_test_towardzero): Likewise.
21600         (sin_test_downward): Likewise.
21601         (sin_test_upward): Likewise.
21602         (sincos_test): Likewise.
21603         (sinh_test): Likewise.
21604         (sinh_test_tonearest): Likewise.
21605         (sinh_test_towardzero): Likewise.
21606         (sinh_test_downward): Likewise.
21607         (sinh_test_upward): Likewise.
21608         (sqrt_test): Likewise.
21609         (tan_test): Likewise.
21610         (tan_test_tonearest): Likewise.
21611         (tan_test_towardzero): Likewise.
21612         (tan_test_downward): Likewise.
21613         (tan_test_upward): Likewise.
21614         (tanh_test): Likewise.
21615         (tgamma_test): Likewise.
21616         (y0_test): Likewise.
21617         (y1_test): Likewise.
21618         (yn_test): Likewise.
21620         * math/gen-libm-test.pl (adjust_arg): Remove function.
21621         (special_function): Remove argument $in_func.  Only handle
21622         generating output for tables of tests, not inside functions.
21623         (parse_args): Likewise.
21624         (generate_testfile): Remove variable $in_func.  Update call to
21625         parse_args.
21626         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21627         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21628         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21629         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21630         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21631         (MAX_VALUE_INIT): Rename macro to max_value.
21632         (MIN_VALUE_INIT): Rename macro to min_value.
21633         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21634         (plus_zero): Remove variable.
21635         (minus_zero): Likewise.
21636         (plus_infty): Likewise.
21637         (minus_infty): Likewise.
21638         (qnan_value): Likewise.
21639         (max_value): Likewise.
21640         (min_value): Likewise.
21641         (min_subnorm_value): Likewise.
21643 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21645         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21646         uint64_t or uint32_t usage.
21647         * crypt/sha256-block.c: Likewise.
21648         * crypt/sha256-crypt.c: Likewise.
21649         * crypt/sha256.c: Likewise.
21650         * crypt/sha512-block.c: Likewise.
21651         * crypt/sha512-crypt.c: Likewise.
21652         * crypt/sha512.c: Likewise.
21653         * debug/backtrace-tst.c: Likewise.
21654         * debug/pcprofiledump.c: Likewise.
21655         * elf/cache.c: Likewise.
21656         * elf/dl-cache.c: Likewise.
21657         * elf/dl-misc.c: Likewise.
21658         * elf/dl-profile.c: Likewise.
21659         * elf/dl-support.c: Likewise.
21660         * elf/ldconfig.c: Likewise.
21661         * elf/sprof.c: Likewise.
21662         * iconv/dummy-repertoire.c: Likewise.
21663         * iconv/iconv_charmap.c: Likewise.
21664         * iconv/skeleton.c: Likewise.
21665         * iconvdata/8bit-generic.c: Likewise.
21666         * iconvdata/cp737.h: Likewise.
21667         * iconvdata/cp775.h: Likewise.
21668         * iconvdata/ibm1008.h: Likewise.
21669         * iconvdata/ibm1025.h: Likewise.
21670         * iconvdata/ibm1046.h: Likewise.
21671         * iconvdata/ibm1097.h: Likewise.
21672         * iconvdata/ibm1112.h: Likewise.
21673         * iconvdata/ibm1122.h: Likewise.
21674         * iconvdata/ibm1123.h: Likewise.
21675         * iconvdata/ibm1124.h: Likewise.
21676         * iconvdata/ibm1129.h: Likewise.
21677         * iconvdata/ibm1130.h: Likewise.
21678         * iconvdata/ibm1132.h: Likewise.
21679         * iconvdata/ibm1133.h: Likewise.
21680         * iconvdata/ibm1137.h: Likewise.
21681         * iconvdata/ibm1140.h: Likewise.
21682         * iconvdata/ibm1141.h: Likewise.
21683         * iconvdata/ibm1142.h: Likewise.
21684         * iconvdata/ibm1143.h: Likewise.
21685         * iconvdata/ibm1144.h: Likewise.
21686         * iconvdata/ibm1145.h: Likewise.
21687         * iconvdata/ibm1146.h: Likewise.
21688         * iconvdata/ibm1147.h: Likewise.
21689         * iconvdata/ibm1148.h: Likewise.
21690         * iconvdata/ibm1149.h: Likewise.
21691         * iconvdata/ibm1153.h: Likewise.
21692         * iconvdata/ibm1154.h: Likewise.
21693         * iconvdata/ibm1155.h: Likewise.
21694         * iconvdata/ibm1156.h: Likewise.
21695         * iconvdata/ibm1157.h: Likewise.
21696         * iconvdata/ibm1158.h: Likewise.
21697         * iconvdata/ibm1160.h: Likewise.
21698         * iconvdata/ibm1161.h: Likewise.
21699         * iconvdata/ibm1162.h: Likewise.
21700         * iconvdata/ibm1163.h: Likewise.
21701         * iconvdata/ibm1164.h: Likewise.
21702         * iconvdata/ibm1166.h: Likewise.
21703         * iconvdata/ibm1167.h: Likewise.
21704         * iconvdata/ibm12712.h: Likewise.
21705         * iconvdata/ibm1390.h: Likewise.
21706         * iconvdata/ibm1399.h: Likewise.
21707         * iconvdata/ibm16804.h: Likewise.
21708         * iconvdata/ibm4517.h: Likewise.
21709         * iconvdata/ibm4899.h: Likewise.
21710         * iconvdata/ibm4909.h: Likewise.
21711         * iconvdata/ibm4971.h: Likewise.
21712         * iconvdata/ibm5347.h: Likewise.
21713         * iconvdata/ibm803.h: Likewise.
21714         * iconvdata/ibm856.h: Likewise.
21715         * iconvdata/ibm901.h: Likewise.
21716         * iconvdata/ibm902.h: Likewise.
21717         * iconvdata/ibm9030.h: Likewise.
21718         * iconvdata/ibm9066.h: Likewise.
21719         * iconvdata/ibm921.h: Likewise.
21720         * iconvdata/ibm922.h: Likewise.
21721         * iconvdata/ibm9448.h: Likewise.
21722         * iconvdata/isiri-3342.h: Likewise.
21723         * iconvdata/jis0201.h: Likewise.
21724         * include/link.h: Likewise.
21725         * include/netdb.h: Likewise.
21726         * inet/check_native.c: Likewise.
21727         * inet/check_pf.c: Likewise.
21728         * inet/getipv4sourcefilter.c: Likewise.
21729         * inet/getnameinfo.c: Likewise.
21730         * inet/getsourcefilter.c: Likewise.
21731         * inet/htonl.c: Likewise.
21732         * inet/setipv4sourcefilter.c: Likewise.
21733         * inet/setsourcefilter.c: Likewise.
21734         * inet/test-inet6_opt.c: Likewise.
21735         * inet/tst-network.c: Likewise.
21736         * locale/C-collate.c: Likewise.
21737         * locale/C-ctype.c: Likewise.
21738         * locale/C-time.c: Likewise.
21739         * locale/C-translit.h: Likewise.
21740         * locale/loadarchive.c: Likewise.
21741         * locale/programs/3level.h: Likewise.
21742         * locale/programs/charmap.c: Likewise.
21743         * locale/programs/charmap.h: Likewise.
21744         * locale/programs/ld-address.c: Likewise.
21745         * locale/programs/ld-collate.c: Likewise.
21746         * locale/programs/ld-ctype.c: Likewise.
21747         * locale/programs/ld-identification.c: Likewise.
21748         * locale/programs/ld-measurement.c: Likewise.
21749         * locale/programs/ld-messages.c: Likewise.
21750         * locale/programs/ld-monetary.c: Likewise.
21751         * locale/programs/ld-name.c: Likewise.
21752         * locale/programs/ld-numeric.c: Likewise.
21753         * locale/programs/ld-paper.c: Likewise.
21754         * locale/programs/ld-telephone.c: Likewise.
21755         * locale/programs/ld-time.c: Likewise.
21756         * locale/programs/linereader.c: Likewise.
21757         * locale/programs/locale.c: Likewise.
21758         * locale/programs/locarchive.c: Likewise.
21759         * locale/programs/locfile.h: Likewise.
21760         * locale/programs/repertoire.c: Likewise.
21761         * locale/programs/simple-hash.c: Likewise.
21762         * locale/programs/simple-hash.h: Likewise.
21763         * malloc/memusage.c: Likewise.
21764         * malloc/memusagestat.c: Likewise.
21765         * nis/nis_defaults.c: Likewise.
21766         * nis/nis_hash.c: Likewise.
21767         * nis/nis_print.c: Likewise.
21768         * nis/nis_xdr.c: Likewise.
21769         * nscd/connections.c: Likewise.
21770         * nscd/hstcache.c: Likewise.
21771         * nscd/nscd_gethst_r.c: Likewise.
21772         * nscd/nscd_getserv_r.c: Likewise.
21773         * nscd/nscd_helper.c: Likewise.
21774         * nscd/servicescache.c: Likewise.
21775         * nss/makedb.c: Likewise.
21776         * nss/nss_db/db-XXX.c: Likewise.
21777         * nss/nss_db/db-initgroups.c: Likewise.
21778         * nss/nss_db/db-netgrp.c: Likewise.
21779         * nss/nss_files/files-network.c: Likewise.
21780         * nss/nss_files/files-parse.c: Likewise.
21781         * posix/bug-regex5.c: Likewise.
21782         * posix/fnmatch_loop.c: Likewise.
21783         * posix/regcomp.c: Likewise.
21784         * posix/regexec.c: Likewise.
21785         * posix/tst-rfc3484-2.c: Likewise.
21786         * posix/tst-rfc3484-3.c: Likewise.
21787         * posix/tst-rfc3484.c: Likewise.
21788         * resolv/nss_dns/dns-canon.c: Likewise.
21789         * resolv/nss_dns/dns-network.c: Likewise.
21790         * resolv/res_init.c: Likewise.
21791         * resolv/res_mkquery.c: Likewise.
21792         * resolv/tst-aton.c: Likewise.
21793         * stdlib/cxa_atexit.c: Likewise.
21794         * stdlib/cxa_finalize.c: Likewise.
21795         * stdlib/gen-fpioconst.c: Likewise.
21796         * stdlib/strtol_l.c: Likewise.
21797         * string/tst-endian.c: Likewise.
21798         * sunrpc/auth_des.c: Likewise.
21799         * sunrpc/clnt_udp.c: Likewise.
21800         * sunrpc/rtime.c: Likewise.
21801         * sunrpc/svcauth_des.c: Likewise.
21802         * sunrpc/xdr.c: Likewise.
21803         * sunrpc/xdr_intXX_t.c: Likewise.
21804         * sunrpc/xdr_rec.c: Likewise.
21805         * sysdeps/generic/ldconfig.h: Likewise.
21806         * sysdeps/generic/ldsodefs.h: Likewise.
21807         * sysdeps/generic/memusage.h: Likewise.
21808         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21809         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21810         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21811         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21812         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21813         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21814         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21815         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21816         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21817         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21818         * sysdeps/posix/getaddrinfo.c: Likewise.
21819         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21820         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21821         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21822         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21823         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21824         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21825         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21826         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21827         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21828         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21829         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21830         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21831         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21832         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21833         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21834         * sysdeps/x86_64/dl-tls.h: Likewise.
21835         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21836         * time/alt_digit.c: Likewise.
21837         * time/era.c: Likewise.
21838         * wcsmbs/tst-c16c32-1.c: Likewise.
21840 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21842         * math/libm-test.inc (struct test_sincos_data): New type.
21843         (RUN_TEST_LOOP_sincos): New macro.
21844         (sincos_test_data): New variable.
21845         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21847 2013-05-16  Richard Henderson  <rth@redhat.com>
21849         * math/atest-exp2.c (LIMB64): New macro.
21850         (CONSTSZ): New macro.
21851         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21852         (hexdig): Move ...
21853         (print_mpn_fp): ... to function scope.
21854         (read_mpn_hex): Remove.
21855         (get_log2): Remove.
21856         (exp2_mpn): Use mp_log2.
21857         (main): Use mp_exp1.
21859 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21861         * math/libm-test.inc: Remove comment about not testing "inexact"
21862         exceptions.
21863         (INEXACT_EXCEPTION): New macro.
21864         (NO_INEXACT_EXCEPTION): Likewise.
21865         (INVALID_EXCEPTION_OK): Update value.
21866         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21867         (OVERFLOW_EXCEPTION_OK): Likewise.
21868         (UNDERFLOW_EXCEPTION_OK): Likewise.
21869         (IGNORE_ZERO_INF_SIGN): Likewise.
21870         (ERRNO_UNCHANGED): Likewise.
21871         (ERRNO_EDOM): Likewise.
21872         (ERRNO_ERANGE): Likewise.
21873         (test_exceptions): Handle testing "inexact" exceptions.
21874         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21875         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21876         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21877         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21878         INEXACT_EXCEPTION.
21879         (rint_towardzero_test_data): Likewise.
21880         (rint_downward_test_data): Likewise.
21881         (rint_upward_test_data): Likewise.
21883         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21884         with OVERFLOW_EXCEPTION.
21885         (exp10_test_data): Likewise.
21886         (exp2_test_data): Likewise.
21887         (expm1_test_data): Likewise.
21888         (lgamma_test_data): Likewise.
21889         (pow_test_data): Likewise.
21890         (tgamma_test_data): Likewise.
21891         (yn_test_data): Remove duplicate test of overflow.
21893         * math/libm-test.inc (struct test_cc_c_data): New type.
21894         (RUN_TEST_LOOP_cc_c): New macro.
21895         (cpow_test_data): New variable.
21896         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21898         * math/libm-test.inc (struct test_f_L_data): New type.
21899         (RUN_TEST_LOOP_f_L): New macro.
21900         (llrint_test_data): New variable.
21901         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21902         (llrint_tonearest_test_data): New variable.
21903         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21904         (llrint_towardzero_test_data): New variable.
21905         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21906         (llrint_downward_test_data): New variable.
21907         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21908         (llrint_upward_test_data): New variable.
21909         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21910         (llround_test_data): New variable.
21911         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21913 2013-05-13  Peter Collingbourne  <pcc@google.com>
21915         * math/atest-exp2.c (get_log2): Remove const attribute.
21917 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21919         * math/libm-test.inc (struct test_f_l_data): New type.
21920         (RUN_TEST_LOOP_f_l): New macro.
21921         (lrint_test_data): New variable.
21922         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21923         (lrint_tonearest_test_data): New variable.
21924         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21925         (lrint_towardzero_test_data): New variable.
21926         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21927         (lrint_downward_test_data): New variable.
21928         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21929         (lrint_upward_test_data): New variable.
21930         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21931         (lround_test_data): New variable.
21932         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21934 2013-05-15  Peter Collingbourne  <pcc@google.com>
21936         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21937         (EXTRACT_WORDS64) Use where appropriate.
21938         (INSERT_WORDS64) Likewise.
21940         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21941         constraints with x constraints.
21942         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21944         * malloc/obstack.c (_obstack_compat): Add initializer.
21946 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21948         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21949         si_trapno and add si_addr_lsb to _sifields.sigfault.
21950         (si_trapno): Remove macro.
21951         (si_addr_lsb): Define new macro.
21952         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21954 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21956         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21957         instead of TEST_f_l.
21958         (llrint_test_tonearest): Likewise.
21959         (llrint_test_towardzero): Likewise.
21960         (llrint_test_downward): Likewise.
21961         (llrint_test_upward): Likewise.
21962         (llround_test): Likewise.
21964         * math/libm-test.inc (struct test_f_i_data): Add comment.
21965         (RUN_TEST_LOOP_f_b): New macro.
21966         (RUN_TEST_LOOP_f_b_tg): Likewise.
21967         (finite_test_data): New variable.
21968         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21969         (isfinite_test_data): New variable.
21970         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21971         (isinf_test_data): New variable.
21972         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21973         (isnan_test_data): New variable.
21974         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21975         (isnormal_test_data): New variable.
21976         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21977         (issignaling_test_data): New variable.
21978         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21979         (signbit_test_data): New variable.
21980         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21982         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21983         with INVALID_EXCEPTION.
21984         (acosh_test_data): Likewise.
21985         (asin_test_data): Likewise.
21986         (atanh_test_data): Likewise.
21987         (fmod_test_data): Likewise.
21988         (log_test_data): Likewise.
21989         (log10_test_data): Likewise.
21990         (log2_test_data): Likewise.
21991         (pow_test_data): Likewise.
21992         (sqrt_test_data): Likewise.
21993         (y0_test_data): Likewise.
21994         (y1_test_data): Likewise.
21995         (yn_test_data): Likewise.
21997         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21998         function contents.
22000         * math/libm-test.inc (struct test_ff_i_data): New type.
22001         (RUN_TEST_LOOP_ff_i_tg): New macro.
22002         (isgreater_test_data): New variable.
22003         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22004         (isgreaterequal_test_data): New variable.
22005         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22006         (isless_test_data): New variable.
22007         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22008         (islessequal_test_data): New variable.
22009         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22010         (islessgreater_test_data): New variable.
22011         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22012         (isunordered_test_data): New variable.
22013         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22015 2013-05-14  David S. Miller  <davem@davemloft.net>
22017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22019 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22021         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22023         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22024         extra_test to int.
22025         (struct test_f_i_data): Change type of max_ulp to int.
22027         * math/libm-test.inc (test_ffI_f1_data): New type.
22028         (RUN_TEST_LOOP_ffI_f1): New macro.
22029         (remquo_test_data): New variable.
22030         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22032         * setjmp/tst-setjmp-fp.c: New file.
22033         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22034         (link-libm): New variable.
22035         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22037         * math/libm-test.inc (struct test_f_i_data): New type.
22038         (RUN_TEST_LOOP_f_i): New macro.
22039         (RUN_TEST_LOOP_f_i_tg): Likewise.
22040         (fpclassify_test_data): New variable.
22041         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22042         (ilogb_test_data): New variable.
22043         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22045         * math/libm-test.inc (scalbln_test): Correct function name in END
22046         call.
22048         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22049         (RUN_TEST_LOOP_fI_f1): New macro.
22050         (frexp_test_data): New variable.
22051         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22053         * math/libm-test.inc (struct test_fF_f1_data): New type.
22054         (RUN_TEST_LOOP_fF_f1): New macro.
22055         (modf_test_data): New variable.
22056         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22058         * math/libm-test.inc (struct test_f_f1_data): New type.
22059         (RUN_TEST_LOOP_f_f1): New macro.
22060         (gamma_test_data): New variable.
22061         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22062         (lgamma_test_data): New variable.
22063         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22065 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22067         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22068         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22069         (main): Comment "tls" pseudo-hwcap.
22071 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22073         * math/libm-test.inc (struct test_fl_f_data): New type.
22074         (RUN_TEST_LOOP_fl_f): New variable.
22075         (scalbln_test_data): New variable.
22076         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22078         * math/libm-test.inc (struct test_fi_f_data): New type.
22079         (RUN_TEST_LOOP_fi_f): New macro.
22080         (ldexp_test_data): New variable.
22081         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22082         (scalbn_test_data): New variable.
22083         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22085         * math/libm-test.inc (struct test_c_f_data): New type.
22086         (RUN_TEST_LOOP_c_f): New macro.
22087         (cabs_test_data): New variable.
22088         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22089         (carg_test_data): New variable.
22090         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22091         (cimag_test_data): New variable.
22092         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22093         (creal_test_data): New variable.
22094         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22096         * math/libm-test.inc (struct test_if_f_data): New type.
22097         (RUN_TEST_LOOP_if_f): New macro.
22098         (jn_test_data): New variable.
22099         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22100         (yn_test_data): New variable.
22101         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22103         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22105 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22107         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22108         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22110 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22112         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22113         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22114         (bench-deps): Add bench-timing.h.
22115         * benchtests-bench-skeleton.c: Include bench-timing.h.
22116         (main): Use TIMING_* macros instead of clock_gettime.
22117         * benchtests/bench-timing.h: New file.
22119         [BZ #14582]
22120         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22121         Renamed from _LIB_VERSION.
22122         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22124 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22126         * math/libm-test.inc (struct test_fff_f_data): New type.
22127         (RUN_TEST_LOOP_fff_f): New macro.
22128         (fma_test_data): New variable.
22129         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22130         (fma_towardzero_test_data): New variable.
22131         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22132         (fma_downward_test_data): New variable.
22133         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22134         (fma_upward_test_data): New variable.
22135         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22137         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22138         (struct test_c_c_data): New type.
22139         (RUN_TEST_LOOP_c_c): New macro.
22140         (cacos_test_data): New variable.
22141         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22142         (cacosh_test_data): New variable.
22143         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22144         (casin_test_data): New variable.
22145         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22146         (casinh_test_data): New variable.
22147         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22148         (catan_test_data): New variable.
22149         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22150         (catanh_test_data): New variable.
22151         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22152         (ccos_test_data): New variable.
22153         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22154         (ccosh_test_data): New variable.
22155         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22156         (cexp_test_data): New variable.
22157         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22158         (clog_test_data): New variable.
22159         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22160         (clog10_test_data): New variable.
22161         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22162         (conj_test_data): New variable.
22163         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22164         (cproj_test_data): New variable.
22165         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22166         (csin_test_data): New variable.
22167         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22168         (csinh_test_data): New variable.
22169         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22170         (csqrt_test_data): New variable.
22171         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22172         (ctan_test_data): New variable.
22173         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22174         (ctan_tonearest_test_data): New variable.
22175         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22176         (ctan_towardzero_test_data): New variable.
22177         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22178         (ctan_downward_test_data): New variable.
22179         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22180         (ctan_upward_test_data): New variable.
22181         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22182         (ctanh_test_data): New variable.
22183         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22184         (ctanh_tonearest_test_data): New variable.
22185         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22186         (ctanh_towardzero_test_data): New variable.
22187         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22188         (ctanh_downward_test_data): New variable.
22189         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22190         (ctanh_upward_test_data): New variable.
22191         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22192         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22193         of BUILD_COMPLEX.
22195         * math/libm-test.inc (struct test_ff_f_data): New type.
22196         (struct test_ff_f_data_nexttoward): Likewise.
22197         (RUN_TEST_LOOP_2_f): New macro.
22198         (RUN_TEST_LOOP_ff_f): Likewise.
22199         (atan2_test_data): New variable.
22200         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22201         (copysign_test_data): New variable.
22202         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22203         (fdim_test_data): New variable.
22204         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22205         (fmax_test_data): New variable.
22206         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22207         (fmin_test_data): New variable.
22208         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22209         (fmod_test_data): New variable.
22210         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22211         (hypot_test_data): New variable.
22212         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22213         (nextafter_test_data): New variable.
22214         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22215         (nexttoward_test_data): New variable.
22216         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22217         (pow_test_data): New variable.
22218         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22219         (pow_tonearest_test_data): New variable.
22220         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22221         (pow_towardzero_test_data): New variable.
22222         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22223         (pow_downward_test_data): New variable.
22224         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22225         (pow_upward_test_data): New variable.
22226         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22227         (remainder_test_data): New variable.
22228         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22229         (scalb_test_data): New variable.
22230         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22231         * sysdeps/i386/fpu/libm-test-ulps: Update.
22233 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22235         * math/libm-test.inc (fma_test): Use max_value instead of local
22236         variable fltmax.
22237         (nextafter_test): Likewise.
22239         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22240         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22241         (acos_downward_test_data): New variable.
22242         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22243         (acos_upward_test_data): New variable.
22244         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22245         (acosh_test_data): New variable.
22246         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22247         (asin_test_data): New variable.
22248         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22249         (asin_tonearest_test_data): New variable.
22250         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22251         (asin_towardzero_test_data): New variable.
22252         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22253         (asin_downward_test_data): New variable.
22254         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22255         (asin_upward_test_data): New variable.
22256         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22257         (asinh_test_data): New variable.
22258         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22259         (atan_test_data): New variable.
22260         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22261         (atanh_test_data): New variable.
22262         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22263         (cbrt_test_data): New variable.
22264         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22265         (ceil_test_data): New variable.
22266         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22267         (cos_test_data): New variable.
22268         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22269         (cos_tonearest_test_data): New variable.
22270         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22271         (cos_towardzero_test_data): New variable.
22272         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22273         (cos_downward_test_data): New variable.
22274         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22275         (cos_upward_test_data): New variable.
22276         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22277         (cosh_test_data): New variable.
22278         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22279         (cosh_tonearest_test_data): New variable.
22280         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22281         (cosh_towardzero_test_data): New variable.
22282         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22283         (cosh_downward_test_data): New variable.
22284         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22285         (cosh_upward_test_data): New variable.
22286         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22287         (erf_test_data): New variable.
22288         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22289         (erfc_test_data): New variable.
22290         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22291         (exp_test_data): New variable.
22292         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22293         (exp_tonearest_test_data): New variable.
22294         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22295         (exp_towardzero_test_data): New variable.
22296         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22297         (exp_downward_test_data): New variable.
22298         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22299         (exp_upward_test_data): New variable.
22300         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22301         (exp10_test_data): New variable.
22302         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22303         (exp2_test_data): New variable.
22304         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22305         (expm1_test_data): New variable.
22306         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22307         (fabs_test_data): New variable.
22308         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22309         (floor_test_data): New variable.
22310         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22311         (j0_test_data): New variable.
22312         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22313         (j1_test_data): New variable.
22314         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22315         (log_test_data): New variable.
22316         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22317         (log10_test_data): New variable.
22318         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22319         (log1p_test_data): New variable.
22320         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22321         (log2_test_data): New variable.
22322         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22323         (logb_test_data): New variable.
22324         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22325         (logb_downward_test_data): New variable.
22326         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22327         (nearbyint_test_data): New variable.
22328         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22329         (rint_test_data): New variable.
22330         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22331         (rint_tonearest_test_data): New variable.
22332         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22333         (rint_towardzero_test_data): New variable.
22334         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22335         (rint_downward_test_data): New variable.
22336         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22337         (rint_upward_test_data): New variable.
22338         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22339         (round_test_data): New variable.
22340         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22341         (sin_test_data): New variable.
22342         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22343         (sin_tonearest_test_data): New variable.
22344         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22345         (sin_towardzero_test_data): New variable.
22346         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22347         (sin_downward_test_data): New variable.
22348         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22349         (sin_upward_test_data): New variable.
22350         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22351         (sinh_test_data): New variable.
22352         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22353         (sinh_tonearest_test_data): New variable.
22354         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22355         (sinh_towardzero_test_data): New variable.
22356         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22357         (sinh_downward_test_data): New variable.
22358         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22359         (sinh_upward_test_data): New variable.
22360         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22361         (sqrt_test_data): New variable.
22362         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22363         (tan_test_data): New variable.
22364         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22365         (tan_tonearest_test_data): New variable.
22366         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22367         (tan_towardzero_test_data): New variable.
22368         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22369         (tan_downward_test_data): New variable.
22370         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22371         (tan_upward_test_data): New variable.
22372         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22373         (tanh_test_data): New variable.
22374         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22375         (tgamma_test_data): New variable.
22376         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22377         (trunc_test_data): New variable.
22378         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22379         (y0_test_data): New variable.
22380         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22381         (y1_test_data): New variable.
22382         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22383         (significand_test_data): New variable.
22384         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22386 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22388         [BZ #12387]
22389         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22391 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22393         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22395 2013-05-10  Andreas Jaeger  <aj@suse.de>
22397         [BZ #15448]
22398         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22399         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22401 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22403         * math/gen-libm-test.pl (adjust_arg): New function.
22404         (special_functions): Handle generating output in both functions
22405         and arrays.
22406         (parse_args): Likewise.
22407         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22408         $in_func argument to parse_args.
22409         * math/libm-test.inc (struct test_f_f_data): New type.
22410         (IF_ROUND_INIT_): New macro.
22411         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22412         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22413         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22414         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22415         (ROUND_RESTORE_): Likewise.
22416         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22417         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22418         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22419         (ROUND_RESTORE_FE_UPWARD): Likewise.
22420         (RUN_TEST_LOOP_f_f): New macro.
22421         (acos_test_data): New variable.
22422         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22423         (acos_tonearest_test_data): New variable.
22424         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22426 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22428         * benchtests/bench-skeleton.c (startup): Fix coding style.
22430 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22432         [BZ #6809]
22433         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22434         negative infinity argument.
22435         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22436         negative infinity argument.
22437         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22438         negative infinity argument.
22439         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22440         domain errors.
22442 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22444         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22445         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22446         * iconv/iconv_prog.c (main): Likewise.
22447         * locale/programs/charmap-dir.c (charmap_readdir)
22448         (fopen_uncompressed): Likewise.
22449         * locale/programs/locfile.c (siblings_uncached)
22450         (write_locale_data): Use lstat64 instead of lstat.
22451         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22452         stat.
22454 2013-05-10  Andreas Jaeger  <aj@suse.de>
22456         [BZ #15395]
22457         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22458         localization.
22459         Include <locale.h>.
22461 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22463         * elf/dl-close.c (_dl_close_worker): Add comments.
22465 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22467         [BZ #15359]
22468         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22469         high part of pi/2.
22470         (__ieee754_rem_pio2l): Update comments.
22472         [BZ #15429]
22473         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22474         high part of pi/2.
22475         (__ieee754_rem_pio2l): Update comments.
22477         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22478         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22480         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22481         M_PI_4l.
22483         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22484         (M_PI_34_LOG10El): Likewise.
22485         (M_PI2_LOG10El): Likewise.
22486         (M_PI4_LOG10El): Likewise.
22487         (M_PI_LOG10El): Likewise.
22489 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22493 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22495         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22496         (MINUS_ZERO_INIT): Likewise.
22497         (PLUS_INFTY_INIT): Likewise.
22498         (MINUS_INFTY_INIT): Likewise.
22499         (QNAN_VALUE_INIT): Likewise.
22500         (MAX_VALUE_INIT): Likewise.
22501         (MIN_VALUE_INIT): Likewise.
22502         (MIN_SUBNORM_VALUE_INIT): Likewise.
22503         (plus_zero): Initialize with PLUS_ZERO_INIT.
22504         (minus_zero): Initialize with MINUS_ZERO_INIT.
22505         (plus_infty): Initialize with PLUS_INFTY_INIT.
22506         (minus_infty): Initialize with MINUS_INFTY_INIT.
22507         (qnan_value): Initialize with QNAN_VALUE_INIT.
22508         (max_value): Initialize with MAX_VALUE_INIT.
22509         (min_value): Initialize with MIN_VALUE_INIT.
22510         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22512         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22513         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22514         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22515         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22517         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22518         (RUN_TEST_2_f): Likewise.
22519         (RUN_TEST_ff_f): Likewise.
22520         (RUN_TEST_fi_f): Likewise.
22521         (RUN_TEST_fl_f): Likewise.
22522         (RUN_TEST_fff_f): Likewise.
22523         (RUN_TEST_c_f): Likewise.
22524         (RUN_TEST_f_f1): Likewise.
22525         (RUN_TEST_fF_f1): Likewise.
22526         (RUN_TEST_fI_f1): Likewise.
22527         (RUN_TEST_ffI_f1): Likewise.
22528         (RUN_TEST_c_c): Likewise.
22529         (RUN_TEST_cc_c): Likewise.
22530         (RUN_TEST_f_i): Likewise.
22531         (RUN_TEST_f_i_tg): Likewise.
22532         (RUN_TEST_ff_i_tg): Likewise.
22533         (RUN_TEST_f_b): Likewise.
22534         (RUN_TEST_f_b_tg): Likewise.
22535         (RUN_TEST_f_l): Likewise.
22536         (RUN_TEST_f_L): Likewise.
22537         (RUN_TEST_sincos): Likewise.
22538         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22539         whether to show exceptions.  Do not include ");\n" in return
22540         value.
22541         (special_functions): Output call to RUN_TEST_sincos instead of
22542         check_float calls.  Update calls to new_test.
22543         (parse_args): Output call to single RUN_TEST_* macro instead of
22544         check_* calls and other assignments.  Update calls to new_test.
22546         [BZ #2546]
22547         [BZ #2560]
22548         [BZ #5159]
22549         [BZ #15426]
22550         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22551         input to result for tgamma overflow.
22552         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22553         (gamma_coeff): New variable.
22554         (NCOEFF): New macro.
22555         (gamma_positive): New function.
22556         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22557         underflow here.  Use gamma_positive instead of exp (lgamma) for
22558         other arguments.
22559         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22560         (gamma_coeff): New variable.
22561         (NCOEFF): New macro.
22562         (gammaf_positive): New function.
22563         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22564         underflow here.  Use gamma_positive instead of exp (lgamma) for
22565         other arguments.
22566         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22567         (gamma_coeff): New variable.
22568         (NCOEFF): New macro.
22569         (gammal_positive): New function.
22570         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22571         underflow here.  Use gamma_positive instead of exp (lgamma) for
22572         other arguments.
22573         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22574         (gamma_coeff): New variable.
22575         (NCOEFF): New macro.
22576         (gammal_positive): New function.
22577         (__ieee754_gammal_r): Handle positive infinity, overflow and
22578         underflow here.  Handle NaN the same as positive infinity.  Remove
22579         check x < 0xffffffff for negative integers.  Use gamma_positive
22580         instead of exp (lgamma) for other arguments.
22581         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22582         (gamma_coeff): New variable.
22583         (NCOEFF): New macro.
22584         (gammal_positive): New function.
22585         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22586         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22587         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22588         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22589         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22590         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22591         * sysdeps/generic/math_private.h (__gamma_productf): New
22592         prototype.
22593         (__gamma_product): Likewise.
22594         (__gamma_productl): Likewise.
22595         * math/Makefile (libm-calls): Add gamma_product.
22596         * math/libm-test.inc (tgamma_test): Add more tests.
22597         * sysdeps/i386/fpu/libm-test-ulps: Update.
22598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22600 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22602         * benchtests/bench-skeleton.c (main): Preheat CPU.
22604 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22606         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22608 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22610         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22611         and _dl_skip_args_internal.
22613 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22615         * manual/message.texi (Message Translation): Talk about users.
22616         Message to key mapping impacts design.
22618 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22620         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22622         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22624         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22625         * sysdeps/wordsize-64/glob64.c: ... here.
22627         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22628         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22629         New macros.
22631         * debug/getlogin_r_chk.c: Moved to ...
22632         * login/getlogin_r_chk.c: ... here.
22633         * debug/Makefile (routines): Move getlogin_r_chk to ...
22634         * login/Makefile (routines): ... here.
22635         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22636         * login/Versions (libc: GLIBC_2.4): ... here.
22638         * io/poll.c (__poll): Renamed from poll.
22639         Add libc_hidden_def.
22640         (poll): Define as weak alias.
22642         * debug/ptsname_r_chk.c: Moved to ...
22643         * login/ptsname_r_chk.c: ... here.
22644         * debug/Makefile (routines): Move ptsname_r_chk to ...
22645         * login/Makefile (routines): ... here.
22646         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22647         * login/Versions (libc: GLIBC_2.4): ... here.
22649         * posix/getlogin.c: Moved to ...
22650         * login/getlogin.c: ... here.
22651         * posix/getlogin_r.c: Moved to ...
22652         * login/getlogin_r.c: ... here.
22653         * posix/getlogin_r.c: Moved to ...
22654         * login/getlogin_r.c: ... here.
22655         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22656         * login/Makefile (routines): ... here.
22657         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22658         * login/Versions (libc: GLIBC_2.0): ... here.
22660         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22661         (setrlimit): Define as weak alias.
22663         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22664         Call __ names for open, ftruncate, and close.
22665         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22666         (truncate): Define as weak alias.
22668 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22670         * math/gen-libm-test.pl (parse_args): Initialize x before each
22671         test of frexp, modf and remquo.
22673         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22674         test signgam value.
22676 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22678         [BZ #15418]
22679         [BZ #15419]
22680         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22681         internal tests.
22682         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22684 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22686         * elf/dl-writev.h: New file.
22687         * elf/dl-misc.c: Include it.
22688         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22689         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22691 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22693         * math/libm-test.inc (noXFails): Remove variable.
22694         (noXPasses): Likewise.
22695         (BUILD_COMPLEX_INT): Remove macro.
22696         (print_screen): Remove xfail argument.
22697         (print_screen_max_error): Likewise.
22698         (update_stats): Likewise.
22699         (print_max_error): Likewise.  Update calls to other affected
22700         functions.
22701         (print_complex_max_error): Likewise.
22702         (test_single_exception): Update calls to print_screen.
22703         (test_single_errno): Likewise.
22704         (check_float_internal): Remove xfail argument.  Update calls to
22705         other affected functions.
22706         (check_float): Likewise.
22707         (check_complex): Likewise.
22708         (check_int): Likewise.
22709         (check_long): Likewise.
22710         (check_bool): Likewise.
22711         (check_longlong): Likewise.
22712         (main): Don't print noXFails and noXPasses.
22713         * math/gen-libm-test.pl (top level): Don't mention expected
22714         failure handling in comment.
22715         (new_test): Don't handle expected failures.
22716         (parse_args): Don't mention expected failure handling in comment.
22717         (generate_testfile): Don't handle expected failures.
22718         (parse_ulps): Likewise.
22719         (print_ulps_file): Likewise.
22720         (get_failure): Remove function.
22721         (output_test): Don't handle expected failures.
22722         * make/README.libm-test: Don't mention expected failure handling.
22724         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22725         (minus_zero): Likewise.
22726         (plus_infty): Likewise.
22727         (minus_infty): Likewise.
22728         (qnan_value): Likewise.
22729         (max_value): Likewise.
22730         (min_value): Likewise.
22731         (min_subnorm_value): Likewise.
22732         (initialize): Do not initialize those variables dynamically.
22734 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22736         * io/open.c (__open_2): Moved to ...
22737         * io/open_2.c: ... this new file.
22738         * io/open64.c (__open64_2): Moved to ...
22739         * io/open64_2.c: ... this new file.
22740         * io/openat.c (__openat_2): Moved to ...
22741         * io/openat_2.c: ... this new file.
22742         * io/openat64.c (__openat64_2): Moved to ...
22743         * io/openat64_2.c: ... this new file.
22744         * io/Makefile (routines): Add them.
22745         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22746         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22747         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22748         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22749         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22750         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22751         (__openat64): Add hidden_ver.
22752         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22753         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22755         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22756         Separately conditionalize setting of GLRO(dl_sysinfo) so
22757         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22758         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22760 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22762         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22763         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22764         definition.
22765         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22766         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22767         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22768         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22769         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22771 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22773         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22774         test signgam value.
22776         * math/libm-test.inc (hypot_test): Do not use
22777         IGNORE_ZERO_INF_SIGN.
22779 2013-05-03  Andreas Jaeger  <aj@suse.de>
22781         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22782         Linux 3.9.
22783         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22784         (PF_MAX): Adjust for VSOCK change.
22786 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22790 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22792         [BZ #15264]
22793         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22794         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22795         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22797 2013-05-02  David S. Miller  <davem@davemloft.net>
22799         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22801 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22803         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22805 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22807         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22809 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22811         [BZ #14952]
22812         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22813         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22814         Use __attribute__ ((__gnu_inline__)).
22815         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22816         Don't use __attribute__ ((__gnu_inline__)).
22818 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22820         [BZ #15423]
22821         * math/s_catan.c (__catan): Handle small real or imaginary part of
22822         input specially to avoid spurious underflow.
22823         * math/s_catanf.c (__catanf): Likewise.
22824         * math/s_catanh.c (__catanh): Likewise.
22825         * math/s_catanhf.c (__catanhf): Likewise.
22826         * math/s_catanhl.c (__catanhl): Likewise.
22827         * math/s_catanl.c (__catanl): Likewise.
22828         * math/libm-test.inc (catan_test): Add more tests.
22829         (catanh_test): Likewise.
22830         * sysdeps/i386/fpu/libm-test-ulps: Update.
22831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22833 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22837 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22839         [BZ #15416]
22840         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22841         accurately for denominator in atan2.
22842         * math/s_catanf.c (__catanf): Likewise.
22843         * math/s_catanh.c (__catanh): Likewise.
22844         * math/s_catanhf.c (__catanhf): Likewise.
22845         * math/s_catanhl.c (__catanhl): Likewise.
22846         * math/s_catanl.c (__catanl): Likewise.
22847         * math/libm-test.inc (catan_test): Add more tests.
22848         (catanh_test): Likewise.
22849         * sysdeps/i386/fpu/libm-test-ulps: Update.
22850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22852 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22854         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22856         * benchtests/Makefile (bench): Remove slow benchmarks.
22857         * benchtests/atan-inputs: Add slow benchmark inputs.
22858         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22859         (BENCH_FUNC): Accept variant offset.
22860         (VARIANT): Define.
22861         * benchtests/bench-skeleton.c (main): Run benchmark for each
22862         variant.
22863         * benchtests/cos-inputs: Add slow benchmark inputs.
22864         * benchtests/exp-inputs: Likewise.
22865         * benchtests/pow-inputs: Likewise.
22866         * benchtests/sin-inputs: Likewise.
22867         * benchtests/slowatan-inputs: Remove.
22868         * benchtests/slowatan.c: Remove.
22869         * benchtests/slowcos-inputs: Remove.
22870         * benchtests/slowcos.c: Remove.
22871         * benchtests/slowexp-inputs: Remove.
22872         * benchtests/slowexp.c: Remove.
22873         * benchtests/slowpow-inputs: Remove.
22874         * benchtests/slowpow.c: Remove.
22875         * benchtests/slowsin-inputs: Remove.
22876         * benchtests/slowsin.c: Remove.
22877         * benchtests/slowtan-inputs: Remove.
22878         * benchtests/slowtan.c: Remove.
22879         * benchtests/tan-inputs: Add slow benchmark inputs.
22880         * scripts/bench.pl: Parse comments and directives.
22882         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22883         in CPPFLAGS.
22884         ($(objpfx)bench-%.c): Remove *-ITER.
22885         * benchtests/bench-modf.c: Remove definition of ITER.
22886         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22887         (main): Loop for DURATION seconds instead of fixed number of
22888         iterations.
22889         * scripts/bench.pl: Don't expect iterations in parameters.
22891 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22893         * io/fchdir.c (__fchdir): Renamed from fchdir.
22894         (fchdir): Define as weak alias.
22896 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22898         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22899         (ERRNO_EDOM): Likewise.
22900         (ERRNO_ERANGE): Likewise.
22901         (noErrnoTests): New variable.
22902         (init_max_error): Set errno to 0.
22903         (test_single_errno): New function.
22904         (test_errno): Likewise.
22905         (check_float_internal): Call test_errno.  Set errno to 0.
22906         (check_complex): Refer to errno tests in comment.
22907         (check_int): Call test_errno.  Set errno to 0.
22908         (check_long): Likewise.
22909         (check_bool): Likewise.
22910         (check_longlong): Likewise.
22911         (cos_test): Use ERRNO_* flags for errno tests instead of
22912         check_int.
22913         (expm1_test): Likewise.
22914         (fmod_test): Likewise.
22915         (ilogb_test): Likewise.
22916         (lgamma_test): Likewise.
22917         (pow_test): Likewise.
22918         (remainder_test): Likewise.
22919         (sin_test): Likewise.
22920         (tan_test): Likewise.
22921         (yn_test): Likewise.
22922         (initialize): Set errno to 0.
22923         (main): Print number of errno tests.
22924         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22926 2013-04-29  Andreas Jaeger  <aj@suse.de>
22928         [BZ #15084]
22929         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22930         and RES_USEVC.
22932         [BZ #15085]
22933         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22934         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22935         unimplemented.
22937         [BZ #15380]
22938         * stdlib/random.c (__initstate): Return NULL if
22939         __initstate fails.
22941         [BZ #15086]
22942         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22943         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22944         RES_SNGLKUPREOP.
22946 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22948         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22950 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22952         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22953         of individual tests.
22954         (casin_test): Likewise.
22955         (casinh_test): Likewise.
22957 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22959         [BZ #15409]
22960         * math/s_catan.c (__catan): Handle arguments with large real or
22961         imaginary part separately without squaring.
22962         * math/s_catanf.c (__catanf): Likewise.
22963         * math/s_catanh.c (__catanh): Likewise.
22964         * math/s_catanhf.c (__catanhf): Likewise.
22965         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22966         and redefine.
22967         (__catanhl): Handle arguments with large real or imaginary part
22968         separately without squaring.
22969         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22970         and redefine.
22971         (__catanl): Handle arguments with large real or imaginary part
22972         separately without squaring.
22973         * math/libm-test.inc (catan_test): Add more tests.
22974         (catanh_test): Likewise.
22975         * sysdeps/i386/fpu/libm-test-ulps: Update.
22976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22978 2013-04-27  Andreas Jaeger  <aj@suse.de>
22980         [BZ #15007]
22981         * stdlib/stdlib.h: Update guards for qecvt.
22982         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22983         <stdlib.h>.
22985 2013-04-27  Allan McRae  <allan@archlinux.org>
22987         * sysdeps/i386/fpu/libm-test-ulps: Update.
22989 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22991         [BZ #15406]
22992         * math/s_catan.c: Include <float.h>.
22993         (__catan): Ensure underflow exception occurs for underflowed
22994         result.
22995         * math/s_catanf.c: Include <float.h>.
22996         (__catanf): Ensure underflow exception occurs for underflowed
22997         result.
22998         * math/s_catanh.c: Include <float.h>.
22999         (__catanh): Ensure underflow exception occurs for underflowed
23000         result.
23001         * math/s_catanhf.c: Include <float.h>.
23002         (__catanhf): Ensure underflow exception occurs for underflowed
23003         result.
23004         * math/s_catanhl.c: Include <float.h>.
23005         (__catanhl): Ensure underflow exception occurs for underflowed
23006         result.
23007         * math/s_catanl.c: Include <float.h>.
23008         (__catanl): Ensure underflow exception occurs for underflowed
23009         result.
23010         * math/libm-test.inc (catan_test): Add more tests.
23011         (catanh_test): Likewise.
23013         [BZ #15405]
23014         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23015         underflowed result.
23016         * math/s_ccoshf.c (__ccoshf): Likewise.
23017         * math/s_ccoshl.c (__ccoshl): Likewise.
23018         * math/s_csin.c (__csin): Likewise.
23019         * math/s_csinf.c (__csinf): Likewise.
23020         * math/s_csinh.c (__csinh): Likewise.
23021         * math/s_csinhf.c (__csinhf): Likewise.
23022         * math/s_csinhl.c (__csinhl): Likewise.
23023         * math/s_csinl.c (__csinl): Likewise.
23024         * math/libm-test.inc (ccos_test): Add more tests.
23025         (ccosh_test): Likewise.
23026         (csin_test): Likewise.
23027         (csinh_test): Likewise.
23029 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23031         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23032         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23033         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23034         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23035         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23036         powerpc/power5+/fpu folders.
23037         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23040 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23042         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23044 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23046         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23047         additions to variable.
23048         [$(config-machine) = x86_64] (modules-names): Likewise.
23049         ($(objpfx)tst-audit3): Remove dependency.
23050         ($(objpfx)tst-audit3.out): Likewise.
23051         ($(objpfx)tst-audit4): Likewise.
23052         ($(objpfx)tst-audit4.out): Likewise.
23053         ($(objpfx)tst-audit5): Likewise.
23054         ($(objpfx)tst-audit5.out): Likewise.
23055         ($(objpfx)tst-audit6): Likewise.
23056         ($(objpfx)tst-audit6.out): Likewise.
23057         ($(objpfx)tst-audit7): Likewise.
23058         ($(objpfx)tst-audit7.out): Likewise.
23059         (tst-audit3-ENV): Remove variable.
23060         (tst-audit4-ENV): Likewise.
23061         (tst-audit5-ENV): Likewise.
23062         (tst-audit6-ENV): Likewise.
23063         (tst-audit7-ENV): Likewise.
23064         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23065         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23066         addition to variable.
23067         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23068         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23069         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23070         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23071         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23072         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23073         tst-audit3, tst-audit4 and tst-audit5.
23074         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23075         tst-audit6 and tst-audit7.
23076         [$(subdir) = elf] (modules-names): Add audit modules for those
23077         tests.
23078         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23079         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23080         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23081         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23082         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23083         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23084         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23085         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23086         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23087         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23088         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23089         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23090         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23091         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23092         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23093         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23094         Likewise.
23095         [$(subdir) = elf && $(config-cflags-avx) = yes]
23096         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23097         [$(subdir) = elf && $(config-cflags-avx) = yes]
23098         (CFLAGS-tst-auditmod4a.c): Likewise.
23099         [$(subdir) = elf && $(config-cflags-avx) = yes]
23100         (CFLAGS-tst-auditmod4b.c): Likewise.
23101         [$(subdir) = elf && $(config-cflags-avx) = yes]
23102         (CFLAGS-tst-auditmod6b.c): Likewise.
23103         [$(subdir) = elf && $(config-cflags-avx) = yes]
23104         (CFLAGS-tst-auditmod6c.c): Likewise.
23105         [$(subdir) = elf && $(config-cflags-avx) = yes]
23106         (CFLAGS-tst-auditmod7b.c): Likewise.
23107         * elf/tst-audit3.c: Move to ...
23108         * sysdeps/x86_64/tst-audit3.c: ... here.
23109         * elf/tst-audit4.c: Move to ...
23110         * sysdeps/x86_64/tst-audit4.c: ... here.
23111         * elf/tst-audit5.c: Move to ...
23112         * sysdeps/x86_64/tst-audit5.c: ... here.
23113         * elf/tst-audit6.c: Move to ...
23114         * sysdeps/x86_64/tst-audit6.c: ... here.
23115         * elf/tst-audit7.c: Move to ...
23116         * sysdeps/x86_64/tst-audit7.c: ... here.
23117         * elf/tst-auditmod3a.c: Move to ...
23118         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23119         * elf/tst-auditmod3b.c: Move to ...
23120         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23121         * elf/tst-auditmod4a.c: Move to ...
23122         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23123         * elf/tst-auditmod4b.c: Move to ...
23124         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23125         * elf/tst-auditmod5a.c: Move to ...
23126         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23127         * elf/tst-auditmod5b.c: Move to ...
23128         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23129         * elf/tst-auditmod6a.c: Move to ...
23130         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23131         * elf/tst-auditmod6b.c: Move to ...
23132         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23133         * elf/tst-auditmod6c.c: Move to ...
23134         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23135         * elf/tst-auditmod7a.c: Move to ...
23136         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23137         * elf/tst-auditmod7b.c: Move to ...
23138         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23140 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23142         [BZ #15366]
23143         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23144         define unconditionally.
23145         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23146         define unconditionally.
23147         (INT8_C, INT16_C, etc.): Likewise.
23149 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23151         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23152         __ehdr_start with hidden visibility.
23154         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23156 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23158         * math/libm-test.inc (cos_test): Use accurate hex constants.
23159         (sincost_test): Likewise.
23161 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23163         * math/libm-test.inc (catan_test): Add more tests.
23164         (catanh_test): Likewise.
23166         * math/s_catanf.c (__catanf): Use suffixed floating-point
23167         constants.
23168         * math/s_catanhf.c (__catanhf): Likewise.
23169         * math/s_catanhl.c (__catanhl): Likewise.
23170         * math/s_catanl.c (__catanl): Likewise.
23172         [BZ #15394]
23173         * math/s_catan.c (__catan): Calculate imaginary part of result
23174         with log1p not log unless computing log of number close to 0.
23175         * math/s_catanf.c (__catanf): Likewise.
23176         * math/s_catanl.c (__catanl): Likewise.
23177         * math/s_catanh.c (__catanh): Calculate real part of result with
23178         log1p not log unless computing log of number close to 0.
23179         * math/s_catanhf.c (__catanhf): Likewise.
23180         * math/s_catanhl.c (__catanhl): Likewise.
23181         * math/libm-test.inc (catan_test): Add more tests.
23182         (catanh_test): Likewise.
23183         * sysdeps/i386/fpu/libm-test-ulps: Update.
23184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23186 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23188         * benchtests/Makefile: Mention files in which fast and slow
23189         paths of math functions are implemented.
23191 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23193         * sysdeps/posix/timespec_get.c: New file.
23195 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23197         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23198         POWER.
23199         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23200         for POWER.
23201         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23202         powerpc/power5/fpu folders.
23203         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23204         * benchtests/Makefile: Add modf testcase.
23205         * benchtests/bench-modf.c: New file: Benchmark test for mo
23207 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23209         [BZ #14888]
23210         * time/Makefile (tests): Add tst-strptime-whitespace.
23211         * time/strptime_l.c (get_number): Use ISSPACE.
23212         (__strptime_internal): Likewise.
23213         * time/tst-strptime-whitespace.c: New test case.
23215 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23217         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23218         member.
23219         (_nss_files_init): Set it here.
23221 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23223         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23224         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23225         unsigned.
23227 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23229         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23231 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23233         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23234         size just once.
23236 2013-04-21  David S. Miller  <davem@davemloft.net>
23238         * po/ru.po: Update Russion translation from translation project.
23240 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23242         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23243         and setfsgid.
23245 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23247         * configure.in: Remove i386 configure warning. Remove i386 case.
23248         * configure: Regenerate.
23249         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23250         Add example to error message.
23251         * sysdeps/i386/configure: Regenerate.
23253 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23255         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23256         slowtan.
23257         * benchtests/cos-inputs: New file.
23258         * benchtests/slowcos-inputs: New file.
23259         * benchtests/slowcos.c: New file.
23260         * benchtests/slowtan-inputs: New file.
23261         * benchtests/slowtan.c: New file.
23262         * benchtests/tan-inputs: New file.
23264 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23266         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23267         considered kosher.
23269 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23271         * benchtests/Makefile: Include cppflags-iterator.mk to add
23272         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23274         * Makefile.in (bench-clean): New target.
23275         * benchtests/Makefile (bench-clean): Likewise.
23277 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23279         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23281 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23283         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23285 2013-04-15  Andreas Schwab  <schwab@suse.de>
23287         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23288         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23289         * nscd/pwdcache.c (cache_addpw): Likewise.
23290         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23291         more than recsize.
23293 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23295         * benchtests/Makefile (bench): Write all output to
23296         bench-out.tmp together.
23298 2013-04-15  Andreas Schwab  <schwab@suse.de>
23300         * nscd/nscd.c (main): Don't fork again after closing files.
23302 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23304         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23306         * benchtests/Rules (bench-deps): Collect dependencies into a
23307         single variable.  Add Makefile to dependencies.
23308         ($(objpfx)bench-%.c): Depend on bench-deps.
23310 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23311             Xavier Roche  <roche+kml2@exalead.com>
23313         [BZ #15361]
23314         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23315         just that it's a file descriptor.
23316         * manual/llio.texi (Synchronizing AIO Operations): Update description
23317         for EBADF error from aio_fsync.
23319 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23321         * Rules (bench): Move target definition...
23322         * benchtests/Makefile: ... here.
23324 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23326         * math/libm-test.inc (cos_test): Fix PI/2 test.
23327         (sincos_test): Likewise.
23328         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23329         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23331 2013-04-11  Andreas Schwab  <schwab@suse.de>
23333         [BZ #13988]
23334         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23335         accept exponent character only when digits were seen.
23336         * stdio-common/Makefile (tests): Add bug26.
23337         * stdio-common/bug26.c: New file.
23339         [BZ #14293]
23340         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23341         non-freeable.
23343 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23345         * Makeconfig (rtld-prefix): Define built linker prefix.
23346         * Rules (run-bench): Use it.
23347         * math/Makefile (run-regen-ulps): Likewise.
23349         * Rules (bench): Remove eval.
23351 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23352             Roland McGrath  <roland@hack.frob.com>
23353             Ondrej Bilka  <neleai@seznam.cz>
23355         [BZ #15346]
23356         * time/getdate.c: Include ctype.h and alloca.h.
23357         (__getdate_r): Trim leading and trailing spaces of input.
23358         * time/tst-getdate.c (tests): Add tests with leading and
23359         trailing spaces.
23361 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23363         [BZ #14280]
23364         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23365         when computing value.
23367 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23369         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23370         Use testrun.sh to run libm tests.
23372         [BZ #15309]
23373         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23375 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23377         [BZ #15264]
23378         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23380 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23382         * Makefile.in (regen-ulps): New target.
23383         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23384         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23385         [ifneq (no,$(PERL)] (regen-ulps): New target.
23386         [ifeq (no,$(PERL)] (regen-ulps): New target.
23387         * math/libm-test.inc (ulps_file_name): Define.
23388         (output_dir): New variable.
23389         (options): Add "output-dir" option.
23390         (parse_opt): Handle 'o' case.
23391         (main): If output_dir is non-NULL use it as a prefix
23392         otherwise use "".
23393         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23395 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23397         [BZ #10060, #10062]
23398         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23399         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23400         fail configure if __sync_val_compare_and_swap is not inlined.
23401         * sysdeps/i386/configure: Regenerate.
23402         * configure.in: Build for i686 when configured for i386.
23403         * configure: Regenerate.
23404         * README: Remove i386 reference.
23406 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23408         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23409         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23411 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23413         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23414         (lmsnanval): New variables.
23415         (F): Add conversion tests.
23416         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23417         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23419         * stdio-common/tstdiomisc.c (F): Properly collect individual
23420         tests' results.
23422         [BZ #14686, #15336]
23423         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23424         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23425         Instead, use input NaN values or generate a qNaN by arithmetic
23426         operation.  Also fix bugs to comply with the standard.
23427         * math/libm-test.inc (remainder_test): Add more tests.
23429         [BZ #15335, #15342]
23430         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23431         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23432         input NaN values or generate a qNaN by arithmetic operation.
23434         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23435         unreachable code.
23437         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23438         definitions.
23440 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23442         [BZ #14478]
23443         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23444         underflowed result.
23445         * math/s_cexpf.c (__cexpf): Likewise.
23446         * math/s_cexpl.c (__cexpl): Likewise.
23447         * math/libm-test.inc (cexp_test): Add more tests.
23449 2013-04-03  Andreas Schwab  <schwab@suse.de>
23451         [BZ #15330]
23452         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23453         order arrays from heap if bigger than alloca cutoff.
23455 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23457         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23458         (SNAN_TESTS_double): Refer to GCC PR56831.
23459         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23460         GCC PR56828.
23462 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23464         * Rules (bench): Move bench.out after the run is complete.
23466         * Rules (bench): Echo currently running benchmark.
23468         * benchtests/Makefile (bench): Add atan and slowatan.
23469         * benchtests/atan-inputs: New file.
23470         * benchtests/slowatan-inputs: New file.
23471         * benchtests/slowatan.c: New file.
23473         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23474         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23475         its value.
23477         [BZ #15305]
23478         * sysdeps/unix/sysv/linux/kernel-features.h
23479         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23480         __ASSUME_XFS_RESTRICTED_CHOWN.
23481         * sysdeps/unix/sysv/linux/pathconf.c
23482         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23483         Save and restore errno.
23485 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23487         [BZ #15327]
23488         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23489         arguments using __kernel_casinh.
23490         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23491         arguments using __kernel_casinhf.
23492         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23493         arguments using __kernel_casinhl.
23494         * math/libm-test.inc (cacosh_test): Add more tests.
23495         * sysdeps/i386/fpu/libm-test-ulps: Update.
23496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23498 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23500         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23501         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23503         * bench/Makefile (bench): Add sin and slowsin.
23504         * benchtests/sin-inputs: New file.
23505         * benchtests/slowsin-inputs: New file.
23506         * benchtests/slowsin.c: New file.
23508         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23509         (bench): Add slowexp and slowpow.
23510         (exp-ITER): Increase iterations.
23511         (pow-ITER): Likewise.
23512         * benchtests/exp-inputs: Change input.
23513         * benchtests/pow-inputs: Likewise.
23514         * benchtests/slowexp-inputs: New file.
23515         * benchtests/slowexp.c: New file.
23516         * benchtests/slowpow-inputs: New file.
23517         * benchtests/slowpow.c: New file.
23519 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23521         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23522         instructions.
23523         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23524         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23525         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23526         * benchtests/Makefile: Add rint benchtest.
23527         * benchtests/rint-inputs: Input for rint benchtest.
23529 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23531         * Versions.def (libm): Add GLIBC_2.18.
23532         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23533         hidden libm prototypes.
23534         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23535         * math/Makefile (libm-calls): Add s_issignaling.
23536         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23537         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23538         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23539         declaration.
23540         * math/math.h [__USE_GNU] (issignaling): New macro.
23541         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23542         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23543         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23544         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23545         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23546         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23547         * manual/arith.texi (issignaling): New section.
23548         * manual/libm-err-tab.pl (@all_functions): Update comment.
23549         * math/gen-libm-test.pl (parse_args): Apply special handling for
23550         issignaling.
23551         * math/libm-test.inc (print_float, issignaling_test): New
23552         functions.
23553         (check_float_internal): Add issignaling checks.
23554         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23555         default definition.
23556         * sysdeps/powerpc/math-tests.h: New file.
23557         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23558         tests.
23559         * math/test-snan.c (TEST_FUNC): Likewise.
23561 2013-03-30  David S. Miller  <davem@davemloft.net>
23563         * po/de.po: Update from translation team.
23565 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23567         [BZ #10357]
23568         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23569         imaginary part less than 1.0 and real part less than 0.5
23570         specially.
23571         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23572         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23573         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23574         (cacos_test): Add more tests.
23575         (casin_test): Likewise.
23576         (casinh_test): Likewise.
23577         * sysdeps/i386/fpu/libm-test-ulps: Update.
23578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23580 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23582         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23583         ONE with its value.
23585         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23586         (__pow_mp): Replace ONE and MONE with their values.
23587         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23588         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23589         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23590         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23591         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23592         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23594         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23596         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23597         (__pow_mp): Replace ZERO and MZERO with their values.
23598         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23599         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23600         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23601         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23602         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23603         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23604         (__sqr): Likewise.
23606         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23608         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23610 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23612         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23613         Declare with __attribute__ ((weak)).
23614         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23615         Call __call_tls_dtors only if it's not NULL.
23617 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23619         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23620         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23621         magic __ehdr_start linker symbol if it's defined.
23622         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23623         them up here if it was already done.
23625         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23626         (_dl_aux_init): Use const in cast when setting it.
23627         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23628         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23629         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23631         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23632         Declare them here.
23633         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23634         * csu/libc-tls.c: Nor here.
23635         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23637         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23638         (__libc_message): Never call vsyslog.
23640 2013-03-28  Alan Modra  <amodra@gmail.com>
23642         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23643         Define as empty.
23644         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23645         Likewise.
23647 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23649         [BZ #15214]
23650         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23651         underflow.
23652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23654 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23656         [BZ #15304]
23657         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23658         Don't add gid passed as argument.
23660         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23662 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23664         [BZ #15307]
23665         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23666         imaginary part between 1.0 and 1.5 and real part less than 0.5
23667         specially.
23668         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23669         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23670         * math/libm-test.inc (cacos_test): Add more tests.
23671         (casin_test): Likewise.
23672         (casinh_test): Likewise.
23673         * sysdeps/i386/fpu/libm-test-ulps: Update.
23674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23676 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23678         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23679         constants.
23680         (norm): Likewise.
23681         (denorm): Likewise.
23682         (__dbl_mp): Likewise.
23683         (add_magnitudes): Likewise.
23684         (sub_magnitudes): Likewise.
23685         (__add): Likewise.
23686         (__sub): Likewise.
23687         (__mul): Likewise.
23688         (__sqr): Likewise.
23689         (__inv): Likewise.
23690         (__dvd): Likewise.
23692         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23693         commented code.
23694         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23695         (__dubcos): Likewise.
23696         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23697         (__ieee754_acos): Likewise.
23698         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23699         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23700         (__exp1): Likewise.
23701         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23702         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23703         (log1): Likewise.
23704         (my_log2): Likewise.
23705         (checkint): Likewise.
23706         * sysdeps/ieee754/dbl-64/e_remainder.c
23707         (__ieee754_remainder): Likewise.
23708         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23709         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23710         (bsloww): Likewise.
23711         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23713         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23714         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23715         MANTISSA_STORE_T to store computations on mantissa.  Use
23716         macros for rounding and division.
23717         (denorm): Likewise.
23718         (__dbl_mp): Likewise.
23719         (add_magnitudes): Likewise.
23720         (sub_magnitudes): Likewise.
23721         (__mul): Likewise.
23722         (__sqr): Likewise.
23723         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23724         powers of two in terms of TWOPOW macro.
23725         (mp_no): Make type of mantissa as MANTISSA_T.
23726         [!RADIXI]: Define RADIXI.
23727         [!TWO52]: Define TWO52.
23728         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23730 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23732         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23733         llroundl symbol when building for PPC32.
23735 2013-03-24  Mark H Weaver  <mhw@netris.org>
23737         * manual/arith.texi (Normalization Functions): Fix prototypes for
23738         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23740 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23742         [BZ #13889]
23743         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23744         high value to check if expl overflow.
23745         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23746         to check for underflow and overflow.
23747         * math/libm-test.inc: Add exp test.
23749 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23751         [BZ #11120]
23752         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23753         with NOT_IN_libc.
23755 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23757         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23758         symbol.
23760 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23762         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23763         wrap blocks consisting of several statements.
23765         * sysdeps/generic/math-tests.h: New file.
23766         * sysdeps/i386/fpu/math-tests.h: Likewise.
23767         * math/test-snan.c: Include it.
23768         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23770 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23772         [BZ #15285]
23773         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23774         (__ieee754_j0l): Do not improve calculations using cos of twice
23775         input for inputs above LDBL_MAX / 2.0L.
23776         (__ieee754_y0l): Likewise.
23777         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23778         (__ieee754_j1l): Do not improve calculations using cos of twice
23779         input for inputs above LDBL_MAX / 2.0L.
23780         (__ieee754_y1l): Likewise.
23781         * math/libm-test.inc (j0_test): Add another test.
23782         (j1_test): Likewise.
23783         (y0_test): Likewise.
23784         (y1_test): Likewise.
23785         * sysdeps/i386/fpu/libm-test-ulps: Update.
23787 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23789         * Rules ($(objpfx)bench-%.c): Include code from a C source
23790         file.
23792 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23794         [BZ #15287]
23795         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23796         imaginary part 1.0 and real part less than 0.5 specially.
23797         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23798         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23799         * math/libm-test.inc (cacos_test): Add more tests.
23800         (casin_test): Likewise.
23801         (casinh_test): Likewise.
23802         * sysdeps/i386/fpu/libm-test-ulps: Update.
23803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23805 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23807         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23808         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23810 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23812         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23813         * config.make.in (config-cflags-sse4): Remove variable.
23814         (config-cflags-avx): Likewise.
23815         (config-cflags-sse2avx): Likewise.
23816         (config-cflags-novzeroupper): Likewise.
23817         (config-asflags-i686): Likewise.
23818         (have-mfma4): Likewise.
23819         (have-as-vis3): Likewise.
23820         (MIG): Likewise.
23821         * configure.in (MIG): Do not AC_SUBST.
23822         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23823         (libc_cv_cc_sse4): Do not AC_SUBST.
23824         (libc_cv_cc_avx): Likewise.
23825         (libc_cv_cc_sse2avx): Likewise.
23826         (libc_cv_cc_novzeroupper): Likewise.
23827         (libc_cv_cc_fma4): Likewise.
23828         (libc_cv_as_i686): Likewise.
23829         (libc_cv_sparc_as_vis3): Likewise.
23830         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23831         LIBC_CONFIG_VAR.
23832         (config-asflags-i686): Likewise.
23833         (config-cflags-avx): Likewise.
23834         (config-cflags-sse2avx): Likewise.
23835         (have-mfma4): Likewise.
23836         (config-cflags-novzeroupper): Likewise.
23837         * sysdeps/mach/configure.in (MIG): Likewise.
23838         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23839         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23840         LIBC_CONFIG_VAR.
23841         (config-cflags-avx): Likewise.
23842         (config-cflags-sse2avx): Likewise.
23843         (have-mfma4): Likewise.
23844         (config-cflags-novzeroupper): Likewise.
23845         * configure: Regenerated.
23846         * sysdeps/i386/configure: Likewise.
23847         * sysdeps/mach/configure: Likewise.
23848         * sysdeps/sparc/configure: Likewise.
23849         * sysdeps/x86_64/configure: Likewise.
23851 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23853         [BZ #14812]
23854         * locale/programs/localedef.c (options): Put N_ translation marker
23855         on argument names, not just descriptions.
23857 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23859         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23861 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23863         [BZ #14176]
23864         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23866 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23868         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23869         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23870         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23871         [!BEFORE_ABORT] (before_abort): New function.
23872         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23873         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23874         (writev_for_fatal): New function.
23875         (WRITEV_FOR_FATAL): New macro; call that.
23876         (backtrace_and_maps): New function.
23877         (BEFORE_ABORT): New macro; call that.
23878         (struct str_list): Type removed.
23879         (__libc_message, __libc_fatal): Functions removed.
23880         Include <sysdeps/posix/libc_fatal.c> instead.
23882 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23884         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23885         constants.
23886         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23887         double constants.
23889 2013-03-19  Andreas Schwab  <schwab@suse.de>
23891         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23892         * sysdeps/gnu/configure: Regenerate.
23894         * configure.in: Substitute libc_cv_rtlddir.
23895         * configure: Regenerate.
23896         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23897         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23898         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23899         * elf/Makefile (install-others, CFLAGS-interp.c)
23900         (ldso_install, common-ldd-rewrite): Likewise.
23901         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23902         $(inst_slibdir)/$(rtld-installed-name).
23903         * scripts/rellns-sh: Add -p option.
23904         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23905         for source.
23907 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23909         * manual/nptl.texi: Renamed to ...
23910         * manual/threads.texi: ... this.
23911         * manual/Makefile (chapters): Update.
23913 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23915         [BZ #14812]
23916         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23917         on argument names, not just descriptions.
23918         * malloc/memusagestat.c (options): Likewise.
23919         * nss/getent.c (options): Likewise.
23921 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23923         [BZ #14812]
23924         * iconv/iconv_prog.c (options): Put N_ translation marker
23925         on argument names, not just descriptions.
23926         * iconv/iconvconfig.c (options): Likewise.
23928 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23930         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23931         implementation which is faster on all x86_64 architectures.
23932         Tested on AMD, Intel Nehalem, SNB, IVB.
23933         * sysdeps/x86_64/strnlen.S: Likewise.
23935         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23936         Remove all multiarch strlen and strnlen versions.
23937         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23938         Remove strlen and strnlen related parts.
23940         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23941         Inline strlen part.
23942         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23944         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23945         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23946         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23947         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23948         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23949         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23951 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23953         * manual/memory.texi (Malloc Tunable Parameters):
23954         Sort parameters alphabetically. Add comments for missing entries.
23956 2013-03-17  David S. Miller  <davem@davemloft.net>
23958         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23960 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23962         [BZ #15283]
23963         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23964         for arguments at most half maximum finite value.
23965         * math/libm-test.inc (j0_test): Add more tests.
23966         (j1_test): Likewise.
23967         (y0_test): Likewise.
23968         (y1_test): Likewise.
23969         * sysdeps/i386/fpu/libm-test-ulps: Update.
23970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23972         [BZ #14155]
23973         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23974         1 / x and functions P and Q for arguments above 0x1p256L.
23975         (__ieee754_y0l): Likewise.
23976         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23977         (__ieee754_y1l): Likewise.
23978         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23979         (j1_test): Likewise.
23980         (y0_test): Likewise.
23981         (y1_test): Likewise.
23983 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23985         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23986         variable.
23988 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23990         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23991         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23992         zero since it's initialized to EXEC_PAGESIZE.
23994         * sysdeps/unix/sysv/linux/ldsodefs.h
23995         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23996         * sysdeps/generic/ldsodefs.h: ... here.
23998 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
24000         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24002         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24003         math/test-snan.c.
24004         * math/test-snan.c: Renamed from
24005         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24006         * math/Makefile (tests): Add test-snan.
24007         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24008         test-powerpc-snan.
24010         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24011         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24012         functions.
24013         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24014         __builtin_nan family of functions.
24015         * math/libm-test.inc (initialize): Initialize qnan_value with
24016         __builtin_nan family of functions.
24017         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24018         Remove variables.
24019         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24020         Remove functions.
24021         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24022         storage class.  Initialize qNaN_var and sNaN_var with
24023         __builtin_nan and __builtin_nans families of functions,
24024         respectively.
24026         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24027         (sqrt_test): Remove duplicate test with qNaN input.
24028         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24029         (round_test, signbit_test, significand_test): Note missing +/-Inf
24030         as well as qNaN tests.
24032         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24033         qNaN_var.  Fix a few strings, too.
24034         * math/libm-test.inc (nan_value): Rename to qnan_value.
24035         * math/gen-libm-test.pl (%beautify): Adjust to that.
24036         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24037         * math/test-misc.c (main): Likewise.
24038         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24039         to __qnan_bytes, and __qnan_union, respectively.
24040         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24041         Likewise.
24042         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24043         and lqnanval, respectively.
24044         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24045         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24046         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24047         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24049         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24050         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24051         doubles.
24053         * math/test-misc.c (main): Fix copy'n'pastos.
24054         * misc/tst-efgcvt.c (special): Likewise.
24056         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24057         Remove declarations.
24059 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24061         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24062         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24063         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24064         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24066 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24068         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24069         macro to return vdso values correctly in IFUNC implementations.
24070         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24071         Optimization by using IFUNC.
24073 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24074             Richard Henderson  <rth@redhat.com>
24075             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24077         * Makefile.in (bench): New target.
24078         * NEWS: Mention the benchmark framework.
24079         * Rules (bench): Likewise.
24080         (binaries-bench): Generate binaries for functions to
24081         benchmark.
24082         * benchtests/Makefile: New makefile for benchmark tests.
24083         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24084         programs.
24085         * benchtests/exp-inputs: New input file for EXP function.
24086         * benchtests/pow-inputs: New input file for POW function.
24087         * scripts/bench.pl: New script to generate source files for
24088         benchmark programs.
24090 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24092         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24093         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24094         computations on mantissa.  Use macros for rounding and
24095         division.
24096         (denorm): Likewise.
24097         (__dbl_mp): Likewise.
24098         (add_magnitudes): Likewise.
24099         (sub_magnitudes): Likewise.
24100         (__mul): Likewise.
24101         (__sqr): Likewise.
24102         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24103         powers of two in terms of TWOPOW macro.
24104         (mp_no): Make type of mantissa as MANTISSA_T.
24105         [!RADIXI]: Define RADIXI.
24106         [!TWO52]: Define TWO52.
24107         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24109         * manual/nptl.texi (cindex): Modify threads to pthreads.
24111 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24113         * sysdeps/x86_64/preconfigure: Regenerated.
24115 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24117         [BZ #14155]
24118         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24119         0x1p28 and above.
24120         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24121         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24122         0x1p28 and above.
24123         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24124         * math/libm-test.inc (j0_test): Do not allow one spurious
24125         underflow exception.
24126         (y1_test): Likewise.
24128 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24130         * manual/Makefile (chapters): Add nptl.
24131         * manual/debug.texi (Debugging Support): Add link to Threads
24132         chapter.
24133         * manual/nptl.texi: New file.
24135         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24137 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24139         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24140         for non-NULL pointer before the memory validity test. Pointed
24141         out by Holger Brunck <holger.brunck@keymile.com>.
24143 2013-03-13  Andreas Schwab  <schwab@suse.de>
24145         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24146         instead of .os.
24148 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24150         * timezone/zic.c: Update from tzcode 2013b.
24152 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24154         * manual/install.texi (Configuring and compiling):
24155         Mention i686 and i586.
24156         * INSTALL: Regenerate.
24158 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24160         * sysdeps/init_array/elf-init.c: New file.
24161         * csu/elf-init.c
24162         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24163         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24165         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24166         __gmon_start__ as global, but as static with a .preinit_array pointer.
24167         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24168         * sysdeps/init_array/crti.S: New file, empty except for comments.
24169         * sysdeps/init_array/crtn.S: Likewise.
24171 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24173         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24174         definining bcopy.
24175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24176         Remove Prefer_SSE_for_memop.
24177         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24178         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24179         HAS_PREFER_SSE_FOR_MEMOP.
24180         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24181         memset-x86-64.
24182         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24183         Remove bzero, memset ifunc support.
24184         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24185         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24186         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24187         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24189 2013-03-11  Andreas Schwab  <schwab@suse.de>
24191         [BZ #15234]
24192         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24193         by SHLIB_COMPAT.
24194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24195         (GLIBC_2.16): Remove pthread_atfork.
24197 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24199         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24200         (ptestcases.h): Likewise.
24202 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24204         * Makeconfig ($(common-objpfx)config.status): Depend on
24205         sysdeps/*/preconfigure{,.in} too.
24207 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24209         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24210         (__free_hook): Use void * instead of __malloc_ptr_t.
24211         (__malloc_hook): Likewise.
24212         (__realloc_hook): Likewise.
24213         (__memalign_hook): Likewise.
24214         (__after_morecore_hook): Likewise.
24215         * malloc/arena.c (save_malloc_hook): Likewise.
24216         (save_free_hook): Likewise.
24217         * malloc/hooks.c (malloc_hook_ini): Likewise.
24218         (realloc_hook_ini): Likewise.
24219         (memalign_hook_ini): Likewise.
24220         * malloc/malloc.c (malloc_hook_ini): Likewise.
24221         (realloc_hook_ini): Likewise.
24222         (memalign_hook_ini): Likewise.
24223         (__free_hook): Likewise.
24224         (__malloc_hook): Likewise.
24225         (__realloc_hook): Likewise.
24226         (__memalign_hook): Likewise.
24227         (__libc_malloc): Likewise.
24228         (__libc_free): Likewise.
24229         (__libc_realloc): Likewise.
24230         (__libc_memalign): Likewise.
24231         (__libc_valloc): Likewise.
24232         (__libc_pvalloc): Likewise.
24233         (__libc_calloc): Likewise.
24234         (__posix_memalign): Likewise.
24235         * malloc/morecore.c (__sbrk): Likewise.
24236         (__default_morecore): Likewise.
24238         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24240         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24241         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24242         __malloc_ptrdiff_t.
24244         * malloc/malloc.h (__malloc_size_t): Remove macro.
24245         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24246         __malloc_size_t.
24247         (old_memalign_hook): Likewise.
24248         (old_realloc_hook): Likewise.
24249         (struct hdr): Likewise.
24250         (flood): Likewise.
24251         (mallochook): Likewise.
24252         (memalignhook): Likewise.
24253         (reallochook): Likewise.
24254         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24255         (tr_old_realloc_hook): Likewise.
24256         (tr_old_memalign_hook): Likewise.
24257         (tr_mallochook): Likewise.
24258         (tr_reallochook): Likewise.
24259         (tr_memalignhook): Likewise.
24261 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24263         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24264         default_ldbl_pack and using as default implementation.
24265         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24266         implementation.
24267         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24268         redundant definition.
24269         (ldbl_insert_mantissa): Likewise.
24270         (ldbl_canonicalize): Likewise.
24271         (ldbl_nearbyint): Likewise.
24272         (ldbl_pack): Rename to ldbl_pack_ppc.
24273         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24274         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24275         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24277 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24280         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24281         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24282         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24283         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24284         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24285         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24286         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24288 2013-03-07  Andreas Jaeger  <aj@suse.de>
24290         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24291         bits/mman-linux.h.
24293 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24295         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24296         Include mpa.h and declare __MPEXP.
24297         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24298         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24299         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24300         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24301         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24302         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24303         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24305         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24306         (__slowpow): Use long double EXPL and LOGL functions to
24307         compute POW.
24308         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24309         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24310         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24311         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24312         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24313         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24316         intermediate variable to calculate exponent.
24317         (__sqr): Likewise.
24318         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24319         Likewise.
24320         (__sqr): Likewise.
24322         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24323         [!NO__SQR]: Define __sqr.
24324         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24325         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24326         sysdeps/ieee754/dbl-64/mpa.c.
24327         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24329         [BZ #12723]
24330         * posix/Makefile (tests): Add tst-pathconf.
24331         * posix/tst-pathconf.c: New test case.
24332         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24333         _PC_PIPE_BUF.
24334         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24336 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24338         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24340 2013-03-06  Andreas Jaeger  <aj@suse.de>
24342         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24343         definition via __MAP_ANONYMOUS.
24345         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24346         it's not part of Linux headers.
24348         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24349         (MAP_HUGE_MASK): Define.
24351         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24352         Define.
24353         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24354         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24355         Define.
24356         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24357         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24358         Define.
24359         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24360         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24361         Define.
24362         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24364         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24365         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24366         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24367         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24368         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24369         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24371         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24372         Handle f2fs.
24374         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24375         Handle f2fs and efivarfs.
24377         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24378         f2fs.
24380         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24381         (EFIVARFS_MAGIC): Add.
24382         (F2FS_LINK_MAX): Add.
24384 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24386         * stdio-common/vfprintf.c: Replace __builtin_expect with
24387         __glibc_unlikely.
24389 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24391         [BZ #13550]
24392         * sysdeps/generic/bp-sym.h: Remove file.
24393         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24394         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24395         <bp-sym.h> and <bp-asm.h>.
24396         (__longjmp): Don't use BP_SYM.
24397         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24398         and <bp-asm.h>.
24399         (memcpy): Don't use BP_SYM.
24400         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24401         <bp-sym.h> and <bp-asm.h>.
24402         (memcpy): Don't use BP_SYM.
24403         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24404         <bp-asm.h>.
24405         (memcpy): Don't use BP_SYM.
24406         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24407         <bp-asm.h>.
24408         (memset): Don't use BP_SYM.
24409         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24410         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24411         (__bzero): Don't use BP_SYM.
24412         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24413         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24414         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24415         <bp-sym.h> and <bp-asm.h>.
24416         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24417         pointers.
24418         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24419         <bp-sym.h> and <bp-asm.h>.
24420         (memcpy): Don't use BP_SYM.
24421         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24422         <bp-sym.h> and <bp-asm.h>.
24423         (memset): Don't use BP_SYM.
24424         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24425         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24426         (__bzero): Don't use BP_SYM.
24427         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24428         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24429         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24430         <bp-sym.h> and <bp-asm.h>.
24431         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24432         pointers.
24433         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24434         <bp-sym.h> and <bp-asm.h>.
24435         (memcpy): Don't use BP_SYM.
24436         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24437         <bp-sym.h> and <bp-asm.h>.
24438         (memset): Don't use BP_SYM.
24439         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24440         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24441         (__bzero): Don't use BP_SYM.
24442         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24443         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24444         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24445         <bp-sym.h> and <bp-asm.h>.
24446         (__memchr): Don't use BP_SYM.
24447         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24448         <bp-sym.h> and <bp-asm.h>.
24449         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24450         pointers.
24451         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24452         <bp-sym.h> and <bp-asm.h>.
24453         (memcpy): Don't use BP_SYM.
24454         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24455         <bp-sym.h> and <bp-asm.h>.
24456         (__mempcpy): Don't use BP_SYM.
24457         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24458         <bp-sym.h> and <bp-asm.h>.
24459         (__memrchr): Don't use BP_SYM.
24460         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24461         <bp-sym.h> and <bp-asm.h>.
24462         (memset): Don't use BP_SYM.
24463         (__bzero): Likewise.
24464         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24465         <bp-sym.h> and <bp-asm.h>.
24466         (__rawmemchr): Don't use BP_SYM.
24467         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24468         <bp-sym.h> and <bp-asm.h>.
24469         (__STRCMP): Don't use BP_SYM.
24470         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24471         <bp-sym.h> and <bp-asm.h>.
24472         (strchr): Don't use BP_SYM.
24473         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24474         <bp-sym.h> and <bp-asm.h>.
24475         (__strchrnul): Don't use BP_SYM.
24476         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24477         <bp-sym.h> and <bp-asm.h>.
24478         (strlen): Don't use BP_SYM.
24479         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24480         <bp-sym.h> and <bp-asm.h>.
24481         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24482         pointers.
24483         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24484         <bp-sym.h> and <bp-asm.h>.
24485         (__strnlen): Don't use BP_SYM.
24486         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24487         <bp-sym.h> and <bp-asm.h>.
24488         (__GI__setjmp): Don't use BP_SYM.
24489         (_setjmp): Likewise.
24490         (__sigsetjmp): Likewise.
24491         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24492         (L(start_addresses)): Don't use BP_SYM.
24493         (_start): Likewise.
24494         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24495         <bp-asm.h>.
24496         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24497         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24498         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24499         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24500         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24501         <bp-asm.h>.
24502         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24503         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24504         about bounded pointers.
24505         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24506         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24507         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24508         <bp-asm.h>.
24509         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24510         about bounded pointers.  Remove GKM FIXME comments.
24511         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24512         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24513         <bp-asm.h>.
24514         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24515         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24516         Remove GKM FIXME comments.
24517         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24518         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24519         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24520         <bp-asm.h>.
24521         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24522         about bounded pointers.  Remove GKM FIXME comment.
24523         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24524         and <bp-asm.h>.
24525         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24526         pointers.
24527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24528         <bp-sym.h> and <bp-asm.h>.
24529         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24531         <bp-sym.h> and <bp-asm.h>.
24532         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24533         comment.
24535 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24537         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24538         call free(NULL).
24540 2013-03-05  David S. Miller  <davem@davemloft.net>
24542         * po/es.po: Update from translation team.
24544 2013-03-05  Andreas Jaeger  <aj@suse.de>
24546         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24547         <bits/mman-linux.h>.
24548         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24549         is fine.
24550         * sysdeps/unix/sysv/linux/sh/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/x86/bits/mman.h: Move include of
24555         <bits/mman-linux.h> to end of file.
24556         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24557         is fine.
24558         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24559         <bits/mman-linux.h> to end of file.
24561         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24562         (MCL_CURRENT, MCL_FUTURE): Define here.
24564 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24566         [BZ #15232]
24567         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24568         attribute_hidden.
24569         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24571 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24573         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24574         fourth parameter needed for rt_sigprocmask syscall.
24575         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24576         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24577         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24578         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24579         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24580         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24582 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24584         [BZ #13550]
24585         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24586         comment about bounded pointers.
24587         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24588         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24590 2013-03-04  Andreas Jaeger  <aj@suse.de>
24592         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24593         common definitions.
24595         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24596         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24597         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24598         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24599         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24600         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24602 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24604         [BZ #15055]
24605         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24606         __ieee754_sqrl instead of __sqrl.
24608 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24610         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24611         * sysdeps/powerpc/fpu_control.h: ... here.
24612         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24613         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24614         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24615         * sysdeps/powerpc/bits/mathinline.h: ... here.
24617 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24619         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24620         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24621         to just [NEED_DL_SYSINFO_DSO].
24622         * elf/dl-support.c: Likewise.
24623         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24624         * elf/rtld.c (dl_main): Likewise.
24625         * elf/setup-vdso.h (setup_vdso): Likewise.
24626         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24627         * sysdeps/unix/sysv/linux/dl-sysdep.c
24628         (_dl_discover_osversion): Likewise.
24630 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24632         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24633         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24635 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24637         * NEWS: Mention libm performance improvements and non-x86 PI
24638         futex support.
24640         * csu/libc-start.c (__pthread_initialize_minimal): Change
24641         function arguments.
24642         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24644 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24646         [BZ #13550]
24647         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24648         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24649         <bp-sym.h> and <bp-asm.h>.
24650         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24651         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24652         and <bp-asm.h>.
24653         (memcpy): Don't use BP_SYM.
24654         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24655         <bp-asm.h>.
24656         (__mpn_add_n): Don't use BP_SYM.
24657         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24658         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24659         and <bp-asm.h>.
24660         (__mpn_addmul_1): Don't use BP_SYM.
24661         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24662         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24663         <bp-sym.h>.
24664         (_setjmp): Don't use BP_SYM.
24665         (__novmx_setjmp): Likewise.
24666         (__GI__setjmp): Likewise.
24667         (__vmx_setjmp): Likewise.
24668         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24669         <bp-sym.h>.
24670         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24671         (__bzero): Don't use BP_SYM.
24672         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24673         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24674         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24675         <bp-sym.h> and <bp-asm.h>.
24676         (memcpy): Don't use BP_SYM.
24677         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24678         <bp-sym.h> and <bp-asm.h>.
24679         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24680         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24681         <bp-sym.h> and <bp-asm.h>.
24682         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24683         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24684         <bp-asm.h>.
24685         (__mpn_lshift): Don't use BP_SYM.
24686         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24687         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24688         <bp-asm.h>.
24689         (memset): Don't use BP_SYM.
24690         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24691         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24692         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24693         <bp-asm.h>.
24694         (__mpn_mul_1): Don't use BP_SYM.
24695         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24696         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24697         <bp-sym.h> and <bp-asm.h>.
24698         (memcmp): Don't use BP_SYM.
24699         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24700         <bp-sym.h> and <bp-asm.h>.
24701         (memcpy): Don't use BP_SYM.
24702         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24703         <bp-sym.h> and <bp-asm.h>.
24704         (memset): Don't use BP_SYM.
24705         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24706         <bp-sym.h> and <bp-asm.h>.
24707         (strncmp): Don't use BP_SYM.
24708         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24709         <bp-sym.h> and <bp-asm.h>.
24710         (memcpy): Don't use BP_SYM.
24711         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24712         <bp-sym.h> and <bp-asm.h>.
24713         (memset): Don't use BP_SYM.
24714         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24715         <bp-sym.h> and <bp-asm.h>.
24716         (__memchr): Don't use BP_SYM.
24717         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24718         <bp-sym.h> and <bp-asm.h>.
24719         (memcmp): Don't use BP_SYM.
24720         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24721         <bp-sym.h> and <bp-asm.h>.
24722         (memcpy): Don't use BP_SYM.
24723         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24724         <bp-sym.h> and <bp-asm.h>.
24725         (__mempcpy): Don't use BP_SYM.
24726         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24727         <bp-sym.h> and <bp-asm.h>.
24728         (__memrchr): Don't use BP_SYM.
24729         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24730         <bp-sym.h> and <bp-asm.h>.
24731         (memset): Don't use BP_SYM.
24732         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24733         <bp-sym.h> and <bp-asm.h>.
24734         (__rawmemchr): Don't use BP_SYM.
24735         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24736         <bp-sym.h> and <bp-asm.h>.
24737         (__STRCMP): Don't use BP_SYM.
24738         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24739         <bp-sym.h> and <bp-asm.h>.
24740         (strchr): Don't use BP_SYM.
24741         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24742         <bp-sym.h> and <bp-asm.h>.
24743         (__strchrnul): Don't use BP_SYM.
24744         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24745         <bp-sym.h> and <bp-asm.h>.
24746         (strlen): Don't use BP_SYM.
24747         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24748         <bp-sym.h> and <bp-asm.h>.
24749         (strncmp): Don't use BP_SYM.
24750         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24751         <bp-sym.h> and <bp-asm.h>.
24752         (__strnlen): Don't use BP_SYM.
24753         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24754         <bp-asm.h>.
24755         (__mpn_rshift): Don't use BP_SYM.
24756         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24757         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24758         <bp-sym.h> and <bp-asm.h>.
24759         (__sigsetjmp): Don't use BP_SYM.
24760         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24761         (L(start_addresses)): Don't use BP_SYM.
24762         (_start): Likewise.
24763         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24764         <bp-asm.h>.
24765         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24766         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24767         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24768         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24769         <bp-asm.h>.
24770         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24771         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24772         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24773         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24774         <bp-asm.h>.
24775         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24776         comments.
24777         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24778         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24779         <bp-asm.h>.
24780         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24781         FIXME comments.
24782         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24783         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24784         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24785         <bp-asm.h>.
24786         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24787         comment.
24788         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24789         and <bp-asm.h>.
24790         (strncmp): Don't use BP_SYM,
24791         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24792         <bp-asm.h>.
24793         (__mpn_sub_n): Don't use BP_SYM.
24794         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24795         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24796         and <bp-asm.h>.
24797         (__mpn_submul_1): Don't use BP_SYM.
24798         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24800         <bp-sym.h> and <bp-asm.h>.
24801         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24803         <bp-sym.h> and <bp-asm.h>.
24804         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24805         comment.
24807 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24809         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24810         Use ZK to minimize writes to Z.
24811         (sub_magnitudes): Simplify code a bit.
24812         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24813         Use ZK to minimize writes to Z.
24814         (sub_magnitudes): Simplify code a bit.
24816 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24818         * csu/gmon-start.c: Add special exception to license text.
24820 2013-02-27  Richard Henderson  <rth@redhat.com>
24822         * scripts/config.guess: Update from config.git.
24823         * scripts/config.sub: Likewise.
24825 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24827         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24829         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24831         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24833         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24835         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24837 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24839         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24840         [$(build-shared = yes].
24842 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24844         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24845         (__mul): Reduce iterations for calculating mantissa.
24847         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24848         MPTWO.
24849         (__mpranred): Likewise.
24851         [BZ #15160]
24852         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24853         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24855 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24857         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24858         Define __attribute__.
24860 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24862         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24863         unused.
24864         * posix/regex_internal.h (__attribute): Remove.
24865         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24866         (re_string_context_at): Likewise.
24867         (bitset_not): Use __attribute__ and mark function as possibly
24868         unused.
24869         (bitset_merge): Likewise.
24870         (bitset_mask): Likewise.
24871         (re_string_char_size_at): Likewise.
24872         (re_string_wchar_at): Likewise.
24873         (re_string_elem_size_at): Likewise.
24875 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24877         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24878         code.
24879         (cc32): Likewise.
24881         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24882         (__acr): Likewise.
24883         (__cpy): Likewise.
24884         (norm): Likewise.
24885         (denorm): Likewise.
24886         (__dbl_mp): Likewise.
24887         (add_magnitudes): Likewise.
24888         (sub_magnitudes): Likewise.
24889         (__mul): Likewise.
24890         (__inv): Likewise.
24892         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24893         style.
24895         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24896         style.
24898         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24899         code.
24901         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24902         up changes with default code.
24903         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24904         Likewise.
24906 2013-02-24  Allan McRae  <allan@archlinux.org>
24908         * manual/socket.texi (The Internet Namespace): Order menu items
24909         to match that in the file.
24911         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24912         node listing of the info page menu.
24914 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24916         [BZ #13550]
24917         * sysdeps/i386/bp-asm.h: Remove file.
24918         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24919         (PARMS): Do not use macros from bp-asm.h.
24920         (S1): Likewise.
24921         (S2): Likewise.
24922         (SIZE): Likewise.
24923         (__mpn_add_n): Do not use BP_SYM
24924         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24925         "bp-asm.h".
24926         (PARMS): Do not use macros from bp-asm.h.
24927         (S1): Likewise.
24928         (SIZE): Likewise.
24929         (__mpn_addmul_1): Do not use BP_SYM
24930         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24931         "bp-asm.h".
24932         (PARMS): Do not use macros from bp-asm.h.
24933         (SIGMSK): Likewise.
24934         (_setjmp): Likewise.  Do not use BP_SYM.
24935         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24936         "bp-asm.h".
24937         (PARMS): Do not use macros from bp-asm.h.
24938         (SIGMSK): Likewise.
24939         (setjmp): Likewise.  Do not use BP_SYM.
24940         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24941         "bp-asm.h".
24942         (PARMS): Do not use macros from bp-asm.h.
24943         (__frexp): Do not use BP_SYM.
24944         (frexp): Likewise.
24945         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24946         "bp-asm.h".
24947         (PARMS): Do not use macros from bp-asm.h.
24948         (__frexpf): Do not use BP_SYM.
24949         (frexpf): Likewise.
24950         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24951         "bp-asm.h".
24952         (PARMS): Do not use macros from bp-asm.h.
24953         (__frexpl): Do not use BP_SYM.
24954         (frexpl): Likewise.
24955         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24956         "bp-asm.h".
24957         (PARMS): Do not use macros from bp-asm.h.
24958         (__remquo): Do not use BP_SYM.
24959         (remquo): Likewise.
24960         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24961         "bp-asm.h".
24962         (PARMS): Do not use macros from bp-asm.h.
24963         (__remquof): Do not use BP_SYM.
24964         (remquof): Likewise.
24965         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24966         "bp-asm.h".
24967         (PARMS): Do not use macros from bp-asm.h.
24968         (__remquol): Do not use BP_SYM.
24969         (remquol): Likewise.
24970         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24971         "bp-asm.h".
24972         (PARMS): Do not use macros from bp-asm.h.
24973         (DEST): Likewise.
24974         (SRC): Likewise.
24975         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24976         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24977         "bp-asm.h".
24978         (PARMS): Do not use macros from bp-asm.h.
24979         (strlen): Do not use BP_SYM.
24980         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24981         "bp-asm.h".
24982         (PARMS): Do not use macros from bp-asm.h.
24983         (S1): Likewise.
24984         (S2): Likewise.
24985         (SIZE): Likewise.
24986         (__mpn_add_n): Do not use BP_SYM.
24987         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24988         "bp-asm.h".
24989         (PARMS): Do not use macros from bp-asm.h.
24990         (S1): Likewise.
24991         (SIZE): Likewise.
24992         (__mpn_addmul_1): Do not use BP_SYM.
24993         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24994         weak_alias.
24995         (bzero): Likewise.
24996         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24997         "bp-asm.h".
24998         (PARMS): Do not use macros from bp-asm.h.
24999         (S): Likewise.
25000         (SIZE): Likewise.
25001         (__mpn_lshift): Do not use BP_SYM.
25002         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25003         "bp-asm.h".
25004         (PARMS): Do not use macros from bp-asm.h.
25005         (DEST): Likewise.
25006         (SRC): Likewise.
25007         (LEN): Likewise.
25008         (memcpy): Likewise.  Do not use BP_SYM.
25009         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25010         libc_hidden_def and weak_alias.
25011         (mempcpy): Do not use BP_SYM in weak_alias.
25012         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25013         "bp-asm.h".
25014         (PARMS): Do not use macros from bp-asm.h.
25015         (DEST): Likewise.
25016         (LEN): Likewise.
25017         [!BZERO_P] (CHR): Likewise.
25018         (memset): Likewise.  Do not use BP_SYM.
25019         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25020         "bp-asm.h".
25021         (PARMS): Do not use macros from bp-asm.h.
25022         (S1): Likewise.
25023         (SIZE): Likewise.
25024         (__mpn_mul_1): Do not use BP_SYM.
25025         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25026         "bp-asm.h".
25027         (PARMS): Do not use macros from bp-asm.h.
25028         (S): Likewise.
25029         (SIZE): Likewise.
25030         (__mpn_rshift): Do not use BP_SYM.
25031         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25032         "bp-asm.h".
25033         (PARMS): Do not use macros from bp-asm.h.
25034         (STR): Likewise.
25035         (CHR): Likewise.
25036         (strchr): Likewise.  Do not use BP_SYM.
25037         (index): Do not use BP_SYM in weak_alias.
25038         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25039         "bp-asm.h".
25040         (PARMS): Do not use macros from bp-asm.h.
25041         (DEST): Likewise.
25042         (SRC): Likewise.
25043         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25044         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25045         "bp-asm.h".
25046         (PARMS): Do not use macros from bp-asm.h.
25047         (strlen): Do not use BP_SYM.
25048         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25049         "bp-asm.h".
25050         (PARMS): Do not use macros from bp-asm.h.
25051         (S1): Likewise.
25052         (S2): Likewise.
25053         (SIZE): Likewise.
25054         (__mpn_sub_n): Do not use BP_SYM.
25055         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25056         "bp-asm.h".
25057         (PARMS): Do not use macros from bp-asm.h.
25058         (S1): Likewise.
25059         (SIZE): Likewise.
25060         (__mpn_submul_1): Do not use BP_SYM.
25061         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25062         "bp-asm.h".
25063         (PARMS): Do not use macros from bp-asm.h.
25064         (S1): Likewise.
25065         (S2): Likewise.
25066         (SIZE): Likewise.
25067         (__mpn_add_n): Do not use BP_SYM.
25068         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25069         weak_alias.
25070         (bzero): Likewise.
25071         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25072         "bp-asm.h".
25073         (PARMS): Do not use macros from bp-asm.h.
25074         (BLK2): Likewise.
25075         (LEN): Likewise.
25076         (memcmp): Do not use BP_SYM.
25077         (bcmp): Do not use BP_SYM in weak_alias.
25078         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25079         "bp-asm.h".
25080         (PARMS): Do not use macros from bp-asm.h.
25081         (DEST): Likewise.
25082         (SRC): Likewise.
25083         (LEN): Likewise.
25084         (memcpy): Likewise.  Do not use BP_SYM.
25085         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25086         "bp-asm.h".
25087         (PARMS): Do not use macros from bp-asm.h.
25088         (DEST): Likewise.
25089         (SRC): Likewise.
25090         (LEN): Likewise.
25091         (memmove): Likewise.  Do not use BP_SYM.
25092         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25093         "bp-asm.h".
25094         (PARMS): Do not use macros from bp-asm.h.
25095         (DEST): Likewise.
25096         (SRC): Likewise.
25097         (LEN): Likewise.
25098         (__mempcpy): Likewise.  Do not use BP_SYM.
25099         (mempcpy): Do not use BP_SYM in weak_alias.
25100         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25101         "bp-asm.h".
25102         (PARMS): Do not use macros from bp-asm.h.
25103         (DEST): Likewise.
25104         (LEN): Likewise.
25105         [!BZERO_P] (CHR): Likewise.
25106         (memset): Likewise.  Do not use BP_SYM.
25107         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25108         "bp-asm.h".
25109         (PARMS): Do not use macros from bp-asm.h.
25110         (STR2): Likewise.
25111         (strcmp): Do not use BP_SYM.
25112         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25113         "bp-asm.h".
25114         (PARMS): Do not use macros from bp-asm.h.
25115         (STR): Likewise.
25116         (DELIM): Likewise.
25117         [USE_AS_STRTOK_R] (SAVE): Likewise.
25118         (FUNCTION): Likewise.  Do not use BP_SYM.
25119         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25120         aliases.
25121         (strtok_r): Likewise.
25122         (__GI___strtok_r): Likewise.
25123         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25124         (PARMS): Do not use macros from bp-asm.h.
25125         (S): Likewise.
25126         (SIZE): Likewise.
25127         (__mpn_lshift): Do not use BP_SYM.
25128         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25129         (PARMS): Do not use macros from bp-asm.h.
25130         (STR): Likewise.
25131         (CHR): Likewise.
25132         (__memchr): Do not use BP_SYM.
25133         (memchr): Do not use BP_SYM in weak_alias.
25134         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25135         (PARMS): Do not use macros from bp-asm.h.
25136         (BLK2): Likewise.
25137         (LEN): Likewise.
25138         (memcmp): Do not use BP_SYM.
25139         (bcmp): Do not use BP_SYM in weak_alias.
25140         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25141         (PARMS): Do not use macros from bp-asm.h.
25142         (S1): Likewise.
25143         (SIZE): Likewise.
25144         (__mpn_mul_1): Do not use BP_SYM.
25145         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25146         "bp-asm.h".
25147         (PARMS): Do not use macros from bp-asm.h.
25148         (STR): Likewise.
25149         (CHR): Likewise.
25150         (__rawmemchr): Do not use BP_SYM.
25151         (rawmemchr): Do not use BP_SYM in weak_alias.
25152         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25153         (PARMS): Do not use macros from bp-asm.h.
25154         (S): Likewise.
25155         (SIZE): Likewise.
25156         (__mpn_rshift): Do not use BP_SYM.
25157         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25158         (PARMS): Do not use macros from bp-asm.h.
25159         (SIGMSK): Likewise.
25160         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25161         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25162         (_start): Do not use BP_SYM.
25163         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25164         (PARMS): Do not use macros from bp-asm.h.
25165         (DEST): Likewise.
25166         (SRC): Likewise.
25167         (__stpcpy): Likewise.  Do not use BP_SYM.
25168         (stpcpy): Do not use BP_SYM in weak_alias.
25169         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25170         "bp-asm.h".
25171         (PARMS): Do not use macros from bp-asm.h.
25172         (DEST): Likewise.
25173         (SRC): Likewise.
25174         (LEN): Likewise.
25175         (__stpncpy): Likewise.  Do not use BP_SYM.
25176         (stpncpy): Do not use BP_SYM in weak_alias.
25177         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25178         (PARMS): Do not use macros from bp-asm.h.
25179         (STR): Likewise.
25180         (CHR): Likewise.
25181         (strchr): Likewise.  Do not use BP_SYM.
25182         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25183         "bp-asm.h".
25184         (PARMS): Do not use macros from bp-asm.h.
25185         (STR): Likewise.
25186         (CHR): Likewise.
25187         (__strchrnul): Likewise.  Do not use BP_SYM.
25188         (strchrnul): Do not use BP_SYM in weak_alias.
25189         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25190         "bp-asm.h".
25191         (PARMS): Do not use macros from bp-asm.h.
25192         (STOP): Likewise.
25193         (strcspn): Do not use BP_SYM.
25194         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25195         "bp-asm.h".
25196         (PARMS): Do not use macros from bp-asm.h.
25197         (STR): Likewise.
25198         (STOP): Likewise.
25199         (strpbrk): Likewise.  Do not use BP_SYM.
25200         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25201         "bp-asm.h".
25202         (PARMS): Do not use macros from bp-asm.h.
25203         (STR): Likewise.
25204         (CHR): Likewise.
25205         (strrchr): Likewise.  Do not use BP_SYM.
25206         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25207         (PARMS): Do not use macros from bp-asm.h.
25208         (SKIP): Likewise.
25209         (strspn): Do not use BP_SYM.
25210         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25211         (PARMS): Do not use macros from bp-asm.h.
25212         (STR): Likewise.
25213         (DELIM): Likewise.
25214         (SAVE): Likewise.
25215         (FUNCTION): Likewise.  Do not use BP_SYM.
25216         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25217         aliases.
25218         (strtok_r): Likewise.
25219         (__GI___strtok_r): Likewise.
25220         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25221         (PARMS): Do not use macros from bp-asm.h.
25222         (S1): Likewise.
25223         (S2): Likewise.
25224         (SIZE): Likewise.
25225         (__mpn_sub_n): Do not use BP_SYM.
25226         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25227         "bp-asm.h".
25228         (PARMS): Do not use macros from bp-asm.h.
25229         (S1): Likewise.
25230         (SIZE): Likewise.
25231         (__mpn_submul_1): Do not use BP_SYM.
25232         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25233         <bp-sym.h>.
25234         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25235         and <bp-asm.h>.
25236         (PARMS): Do not use macros from bp-asm.h.
25237         (FLAGS): Likewise.
25238         (PTID): Likewise.
25239         (TLS): Likewise.
25240         (CTID): Likewise.
25241         (__clone): Do not use BP_SYM.
25242         (clone): Do not use BP_SYM in weak_alias.
25243         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25244         and <bp-asm.h>.
25245         (PARMS): Do not use macros from bp-asm.h.
25246         (LEN): Likewise.
25247         (__mmap64): Do not use BP_SYM.
25248         (mmap64): Do not use BP_SYM in weak_alias.
25249         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25250         <bp-sym.h> and <bp-asm.h>.
25251         (PARMS): Do not use macros from bp-asm.h.
25252         (__posix_fadvise64_l64): Do not use BP_SYM.
25253         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25254         (PARMS): Do not use macros from bp-asm.h.
25255         (NSOPS): Likewise.
25256         (semtimedop): Do not use BP_SYM.
25257         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25258         and <bp-asm.h>.
25260 2013-02-21  Allan McRae  <allan@archlinux.org>
25262         * manual/message.texi (Charset conversion in gettext):
25263         Move @end statement to beginning of line.
25265 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25267         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25268         static.
25269         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25270         Likewise.
25272         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25273         (denorm): Likewise.
25274         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25275         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25277 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25279         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25280         tail-call to the resolved function if pltexit isn't needed.
25282 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25284         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25285         or Y being zero as being unlikely.
25286         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25287         Likewise.
25289 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25291         * manual/nss.texi (System Databases and Name Service Switch):
25292         Remove frobnicate @pxref.
25294 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25296         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25297         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25299 2013-02-20  Petr Machata  <pmachata@redhat.com>
25301         * elf/elf.h (R_ARM_TARGET1): New macro.
25302         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25303         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25304         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25305         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25306         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25307         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25308         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25309         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25310         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25311         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25312         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25313         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25314         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25315         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25316         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25317         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25318         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25319         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25320         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25321         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25322         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25323         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25324         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25325         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25326         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25327         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25328         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25329         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25330         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25331         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25332         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25333         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25334         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25335         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25336         (R_ARM_THM_GOT_BREL12): Likewise.
25337         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25338         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25339         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25340         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25341         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25342         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25343         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25344         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25345         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25347 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25349         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25350         __attribute_used__ to __attribute__ ((unused)).
25352 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25354         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25355         powerpc mpa.c.
25356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25357         comment formatting.
25358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25360 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25362         [BZ #13550]
25363         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25364         Remove macro.
25365         (ENTER): Remove both macro definitions.
25366         (LEAVE): Likewise.
25367         (CHECK_BOUNDS_LOW): Likewise.
25368         (CHECK_BOUNDS_HIGH): Likewise.
25369         (CHECK_BOUNDS_BOTH): Likewise.
25370         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25371         (RETURN_BOUNDED_POINTER): Likewise.
25372         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25373         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25374         (POP_ERRNO_LOCATION_RETURN): Likewise.
25375         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25376         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25377         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25378         macros.
25379         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25380         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25381         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25382         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25383         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25384         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25385         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25386         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25387         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25388         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25389         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25390         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25391         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25392         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25393         removed macros.
25394         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25395         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25396         macros.
25397         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25398         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25399         * sysdeps/i386/i586/memset.S (memset): Likewise.
25400         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25401         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25402         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25403         macros.
25404         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25405         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25406         Change uses of L(2) to L(out).
25407         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25408         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25409         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25410         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25411         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25412         removed macros.
25413         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25414         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25415         macros.
25416         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25417         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25418         (RETURN): Do not use macro LEAVE.
25419         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25420         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25421         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25422         * sysdeps/i386/i686/memset.S (memset): Likewise.
25423         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25424         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25425         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25426         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25427         Likewise.
25428         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25429         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25430         L(1_2) and L(1_3) into L(1).
25431         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25432         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25433         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25434         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25435         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25436         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25437         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25438         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25439         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25440         macros.
25441         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25442         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25443         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25444         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25445         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25446         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25447         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25448         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25449         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25450         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25451         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25452         * sysdeps/i386/strspn.S (strspn): Likewise.
25453         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25454         conditional code.
25455         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25456         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25457         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25458         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25459         L(1_3) into L(1_1).
25460         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25461         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25462         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25463         macros.
25464         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25466 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25468         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25469         macro.
25471 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25473         * math/atest-exp.c (exp_mpn): Remove ROUND.
25474         * math/atest-exp2.c (exp_mpn): Likewise.
25475         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25477         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25478         * stdlib/tst-tls-atexit-lib.c: Likewise.
25479         * stdlib/tst-tls-atexit.c: Likewise.
25481 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25483         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25484         and __attribute_alloc_size__.
25486 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25488         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25489         __attribute_alloc_size__.
25490         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25491         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25493 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25495         * include/programs/xmalloc.h: New file.
25496         * catgets/gencat.c: Include it.
25497         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25498         * elf/pldd.c: Likewise.
25499         * iconv/iconv_charmap.c: Likewise.
25500         * iconv/iconvconfig.c: Likewise.
25501         * iconv/strtab.c: Likewise.
25502         * locale/programs/locale.c: Likewise.
25503         * locale/programs/localedef.h: Likewise.
25504         * locale/programs/simple-hash.c: Likewise.
25505         * nscd/nscd.h: Likewise.
25506         * nss/makedb.c: Likewise.
25507         * sysdeps/generic/ldconfig.h: Likewise.
25509 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25511         * Versions.def: Add GLIBC_2.18.
25512         * include/link.h (struct link_map): New member l_tls_dtor_count.
25513         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25514         (__call_tls_dtors): Likewise.
25515         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25516         __cxa_thread_atexit_impl.
25517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25518         Likewise.
25519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25520         Likewise.
25521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25522         Likewise.
25523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25524         Likewise.
25525         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25527         Likewise.
25528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25529         Likewise.
25530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25531         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25532         Likewise.
25533         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25534         (tests): Add test case tst-tls-atexit.
25535         (modules-names): Add shared library for tst-tls-atexit.
25536         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25537         (GLIBC_PRIVATE): Add __call_tls_dtors.
25538         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25539         for libstdc++.
25540         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25541         * stdlib/tst-tls-atexit.c: New test case.
25542         * stdlib/tst-tls-atexit-lib.c: New test case.
25544         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25546         * elf/Versions (ld): Add _dl_find_dso_for_object.
25547         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25548         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25549         (dl_open_worker): Use _dl_find_dso_for_object.
25550         * elf/dl-sym.c (do_sym): Likewise.
25551         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25553 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25555         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25556         Syntactic changes only.
25557         (_dl_runtime_profile): Do a tail-call to the resolved function.
25559 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25561         [BZ #13550]
25562         * sysdeps/x86_64/bp-asm.h: Remove file.
25563         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25564         <bp-sym.h> and <bp-asm.h>.
25565         (__clone): Do not use BP_SYM.
25566         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25567         <bp-sym.h> and <bp-asm.h>.
25568         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25569         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25570         "bp-asm.h".
25571         (_setjmp): Do not use BP_SYM.
25572         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25573         "bp-asm.h".
25574         (setjmp): Do not use BP_SYM.
25575         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25576         libc_hidden_def.
25577         (mempcpy): Do not use BP_SYM in weak_alias.
25578         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25579         "bp-asm.h".
25580         (strchr): Do not use BP_SYM.
25581         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25582         "bp-asm.h".
25583         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25584         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25585         (_start): Do not use BP_SYM.
25586         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25587         "bp-asm.h".
25588         (strcat): Do not use BP_SYM.
25589         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25590         "bp-asm.h".
25591         (STRCMP): Do not use BP_SYM.
25592         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25593         "bp-asm.h".
25594         (STRCPY): Do not use BP_SYM.
25595         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25596         "bp-asm.h".
25597         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25598         "bp-asm.h".
25599         (FUNCTION): Do not use BP_SYM.
25600         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25601         weak_alias.
25602         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25604 2013-02-17  Andreas Jaeger  <aj@suse.de>
25606         * time/Versions: Sort entries.
25607         * string/Versions: Likewise.
25608         * resolv/Versions: Likewise.
25609         * posix/Versions: Likewise.
25610         * iconv/Versions: Likewise.
25611         * elf/Versions: Likewise.
25612         * wcsmbs/Versions: Likewise.
25614 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25616         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25617         loop termination condition.
25619         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25620         variable to calculate EZ.
25621         (__sqr): Likewise.
25623         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25624         the lower precision input.
25626 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25628         [BZ #13550]
25629         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25630         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25631         (run-via-rtld-prefix): Do not handle %-bp tests.
25632         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25633         (all-object-suffixes): Remove .ob.
25634         (bppfx): Remove variable.
25635         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25636         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25637         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25638         [$(build-bounded) = yes] (libtype.ob): Likewise.
25639         * Makerules (elide-routines.ob): Remove variable.
25640         (do-tests-clean): Do not handle *-bp.out.
25641         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25642         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25643         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25644         (tests): Do not include $(tests-bp.out).
25645         (xtests): Do not include $(xtests-bp.out).
25646         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25647         [$(build-bounded) = yes] ($(addprefix
25648         $(objpfx),$(binaries-bounded))): Remove rule.
25649         ($(objpfx)%-bp.out): Remove rule.
25650         * config.make.in (build-bounded): Remove variable.
25651         * crypt/Makefile [$(build-bounded) = yes]
25652         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25653         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25654         append to variable.
25655         [$(build-bounded) = yes] (install-lib): Likewise.
25656         [$(build-bounded) = yes] (generated): Likewise.
25657         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25658         Remove rule.
25659         * intl/Makefile [$(build-bounded) = yes]
25660         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25661         * math/Makefile [$(build-bounded) = yes]
25662         ($(tests:%=$(objpfx)%-bp): Likewise.
25663         * misc/Makefile [$(build-bounded) = yes]
25664         ($(objpfx)tst-tsearch-bp): Likewise.
25665         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25666         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25667         Remove dependency.
25668         * string/Makefile (o-objects.ob): Remove variable.
25669         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25670         (CFLAGS-.ob): Remove variable.
25671         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25672         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25673         both definitions of variable.
25674         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25675         (ASFLAGS-.ob): Remove variable.
25677 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25679         [BZ #13550]
25680         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25681         Remove __BOUNDED_POINTERS__ from condition.
25682         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25683         * string/bits/string2.h [!__NO_STRING_INLINES &&
25684         !__BOUNDED_POINTERS__]: Likewise.
25685         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25686         Likewise.
25687         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25688         Remove conditional code.
25689         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25690         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25691         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25692         condition.
25694         [BZ #13550]
25695         * csu/libc-start.c: Do not include <bp-sym.h>.
25696         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25697         * elf/dl-open.c: Do not include <bp-sym.h>.
25698         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25699         * math/fegetenv.c: Do not include <bp-sym.h>.
25700         (fegetenv): Do not use BP_SYM in versioned symbols.
25701         * nptl/sysdeps/pthread/bits/libc-lockP.h
25702         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25703         <bp-sym.h>.
25704         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25705         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25706         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25707         (__pthread_mutex_destroy): Likewise.
25708         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25709         (__pthread_mutex_lock): Likewise.
25710         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25711         (__pthread_mutex_trylock): Likewise.
25712         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25713         (__pthread_mutex_unlock): Likewise.
25714         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25715         (__pthread_mutexattr_init): Likewise.
25716         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25717         (__pthread_mutexattr_destroy): Likewise.
25718         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25719         (__pthread_mutexattr_settype): Likewise.
25720         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25721         (__pthread_rwlock_init): Likewise.
25722         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25723         (__pthread_rwlock_destroy): Likewise.
25724         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25725         (__pthread_rwlock_rdlock): Likewise.
25726         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25727         (__pthread_rwlock_tryrdlock): Likewise.
25728         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25729         (__pthread_rwlock_wrlock): Likewise.
25730         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25731         (__pthread_rwlock_trywrlock): Likewise.
25732         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25733         (__pthread_rwlock_unlock): Likewise.
25734         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25735         (__pthread_key_create): Likewise.
25736         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25737         (__pthread_setspecific): Likewise.
25738         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25739         (__pthread_getspecific): Likewise.
25740         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25741         Likewise.
25742         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25743         (_pthread_cleanup_push_defer): Likewise.
25744         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25745         (_pthread_cleanup_pop_restore): Likewise.
25746         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25747         (pthread_setcancelstate): Likewise.
25748         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25749         <bp-sym.h>.
25750         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25751         (memchr): Do not use BP_SYM in weak_alias.
25752         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25753         (fegetenv): Do not use BP_SYM in versioned symbols.
25754         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25755         (fesetenv): Do not use BP_SYM in versioned symbols.
25756         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25757         (feupdateenv): Do not use BP_SYM in versioned symbols.
25758         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25759         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25760         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25761         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25762         (open64): Do not use BP_SYM in weak_alias.
25763         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25764         (fegetenv): Do not use BP_SYM in versioned symbols.
25765         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25766         (fesetenv): Do not use BP_SYM in versioned symbols.
25767         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25768         (feupdateenv): Do not use BP_SYM in versioned symbols.
25769         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25770         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25771         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25772         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25773         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25774         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25775         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25776         <bp-sym.h>.
25777         (__libc_start_main): Do not use BP_SYM.
25779 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25781         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25782         redundant return line.
25783         (norm): Likewise.
25784         (denorm): Likewise.
25785         (dbl_mp): Likewise.
25786         (sub_magnitudes): Likewise.
25787         (__add): Likewise.
25788         (__sub): Likewise.
25789         (__mul): Likewise.
25790         (__inv): Likewise.
25791         (__dvd): Likewise.
25792         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25793         (norm): Likewise.
25794         (denorm): Likewise.
25795         (dbl_mp): Likewise.
25796         (sub_magnitudes): Likewise.
25797         (__add): Likewise.
25798         (__sub): Likewise.
25799         (__mul): Likewise.
25800         (__inv): Likewise.
25801         (__dvd): Likewise.
25803         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25804         instead of __mul.
25805         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25806         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25807         (cc32): Likewise.
25809         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25810         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25811         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25812         of __mul for squares.
25813         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25814         function
25815         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25816         Likewise.
25817         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25818         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25820 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25822         [BZ #13550]
25823         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25824         code.
25825         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25826         prototype or function definition.  Rename ubp_* variables and
25827         parameters.  Remove argv definitions conditional on
25828         [__BOUNDED_POINTERS__].
25829         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25830         * elf/dl-runtime.c (_dl_fixup): Likewise.
25831         * include/set-hooks.h (RUN_HOOK): Likewise.
25832         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25833         definition.
25834         * string/strcpy.c (strcpy): Do not use __unbounded.
25835         * sysdeps/generic/frame.h (struct layout): Likewise.
25836         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25837         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25838         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25839         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25840         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25841         (__backtrace): Likewise.
25842         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25843         use __ptrvalue.
25844         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25845         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25846         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25847         Likewise.
25848         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25849         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25850         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25851         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25852         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25853         Do not use __unbounded.
25854         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25855         Rename __unboundedrlimits parameter to rlimits in prototype.
25856         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25857         Do not use __unbounded.
25858         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25859         not use __ptrvalue.
25860         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25861         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25862         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25863         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25864         __ptrvalue or __unbounded.
25865         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25866         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25867         use __unbounded.
25868         (__new_msgctl): Do not use __ptrvalue.
25869         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25870         __unbounded.
25871         (__libc_msgrcv): Do not use __ptrvalue.
25872         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25873         startup_info): Do not use __unbounded.
25874         (__libc_start_main): Likewise.  Rename ubp_* variables and
25875         parameters.  Remove argv definitions conditional on
25876         [__BOUNDED_POINTERS__].
25877         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25878         __ptrvalue.
25879         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25880         use __unbounded.
25881         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25882         or __ptrvalue.
25883         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25884         use __unbounded.
25885         (__new_shmctl): Do not use __ptrvalue.
25886         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25887         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25888         Likewise.
25889         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25890         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25891         (__libc_sigaction): Likewise.
25892         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25893         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25894         Likewise.
25895         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25897 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25899         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25901         * string/mempcpy.c: Implement by calling memcpy.
25903 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25905         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25907         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25908         evaluation.
25910         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25911         values in the mantissa.
25913         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25914         minimize writes to Z.
25915         (sub_magnitudes): Simplify code a bit.
25917 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25919         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25920         from the message.  The linker prefixes all warnings with that already.
25922 2013-02-12  Andreas Schwab  <schwab@suse.de>
25924         [BZ #15078]
25925         * posix/regexec.c (extend_buffers): Add parameter min_len.
25926         (check_matching): Pass minimum needed length.
25927         (clean_state_log_if_needed): Likewise.
25928         (get_subexp): Likewise.
25929         * posix/Makefile (tests): Add bug-regex34.
25930         (bug-regex34-ENV): Define.
25931         * posix/bug-regex34.c: New file.
25933         [BZ #11561]
25934         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25935         elements compare against the byte sequence of it, not its name.
25936         * posix/Makefile (tests): Add bug-regex35.
25937         (bug-regex35-ENV): Define.
25938         * posix/bug-regex35.c: New file.
25940 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25942         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25943         comment.
25944         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25945         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25946         (CHECK_EOL): Add undef.
25948 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25950         * bits/stdlib-bsearch.h: New file.
25951         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25952         * stdlib/stdlib.h: Likewise.
25954 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25956         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25957         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25958         declaration.
25959         * manual/search.texi (Array Search Function): Add missing const in
25960         lfind prototype.
25961         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25962         declaration to use rlim_t.
25963         (Basic Scheduling Functions): Remove erroneous const from
25964         sched_getparam prototype.  Remove erroneous * from
25965         sched_get_priority_max and sched_get_priority_min prototypes.
25966         (Resource Usage): Fix summary @comment on vtimes to refer to
25967         sys/vtimes.h rather than vtimes.h.
25968         Add missing *s in vtimes prototype.
25969         (Limits on Resources): Fix ulimit prototype to return long int.
25970         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25971         prototypes to use long int rather than double.
25972         (BSD Random): Fix initstate and setstate to use char *, not void *.
25973         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25974         prototype to make second argument 'struct aiocb64 *const[]'.
25975         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25976         (Status of AIO Operations): Remove erroneous const in aio_return and
25977         aio_return64 prototypes.
25978         (Synchronizing I/O): Fix sync prototype to return void.
25979         * manual/startup.texi (Suboptions): Remove an erroneous const in
25980         getsubopt prototype.
25981         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25982         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25983         use size_t rather than int.
25984         (Scanning All Users): Likewise for getpwent_r.
25985         (Setting Groups): Add missing const to setgroups prototype.
25986         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25987         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25988         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25989         'const void *' rather than 'const char *'.
25990         (Host Address Functions): Likewise for inet_ntop.
25991         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25992         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25993         ssize_t for return value.
25994         (Sending Data): Likewise for send, sendto, sendmsg.
25995         (Socket Option Functions): Add a missing const in setsockopt prototype.
25996         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25997         use wchar_t for the argument.
25998         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25999         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26000         take no arguments.
26001         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26002         double/float/long double for second argument.
26003         Fix return types of significand, significandf, significandl.
26004         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26005         argument in fchmod prototype.
26006         (File Owner): Use uid_t and gid_t in fchown prototype.
26007         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26008         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26009         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26010         use 'const struct dirent **' as argument types to CMP function pointer
26011         argument.
26012         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26013         (File Times): Fix summary magic @comment for struct utimbuf and utime
26014         to refer to utime.h, not time.h.
26015         * manual/string.texi (Argz Functions): Add missing const in
26016         argz_extract and argz_next prototypes.
26017         (Finding Tokens in a String): Likewise for basename.
26018         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26019         (Copying and Concatenation): Fix typo in wmemmove prototype.
26020         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26021         (Signal Stack): Remove erroneous const in sigstack prototype.
26022         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26023         prototype.
26024         (Simple Calendar Time): Likewise for stime.
26025         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26026         prototype.
26027         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26028         say sys/sysctl.h instead.
26029         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26030         and vsyslog prototypes.
26032 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26034         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26035         Remove.
26037 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26039         * misc/sys/mman.h: Fix typo in mremap comment.
26041 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26043         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26044         the '\0' terminator.
26046 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26048         [BZ #13550]
26049         * debug/segfault.c: Don't include <bp-checks.h>.
26050         * sysdeps/generic/bp-checks.h: Remove file.
26051         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26052         (__GETDENTS): Don't use CHECK_N.
26053         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26054         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26055         (__getgroups): Don't use CHECK_N.
26056         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26057         (setgroups): Don't use CHECK_N.
26058         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26059         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26060         (__libc_msgrcv): Don't use CHECK_N.
26061         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26062         (__libc_msgsnd): Don't use CHECK_N.
26063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26064         <bp-checks.h>.
26065         (__libc_pread): Don't use CHECK_N.
26066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26067         include <bp-checks.h>.
26068         (__libc_pread64): Don't use CHECK_N.
26069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26070         include <bp-checks.h>.
26071         (__libc_pwrite): Don't use CHECK_N.
26072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26073         include <bp-checks.h>.
26074         (__libc_pwrite64): Don't use CHECK_N.
26075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26076         <bp-checks.h>.
26077         (__libc_pread): Don't use CHECK_N.
26078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26079         include <bp-checks.h>.
26080         (__libc_pread64): Don't use CHECK_N.
26081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26082         include <bp-checks.h>.
26083         (__libc_pwrite): Don't use CHECK_N.
26084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26085         include <bp-checks.h>.
26086         (__libc_pwrite64): Don't use CHECK_N.
26087         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26088         (do_pread): Don't use CHECK_N.
26089         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26090         (do_pread64): Don't use CHECK_N.
26091         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26092         (do_pwrite): Don't use CHECK_N.
26093         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26094         (do_pwrite64): Don't use CHECK_N.
26095         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26096         (__libc_readv): Don't use CHECK_N.
26097         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26098         (semop): Don't use CHECK_N.
26099         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26100         <bp-checks.h>.
26101         (semtimedop): Don't use CHECK_N.
26102         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26103         (__libc_pread): Don't use CHECK_N.
26104         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26105         <bp-checks.h>.
26106         (__libc_pread64): Don't use CHECK_N.
26107         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26108         <bp-checks.h>.
26109         (__libc_pwrite): Don't use CHECK_N.
26110         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26111         <bp-checks.h>.
26112         (__libc_pwrite64): Don't use CHECK_N.
26113         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26114         <bp-checks.h>.
26115         (__libc_msgrcv): Don't use CHECK_N.
26116         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26117         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26118         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26119         (__libc_writev): Don't use CHECK_N.
26121 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26123         * string/strcpy.c: Removed unused variable.
26125         * Makeconfig (+sysdep-includes): Define with := rather than =.
26126         Use an existing include/ subdir of each sysdeps dir before it.
26128 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26130         * nscd/connection.c (register_traced_file): Comment function.
26131         [HAVE_INOTIFY] (union __inev): Define.
26132         [HAVE_INOTIFY] (inotify_check_files): New function.
26133         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26134         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26135         clear_db_cache.
26136         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26138 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26140         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26141         loaded if not already and that a failure is permanent.
26143 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26145         [BZ #15006]
26146         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26147         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26149 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26151         [BZ #13550]
26152         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26153         (CHECK_1_NULL_OK): Likewise.
26154         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26155         (__fxstat): Do not use CHECK_1.
26156         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26157         <bp-checks.h>.
26158         (___fxstat64): Do not use CHECK_1.
26159         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26160         <bp-checks.h>.
26161         (__fxstatat): Do not use CHECK_1.
26162         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26163         <bp-checks.h>.
26164         (__fxstatat64): Do not use CHECK_1.
26165         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26166         <bp-checks.h>.
26167         (__fxstat): Do not use CHECK_1.
26168         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26169         <bp-checks.h>.
26170         (__fxstatat): Do not use CHECK_1.
26171         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26172         <bp-checks.h>.
26173         (__getresgid): Do not use CHECK_1.
26174         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26175         <bp-checks.h>.
26176         (__getresuid): Do not use CHECK_1.
26177         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26178         <bp-checks.h>.
26179         (__lxstat): Do not use CHECK_1.
26180         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26181         <bp-checks.h>.
26182         (__old_msgctl): Do not use CHECK_1.
26183         (__new_msgctl): Likewise.
26184         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26185         <bp-checks.h>.
26186         (__new_setrlimit): Do not use CHECK_1.
26187         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26188         <bp-checks.h>.
26189         (__old_shmctl): Do not use CHECK_1.
26190         (__new_shmctl): Likewise.
26191         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26192         <bp-checks.h>.
26193         (__xstat): Do not use CHECK_1.
26194         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26195         (__lxstat): Do not use CHECK_1.
26196         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26197         <bp-checks.h>.
26198         (___lxstat64): Do not use CHECK_1.
26199         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26200         (__old_msgctl): Do not use CHECK_1.
26201         (__new_msgctl): Likewise.
26202         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26203         <bp-checks.h>.
26204         (__gettimeofday): Do not use CHECK_1.
26205         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26206         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26207         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26208         <bp-checks.h>.
26209         (__gettimeofday): Do not use CHECK_1.
26210         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26211         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26212         (__new_shmctl): Do not use CHECK_1.
26213         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26214         <bp-checks.h>.
26215         (do_sigtimedwait): Do not use CHECK_1.
26216         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26217         <bp-checks.h>.
26218         (do_sigwaitinfo): Do not use CHECK_1.
26219         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26220         <bp-checks.h>.
26221         (msgctl): Do not use CHECK_1.
26222         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26223         <bp-checks.h>.
26224         (shmctl): Do not use CHECK_1.
26225         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26226         (ustat): Do not use CHECK_1.
26227         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26228         <bp-checks.h>.
26229         (__fxstat): Do not use CHECK_1.
26230         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26231         <bp-checks.h>.
26232         (__fxstatat): Do not use CHECK_1.
26233         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26234         <bp-checks.h>.
26235         (__lxstat): Do not use CHECK_1.
26236         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26237         <bp-checks.h>.
26238         (__xstat): Do not use CHECK_1.
26239         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26240         (__xstat): Do not use CHECK_1.
26241         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26242         (___xstat64): Do not use CHECK_1.
26244         [BZ #13550]
26245         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26246         definitions.
26247         (CHECK_BOUNDS_HIGH): Likewise.
26248         * string/strcpy.c: Do not include <bp-checks.h>.
26249         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26251 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26253         * nscd/nscd-client.h (__nscd_drop_map_ref):
26254         Add __attribute__ ((unused)).
26255         * nis/nss-nisplus.h (niserr2nss): Likewise.
26257         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26258         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26260         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26261         Remove inline keyword.
26262         * include/rounding-mode.h (round_away): Likewise.
26263         * libio/wfileops.c (adjust_wide_data): Likewise.
26264         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26265         (__m128i_strloadu_tolower): Likewise.
26266         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26267         (__m128i_strloadu_tolower): Likewise.
26268         * time/mktime.c (ydhms_diff): Likewise.
26269         * locale/elem-hash.h (elem_hash): Likewise.
26270         * locale/setlocale.c (setdata): Likewise.
26271         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26272         (re_string_wchar_at): Likewise.
26273         (bitset_not, bitset_merge, bitset_mask): Likewise.
26274         [!(__GNUC__ > 3)] (inline): Remove macro.
26275         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26276         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26277         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26278         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26279         * string/memcmp.c (memcmp_bytes): Likewise.
26280         * locale/programs/locarchive.c (compute_hashval): Likewise.
26281         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26282         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26283         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26284         * nss/getent.c (print_rpc, print_protocols): Likewise.
26285         (print_passwd, print_group, print_aliases): Likewise.
26286         * nis/nss-nisplus.h (niserr2nss): Likewise.
26287         * nscd/connections.c (restart_p): Likewise.
26288         Change return type to bool.
26290 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26292         * Makeconfig (all-Depend-files): Add existing
26293         $(sorted-subdirs:=/Depend) files.
26294         (all-subdirs): Remove nss.
26295         * sysdeps/unix/inet/Subdirs: Add it here instead.
26296         * hesiod/Depend: New file.
26298         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26299         instead of calling alloca.
26301         * io/lseek.c (__lseek): Rename to __libc_lseek.
26302         Define __lseek as an alias.
26304         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26306 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26308         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26309         else clause and remove check for non-standard endianness.
26311 2013-02-04  David S. Miller  <davem@davemloft.net>
26313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26315 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26317         [BZ #13550]
26318         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26319         (__ubp_memchr): Remove prototype.
26320         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26321         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26322         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26323         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26324         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26325         Remove alias.
26326         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26327         (__ubp_memchr): Likewise.
26328         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26329         (__ubp_memchr): Likewise.
26330         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26331         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26332         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26333         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26334         CHECK_STRING.
26335         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26336         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26337         (__getcwd): Do not use CHECK_STRING.
26338         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26339         <bp-checks.h>.
26340         (__real_chown): Do not use CHECK_STRING.
26341         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26342         <bp-checks.h>.
26343         (fchownat): Do not use CHECK_STRING.
26344         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26345         CHECK_STRING.
26346         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26347         <bp-checks.h>.
26348         (__lchown): Do not use CHECK_STRING.
26349         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26350         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26351         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26352         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26354         include <bp-checks.h>.
26355         (truncate64): Do not use CHECK_STRING.
26356         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26357         <bp-checks.h>.
26358         (__real_chown): Do not use CHECK_STRING.
26359         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26360         <bp-checks.h>.
26361         (__lchown): Do not use CHECK_STRING.
26362         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26363         <bp-checks.h>.
26364         (__chown): Do not use CHECK_STRING.
26365         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26366         <bp-checks.h>.
26367         (truncate64): Do not use CHECK_STRING.
26368         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26369         Likewise.
26370         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26371         (__xmknod): Do not use CHECK_STRING.
26372         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26373         <bp-checks.h>.
26374         (__xmknodat): Do not use CHECK_STRING.
26375         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26376         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26378 2013-02-04  Andreas Schwab  <schwab@suse.de>
26380         [BZ #14142]
26381         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26382         * include/netdb.h: Likewise for h_errno.
26383         * elf/tst-stackguard1.c: Include <tls.h>.
26385 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26387         * elf/link.h (struct link_map): Extend the l_addr comment.
26388         * include/link.h (struct link_map): Likewise.
26390 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26392         [BZ #13550]
26393         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26394         (BOUNDED_1): Remove macro.
26395         * debug/backtrace.c: Don't include <bp-checks.h>.
26396         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26397         (__backtrace): Likewise.
26398         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26399         <bp-checks.h>.
26400         (__backtrace): Don't use BOUNDED_1.
26401         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26402         <bp-checks.h>.
26403         (__backtrace): Don't use BOUNDED_1.
26404         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26405         (__backtrace): Don't use BOUNDED_1.
26406         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26407         (shmat): Don't use BOUNDED_N.
26409 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26411         [BZ #13550]
26412         * sysdeps/generic/bp-start.h: Remove file.
26413         * csu/libc-start.c: Don't include <bp-start.h>.
26414         (LIBC_START_MAIN): Set up __environ directly instead of using
26415         INIT_ARGV_and_ENVIRON.
26416         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26417         <bp-start.h>.
26419         [BZ #13550]
26420         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26421         definitions.
26422         (CHECK_FCNTL): Likewise.
26423         (CHECK_N_PAGES): Likewise.
26425         [BZ #13550]
26426         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26427         definitions.
26428         (CHECK_SIGSET_NULL_OK): Likewise.
26429         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26430         <bp-checks.h>.
26431         (sigpending): Don't use CHECK_SIGSET.
26432         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26433         <bp-checks.h>.
26434         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26435         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26436         <bp-checks.h>.
26437         (do_sigsuspend): Don't use CHECK_SIGSET.
26438         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26439         use CHECK_SIGSET.
26440         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26441         (do_sigwait): Don't use CHECK_SIGSET.
26442         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26443         use CHECK_SIGSET.
26444         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26445         include <bp-checks.h>.
26446         (sigpending): Don't use CHECK_SIGSET.
26447         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26448         include <bp-checks.h>.
26449         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26450         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26451         <bp-checks.h>.
26452         (sigpending): Don't use CHECK_SIGSET.
26453         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26454         <bp-checks.h>.
26455         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26457         [BZ #13550]
26458         * sysdeps/generic/bp-semctl.h: Remove file.
26459         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26460         <bp-checks.h> and <bp-semctl.h>.
26461         (__old_semctl): Don't use CHECK_SEMCTL.
26462         (__new_semctl): Likewise.
26463         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26464         and <bp-semctl.h>.
26465         (__old_semctl): Don't use CHECK_SEMCTL.
26466         (__new_semctl): Likewise.
26467         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26468         <bp-checks.h> and <bp-semctl.h>.
26469         (__old_semctl): Don't use CHECK_SEMCTL.
26470         (__new_semctl): Likewise.
26471         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26472         <bp-checks.h> and <bp-semctl.h>.
26473         (semctl): Don't use CHECK_SEMCTL.
26475         [BZ #13550]
26476         * Makerules (elide-bp-thunks): Remove variable.
26477         (elide-routines.oS): Don't use $(elide-bp-thunks).
26478         (elide-routines.os): Likewise.
26479         (elide-routines.o): Likewise.
26480         (elide-routines.op): Likewise.
26481         (elide-routines.og): Likewise.
26482         (objects): Don't use $(bp-thunks).
26483         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26484         include.
26485         (common-generated): Do not add s-proto-bp.d.
26486         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26487         (int): Likewise.
26488         (typ): Likewise.
26489         Do not generate makefile rules for bounded-pointer thunks.
26490         * sysdeps/generic/bp-thunks.h: Remove file.
26491         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26492         * sysdeps/unix/s-proto-bp.S: Likewise.
26494         [BZ #15062]
26495         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26496         parts of result separately when argument is not close to line from
26497         -i to i and one part of argument is small.
26498         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26499         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26500         * math/libm-test.inc (cacos_test): Add more tests.
26501         (casin_test): Likewise.
26502         (casinh_test): Likewise.
26503         * sysdeps/i386/fpu/libm-test-ulps: Update.
26504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26506 2013-01-31  David S. Miller  <davem@davemloft.net>
26508         * po/de.po: Update from translation team.
26510 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26512         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26514 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26516         * configure.in (_AC_PROG_CC_C89): New definition.
26517         * configure: Regenerate.
26519         * configure.in (AC_PROG_CPP): New definition.
26520         * configure: Regenerate.
26522 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26524         * debug/tst-backtrace.h: New file.
26525         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26526         (ret): Remove variable.
26527         (x): Likewise.
26528         (FAIL): Remove macro.
26529         (NO_INLINE): Likewise.
26530         (fn1): Use match function instead of strstr.
26531         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26532         (ret): Remove variable.
26533         (x): Likewise.
26534         (FAIL): Remove macro.
26535         (NO_INLINE): Likewise.
26536         (fn): Use match function instead of strstr.
26537         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26538         (ret): Remove variable.
26539         (x): Likewise.
26540         (FAIL): Remove macro.
26541         (NO_INLINE): Likewise.
26542         (handle_signal): Use match function instead of strstr.
26543         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26544         (ret): Remove variable.
26545         (x): Likewise.
26546         (FAIL): Remove macro.
26547         (NO_INLINE): Likewise.
26548         (handle_signal): Use match function instead of strstr.
26550 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26552         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26554 2013-01-23  David S. Miller  <davem@davemloft.net>
26556         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26557         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26558         argument of CAS if possible.
26559         * sysdeps/sparc/sparc64/bits/atomic.h
26560         (__arch_compare_and_exchange_val_32_acq): Likewise.
26561         (__arch_compare_and_exchange_val_64_acq): Likewise.
26563 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26565         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26566         * sysdeps/posix/ulimit.c: ... this.
26567         Include <limits.h>.
26568         * sysdeps/unix/bsd/ulimit.c: Remove file.
26570 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26572         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26573         (LDFLAGS-tst-array5): Likewise.
26575 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26577         [BZ #15036]
26578         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26579         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26580         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26581         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26583 2013-01-21  David S. Miller  <davem@davemloft.net>
26585         * sysdeps/sparc/backtrace.c: New file.
26586         * sysdeps/sparc/sparc32/backtrace.h: New file.
26587         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26588         * sysdeps/sparc/sparc64/backtrace.h: New file.
26589         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26590         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26591         -funwind-tables.
26593 2013-01-21  Andreas Schwab  <schwab@suse.de>
26595         [BZ #15020]
26596         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26597         closed its stdout.
26599 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26601         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26602         "mpa2.h".
26603         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26605 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26606             Mark Mitchell  <mark@codesourcery.com>
26607             Tom de Vries  <tom@codesourcery.com>
26608             Paul Pluzhnikov  <ppluzhnikov@google.com>
26610         * debug/tst-backtrace2.c: New file.
26611         * debug/tst-backtrace3.c: Likewise.
26612         * debug/tst-backtrace4.c: Likewise.
26613         * debug/tst-backtrace5.c: Likewise.
26614         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26615         (CFLAGS-tst-backtrace3.c): Likewise.
26616         (CFLAGS-tst-backtrace4.c): Likewise.
26617         (CFLAGS-tst-backtrace5.c): Likewise.
26618         (LDFLAGS-tst-backtrace2): Likewise.
26619         (LDFLAGS-tst-backtrace3): Likewise.
26620         (LDFLAGS-tst-backtrace4): Likewise.
26621         (LDFLAGS-tst-backtrace5): Likewise.
26622         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26623         tst-backtrace4 and tst-backtrace5.
26625 2013-01-18  Anton Blanchard  <anton@samba.org>
26626             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26628         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26629         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26630         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26631         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26633         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26634         "+r" and remove output regs list as redundant.  Add explicit inline
26635         asm to specify register of return val to work around compiler codegen
26636         bug.  Remove (int) cast on return value.  Add return type parameter to
26637         use in macro so that this macro does not truncate return value for
26638         64-bit values.
26639         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26640         pass to INTERNAL_VSYSCALL_NCS.
26641         (INLINE_VSYSCALL): Add 'long int' as return type to
26642         INTERNAL_VSYSCALL_NCS macro invocation.
26643         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26644         INTERNAL_VSYSCALL_NCS macro invocation.
26645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26647 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26649         [BZ #14496]
26650         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26651         Fix application of SIMD FP exception mask.
26653         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26654         mp_no from a power of two.
26655         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26656         __mpexp_twomm1.  Use __pow_mp.
26658         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26659         multiplication.
26661 2013-01-17  David S. Miller  <davem@davemloft.net>
26663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26665 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26667         [BZ #15023]
26668         * include/complex.h: Condition contents on [!_COMPLEX_H].
26669         (__kernel_casinhf): New prototype.
26670         (__kernel_casinh): Likewise.
26671         (__kernel_casinhl): Likewise.
26672         * math/Makefile (libm_calls): Add k_casinh.
26673         * math/k_casinh.c: New file.
26674         * math/k_casinhf.c: Likewise.
26675         * math/k_casinhl.c: Likewise.
26676         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26677         finite nonzero arguments.
26678         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26679         finite nonzero arguments.
26680         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26681         finite nonzero arguments.
26682         * math/s_casinh.c: Do not include <float.h>.
26683         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26684         * math/s_casinhf.c: Do not include <float.h>.
26685         (__casinhf): Move code for finite nonzero arguments to
26686         k_casinhf.c.
26687         * math/s_casinhl.c: Do not include <float.h>.
26688         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26689         redefine.
26690         (__casinhl): Move code for finite nonzero arguments to
26691         k_casinhl.c.
26692         * math/libm-test.inc (cacos_test): Add more tests.
26693         * sysdeps/i386/fpu/libm-test-ulps: Update.
26694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26696 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26698         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26699         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26700         [!HAVE_MREMAP]: Remove [defined linux] case.
26701         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26703 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26705         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26707 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26709         * elf/elf.h (R_386_SIZE32): New relocation.
26710         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26711         R_386_SIZE32.
26712         (elf_machine_rela): Likewise.
26713         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26714         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26716 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26718         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26719         (FP_FAST_FMA): Do not define.
26720         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26721         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26722         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26723         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26724         !_SOFT_FLOAT]: Likewise.
26725         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26726         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26727         value.
26728         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26729         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26730         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26731         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26732         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26733         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26734         file.
26736 2013-01-16  Andreas Schwab  <schwab@suse.de>
26738         [BZ #14327]
26739         * include/stdlib.h (__mktemp): Add declaration.
26740         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26741         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26743 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26745         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26746         definitions.
26747         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26748         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26749         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26750         definitions here.
26751         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26752         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26753         definitions.
26754         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26755         and ONE.
26756         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26757         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26758         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26759         definitions.
26760         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26761         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26762         definitions.
26763         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26765         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26767 2013-01-15  David S. Miller  <davem@davemloft.net>
26769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26770         trunc{,f} to libm-sysdep_routes.
26771         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26773         file.
26774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26776         file.
26777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26778         file.
26779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26780         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26781         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26782         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26783         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26784         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26785         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26786         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26789         nearbyint{,f} to libm-sysdep_routes.
26790         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26792         New file.
26793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26794         file.
26795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26796         New file.
26797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26798         file.
26799         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26800         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26801         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26802         file.
26803         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26804         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26805         file.
26806         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26807         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26808         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26810         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26811         libc_feholdexcept and libc_fesetenv.
26813 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26815         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26817 2013-01-14  David S. Miller  <davem@davemloft.net>
26819         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26820         (SPARC_ASM_VIS2_IFUNC): Likewise.
26821         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26823         use of 'siam' instruction.
26824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26825         Likewise.
26826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26827         Likewise.
26828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26829         Likewise.
26830         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26831         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26832         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26833         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26835         file.
26836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26837         file.
26838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26839         file.
26840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26841         file.
26842         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26843         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26844         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26845         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26847         new VIS2 routines.
26848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26851         Likewise.
26852         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26853         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26854         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26855         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26857         routines to libm-sysdep_routines.
26858         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26861         fdim/fdimf to libm-sysdep_routines.
26862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26863         file.
26864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26866         file.
26867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26870         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26871         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26872         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26873         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26875 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26877         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26878         to optimize copies.
26880         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26881         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26882         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26884         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26885         local variable MPTWO.
26886         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26887         Likewise.
26889 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26891         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26892         GLOB_NOESCAPE.
26894 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26896         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26898 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26900         * manual/pattern.texi (glob_t): Document gl_flags.
26901         (glob64_t): Likewise.
26903 2013-01-11  David S. Miller  <davem@davemloft.net>
26905         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26906         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26907         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26908         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26909         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26910         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26911         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26912         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26913         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26914         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26915         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26916         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26917         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26919         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26920         sparc V9 rather than using V8 code.
26921         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26922         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26924         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26925         Move to...
26926         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26927         Here.
26929 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26931         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26932         not in the main loop.
26933         * configure: Regenerated.
26935 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26937         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26938         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26939         to just #else.
26940         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26941         [!__GLIBC_HAVE_LONG_LONG] case.
26942         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26943         condition to just #else.
26944         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26945         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26946         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26947         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26948         unconditional.
26949         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26950         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26951         #elif condition to just #else.
26952         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26953         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26954         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26955         #elif condition to just #else.
26957 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26959         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26960         (EF_MIPS_ARCH_64): Fix value.
26961         (EF_MIPS_ARCH_32R2): New.
26962         (EF_MIPS_ARCH_64R2): New.
26964 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26966         * Makeconfig (+link-pie-before-libc): New.
26967         (+link-pie-after-libc): Likewise.
26968         (+link-pie-tests): Likewise.
26969         (+link-pie): Rewritten.
26970         (link-before-libc): Remove $(config-LDFLAGS).
26971         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26972         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26973         (config-LDFLAGS): Renamed to ...
26974         (rtld-LDFLAGS): This.
26975         (rtld-tests-LDFLAGS): New macro.
26976         (link-libc-rpath-link): Likewise.
26977         (link-libc-tests-rpath-link): Likewise.
26978         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26979         (link-libc): Prepand $(link-libc-rpath-link).
26980         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26981         (test-program-prefix): New macro.
26982         (test-via-rtld-prefix): Likewise.
26983         (test-program-cmd): Likewise.
26984         (host-test-program-cmd): Likewise.
26985         * Makefile ($(common-objpfx)testrun.sh): Replace
26986         $(run-program-prefix) with $(test-program-prefix).
26987         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26988         $(rtld-LDFLAGS).
26989         ($(common-objpfx)shlib.lds): Likewise.
26990         (build-module-helper): Likewise.
26991         ($(common-objpfx)format.lds): Likewise.
26992         * Rules (binaries-pie-tests): New.
26993         (binaries-pie-notests): Likewise.
26994         (binaries-pie): Rewritten.
26995         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26996         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26997         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26998         (make-test-out): Replace $(host-built-program-cmd) with
26999         $(host-test-program-cmd).
27000         * config.make.in (build-hardcoded-path-in-tests): New variable.
27001         * configure.in (--enable-hardcoded-path-in-tests): New configure
27002         option.
27003         (hardcoded_path_in_tests): New AC_SUBST.
27004         * configure: Regenerated.
27005         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27006         $(built-program-cmd) with $(test-program-cmd).
27007         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27008         (test_program_cmd): This.
27009         * elf/Makefile ($(objpfx)order.out): Run test with
27010         $(test-program-prefix).
27011         ($(objpfx)order2.out): Likewise.
27012         ($(objpfx)tst-initorder.out): Likewise.
27013         ($(objpfx)tst-initorder2.out): Likewise.
27014         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27015         $(test-program-cmd).
27016         ($(objpfx)tst-array1-static.out): Likewise.
27017         ($(objpfx)tst-array2.out): Likewise.
27018         ($(objpfx)tst-array3.out): Likewise.
27019         ($(objpfx)tst-array4.out): Likewise.
27020         ($(objpfx)tst-array5.out): Likewise.
27021         ($(objpfx)tst-array5-static.out): Likewise.
27022         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27023         $(test-program-cmd).
27024         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27025         $(run-program-prefix) with $(test-program-prefix).
27026         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27027         (test_program_prefix): This.
27028         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27029         $(run-program-prefix) with $(test-program-prefix).
27030         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27031         (test_program_prefix): This.
27032         * iconvdata/tst-tables.sh: Likewise.
27033         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27034         $(run-program-prefix) with $(test-program-prefix).
27035         ($(objpfx)tst-translit.out): Likewise.
27036         ($(objpfx)tst-gettext2.out): Likewise.
27037         ($(objpfx)tst-gettext4.out): Likewise.
27038         ($(objpfx)tst-gettext6.out): Likewise.
27039         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27040         (test_program_prefix): This.
27041         * intl/tst-gettext2.sh: Likewise.
27042         * intl/tst-gettext4.sh  Likewise.
27043         * intl/tst-gettext6.sh: Likewise.
27044         * intl/tst-translit.sh: Likewise.
27045         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27046         with $(test-program-cmd).
27047         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27048         $(run-program-prefix) with $(test-program-prefix).
27049         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27050         (test_program_prefix): This.
27051         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27052         $(run-program-prefix) with $(test-program-prefix).
27053         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27054         (test_program_prefix): This.
27055         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27056         * posix/Makefile ($(objpfx)globtest.out): Replace
27057         $(run-via-rtld-prefix) and $(test-wrapper) with
27058         $(test-program-prefix) and $(test-via-rtld-prefix).
27059         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27060         $(test-program-prefix).
27061         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27062         $(host-test-program-cmd).
27063         (tst-spawn-ARGS): Likewise.
27064         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27065         $(test-program-prefix).
27066         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27067         (test_via_rtld_prefix): This.
27068         (test_wrapper): Renamed to ...
27069         (test_program_prefix): This.
27070         (run_program_prefix): Replaced by test_program_prefix.
27071         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27072         (test_program_prefix): This.
27073         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27074         with $(host-test-program-cmd).
27075         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27076         $(run-program-prefix) with $(test-program-prefix).
27077         ($(objpfx)tst-printf.out): Likewise.
27078         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27079         $(test-program-cmd).
27080         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27081         (test_program_prefix): This.
27082         * stdio-common/tst-unbputc.sh: Likewise.
27083         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27084         $(run-program-prefix) with $(test-program-prefix).
27085         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27086         (test_program_prefix): This.
27087         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27088         $(built-program-cmd) with $(test-program-cmd).
27090 2013-01-11  Andreas Jaeger  <aj@suse.de>
27092         [BZ #15003]
27093         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27094         value. Sync with Linux 3.7.
27096 2013-01-10  David S. Miller  <davem@davemloft.net>
27098         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27099         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27100         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27102 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27104         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27105         never set.
27106         * configure: Regenerated.
27108 2013-01-10  David S. Miller  <davem@davemloft.net>
27110         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27111         sparc V9 rather than using V8 code.
27112         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27113         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27115 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27117         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27118         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27119         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27120         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27121         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27122         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27123         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27124         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27125         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27126         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27127         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27128         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27129         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27130         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27131         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27132         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27133         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27134         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27135         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27136         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27137         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27138         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27139         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27140         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27141         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27142         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27143         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27145 2013-01-10  David S. Miller  <davem@davemloft.net>
27147         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27149 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27151         * posix/Makefile (tests-static): New variable.
27152         (tests): Add $(tests-static).
27153         (tst-exec-static-ARGS): New variable.
27154         (tst-spawn-static-ARGS): Likewise.
27155         * posix/tst-exec-static.c: New file.
27156         * posix/tst-spawn-static.c: Likewise.
27157         * posix/tst-exec.c: Support run directly.
27158         * posix/tst-spawn.c: Likewise.
27160 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27162         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27163         long.
27164         * math/bits/mathcalls.h (llrint): Likewise.
27165         (llround): Likewise.
27166         * stdlib/stdlib.h (struct drand48_data): Likewise.
27167         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27168         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27169         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27170         Likewise.
27171         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27172         Likewise.
27173         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27174         (elf_greg_t): Likewise.
27175         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27176         (__jmp_buf): Likewise.
27177         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27178         definitions.
27179         (llrint): Likewise, for all definitions.
27180         (llrintl): Likewise.
27182         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27183         Remove [__GNUC__] condition.
27184         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27185         condition to just [__USE_ISOC99].
27186         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27188 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27190         [BZ #14200]
27191         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27192         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27193         defined.
27194         (_POSIX_V6_ILP32_OFF32): Likewise.
27195         (_XBS5_ILP32_OFF32): Likewise.
27196         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27197         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27199 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27201         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27203         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27204         doubles __mpexp_twomm1.  Adjust usage.
27205         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27206         Remove.
27208 2013-01-10  Andreas Schwab  <schwab@suse.de>
27210         [BZ #14964]
27211         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27212         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27214 2013-01-09  David S. Miller  <davem@davemloft.net>
27216         [BZ #15003]
27217         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27218         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27219         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27220         (TCP_FASTOPEN): Define.
27221         (tcp_repair_opt): New structure.
27222         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27223         enum values.
27224         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27225         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27226         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27227         (tcp_cookie_transactions): New structure.
27229 2013-01-09  Anton Blanchard  <anton@samba.org>
27231         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27232         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27233         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27234         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27236 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27238         * include/features.h (__USE_ANSI): Remove.
27240 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27242         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27244         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27246 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27248         * sysdeps/s390/fpu/libm-test-ulps: Update.
27250         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27252         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27253         (__acr): Likewise.
27254         (__cpy): Likewise.
27255         (norm): Likewise.
27256         (denorm): Likewise.
27257         (__mp_dbl): Likewise.
27258         (__dbl_mp): Likewise.
27259         (add_magnitudes): Likewise.
27260         (sub_magnitudes): Likewise.
27261         (__add): Likewise.
27262         (__sub): Likewise.
27263         (__mul): Likewise.
27264         (__inv): Likewise.
27265         (__dvd): Likewise.
27266         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27267         (__acr): Likewise.
27268         (__cpy): Likewise.
27269         (norm): Likewise.
27270         (denorm): Likewise.
27271         (__mp_dbl): Likewise.
27272         (__dbl_mp): Likewise.
27273         (add_magnitudes): Likewise.
27274         (sub_magnitudes): Likewise.
27275         (__add): Likewise.
27276         (__sub): Likewise.
27277         (__mul): Likewise.
27278         (__inv): Likewise.
27279         (__dvd): Likewise.
27280         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27281         (__acr): Likewise.
27282         (__cpy): Likewise.
27283         (norm): Likewise.
27284         (denorm): Likewise.
27285         (__mp_dbl): Likewise.
27286         (__dbl_mp): Likewise.
27287         (add_magnitudes): Likewise.
27288         (sub_magnitudes): Likewise.
27289         (__add): Likewise.
27290         (__sub): Likewise.
27291         (__mul): Likewise.
27292         (__inv): Likewise.
27293         (__dvd): Likewise.
27295 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27297         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27298         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27299         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27300         2 && __USE_EXTERN_INLINES]: Likewise.
27302 2013-01-08  Andreas Jaeger  <aj@suse.de>
27304         [BZ# 14985]
27305         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27306         Remove.
27307         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27308         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27310 2013-01-07  Anton Blanchard  <anton@samba.org>
27312         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27313         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27314         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27315         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27316         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27317         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27318         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27319         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27320         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27321         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27322         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27323         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27324         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27325         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27326         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27327         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27328         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27329         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27330         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27331         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27332         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27333         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27334         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27335         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27336         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27337         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27338         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27339         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27340         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27341         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27342         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27343         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27344         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27345         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27346         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27347         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27348         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27349         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27350         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27351         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27352         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27353         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27354         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27356 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27358         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27359         (__MALLOC_PMT): Likewise.
27360         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27361         [__GNUC__], only on [_LIBC].
27362         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27363         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27364         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27365         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27366         forward declaration.
27367         (realloc_hook_ini): Likewise.
27368         (memalign_hook_ini): Likewise.
27369         (__libc_memalign): Do not use __MALLOC_PMT in variable
27370         declaration.
27371         (__libc_valloc): Likewise.
27372         (__libc_pvalloc): Likewise.
27373         (__libc_calloc): Likewise.
27374         (__posix_memalign): Likewise.
27376         [BZ #14996]
27377         * math/s_casinh.c: Include <float.h>.
27378         (__casinh): Do not do computation with squaring and square root
27379         for large arguments.
27380         * math/s_casinhf.c: Include <float.h>.
27381         (__casinhf): Do not do computation with squaring and square root
27382         for large arguments.
27383         * math/s_casinhl.c: Include <float.h>.
27384         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27385         (__casinhl): Do not do computation with squaring and square root
27386         for large arguments.
27387         * math/libm-test.inc (casin_test): Add more tests.
27388         (casinh_test): Likewise.
27389         * sysdeps/i386/fpu/libm-test-ulps: Update.
27390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27392 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27394         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27395         (__x86_64_raw_data_cache_size): Likewise.
27396         (__x86_64_data_cache_size_half): Likewise.
27397         (__x86_64_raw_data_cache_size_half): Likewise.
27398         (__x86_64_shared_cache_size): Likewise.
27399         (__x86_64_raw_shared_cache_size): Likewise.
27400         (__x86_64_shared_cache_size_half): Likewise.
27401         (__x86_64_raw_shared_cache_size_half): Likewise.
27402         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27403         to ...
27404         (__x86_data_cache_size): This.
27405         (__x86_64_raw_data_cache_size): Renamed to ...
27406         (__x86_raw_data_cache_size): This.
27407         (__x86_64_data_cache_size_half): Renamed to ...
27408         (__x86_data_cache_size_half): This.
27409         (__x86_64_raw_data_cache_size_half): Renamed to ...
27410         (__x86_raw_data_cache_size_half): This.
27411         (__x86_64_shared_cache_size): Renamed to ...
27412         (__x86_shared_cache_size): This.
27413         (__x86_64_raw_shared_cache_size): Renamed to ...
27414         (__x86_raw_shared_cache_size): This.
27415         (__x86_64_shared_cache_size_half): Renamed to ...
27416         (__x86_shared_cache_size_half): This.
27417         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27418         (__x86_raw_shared_cache_size_half): This.
27419         * sysdeps/x86_64/memcpy.S: Updated.
27420         * sysdeps/x86_64/memset.S: Likewise.
27421         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27422         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27423         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27425 2013-01-04  David S. Miller  <davem@davemloft.net>
27427         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27429 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27431         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27432         1 to avoid redefinition warning.
27433         (__USE_GNU): Don't define.
27434         (init_signaling_nan): Protoize.
27436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27438 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27440         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27441         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27442         (__cpymn): Likewise.
27443         (norm): Remove commented code.
27444         (denorm): Likewise.
27445         (__mp_dbl): Likewise.
27446         (__inv): Likewise.
27447         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27448         (__cpymn): Likewise.
27449         (norm): Remove commented code.
27450         (denorm): Likewise.
27451         (__mp_dbl): Likewise.
27452         (__inv): Likewise.
27454         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27455         mp_no value for 1.0 and 2.0.
27456         (norm): Use RADIXI instead of radixi.d.
27457         (denorm): Likewise.
27458         (__mul): Use 0.0 instead of zero.d.
27459         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27460         mp_no value for 1.0 and 2.0.
27461         (norm): Use RADIXI instead of radixi.d.
27462         (denorm): Likewise.
27463         (__mul): Use 0.0 instead of zero.d.
27465 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27467         [BZ #14994]
27468         * math/s_casinh.c (__casinh): Reduce finite argument to first
27469         quadrant then set signs of results at the end.
27470         * math/s_casinhf.c (__casinhf): Likewise.
27471         * math/s_casinhl.c (__casinhl): Likewise.
27472         * math/libm-test.inc (casin_test): Add more tests.
27473         (casinh_test): Likewise.
27474         * sysdeps/i386/fpu/libm-test-ulps: Update.
27475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27477 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27479         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27481         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27483         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27484         declarations.
27485         (denorm): Likewise.
27486         (__mp_dbl): Likewise.
27487         (__inv): Likewise.
27489         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27490         and adjust the header comment.
27492         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27493         variable name from declaration.
27495 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27497         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27498         Initialize COMMON_CPUID_INDEX_7 element.
27499         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27500         (CPUID_RTM): Likewise.
27501         (HAS_RTM): Likewise.
27502         (COMMON_CPUID_INDEX_7): New enum.
27504 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27506         [BZ #14981]
27507         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27508         size is zero, record memory as freed.
27510 2013-01-03  Andreas Jaeger  <aj@suse.de>
27512         * po/ia.po: Add new Interlingua translation.
27514 2012-01-03  Allan McRae  <allan@archlinux.org>
27516         * locale/programs/localedef.c: Fix description of '--posix' flag.
27518 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27520         * NEWS: Update dates in second copyright notice.
27521         * README: Update copyright dates in example.
27522         * manual/libc.texinfo: Update copyright dates.
27523         * scripts/test-installation.pl: Update copyright date in --version
27524         output.
27526         * hurd/ctty-input.c: Fix copyright notice formatting.
27527         * hurd/ctty-output.c: Likewise.
27528         * hurd/dtable.c: Likewise.
27529         * hurd/hurd-raise.c: Likewise.
27530         * hurd/hurdprio.c: Likewise.
27531         * hurd/msgportdemux.c: Likewise.
27532         * misc/sys/file.h: Likewise.
27533         * misc/sys/ioctl.h: Likewise.
27534         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27535         * sysdeps/mach/hurd/chdir.c: Likewise.
27536         * sysdeps/mach/hurd/fchdir.c: Likewise.
27537         * sysdeps/mach/hurd/rename.c: Likewise.
27538         * sysdeps/mach/hurd/rmdir.c: Likewise.
27539         * sysdeps/mach/hurd/seekdir.c: Likewise.
27540         * sysdeps/mach/hurd/setsid.c: Likewise.
27541         * sysdeps/posix/wait3.c: Likewise.
27543         * All files with FSF copyright notices: Update copyright dates
27544         using scripts/update-copyrights.
27545         * intl/plural.c: Regenerated.
27546         * locale/programs/charmap-kw.h: Likewise.
27547         * locale/programs/locfile-kw.h: Likewise.
27549 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27551         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27552         four values.
27554         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27555         calculation loop and add branch prediction.
27557         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27558         check access beyond bounds of m1np.
27560         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27561         MPTWO.
27562         (__inv): Remove local variable MPTWO to use the global
27563         constant.
27564         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27565         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27566         variable MPTWO.
27567         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27568         MP3HALFS static const.
27570 2013-01-01  David S. Miller  <davem@davemloft.net>
27572         * po/ca.po: Update from translation team.
27574 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27576         * scripts/update-copyrights: New file.
27577         * Makeconfig: Reformat copyright notice.
27578         * ctype/ctype.h: Likewise.
27579         * debug/swprintf_chk.c: Likewise.
27580         * elf/dl-cache.c: Likewise.
27581         * elf/dl-debug.c: Likewise.
27582         * elf/dl-object.c: Likewise.
27583         * grp/initgroups.c: Likewise.
27584         * hurd/Makefile: Likewise.
27585         * hurd/hurd/signal.h: Likewise.
27586         * hurd/hurdfault.c: Likewise.
27587         * hurd/hurdioctl.c: Likewise.
27588         * hurd/hurdlookup.c: Likewise.
27589         * hurd/intr-msg.c: Likewise.
27590         * iconv/gconv_open.c: Likewise.
27591         * libio/swprintf.c: Likewise.
27592         * locale/lc-ctype.c: Likewise.
27593         * locale/nl_langinfo.c: Likewise.
27594         * mach/Machrules: Likewise.
27595         * mach/Makefile: Likewise.
27596         * malloc/obstack.h: Likewise.
27597         * manual/Makefile: Likewise.
27598         * manual/tsort.awk: Likewise.
27599         * misc/bits/stab.def: Likewise.
27600         * nis/nis_print_group_entry.c: Likewise.
27601         * nis/nis_table.c: Likewise.
27602         * nis/nss_compat/compat-pwd.c: Likewise.
27603         * nis/nss_compat/compat-spwd.c: Likewise.
27604         * po/Makefile: Likewise.
27605         * posix/fnmatch.c: Likewise.
27606         * posix/regex.h: Likewise.
27607         * resolv/Makefile: Likewise.
27608         * resolv/nss_dns/dns-network.c: Likewise.
27609         * resolv/res_hconf.c: Likewise.
27610         * scripts/gen-sorted.awk: Likewise.
27611         * soft-fp/soft-fp.h: Likewise.
27612         * stdio-common/printf.h: Likewise.
27613         * stdlib/monetary.h: Likewise.
27614         * stdlib/random.c: Likewise.
27615         * stdlib/random_r.c: Likewise.
27616         * sysdeps/generic/Makefile: Likewise.
27617         * sysdeps/gnu/Makefile: Likewise.
27618         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27619         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27620         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27621         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27622         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27623         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27624         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27625         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27626         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27627         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27628         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27629         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27630         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27631         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27632         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27633         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27634         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27635         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27636         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27637         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27638         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27639         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27640         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27641         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27642         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27643         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27644         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27645         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27646         * sysdeps/mach/hurd/errnos.awk: Likewise.
27647         * sysdeps/mach/hurd/fork.c: Likewise.
27648         * sysdeps/mach/hurd/getcwd.c: Likewise.
27649         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27650         * sysdeps/mach/hurd/mmap.c: Likewise.
27651         * sysdeps/mach/hurd/utimes.c: Likewise.
27652         * sysdeps/mach/hurd/xmknod.c: Likewise.
27653         * sysdeps/posix/profil.c: Likewise.
27654         * sysdeps/posix/readdir_r.c: Likewise.
27655         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27656         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27657         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27658         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27659         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27660         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27661         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27662         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27664         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27665         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27666         * sysdeps/pthread/lio_listio.c: Likewise.
27667         * sysdeps/sparc/dl-procinfo.h: Likewise.
27668         * sysdeps/unix/i386/sysdep.S: Likewise.
27669         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27670         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27671         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27672         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27674         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27675         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27676         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27677         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27678         * sysdeps/wordsize-32/divdi3.c: Likewise.
27679         * time/sys/time.h: Likewise.
27680         * wcsmbs/Makefile: Likewise.
27682 2013-01-01  David S. Miller  <davem@davemloft.net>
27684         * po/fr.po: Update from translation team.
27686         * catgets/gencat.c: Update copyright year.
27687         * csu/version.c: Likewise.
27688         * debug/catchsegv.sh: Likewise.
27689         * debug/pcprofiledump.c: Likewise.
27690         * debug/xtrace.sh: Likewise.
27691         * elf/ldconfig.c: Likewise.
27692         * elf/ldd.bash.in: Likewise.
27693         * elf/pldd.c: Likewise.
27694         * elf/sotruss.ksh: Likewise.
27695         * elf/sprof.c: Likewise.
27696         * iconv/iconv_prog.c: Likewise.
27697         * iconv/iconvconfig.c: Likewise.
27698         * locale/programs/locale.c: Likewise.
27699         * locale/programs/localedef.c: Likewise.
27700         * login/programs/pt_chown.c: Likewise.
27701         * malloc/memusage.sh: Likewise.
27702         * malloc/memusagestat.c: Likewise.
27703         * malloc/mtrace.pl: Likewise.
27704         * nscd/nscd.c: Likewise.
27705         * nss/getent.c: Likewise.
27706         * nss/makedb.c: Likewise.
27707         * posix/getconf.c: Likewise.
27709 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27711         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27712         numbers.
27714 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27716         * math/bits/mathcalls.h (modf): Use __nonnull.
27718 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27720         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27721         (split): Use macro CN instead of the bare value.
27722         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27723         could be used.
27724         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27725         instead of the bare value.
27726         (power1): Likewise.
27728 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27730         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27731         __ATAN_TWOM.
27732         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27734         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27735         their values.
27736         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27737         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27738         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27739         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27741 2012-12-28  Andreas Jaeger  <aj@suse.de>
27743         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27744         values are from Linux 3.7.
27746         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27747         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27749 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27751         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27752         TRUE case.
27754         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27755         (norm): Likewise.
27756         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27757         variables with preprocessor constants.
27758         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27759         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27760         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27762 2012-12-27  Bruno Haible  <bruno@clisp.org>
27764         [BZ #14317]
27765         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27766         only if needed.
27768 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27770         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27771         and use variable directly.
27772         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27774         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27775         MPONE.
27776         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27777         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27778         variable MPONE.
27779         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27780         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27781         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27782         include directive.  Remove local variable MPONE.
27783         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27784         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27785         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27787 2012-12-25  David S. Miller  <davem@davemloft.net>
27789         * version.h (RELEASE): Set to "development".
27790         (VERSION): Set to "2.17.90".
27791         * NEWS: Add 2.18 section.
27793 2012-12-21  David S. Miller  <davem@davemloft.net>
27795         * po/hr.po: Update from translation team.
27797 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27799         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27801 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27803         * NEWS:  Mention new memcpy for MIPS.
27805 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27807         * manual/contrib.texi (Contributors): Spelling correction.
27809 2012-12-15  David S. Miller  <davem@davemloft.net>
27811         * po/ru.po: Update from translation team.
27813 2012-12-13  David S. Miller  <davem@davemloft.net>
27815         * NEWS: Mention IFUNC testsuite enhancements.
27817         * po/pl.po: Update from translation team.
27818         * po/bg.po: Likewise.
27820         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27821         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27823 2012-12-11  David S. Miller  <davem@davemloft.net>
27825         * po/sv.po: Update from translation team.
27827         * po/vi.po: Update from translation team.
27829         * po/cs.po: Update from translation team.
27831         * po/de.po: Update from translation team.
27832         * po/eo.po: Likewise.
27833         * po/nl.po: Likewise.
27835 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27837         [BZ #14246]
27838         * manual/argp.texi (Argp Helper Functions): Move node to follow
27839         Argp Parsing State.
27841         [BZ #14872]
27842         * manual/conf.texi (Limits on File System Capacity): Mention if
27843         terminating null is included in the max size.
27845 2012-12-10  Andreas Jaeger  <aj@suse.de>
27847         * po/cs.po: Update from translation team.
27849 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27851         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27852         void pointer and cast to uintptr_t.
27853         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27854         path.
27855         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27856         * sysdeps/s390/s390-64/memset.S: Likewise.
27858 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27860         [BZ #14833]
27861         * menual/message.texi (Message Translation): Fix typos.
27862         (Helper programs for gettext): Likewise.
27864 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27866         [BZ #14898]
27867         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27868         Change to -1.
27870 2012-12-07  David S. Miller  <davem@davemloft.net>
27872         * po/libc.pot: Update.
27874 2012-12-07  Richard Henderson  <rth@redhat.com>
27876         [BZ #10114]
27877         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27878         normal/normal case to before the switch.
27879         (_FP_DIV): Likewise.
27881 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27882             Mike Frysinger  <vapier@gentoo.org>
27884         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27885         check for __NR_fadvise64_64.
27887 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27889         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27890         0, not just to plain "0" as a statement.
27891         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27892         with cw.
27894 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27896         * NEWS: Use sourceware.org in Bugzilla URL.
27898 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27901         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27903         * stdio-common/tst-put-error.c (do_test): Add newline to the
27904         padded test to ensure flush.
27906 2012-12-05  Jeff Law  <law@redhat.com>
27908         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27910 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27912         * README: Don't refer to ports add-on as distributed separately.
27913         Mention AArch64 in list of systems supported in the ports add-on.
27915         * LICENSES: Add more non-FSF copyright and license notices.
27917         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27918         ((unused)).
27920         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27922         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27923         10000 as width of padded output.
27925 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27927         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27929         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27930         variable LX with __attribute__ ((unused)).
27931         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27932         Likewise.
27933         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27934         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27935         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27936         with __attribute__ ((unused)).
27938 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27940         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27942 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27944         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27945         (CFLAGS-nldbl-acos.c): New variable.
27946         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27947         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27948         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27949         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27950         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27951         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27952         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27953         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27954         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27955         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27956         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27957         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27958         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27959         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27960         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27961         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27962         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27963         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27964         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27965         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27966         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27967         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27968         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27969         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27970         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27971         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27972         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27973         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27974         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27975         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27976         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27977         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27978         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27979         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27980         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27981         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27982         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27983         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27984         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27985         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27986         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27987         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27988         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27989         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27990         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27991         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27992         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27993         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27994         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27995         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27996         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27997         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27998         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27999         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28000         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28001         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28002         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28003         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28004         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28005         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28006         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28007         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28008         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28009         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28010         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28011         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28012         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28013         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28014         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28015         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28016         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28017         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28018         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28019         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28020         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28021         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28022         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28023         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28024         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28025         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28026         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28027         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28028         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28029         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28030         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28031         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28032         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28033         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28034         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28035         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28036         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28037         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28038         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28039         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28040         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28041         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28042         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28045         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28047         [BZ #14914]
28048         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28049         whole low double instead of just low 47 bits when splitting values
28050         into two parts.
28052 2012-12-03  Allan McRae  <allan@archlinux.org>
28054         * manual/stdio.texi (Predefined Printf Handlers): Remove
28055         @hsep and @vsep usage.
28057 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28059         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28060         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28062 2012-12-03  Jeff Law  <law@redhat.com>
28064         * time/sys/time.h (settimeofday): Do not mark TV argument
28065         as __nonnull.
28067 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28069         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28070         when currently writing and seek to current position when not.
28071         * libio/Makefile (tests): Remove bug-fclose1.
28072         * libio/bug-fclose1.c: Delete.
28074 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28076         * manual/arith.texi (feenableexcept): Fix typo.
28077         (fedisableexcept): Likewise.
28079 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28081         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28082         second, differently-typed declaration, rather than a cast.
28084 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28086         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28087         * include/rpc/svc.h: ... here.
28089 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28091         [BZ #13013]
28092         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28093         depending n and resplen2 to catch cases where answer
28094         equals answerp2.
28096 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28098         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28099         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28101 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28103         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28105 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28107         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28109 2012-11-28  Jeff Law  <law@redhat.com>
28111         [BZ #13761]
28112         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28113         dataset_temporary.  Track alloca usage into alloca_used.
28114         If dataset is large allocate and release it via malloc/free.
28116 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28118         [BZ #14197]
28119         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28121 2012-11-28  David S. Miller  <davem@davemloft.net>
28123         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28125 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28127         [BZ #14803]
28128         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28129         of pi/2 rounded to nearest to 64 bits.
28130         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28131         nearest to 64 bits.
28132         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28133         bits.
28135 2012-11-28  Jeff Law <law@redhat.com>
28136             Martin Osvald <mosvald@redhat.com>
28138         [BZ #14889]
28139         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28140         * sunrpc/svc.c: Include time.h.
28141         (__svc_accept_failed): New function.
28142         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28143         any reason other than EINTR, call __svc_accept_failed.
28144         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28145         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28147 2012-11-28  Andreas Schwab  <schwab@suse.de>
28149         * scripts/abilist.awk: Also handle indirect functions in .opd
28150         section.
28152 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28154         [BZ #13881]
28155         * sysdeps/x86/fpu/powl_helper.c: New file.
28156         * sysdeps/x86/fpu/Makefile: Likewise.
28157         * sysdeps/i386/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         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28162         (p3): New object.
28163         (__ieee754_powl): Use __powl_helper for finite arguments except
28164         integer exponents below 8.
28165         * math/libm-test.inc (pow_test): Add more tests and enable some
28166         previously disabled tests.
28167         * sysdeps/i386/fpu/libm-test-ulps: Update.
28168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28170 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28171             Carlos O'Donell  <carlos_odonell@mentor.com>
28173         * nss/makedb.c (is_prime): Assert that input is odd and greater
28174         than 4.  Note that fact in a comment too.
28175         (next_prime): Add 4 to input.
28177 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28179         [BZ #11741]
28180         * libio/Makefile (tests): Add test case tst-fwrite-error.
28181         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28182         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28183         * libio/tst-fwrite-error.c: New test case.
28185 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28187         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28188         before casting to void *.
28189         * include/libc-internal.h (__pointer_type): New macro.
28190         (__integer_if_pointer_type_sub): Likewise.
28191         (__integer_if_pointer_type): Likewise.
28192         (cast_to_integer): Likewise.
28193         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28194         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28195         before casting to atomic64_t.
28196         (atomic_exchange_acq): Likewise.
28197         (__arch_exchange_and_add_body): Likewise.
28198         (__arch_add_body): Likewise.
28199         (atomic_add_negative): Likewise.
28200         (atomic_add_zero): Likewise.
28202 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28204         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28205         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28206         (add_fdes): Likewise.
28207         (linear_search_fdes): Likewise.
28208         (binary_search_unencoded_fdes): Likewise.
28210 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28212         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28214 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28216         * configure.in: Autodetect C++ header directories.
28217         * configure: Regenerated.
28219 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28221         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28223 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28225         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28227 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28229         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28230         LDBL_MANT_DIG == 106]: Disable some tests.
28231         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28232         Likewise.
28233         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28234         Likewise.
28236         [BZ #14871]
28237         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28238         input for small inputs.  Return +/- pi/2 for large inputs.
28239         * math/libm-test.inc (atan_test): Add more tests.
28241         * sysdeps/generic/unwind-dw2-fde-glibc.c
28242         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28243         __attribute__ ((unused)).
28245         [BZ #14645]
28246         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28247         x * y if x and y are nonzero and z is zero.
28249         [BZ #14811]
28250         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28251         nonzero exponents with absolute value below 0x1p-117 to +/-
28252         0x1p-117.
28254         [BZ #14869]
28255         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28256         up arguments below 2**-450, not just those below 2**-500.
28257         * math/libm-test.inc (hypot_test): Add another test.
28259         [BZ #14868]
28260         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28261         Return a+b for ratio over 2**120, not 2**60.
28262         * math/libm-test.inc (hypot_test): Add another test.
28264         * math/libm-test.inc (clog_test): Use
28265         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28266         (clog10_test): Likewise.
28268         [BZ #6778]
28269         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28271 2012-11-22  Andreas Schwab  <schwab@suse.de>
28273         * sysdeps/i386/fpu/libm-test-ulps: Update.
28275 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28277         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28278         printf output with newline.
28280 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28282         [BZ #14865]
28283         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28284         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28285         -z nodlopen, -z initfirst and -z execstack support.
28286         * configure: Regenerated.
28288         * elf/elf.h (DF_1_NODIRECT): New macro.
28289         (DF_1_IGNMULDEF): Likewise.
28290         (DF_1_NOKSYMS): Likewise.
28291         (DF_1_NOHDR): Likewise.
28292         (DF_1_EDITED): Likewise.
28293         (DF_1_NORELOC): Likewise.
28294         (DF_1_SYMINTPOSE): Likewise.
28295         (DF_1_GLOBAUDIT): Likewise.
28296         (DF_1_SINGLETON): Likewise.
28297         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28298         DT_1_SUPPORTED_MASK bits.
28299         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28301 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28303         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28305 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28307         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28308         macro.
28310         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28311         (sendmmsg): Move declarations...
28312         * socket/sys/socket.h: ... here.
28313         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28314         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28315         include it from...
28316         * socket/recvmmsg.c: ... this new file.
28317         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28318         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28319         definition of __sendmmsg hidden.
28320         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28321         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28322         Move ENOSYS stub into and include it from...
28323         * socket/sendmmsg.c: ... this new file.
28324         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28325         (sysdep_routines): Move recvmmsg and sendmmsg...
28326         * socket/Makefile (routines): ... here.
28327         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28328         (GLIBC_PRIVATE): Add __sendmmsg.
28329         * include/sys/socket.h (__sendmmsg): Add declarations.
28330         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28331         sendmmsg.
28333 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28335         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28336         variable I1 with __attribute__ ((unused)).
28337         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28339 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28341         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28342         DUMMY variables with __attribute__ ((unused)).
28344         * bits/byteswap.h: Include <bits/types.h>.
28345         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28347 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28349         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28350         string_t.  Do not manually set errno.
28351         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28352         length with __strnlen.  Make sure to both set errno and return it on
28353         failure.
28355 2012-11-19  David S. Miller  <davem@davemloft.net>
28357         With help from Joseph Myers.
28358         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28359         very large arguments properly.
28360         * math/libm-test.inc (atan_test): New tests.
28361         (atan2_test): New tests.
28362         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28363         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28365 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28367         [BZ #14856]
28368         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28369         Define to 3.
28371         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28372         [POSIX] (EADDRNOTAVAIL): Likewise.
28373         [POSIX] (EAFNOSUPPORT): Likewise.
28374         [POSIX] (EALREADY): Likewise.
28375         [POSIX] (ECONNABORTED): Likewise.
28376         [POSIX] (ECONNREFUSED): Likewise.
28377         [POSIX] (ECONNRESET): Likewise.
28378         [POSIX] (EDESTADDRREQ): Likewise.
28379         [POSIX] (EDQUOT): Likewise.
28380         [POSIX] (EHOSTUNREACH): Likewise.
28381         [POSIX] (EIDRM): Likewise.
28382         [POSIX] (EISCONN): Likewise.
28383         [POSIX] (ELOOP): Likewise.
28384         [POSIX] (EMULTIHOP): Likewise.
28385         [POSIX] (ENETDOWN): Likewise.
28386         [POSIX] (ENETUNREACH): Likewise.
28387         [POSIX] (ENOBUFS): Likewise.
28388         [POSIX] (ENODATA): Likewise.
28389         [POSIX] (ENOLINK): Likewise.
28390         [POSIX] (ENOMSG): Likewise.
28391         [POSIX] (ENOPROTOOPT): Likewise.
28392         [POSIX] (ENOSR): Likewise.
28393         [POSIX] (ENOSTR): Likewise.
28394         [POSIX] (ENOTCONN): Likewise.
28395         [POSIX] (ENOTSOCK): Likewise.
28396         [POSIX] (EOPNOTSUPP): Likewise.
28397         [POSIX] (EOVERFLOW): Likewise.
28398         [POSIX] (EPROTO): Likewise.
28399         [POSIX] (EPROTONOSUPPORT): Likewise.
28400         [POSIX] (EPROTOTYPE): Likewise.
28401         [POSIX] (ESTALE): Likewise.
28402         [POSIX] (ETIME): Likewise.
28403         [POSIX] (ETXTBSY): Likewise.
28404         [POSIX] (EWOULDBLOCK): Likewise.
28405         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28406         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28407         [POSIX] (SEEK_CUR): Likewise.
28408         [POSIX] (SEEK_END): Likewise.
28409         [POSIX || UNIX98] (mode_t): Do not require.
28410         [POSIX] (off_t): Likewise.
28411         [POSIX] (pid_t): Likewise.
28412         [POSIX] (sys/stat.h): Do not allow header.
28413         [POSIX] (unistd.h): Likewise.
28414         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28415         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28416         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28417         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28418         require.
28419         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28420         sigevent): Specify elements.
28421         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28422         entry.
28423         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28424         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28426         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28427         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28428         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28429         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28430         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28431         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28432         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28433         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28434         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28435         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28436         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28437         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28438         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28439         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28440         Likewise.
28441         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28442         Likewise.
28443         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28444         Likewise.
28445         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28446         Likewise.
28447         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28448         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28449         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28450         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28451         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28452         Specify lower bound on value.
28453         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28454         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28455         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28456         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28457         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28458         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28459         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28460         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28461         value.
28462         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28463         as optional.
28464         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28465         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28466         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28467         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28468         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28469         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28470         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28471         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28472         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28473         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28474         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28475         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28476         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28477         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28478         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28479         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28480         entry.
28481         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28482         optional.
28483         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28484         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28485         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28486         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28487         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28488         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28489         Likewise.
28490         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28491         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28492         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28493         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28494         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28495         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28496         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28497         as optional.
28498         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28499         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28500         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28501         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28502         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28503         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28504         specify as optional.
28505         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28506         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28507         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28508         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28509         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28510         [XPG3] (NL_LANGMAX): Likewise.
28511         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28512         [POSIX || XPG3] (NL_NMAX): Likewise.
28513         [POSIX || XPG3] (NL_SETMAX): Likewise.
28514         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28515         [XPG3] (NZERO): Likewise.
28516         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28517         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28518         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28519         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28520         (REG_ERANGE): Expect.
28521         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28522         optional-constant.
28523         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28524         Use (void) in prototype.
28525         [POSIX] (*_t): Allow.
28526         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28527         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28528         (WRDE_BADVAL): Expect.
28530         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28531         expect.
28532         [XPG3 || XPG4] (O_RSYNC): Likewise.
28533         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28534         Likewise.
28535         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28536         [XPG3 || XPG4] (sigqueue): Likewise.
28537         [XPG3 || XPG4] (sigtimedwait): Likewise.
28538         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28539         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28540         [XPG3 || XPG4] (vsnprintf): Likewise.
28541         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28542         Likewise.
28543         [XPG3 || XPG4] (blksize_t): Likewise.
28544         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28545         Likewise.
28546         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28547         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28548         [XPG3 || XPG4] (struct itimerspec): Likewise.
28549         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28550         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28551         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28552         [XPG3 || XPG4] (clockid_t): Likewise.
28553         [XPG3 || XPG4] (timer_t): Likewise.
28554         [XPG3 || XPG4] (clock_getres): Likewise.
28555         [XPG3 || XPG4] (clock_gettime): Likewise.
28556         [XPG3 || XPG4] (clock_settime): Likewise.
28557         [XPG3 || XPG4] (nanosleep): Likewise.
28558         [XPG3 || XPG4] (timer_create): Likewise.
28559         [XPG3 || XPG4] (timer_delete): Likewise.
28560         [XPG3 || XPG4] (timer_gettime): Likewise.
28561         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28562         [XPG3 || XPG4] (timer_settime): Likewise.
28563         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28564         [XPG3 || XPG4] (getlogin_r): Likewise.
28565         [XPG3 || XPG4] (pread): Likewise.
28566         [XPG3 || XPG4] (pthread_atfork): Likewise.
28567         [XPG3 || XPG4] (pwrite): Likewise.
28569         [BZ #14835]
28570         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28571         <bits/siginfo.h>.
28573 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28575         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28576         finalizing MALLSTREAM.
28578         * sysdeps/mach/hurd/syncfs.c: New file.
28580 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28582         [BZ #14719]
28583         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28584         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28585         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28586         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28587         (_nss_dns_gethostbyname4_r): Likewise.
28588         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28589         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28591 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28593         [BZ #13763]
28594         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28596 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28598         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28599         * elf/cache.c (print_entry): Print ",AArch64" for
28600         FLAG_AARCH64_LIB64
28602         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28603         * elf/cache.c (print_entry): Print ",hard-float" for
28604         FLAG_ARM_LIBHF.
28606 2012-11-18  David S. Miller  <davem@davemloft.net>
28608         With help from Joseph Myers.
28609         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28610         cutoff to 2**-13.
28611         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28612         cutoff to 2**-25.
28613         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28614         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28615         small.
28616         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28617         * math/libm-test.inc (y0_test): New tests.
28618         (y1_test): New tests.
28619         * sysdeps/i386/fpu/libm-test-ulps: Update.
28620         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28623 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28625         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28626         64-bit targets.
28627         * configure: Regenerated.
28629 2012-11-17  David S. Miller  <davem@davemloft.net>
28631         [BZ #14811]
28632         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28633         nonzero exponents with absolute value below 0x1p-128 to +/-
28634         0x1p-128.
28636 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28638         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28640         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28642         * posix/getconf-speclist.c: New file.
28643         * posix/posix-envs.def: Likewise.
28644         * posix/confstr.c (START_ENV_GROUP): New macro.
28645         (END_ENV_GROUP): Likewise.
28646         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28647         (KNOWN_PRESENT_ENV_STRING): Likewise.
28648         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28649         (UNKNOWN_ENVIRONMENT): Likewise.
28650         (confstr): Include posix-envs.def instead of handling
28651         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28652         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28653         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28654         (END_ENV_GROUP): Likewise.
28655         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28656         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28657         (UNKNOWN_ENVIRONMENT): Likewise.
28658         (__sysconf): Include posix-envs.def instead of handling associated
28659         cases directly here.
28660         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28661         preprocessing getconf-speclist.c rather than running getconf or
28662         generating empty file.
28664 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28666         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28668 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28670         [BZ #14672]
28671         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28673 2012-11-16  David S. Miller  <davem@davemloft.net>
28675         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28676         smaller than LDBL_EPSILON/2.0L, just return xm1.
28678 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28680         * elf/tst-array1.c (init): Set constructor priority to 1000.
28681         (fini): Set destructor priority to 1000.
28682         * elf/tst-array2dep.c: Likewise.
28684 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28686         [BZ #11741]
28687         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28688         (_IO_new_file_xsputn): Also return EOF if none of the input
28689         data was written when overflow failed.
28690         * libio/iopadn.c (_IO_padn): Likewise.
28691         * libio/iowpadn.c (_IO_wpadn): Likewise.
28692         * stdio-common/tst-put-error.c: Add copyright notice.
28693         (do_test): Add case for printing padded string.
28694         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28695         _IO_padn returned error.
28696         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28697         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28698         return EOF.
28700 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28702         * libio/libioP.h: Add comment note that the references to C++
28703         bits are now obsolete.
28705 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28707         * math/libm-test.inc (check_complex): Use asprintf.
28709 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28711         * debug/pcprofiledump.c (print_version): Update copyright year.
28712         * malloc/memusagestat.c (print_version): Likewise.
28714 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28716         [BZ #14831]
28717         * elf/Makefile (tests): Add tst-audit8.
28718         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28719         ($(objpfx)tst-audit8.out): New target.
28720         (tst-audit8-ENV): New variable.
28721         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28722         audit if l_reloc_result is NULL.
28723         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28724         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28725         * elf/tst-audit8.c: New file.
28727 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28729         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28730         * misc/Makefile (CFLAGS-select.c): Define.
28731         * posix/Makefile (CFLAGS-pause.c): Define.
28733 2012-11-13  David S. Miller  <davem@davemloft.net>
28735         * crypt/Makefile: Move test targets after toplevel Rules
28736         inclusion.  Grab any necessary sysdep routines when linking.
28737         * crypt/md5.c (md5_process_block): Remove define, we will always
28738         name it __md5_process_block.
28739         (md5_finish_ctx): Update md5_process_block call.
28740         (md5_stream): Likewise.
28741         (md5_process_bytes): Likewise.
28742         (md5_process_block): Rename to __md5_process_block and move to ...
28743         * crypt/md5-block.c: ... here.
28744         * crypt/sha256.c (sha256_process_block): Move to ...
28745         * crypt/sha256-block.c: ... here.
28746         * crypt/sha512.c (sha512_process_block): Move to ...
28747         * crypt/sha512-block.c: ... here.
28748         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28749         path.
28750         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28751         * sysdeps/sparc/sparc64/multiarch/Makefile
28752         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28753         crypt subdir.
28754         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28755         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28756         multiarch changes.
28757         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28758         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28759         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28760         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28761         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28762         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28763         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28764         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28765         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28766         file.
28767         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28768         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28769         file.
28770         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28772 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28774         * timezone/tzselect.ksh: Update from tzcode git revision
28775         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28776         * timezone/zdump.c: Likewise.
28777         * timezone/zic.c: Likewise.
28778         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28779         in TZVERSION setting, not $(PKGVERSION).
28780         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28781         REPORT_BUGS_TO settings.
28783         [BZ #14838]
28784         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28785         macro.
28787 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28789         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28790         detection to immediately after _FP_ROUND().
28791         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28792         bits are 0.
28794 2012-11-11  David S. Miller  <davem@davemloft.net>
28796         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28797         inttypes.h
28798         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28799         __close rather than their public counterparts.
28801 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28803         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28804         file.
28805         [UNIX98] (sem_timedwait): Do not expect.
28806         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28807         [XPG4 || UNIX98] (sockatmark): Do not expect.
28808         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28809         (clock_getcpuclockid): Do not expect.
28810         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28811         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28812         Do not expect.
28813         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28814         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28815         [UNIX98] (vwscanf): Likewise.
28816         [UNIX98] (vswscanf): Likewise.
28818 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28820         * timezone/version.h: Remove file.
28821         * timezone/README: Do not refer to version.h.
28822         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28823         $(objpfx)version.h.
28824         ($(objpfx)zdump.o): Likewise.
28825         ($(objpfx)version.h): New target.
28827         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28828         2012i.
28829         * timezone/README: Don't mention modification to tzselect.ksh.
28830         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28831         work on unmodified tzselect.ksh.  Substitute version numbers in
28832         tzselect.ksh.
28834         * Makefile (format-me): Remove.
28835         (INSTALL): Adjust indentation.  Use commands directly instead of
28836         using $(format-me).
28838         * aclocal.m4 (ACX_PKGVERSION): New macro.
28839         (ACX_BUGURL): Likewise.
28840         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28841         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28842         (REPORT_BUGS_TO): Likewise.
28843         * configure: Regenerated.
28844         * config.h.in (PKGVERSION): New macro.
28845         (REPORT_BUGS_TO): Likewise.
28846         * config.make.in (PKGVERSION): New variable.
28847         (PKGVERSION_TEXI): Likewise.
28848         (REPORT_BUGS_TO): Likewise.
28849         (REPORT_BUGS_TEXI): Likewise.
28850         * Makefile (format-me): Use -I$(common-objpfx)manual.
28851         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28852         ($(common-objpfx)manual/%): New target.
28853         (manual/%): Remove target.
28854         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28855         (print_version): Use PKGVERSION.
28856         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28857         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28858         and REPORT_BUGS_TO.
28859         ($(objpfx)xtrace): Likewise.
28860         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28861         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28862         (print_version): Use PKGVERSION.
28863         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28864         (do_version): Use PKGVERSION.
28865         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28866         REPORT_BUGS_TO.
28867         (common-ldd-rewrite): Likewise.
28868         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28869         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28870         (print_version): Use PKGVERSION.
28871         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28872         * elf/pldd.c (argp_program_bug_address): Remove variable.
28873         (more_help): New function.
28874         (argp): Use more_help.
28875         (print_version): Use PKGVERSION.
28876         * elf/sln.c (main): Use PKGVERSION.
28877         (usage): Use REPORT_BUGS_TO.
28878         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28879         (top level): Use PKGVERSION.
28880         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28881         (print_version): Use PKGVERSION.
28882         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28883         (print_version): Use PKGVERSION.
28884         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28885         (print_version): Use PKGVERSION.
28886         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28887         (print_version): Use PKGVERSION.
28888         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28889         (print_version): Use PKGVERSION.
28890         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28891         (print_version): Use PKGVERSION.
28892         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28893         and BUGURL.
28894         ($(objpfx)memusage): Likewise.
28895         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28896         (do_version): Use PKGVERSION.
28897         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28898         (print_version): Use PKGVERSION.
28899         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28900         ($PKGVERSION): New variable.
28901         ($REPORT_BUGS_TO): Likewise.
28902         (usage): Use $REPORT_BUGS_TO.
28903         (top level): Use $PKGVERSION.
28904         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28905         ($(objpfx)pkgvers.texi): New rule.
28906         ($(objpfx)stamp-pkgvers): Likewise.
28907         * manual/install.texi: Include pkgvers.texi.
28908         (--with-pkgversion): Document new configure option.
28909         (--with-bugurl): Likewise.
28910         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28911         than necessarily for this particular distribution.  Use
28912         REPORT_BUGS_TO for where to report bugs.
28913         * INSTALL: Regenerated.
28914         * manual/libc.texinfo: Include pkgvers.texi.
28915         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28916         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28917         (print_version): Use PKGVERSION.
28918         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28919         (print_version): Use PKGVERSION.
28920         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28921         (print_version): Use PKGVERSION.
28922         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28923         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28924         macro.
28925         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28926         (print_version): Use PKGVERSION.
28927         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28928         (print_version): Use PKGVERSION.
28929         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28930         and PKGVERSION.
28932         * timezone/checktab.awk: Update from tzcode 2012i.
28933         * timezone/ialloc.c: Likewise.
28934         * timezone/private.h: Likewise.
28935         * timezone/scheck.c: Likewise.
28936         * timezone/tzfile.h: Likewise.
28937         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28938         (TZVERSION): Hardcode tzcode version number.
28939         * timezone/zdump.c: Update from tzcode 2012i.
28940         * timezone/zic.c: Likewise.
28941         * timezone/version.h: New file.
28942         * timezone/README: Describe version.h.  Update upstream location.
28944         [BZ #14824]
28945         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28946         (mktemp): Enable declaration.
28947         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28948         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28949         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28950         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28951         Likewise.
28952         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28953         Likewise.
28954         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28955         Likewise.
28956         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28957         Likewise.
28958         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28959         Likewise.
28960         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28961         Likewise.
28963         [BZ #14821]
28964         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28965         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28966         for copies of such integer values.
28967         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28968         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28970 2012-11-09  Andreas Jaeger  <aj@suse.de>
28972         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28973         definitions and declarations that are provided by
28974         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28976 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28978         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28979         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28980         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28981         definition.
28983 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28985         * elf/elf.h: Update comment before AArch64 relocations.
28987 2012-11-07  David S. Miller  <davem@davemloft.net>
28989         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28990         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28991         (__start_context): Declare.
28992         (__makecontext_ret): Delete.
28993         (__makecontext): Hook up __start_context instead of
28994         __makecontext_ret.
28995         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28996         (sysdep_routines): Add __start_context when in stdlib.
28998 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29000         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29001         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29002         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
29003         hardcoded "nm".
29004         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29005         (READELF): New variable.  Use it instead of hardcoded "readelf".
29007 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29009         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29010         * sysdeps/x86/Makefile: Here.
29011         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29012         * sysdeps/x86/tst-xmmymm.sh: This.
29014 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29016         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29017         expectations.
29018         [UNIX98] (pthread_barrier_t): Do not expect.
29019         [UNIX98] (pthread_barrierattr_t): Likewise.
29020         [UNIX98] (pthread_spinlock_t): Likewise.
29021         [UNIX98] (pthread_barrier_destroy): Likewise.
29022         [UNIX98] (pthread_barrier_init): Likewise.
29023         [UNIX98] (pthread_barrier_wait): Likewise.
29024         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29025         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29026         [UNIX98] (pthread_barrierattr_init): Likewise.
29027         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29028         [UNIX98] (pthread_getcpuclockid): Likewise.
29029         [UNIX98] (pthread_mutex_timedlock): Likewise.
29030         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29031         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29032         [UNIX98] (pthread_sigmask): Likewise.
29033         [UNIX98] (pthread_spin_destroy): Likewise.
29034         [UNIX98] (pthread_spin_init): Likewise.
29035         [UNIX98] (pthread_spin_lock): Likewise.
29036         [UNIX98] (pthread_spin_trylock): Likewise.
29037         [UNIX98] (pthread_spin_unlock): Likewise.
29038         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29039         Do not expect.
29040         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29041         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29042         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29043         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29044         [XPG3 || XPG4] (pthread_key_t): Likewise.
29045         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29046         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29047         [XPG3 || XPG4] (pthread_once_t): Likewise.
29048         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29049         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29050         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29051         [XPG3 || XPG4] (pthread_t): Likewise.
29053         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29054         not expect.
29055         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29057         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29058         Change function return type to int.
29060         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29061         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29062         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29063         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29064         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29065         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29066         [!POSIX] (posix_madvise): Likewise.
29067         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29068         && !UNIX98].
29069         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29070         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29071         (mode_t): Likewise.
29072         (posix_mem_offset): Likewise.
29073         (posix_typed_mem_get_info): Likewise.
29074         (posix_typed_mem_open): Likewise.
29076         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29077         Change condition to [XOPEN2K8].
29079         * conform/conformtest.pl: Preprocess allow-header data with -x c
29080         instead of from stdin.
29081         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29082         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29083         [C99-based standards] (cerfc): Likewise.
29084         [C99-based standards] (cexp2): Likewise.
29085         [C99-based standards] (cexpm1): Likewise.
29086         [C99-based standards] (clog10): Likewise.
29087         [C99-based standards] (clog1p): Likewise.
29088         [C99-based standards] (clog2): Likewise.
29089         [C99-based standards] (clgamma): Likewise.
29090         [C99-based standards] (ctgamma): Likewise.
29091         [C99-based standards] (cerff): Likewise.
29092         [C99-based standards] (cerfcf): Likewise.
29093         [C99-based standards] (cexp2f): Likewise.
29094         [C99-based standards] (cexpm1f): Likewise.
29095         [C99-based standards] (clog10f): Likewise.
29096         [C99-based standards] (clog1pf): Likewise.
29097         [C99-based standards] (clog2f): Likewise.
29098         [C99-based standards] (clgammaf): Likewise.
29099         [C99-based standards] (ctgammaf): Likewise.
29100         [C99-based standards] (cerfl): Likewise.
29101         [C99-based standards] (cerfcl): Likewise.
29102         [C99-based standards] (cexp2l): Likewise.
29103         [C99-based standards] (cexpm1l): Likewise.
29104         [C99-based standards] (clog10l): Likewise.
29105         [C99-based standards] (clog1pl): Likewise.
29106         [C99-based standards] (clog2l): Likewise.
29107         [C99-based standards] (clgammal): Likewise.
29108         [C99-based standards] (ctgammal): Likewise.
29109         * conform/data/inttypes.h-data [C99-based standards]: Include
29110         stdint.h-data.  Remove all expectations for stdint.h contents.
29111         [C99-based standards] (PRI*): Do not allow.
29112         [C99-based standards] (SCN*): Likewise.
29113         [C99-based standards] (*_t): Likewise.
29114         [C99-based-standards] (PRId8): Expect macro.
29115         [C99-based-standards] (PRIi8): Likewise.
29116         [C99-based-standards] (PRIo8): Likewise.
29117         [C99-based-standards] (PRIu8): Likewise.
29118         [C99-based-standards] (PRIx8): Likewise.
29119         [C99-based-standards] (PRIX8): Likewise.
29120         [C99-based-standards] (SCNd8): Likewise.
29121         [C99-based-standards] (SCNi8): Likewise.
29122         [C99-based-standards] (SCNo8): Likewise.
29123         [C99-based-standards] (SCNu8): Likewise.
29124         [C99-based-standards] (SCNx8): Likewise.
29125         [C99-based-standards] (PRIdLEAST8): Likewise.
29126         [C99-based-standards] (PRIiLEAST8): Likewise.
29127         [C99-based-standards] (PRIoLEAST8): Likewise.
29128         [C99-based-standards] (PRIuLEAST8): Likewise.
29129         [C99-based-standards] (PRIxLEAST8): Likewise.
29130         [C99-based-standards] (PRIXLEAST8): Likewise.
29131         [C99-based-standards] (SCNdLEAST8): Likewise.
29132         [C99-based-standards] (SCNiLEAST8): Likewise.
29133         [C99-based-standards] (SCNoLEAST8): Likewise.
29134         [C99-based-standards] (SCNuLEAST8): Likewise.
29135         [C99-based-standards] (SCNxLEAST8): Likewise.
29136         [C99-based-standards] (PRIdFAST8): Likewise.
29137         [C99-based-standards] (PRIiFAST8): Likewise.
29138         [C99-based-standards] (PRIoFAST8): Likewise.
29139         [C99-based-standards] (PRIuFAST8): Likewise.
29140         [C99-based-standards] (PRIxFAST8): Likewise.
29141         [C99-based-standards] (PRIXFAST8): Likewise.
29142         [C99-based-standards] (SCNdFAST8): Likewise.
29143         [C99-based-standards] (SCNiFAST8): Likewise.
29144         [C99-based-standards] (SCNoFAST8): Likewise.
29145         [C99-based-standards] (SCNuFAST8): Likewise.
29146         [C99-based-standards] (SCNxFAST8): Likewise.
29147         [C99-based-standards] (PRId16): Likewise.
29148         [C99-based-standards] (PRIi16): Likewise.
29149         [C99-based-standards] (PRIo16): Likewise.
29150         [C99-based-standards] (PRIu16): Likewise.
29151         [C99-based-standards] (PRIx16): Likewise.
29152         [C99-based-standards] (PRIX16): Likewise.
29153         [C99-based-standards] (SCNd16): Likewise.
29154         [C99-based-standards] (SCNi16): Likewise.
29155         [C99-based-standards] (SCNo16): Likewise.
29156         [C99-based-standards] (SCNu16): Likewise.
29157         [C99-based-standards] (SCNx16): Likewise.
29158         [C99-based-standards] (PRIdLEAST16): Likewise.
29159         [C99-based-standards] (PRIiLEAST16): Likewise.
29160         [C99-based-standards] (PRIoLEAST16): Likewise.
29161         [C99-based-standards] (PRIuLEAST16): Likewise.
29162         [C99-based-standards] (PRIxLEAST16): Likewise.
29163         [C99-based-standards] (PRIXLEAST16): Likewise.
29164         [C99-based-standards] (SCNdLEAST16): Likewise.
29165         [C99-based-standards] (SCNiLEAST16): Likewise.
29166         [C99-based-standards] (SCNoLEAST16): Likewise.
29167         [C99-based-standards] (SCNuLEAST16): Likewise.
29168         [C99-based-standards] (SCNxLEAST16): Likewise.
29169         [C99-based-standards] (PRIdFAST16): Likewise.
29170         [C99-based-standards] (PRIiFAST16): Likewise.
29171         [C99-based-standards] (PRIoFAST16): Likewise.
29172         [C99-based-standards] (PRIuFAST16): Likewise.
29173         [C99-based-standards] (PRIxFAST16): Likewise.
29174         [C99-based-standards] (PRIXFAST16): Likewise.
29175         [C99-based-standards] (SCNdFAST16): Likewise.
29176         [C99-based-standards] (SCNiFAST16): Likewise.
29177         [C99-based-standards] (SCNoFAST16): Likewise.
29178         [C99-based-standards] (SCNuFAST16): Likewise.
29179         [C99-based-standards] (SCNxFAST16): Likewise.
29180         [C99-based-standards] (PRId32): Likewise.
29181         [C99-based-standards] (PRIi32): Likewise.
29182         [C99-based-standards] (PRIo32): Likewise.
29183         [C99-based-standards] (PRIu32): Likewise.
29184         [C99-based-standards] (PRIx32): Likewise.
29185         [C99-based-standards] (PRIX32): Likewise.
29186         [C99-based-standards] (SCNd32): Likewise.
29187         [C99-based-standards] (SCNi32): Likewise.
29188         [C99-based-standards] (SCNo32): Likewise.
29189         [C99-based-standards] (SCNu32): Likewise.
29190         [C99-based-standards] (SCNx32): Likewise.
29191         [C99-based-standards] (PRIdLEAST32): Likewise.
29192         [C99-based-standards] (PRIiLEAST32): Likewise.
29193         [C99-based-standards] (PRIoLEAST32): Likewise.
29194         [C99-based-standards] (PRIuLEAST32): Likewise.
29195         [C99-based-standards] (PRIxLEAST32): Likewise.
29196         [C99-based-standards] (PRIXLEAST32): Likewise.
29197         [C99-based-standards] (SCNdLEAST32): Likewise.
29198         [C99-based-standards] (SCNiLEAST32): Likewise.
29199         [C99-based-standards] (SCNoLEAST32): Likewise.
29200         [C99-based-standards] (SCNuLEAST32): Likewise.
29201         [C99-based-standards] (SCNxLEAST32): Likewise.
29202         [C99-based-standards] (PRIdFAST32): Likewise.
29203         [C99-based-standards] (PRIiFAST32): Likewise.
29204         [C99-based-standards] (PRIoFAST32): Likewise.
29205         [C99-based-standards] (PRIuFAST32): Likewise.
29206         [C99-based-standards] (PRIxFAST32): Likewise.
29207         [C99-based-standards] (PRIXFAST32): Likewise.
29208         [C99-based-standards] (SCNdFAST32): Likewise.
29209         [C99-based-standards] (SCNiFAST32): Likewise.
29210         [C99-based-standards] (SCNoFAST32): Likewise.
29211         [C99-based-standards] (SCNuFAST32): Likewise.
29212         [C99-based-standards] (SCNxFAST32): Likewise.
29213         [C99-based-standards] (PRId64): Likewise.
29214         [C99-based-standards] (PRIi64): Likewise.
29215         [C99-based-standards] (PRIo64): Likewise.
29216         [C99-based-standards] (PRIu64): Likewise.
29217         [C99-based-standards] (PRIx64): Likewise.
29218         [C99-based-standards] (PRIX64): Likewise.
29219         [C99-based-standards] (SCNd64): Likewise.
29220         [C99-based-standards] (SCNi64): Likewise.
29221         [C99-based-standards] (SCNo64): Likewise.
29222         [C99-based-standards] (SCNu64): Likewise.
29223         [C99-based-standards] (SCNx64): Likewise.
29224         [C99-based-standards] (PRIdLEAST64): Likewise.
29225         [C99-based-standards] (PRIiLEAST64): Likewise.
29226         [C99-based-standards] (PRIoLEAST64): Likewise.
29227         [C99-based-standards] (PRIuLEAST64): Likewise.
29228         [C99-based-standards] (PRIxLEAST64): Likewise.
29229         [C99-based-standards] (PRIXLEAST64): Likewise.
29230         [C99-based-standards] (SCNdLEAST64): Likewise.
29231         [C99-based-standards] (SCNiLEAST64): Likewise.
29232         [C99-based-standards] (SCNoLEAST64): Likewise.
29233         [C99-based-standards] (SCNuLEAST64): Likewise.
29234         [C99-based-standards] (SCNxLEAST64): Likewise.
29235         [C99-based-standards] (PRIdFAST64): Likewise.
29236         [C99-based-standards] (PRIiFAST64): Likewise.
29237         [C99-based-standards] (PRIoFAST64): Likewise.
29238         [C99-based-standards] (PRIuFAST64): Likewise.
29239         [C99-based-standards] (PRIxFAST64): Likewise.
29240         [C99-based-standards] (PRIXFAST64): Likewise.
29241         [C99-based-standards] (SCNdFAST64): Likewise.
29242         [C99-based-standards] (SCNiFAST64): Likewise.
29243         [C99-based-standards] (SCNoFAST64): Likewise.
29244         [C99-based-standards] (SCNuFAST64): Likewise.
29245         [C99-based-standards] (SCNxFAST64): Likewise.
29246         [C99-based-standards] (PRIdMAX): Likewise.
29247         [C99-based-standards] (PRIiMAX): Likewise.
29248         [C99-based-standards] (PRIoMAX): Likewise.
29249         [C99-based-standards] (PRIuMAX): Likewise.
29250         [C99-based-standards] (PRIxMAX): Likewise.
29251         [C99-based-standards] (PRIXMAX): Likewise.
29252         [C99-based-standards] (SCNdMAX): Likewise.
29253         [C99-based-standards] (SCNiMAX): Likewise.
29254         [C99-based-standards] (SCNoMAX): Likewise.
29255         [C99-based-standards] (SCNuMAX): Likewise.
29256         [C99-based-standards] (SCNxMAX): Likewise.
29257         [C99-based-standards] (PRIdPTR): Likewise.
29258         [C99-based-standards] (PRIiPTR): Likewise.
29259         [C99-based-standards] (PRIoPTR): Likewise.
29260         [C99-based-standards] (PRIuPTR): Likewise.
29261         [C99-based-standards] (PRIxPTR): Likewise.
29262         [C99-based-standards] (PRIXPTR): Likewise.
29263         [C99-based-standards] (SCNdPTR): Likewise.
29264         [C99-based-standards] (SCNiPTR): Likewise.
29265         [C99-based-standards] (SCNoPTR): Likewise.
29266         [C99-based-standards] (SCNuPTR): Likewise.
29267         [C99-based-standards] (SCNxPTR): Likewise.
29268         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29269         allow.
29270         * conform/data/stdint.h-data: Update comments to clarify
29271         requirements.
29272         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29273         type.
29274         [C99-based standards] (INT8_MAX): Likewise.
29275         [C99-based standards] (INT16_MIN): Likewise.
29276         [C99-based standards] (INT16_MAX): Likewise.
29277         [C99-based standards] (INT32_MIN): Likewise.
29278         [C99-based standards] (INT32_MAX): Likewise.
29279         [C99-based standards] (INT64_MIN): Likewise.
29280         [C99-based standards] (INT64_MAX): Likewise.
29281         [C99-based standards] (UINT8_MAX): Likewise.
29282         [C99-based standards] (UINT16_MAX): Likewise.
29283         [C99-based standards] (UINT32_MAX): Likewise.
29284         [C99-based standards] (UINT64_MAX): Likewise.
29285         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29286         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29287         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29288         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29289         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29290         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29291         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29292         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29293         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29294         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29295         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29296         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29297         [C99-based standards] (INT_FAST8_MIN): Likewise.
29298         [C99-based standards] (INT_FAST8_MAX): Likewise.
29299         [C99-based standards] (INT_FAST16_MIN): Likewise.
29300         [C99-based standards] (INT_FAST16_MAX): Likewise.
29301         [C99-based standards] (INT_FAST32_MIN): Likewise.
29302         [C99-based standards] (INT_FAST32_MAX): Likewise.
29303         [C99-based standards] (INT_FAST64_MIN): Likewise.
29304         [C99-based standards] (INT_FAST64_MAX): Likewise.
29305         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29306         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29307         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29308         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29309         [C99-based standards] (INTPTR_MIN): Likewise.
29310         [C99-based standards] (INTPTR_MAX): Likewise.
29311         [C99-based standards] (UINTPTR_MAX): Likewise.
29312         [C99-based standards] (INTMAX_MIN): Likewise.
29313         [C99-based standards] (INTMAX_MAX): Likewise.
29314         [C99-based standards] (UINTMAX_MAX): Likewise.
29315         [C99-based standards] (PTRDIFF_MIN): Likewise.
29316         [C99-based standards] (PTRDIFF_MAX): Likewise.
29317         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29318         [C99-based standards] (SIZE_MAX): Likewise.
29319         [C99-based standards] (WCHAR_MAX): Likewise.
29320         [C99-based standards] (WINT_MAX): Likewise.
29321         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29322         constraint on value.
29323         [C99-based standards] (WCHAR_MIN): Likewise.
29324         [C99-based standards] (WINT_MIN): Likewise.
29325         [C99-based standards] (*_t): Allow.
29326         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29327         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29328         Include math.h-data and complex.h-data.  Remove all expectations
29329         of math.h and complex.h contents.
29330         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29331         at end of line.
29332         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29333         (struct tm): Expect tag.
29334         [C99-based-standards] (wcstof): Expect function.
29335         [C99-based-standards] (wcstold): Likewise.
29336         [C99-based-standards] (wcstoll): Likewise.
29337         [C99-based-standards] (wcstoull): Likewise.
29338         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29339         macro-int-constant.  Specify type.
29340         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29341         constraint on value.
29342         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29343         Specify type.
29344         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29345         Specify value.
29346         [ISO C standards]: Do not allow headers.
29347         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29348         wcs[abcdefghijklmnopqrstuvwxyz]*.
29349         [ISO C standards] (*_t): Do not allow.
29350         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29351         Expect function.
29352         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29353         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29354         Specify type.
29355         [ISO C standards]: Do not allow headers.
29356         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29357         is[abcdefghijklmnopqrstuvwxyz]*.
29358         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29359         to[abcdefghijklmnopqrstuvwxyz]*.
29360         [ISO C standards] (*_t): Do not allow.
29361         * conform/data/stdalign.h-data: New file.
29362         * conform/data/stdbool.h-data: Likewise.
29363         * conform/data/stdnoreturn.h-data: Likewise.
29365 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29367         [BZ #14815]
29368         * manual/filesys.texi (Directory Entries): Typo fix.
29369         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29371 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29373         * elf/elf.h (EM_AARCH64): New macro.
29374         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29375         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29376         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29377         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29378         (R_AARCH64_TLSDESC): Likewise.
29379         (NT_ARM_TLS): Likewise.
29380         (NT_ARM_HW_BREAK): Likewise.
29381         (NT_ARM_HW_WATCH): Likewise.
29383 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29385         [BZ #14811]
29386         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29387         (__ieee754_powl): Saturate nonzero exponents with absolute value
29388         below 0x1p-79 to +/- 0x1p-79.
29389         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29390         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29391         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29392         nonzero exponents with absolute value below 0x1p-32 to +/-
29393         0x1p-32.
29394         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29395         (__ieee754_powl): Saturate nonzero exponents with absolute value
29396         below 0x1p-79 to +/- 0x1p-79.
29397         * math/libm-test.inc (pow_test): Add more tests.
29399 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29401         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29402         _dl_s390_cap_flags with kernel. Increase string length.
29403         (_dl_s390_platforms): Add z196 and zEC12.
29405 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29407         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29408         Change XOPEN21K to XOPEN2K.
29410 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29412         * string/memmove.c: Use memcpy when possible.
29414 2012-11-06  Andreas Jaeger  <aj@suse.de>
29416         * po/eo.po: Update from translation team.
29418 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29420         [BZ #14793]
29421         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29422         exponent and small x and y exponents, scale x or y up.  Increase
29423         by 2 the exponent used in scaling up.
29424         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29425         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29426         * math/libm-test.inc (fma_test): Add more tests.
29427         (fma_test_towardzero): Likewise.
29428         (fma_test_downward): Likewise.
29429         (fma_test_upward): Likewise.
29431 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29433         [BZ #14805]
29434         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29435         fenv_t *.
29437         [BZ #14801]
29438         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29439         namespace for names of struct fields.
29440         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29441         fenv_t fields.
29442         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29443         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29445 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29447         [BZ #3665]
29448         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29450 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29452         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29453         PTR_DEMANGLE.
29455         [BZ #5246]
29456         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29457         PTR_DEMANGLE.
29459 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29461         [BZ #14797]
29462         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29463         definitely overflow as x * y not x * y + z.
29464         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29465         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29466         * math/libm-test.inc (fma_test): Add more tests.
29467         (fma_test_towardzero): Likewise.
29468         (fma_test_downward): Likewise.
29469         (fma_test_upward): Likewise.
29471 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29473         [BZ #157]
29475         * include/stub-tag.h: Remove file.
29476         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29477         '#include' of it.
29478         * manual/maint.texi (Porting): Don't reference it.
29479         * Makerules ($(objpfx)stubs): Likewise.
29480         * dirent/closedir.c: Don't include <stub-tag.h>.
29481         * dirent/dirfd.c: Likewise.
29482         * dirent/fdopendir.c: Likewise.
29483         * dirent/getdents.c: Likewise.
29484         * dirent/getdents64.c: Likewise.
29485         * dirent/opendir.c: Likewise.
29486         * dirent/readdir.c: Likewise.
29487         * dirent/readdir64.c: Likewise.
29488         * dirent/readdir64_r.c: Likewise.
29489         * dirent/readdir_r.c: Likewise.
29490         * dirent/rewinddir.c: Likewise.
29491         * dirent/seekdir.c: Likewise.
29492         * dirent/telldir.c: Likewise.
29493         * gmon/profil.c: Likewise.
29494         * grp/setgroups.c: Likewise.
29495         * inet/if_index.c: Likewise.
29496         * io/access.c: Likewise.
29497         * io/chdir.c: Likewise.
29498         * io/chmod.c: Likewise.
29499         * io/chown.c: Likewise.
29500         * io/close.c: Likewise.
29501         * io/dup.c: Likewise.
29502         * io/dup2.c: Likewise.
29503         * io/dup3.c: Likewise.
29504         * io/euidaccess.c: Likewise.
29505         * io/faccessat.c: Likewise.
29506         * io/fchdir.c: Likewise.
29507         * io/fchmod.c: Likewise.
29508         * io/fchmodat.c: Likewise.
29509         * io/fchown.c: Likewise.
29510         * io/fchownat.c: Likewise.
29511         * io/fcntl.c: Likewise.
29512         * io/flock.c: Likewise.
29513         * io/fstatfs.c: Likewise.
29514         * io/fstatfs64.c: Likewise.
29515         * io/fstatvfs.c: Likewise.
29516         * io/fstatvfs64.c: Likewise.
29517         * io/futimens.c: Likewise.
29518         * io/fxstat.c: Likewise.
29519         * io/fxstat64.c: Likewise.
29520         * io/fxstatat.c: Likewise.
29521         * io/fxstatat64.c: Likewise.
29522         * io/getcwd.c: Likewise.
29523         * io/isatty.c: Likewise.
29524         * io/lchmod.c: Likewise.
29525         * io/lchown.c: Likewise.
29526         * io/link.c: Likewise.
29527         * io/linkat.c: Likewise.
29528         * io/lseek.c: Likewise.
29529         * io/lseek64.c: Likewise.
29530         * io/lxstat64.c: Likewise.
29531         * io/mkdir.c: Likewise.
29532         * io/mkdirat.c: Likewise.
29533         * io/mkfifo.c: Likewise.
29534         * io/mkfifoat.c: Likewise.
29535         * io/open.c: Likewise.
29536         * io/open64.c: Likewise.
29537         * io/openat.c: Likewise.
29538         * io/openat64.c: Likewise.
29539         * io/pipe.c: Likewise.
29540         * io/pipe2.c: Likewise.
29541         * io/poll.c: Likewise.
29542         * io/posix_fadvise.c: Likewise.
29543         * io/posix_fadvise64.c: Likewise.
29544         * io/posix_fallocate.c: Likewise.
29545         * io/posix_fallocate64.c: Likewise.
29546         * io/read.c: Likewise.
29547         * io/readlink.c: Likewise.
29548         * io/readlinkat.c: Likewise.
29549         * io/rmdir.c: Likewise.
29550         * io/sendfile.c: Likewise.
29551         * io/sendfile64.c: Likewise.
29552         * io/statfs.c: Likewise.
29553         * io/statfs64.c: Likewise.
29554         * io/statvfs.c: Likewise.
29555         * io/statvfs64.c: Likewise.
29556         * io/symlink.c: Likewise.
29557         * io/symlinkat.c: Likewise.
29558         * io/ttyname.c: Likewise.
29559         * io/ttyname_r.c: Likewise.
29560         * io/umask.c: Likewise.
29561         * io/unlink.c: Likewise.
29562         * io/unlinkat.c: Likewise.
29563         * io/utime.c: Likewise.
29564         * io/utimensat.c: Likewise.
29565         * io/write.c: Likewise.
29566         * io/xmknod.c: Likewise.
29567         * io/xmknodat.c: Likewise.
29568         * io/xstat.c: Likewise.
29569         * io/xstat64.c: Likewise.
29570         * login/getpt.c: Likewise.
29571         * login/grantpt.c: Likewise.
29572         * login/unlockpt.c: Likewise.
29573         * math/e_acoshl.c: Likewise.
29574         * math/e_acosl.c: Likewise.
29575         * math/e_asinl.c: Likewise.
29576         * math/e_atan2l.c: Likewise.
29577         * math/e_atanhl.c: Likewise.
29578         * math/e_coshl.c: Likewise.
29579         * math/e_expl.c: Likewise.
29580         * math/e_fmodl.c: Likewise.
29581         * math/e_gammal_r.c: Likewise.
29582         * math/e_hypotl.c: Likewise.
29583         * math/e_j0l.c: Likewise.
29584         * math/e_j1l.c: Likewise.
29585         * math/e_jnl.c: Likewise.
29586         * math/e_lgammal_r.c: Likewise.
29587         * math/e_log10l.c: Likewise.
29588         * math/e_log2l.c: Likewise.
29589         * math/e_logl.c: Likewise.
29590         * math/e_powl.c: Likewise.
29591         * math/e_rem_pio2l.c: Likewise.
29592         * math/e_sinhl.c: Likewise.
29593         * math/e_sqrtl.c: Likewise.
29594         * math/fclrexcpt.c: Likewise.
29595         * math/fedisblxcpt.c: Likewise.
29596         * math/feenablxcpt.c: Likewise.
29597         * math/fegetenv.c: Likewise.
29598         * math/fegetexcept.c: Likewise.
29599         * math/fegetround.c: Likewise.
29600         * math/feholdexcpt.c: Likewise.
29601         * math/fesetenv.c: Likewise.
29602         * math/fesetround.c: Likewise.
29603         * math/feupdateenv.c: Likewise.
29604         * math/fgetexcptflg.c: Likewise.
29605         * math/fraiseexcpt.c: Likewise.
29606         * math/fsetexcptflg.c: Likewise.
29607         * math/ftestexcept.c: Likewise.
29608         * math/k_cosl.c: Likewise.
29609         * math/k_rem_pio2l.c: Likewise.
29610         * math/k_sinl.c: Likewise.
29611         * math/k_tanl.c: Likewise.
29612         * math/s_asinhl.c: Likewise.
29613         * math/s_atanl.c: Likewise.
29614         * math/s_cbrtl.c: Likewise.
29615         * math/s_erfl.c: Likewise.
29616         * math/s_expm1l.c: Likewise.
29617         * math/s_log1pl.c: Likewise.
29618         * math/s_tanhl.c: Likewise.
29619         * misc/acct.c: Likewise.
29620         * misc/brk.c: Likewise.
29621         * misc/chflags.c: Likewise.
29622         * misc/chroot.c: Likewise.
29623         * misc/fchflags.c: Likewise.
29624         * misc/fgetxattr.c: Likewise.
29625         * misc/flistxattr.c: Likewise.
29626         * misc/fremovexattr.c: Likewise.
29627         * misc/fsetxattr.c: Likewise.
29628         * misc/fsync.c: Likewise.
29629         * misc/ftruncate.c: Likewise.
29630         * misc/futimes.c: Likewise.
29631         * misc/futimesat.c: Likewise.
29632         * misc/getdomain.c: Likewise.
29633         * misc/getdtsz.c: Likewise.
29634         * misc/gethostid.c: Likewise.
29635         * misc/gethostname.c: Likewise.
29636         * misc/getloadavg.c: Likewise.
29637         * misc/getpagesize.c: Likewise.
29638         * misc/getsysstats.c: Likewise.
29639         * misc/getxattr.c: Likewise.
29640         * misc/gtty.c: Likewise.
29641         * misc/ioctl.c: Likewise.
29642         * misc/lgetxattr.c: Likewise.
29643         * misc/listxattr.c: Likewise.
29644         * misc/llistxattr.c: Likewise.
29645         * misc/lremovexattr.c: Likewise.
29646         * misc/lsetxattr.c: Likewise.
29647         * misc/lutimes.c: Likewise.
29648         * misc/madvise.c: Likewise.
29649         * misc/mincore.c: Likewise.
29650         * misc/mlock.c: Likewise.
29651         * misc/mlockall.c: Likewise.
29652         * misc/mmap.c: Likewise.
29653         * misc/mprotect.c: Likewise.
29654         * misc/msync.c: Likewise.
29655         * misc/munlock.c: Likewise.
29656         * misc/munlockall.c: Likewise.
29657         * misc/munmap.c: Likewise.
29658         * misc/preadv.c: Likewise.
29659         * misc/preadv64.c: Likewise.
29660         * misc/ptrace.c: Likewise.
29661         * misc/pwritev.c: Likewise.
29662         * misc/pwritev64.c: Likewise.
29663         * misc/readv.c: Likewise.
29664         * misc/reboot.c: Likewise.
29665         * misc/remap_file_pages.c: Likewise.
29666         * misc/removexattr.c: Likewise.
29667         * misc/revoke.c: Likewise.
29668         * misc/select.c: Likewise.
29669         * misc/setdomain.c: Likewise.
29670         * misc/setegid.c: Likewise.
29671         * misc/seteuid.c: Likewise.
29672         * misc/sethostid.c: Likewise.
29673         * misc/sethostname.c: Likewise.
29674         * misc/setregid.c: Likewise.
29675         * misc/setreuid.c: Likewise.
29676         * misc/setxattr.c: Likewise.
29677         * misc/sstk.c: Likewise.
29678         * misc/stty.c: Likewise.
29679         * misc/swapoff.c: Likewise.
29680         * misc/swapon.c: Likewise.
29681         * misc/sync.c: Likewise.
29682         * misc/syncfs.c: Likewise.
29683         * misc/syscall.c: Likewise.
29684         * misc/truncate.c: Likewise.
29685         * misc/ualarm.c: Likewise.
29686         * misc/usleep.c: Likewise.
29687         * misc/ustat.c: Likewise.
29688         * misc/utimes.c: Likewise.
29689         * misc/vhangup.c: Likewise.
29690         * misc/writev.c: Likewise.
29691         * posix/_exit.c: Likewise.
29692         * posix/alarm.c: Likewise.
29693         * posix/execve.c: Likewise.
29694         * posix/fexecve.c: Likewise.
29695         * posix/fork.c: Likewise.
29696         * posix/fpathconf.c: Likewise.
29697         * posix/getaddrinfo.c: Likewise.
29698         * posix/getegid.c: Likewise.
29699         * posix/geteuid.c: Likewise.
29700         * posix/getgid.c: Likewise.
29701         * posix/getgroups.c: Likewise.
29702         * posix/getlogin.c: Likewise.
29703         * posix/getlogin_r.c: Likewise.
29704         * posix/getpgid.c: Likewise.
29705         * posix/getpid.c: Likewise.
29706         * posix/getppid.c: Likewise.
29707         * posix/getresgid.c: Likewise.
29708         * posix/getresuid.c: Likewise.
29709         * posix/getsid.c: Likewise.
29710         * posix/getuid.c: Likewise.
29711         * posix/glob64.c: Likewise.
29712         * posix/nanosleep.c: Likewise.
29713         * posix/pathconf.c: Likewise.
29714         * posix/pause.c: Likewise.
29715         * posix/posix_madvise.c: Likewise.
29716         * posix/pread.c: Likewise.
29717         * posix/pread64.c: Likewise.
29718         * posix/pwrite.c: Likewise.
29719         * posix/pwrite64.c: Likewise.
29720         * posix/sched_getaffinity.c: Likewise.
29721         * posix/sched_getp.c: Likewise.
29722         * posix/sched_gets.c: Likewise.
29723         * posix/sched_primax.c: Likewise.
29724         * posix/sched_primin.c: Likewise.
29725         * posix/sched_rr_gi.c: Likewise.
29726         * posix/sched_setaffinity.c: Likewise.
29727         * posix/sched_setp.c: Likewise.
29728         * posix/sched_sets.c: Likewise.
29729         * posix/sched_yield.c: Likewise.
29730         * posix/setgid.c: Likewise.
29731         * posix/setlogin.c: Likewise.
29732         * posix/setpgid.c: Likewise.
29733         * posix/setresgid.c: Likewise.
29734         * posix/setresuid.c: Likewise.
29735         * posix/setsid.c: Likewise.
29736         * posix/setuid.c: Likewise.
29737         * posix/sleep.c: Likewise.
29738         * posix/spawni.c: Likewise.
29739         * posix/sysconf.c: Likewise.
29740         * posix/times.c: Likewise.
29741         * posix/wait.c: Likewise.
29742         * posix/wait3.c: Likewise.
29743         * posix/wait4.c: Likewise.
29744         * posix/waitpid.c: Likewise.
29745         * resolv/gai_sigqueue.c: Likewise.
29746         * resource/getpriority.c: Likewise.
29747         * resource/getrlimit.c: Likewise.
29748         * resource/getrusage.c: Likewise.
29749         * resource/nice.c: Likewise.
29750         * resource/setpriority.c: Likewise.
29751         * resource/setrlimit.c: Likewise.
29752         * resource/ulimit.c: Likewise.
29753         * rt/aio_cancel.c: Likewise.
29754         * rt/aio_fsync.c: Likewise.
29755         * rt/aio_read.c: Likewise.
29756         * rt/aio_sigqueue.c: Likewise.
29757         * rt/aio_suspend.c: Likewise.
29758         * rt/aio_write.c: Likewise.
29759         * rt/clock_getres.c: Likewise.
29760         * rt/clock_gettime.c: Likewise.
29761         * rt/clock_nanosleep.c: Likewise.
29762         * rt/clock_settime.c: Likewise.
29763         * rt/lio_listio.c: Likewise.
29764         * rt/mq_close.c: Likewise.
29765         * rt/mq_getattr.c: Likewise.
29766         * rt/mq_notify.c: Likewise.
29767         * rt/mq_open.c: Likewise.
29768         * rt/mq_receive.c: Likewise.
29769         * rt/mq_send.c: Likewise.
29770         * rt/mq_setattr.c: Likewise.
29771         * rt/mq_timedreceive.c: Likewise.
29772         * rt/mq_timedsend.c: Likewise.
29773         * rt/mq_unlink.c: Likewise.
29774         * rt/shm_open.c: Likewise.
29775         * rt/shm_unlink.c: Likewise.
29776         * rt/timer_create.c: Likewise.
29777         * rt/timer_delete.c: Likewise.
29778         * rt/timer_getoverr.c: Likewise.
29779         * rt/timer_gettime.c: Likewise.
29780         * rt/timer_settime.c: Likewise.
29781         * setjmp/__longjmp.c: Likewise.
29782         * setjmp/setjmp.c: Likewise.
29783         * signal/kill.c: Likewise.
29784         * signal/killpg.c: Likewise.
29785         * signal/raise.c: Likewise.
29786         * signal/sigaction.c: Likewise.
29787         * signal/sigaltstack.c: Likewise.
29788         * signal/sigblock.c: Likewise.
29789         * signal/sigignore.c: Likewise.
29790         * signal/sigintr.c: Likewise.
29791         * signal/signal.c: Likewise.
29792         * signal/sigpause.c: Likewise.
29793         * signal/sigpending.c: Likewise.
29794         * signal/sigqueue.c: Likewise.
29795         * signal/sigreturn.c: Likewise.
29796         * signal/sigset.c: Likewise.
29797         * signal/sigsetmask.c: Likewise.
29798         * signal/sigstack.c: Likewise.
29799         * signal/sigsuspend.c: Likewise.
29800         * signal/sigtimedwait.c: Likewise.
29801         * signal/sigvec.c: Likewise.
29802         * signal/sigwait.c: Likewise.
29803         * signal/sigwaitinfo.c: Likewise.
29804         * signal/sysv_signal.c: Likewise.
29805         * socket/accept.c: Likewise.
29806         * socket/accept4.c: Likewise.
29807         * socket/bind.c: Likewise.
29808         * socket/connect.c: Likewise.
29809         * socket/getpeername.c: Likewise.
29810         * socket/getsockname.c: Likewise.
29811         * socket/getsockopt.c: Likewise.
29812         * socket/isfdtype.c: Likewise.
29813         * socket/listen.c: Likewise.
29814         * socket/recv.c: Likewise.
29815         * socket/recvfrom.c: Likewise.
29816         * socket/recvmsg.c: Likewise.
29817         * socket/send.c: Likewise.
29818         * socket/sendmsg.c: Likewise.
29819         * socket/sendto.c: Likewise.
29820         * socket/setsockopt.c: Likewise.
29821         * socket/shutdown.c: Likewise.
29822         * socket/sockatmark.c: Likewise.
29823         * socket/socket.c: Likewise.
29824         * socket/socketpair.c: Likewise.
29825         * stdio-common/ctermid.c: Likewise.
29826         * stdio-common/cuserid.c: Likewise.
29827         * stdio-common/remove.c: Likewise.
29828         * stdio-common/rename.c: Likewise.
29829         * stdio-common/renameat.c: Likewise.
29830         * stdio-common/tempname.c: Likewise.
29831         * stdlib/getcontext.c: Likewise.
29832         * stdlib/makecontext.c: Likewise.
29833         * stdlib/setcontext.c: Likewise.
29834         * stdlib/swapcontext.c: Likewise.
29835         * stdlib/system.c: Likewise.
29836         * streams/fattach.c: Likewise.
29837         * streams/fdetach.c: Likewise.
29838         * streams/getmsg.c: Likewise.
29839         * streams/getpmsg.c: Likewise.
29840         * streams/putmsg.c: Likewise.
29841         * streams/putpmsg.c: Likewise.
29842         * sysdeps/unix/bsd/getpt.c: Likewise.
29843         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29844         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29845         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29847         Likewise.
29848         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29849         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29850         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29851         * sysvipc/msgctl.c: Likewise.
29852         * sysvipc/msgget.c: Likewise.
29853         * sysvipc/msgrcv.c: Likewise.
29854         * sysvipc/msgsnd.c: Likewise.
29855         * sysvipc/semctl.c: Likewise.
29856         * sysvipc/semget.c: Likewise.
29857         * sysvipc/semop.c: Likewise.
29858         * sysvipc/semtimedop.c: Likewise.
29859         * sysvipc/shmat.c: Likewise.
29860         * sysvipc/shmctl.c: Likewise.
29861         * sysvipc/shmdt.c: Likewise.
29862         * sysvipc/shmget.c: Likewise.
29863         * termios/tcdrain.c: Likewise.
29864         * termios/tcflow.c: Likewise.
29865         * termios/tcflush.c: Likewise.
29866         * termios/tcgetattr.c: Likewise.
29867         * termios/tcgetpgrp.c: Likewise.
29868         * termios/tcsendbrk.c: Likewise.
29869         * termios/tcsetattr.c: Likewise.
29870         * termios/tcsetpgrp.c: Likewise.
29871         * time/adjtime.c: Likewise.
29872         * time/clock.c: Likewise.
29873         * time/getitimer.c: Likewise.
29874         * time/gettimeofday.c: Likewise.
29875         * time/setitimer.c: Likewise.
29876         * time/settimeofday.c: Likewise.
29877         * time/stime.c: Likewise.
29878         * time/time.c: Likewise.
29880 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29882         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29883         /usr/old/bin.
29885         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29886         instead of spaces.
29887         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29889 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29891         [BZ #14796]
29892         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29893         FE_TONEAREST before applying Dekker multiplication and Knuth
29894         addition.  Clear inexact exceptions and check for exact zero
29895         results afterwards.
29896         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29897         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29898         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29899         * math/libm-test.inc (fma_test): Add more tests.
29900         (fma_test_towardzero): Likewise.
29901         (fma_test_downward): Likewise.
29902         (fma_test_upward): Likewise.
29903         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29904         function.
29905         (libc_fesetround): New macro.
29906         (libc_fesetroundf): Likewise.
29907         (libc_fesetroundl): Likewise.
29908         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29909         function.
29910         (libc_fesetround_387): Likewise.
29911         (libc_fesetroundf): New macro.
29912         (libc_fesetround): Likewise.
29913         (libc_fesetroundl): Likewise.
29914         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29915         function.
29916         (libc_fesetroundf): New macro.
29917         (libc_fesetround): Likewise.
29918         (libc_fesetroundl): Likewise.
29919         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29920         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29921         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29922         libm_hidden_ver.
29923         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29924         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29925         libm_hidden_def.
29926         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29927         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29928         libm_hidden_ver.
29929         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29930         libm_hidden_def.
29932         [BZ #3439]
29933         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29934         integer constant usable in #if and use that to give value to enum
29935         constant.
29936         (FE_DIVBYZERO): Likewise.
29937         (FE_UNDERFLOW): Likewise.
29938         (FE_OVERFLOW): Likewise.
29939         (FE_INVALID): Likewise.
29940         (FE_INVALID_SNAN): Likewise.
29941         (FE_INVALID_ISI): Likewise.
29942         (FE_INVALID_IDI): Likewise.
29943         (FE_INVALID_ZDZ): Likewise.
29944         (FE_INVALID_IMZ): Likewise.
29945         (FE_INVALID_COMPARE): Likewise.
29946         (FE_INVALID_SOFTWARE): Likewise.
29947         (FE_INVALID_SQRT): Likewise.
29948         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29949         (FE_TONEAREST): Likewise.
29950         (FE_TOWARDZERO): Likewise.
29951         (FE_UPWARD): Likewise.
29952         (FE_DOWNWARD): Likewise.
29953         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29954         (FE_DIVBYZERO): Likewise.
29955         (FE_OVERFLOW): Likewise.
29956         (FE_UNDERFLOW): Likewise.
29957         (FE_INEXACT): Likewise.
29958         (FE_TONEAREST): Likewise.
29959         (FE_DOWNWARD): Likewise.
29960         (FE_UPWARD): Likewise.
29961         (FE_TOWARDZERO): Likewise.
29962         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29963         (FE_UNDERFLOW): Likewise.
29964         (FE_OVERFLOW): Likewise.
29965         (FE_DIVBYZERO): Likewise.
29966         (FE_INVALID): Likewise.
29967         (FE_TONEAREST): Likewise.
29968         (FE_TOWARDZERO): Likewise.
29969         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29970         (FE_OVERFLOW): Likewise.
29971         (FE_UNDERFLOW): Likewise.
29972         (FE_DIVBYZERO): Likewise.
29973         (FE_INEXACT): Likewise.
29974         (FE_TONEAREST): Likewise.
29975         (FE_TOWARDZERO): Likewise.
29976         (FE_UPWARD): Likewise.
29977         (FE_DOWNWARD): Likewise.
29978         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29979         (FE_DIVBYZERO): Likewise.
29980         (FE_OVERFLOW): Likewise.
29981         (FE_UNDERFLOW): Likewise.
29982         (FE_INEXACT): Likewise.
29983         (FE_TONEAREST): Likewise.
29984         (FE_DOWNWARD): Likewise.
29985         (FE_UPWARD): Likewise.
29986         (FE_TOWARDZERO): Likewise.
29988 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29990         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29992 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29994         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29995         commands.  Quote $PWD.
29996         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29997         -x" by "export".
29998         (remove_newlines): Remove.
30000 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
30002         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30003         * stdlib/stdlib.h (atof): Moved to ...
30004         * include/bits/stdlib-float.h: Here.  New file.
30005         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30006         * stdlib/bits/stdlib-float.h: New file.
30007         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30008         -mno-sse -mno-mmx.
30009         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30010         <xmmintrin.h>.
30012 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30014         * conform/conformtest.pl (@headers): Add fenv.h.
30015         * conform/data/fenv.h-data: New file.
30016         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30017         include of <math/fenv.h>.
30019         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30020         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30021         && !UNIX98].  Enables tests for XOPEN2K8.
30022         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30023         POSIX2008]: Likewise.
30025         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30026         (struct rusage): Do not expect type or its members.
30028         [BZ #3439]
30029         * math/math.h (FP_NAN): Define macro to integer constant usable in
30030         #if and use that to give value to enum constant.
30031         (FP_INFINITE): Likewise.
30032         (FP_ZERO): Likewise.
30033         (FP_SUBNORMAL): Likewise.
30034         (FP_NORMAL): Likewise.
30036 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30038         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30039         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30040         arguments.
30042 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30044         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30045         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30046         autoconf-time if not.
30047         * configure.in: Remove AC_PREREQ.
30049 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30051         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30052         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30053         of the internal implementation.
30055 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30057         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30058         except include of <misc/sys/syslog.h>.
30060 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30063         function returns with a NULL context exit with zero.
30065 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30067         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30069 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30071         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30072         (run_program_cmd): This.
30073         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30074         (tst_langinfo): New variable.  Use it.
30076 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30078         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30079         floating point opcodes.
30081 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30083         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30084         variable.
30086         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30088         * sysdeps/mach/hurd/powerpc: Remove directory.
30089         * sysdeps/mach/powerpc: Likewise.
30091 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30093         * scripts/check-local-headers.sh: Ignore c++ headers.
30095 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30097         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30098         __libc_cleanup_region_start argument.
30100 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30102         [BZ #14784]
30103         [BZ #14785]
30104         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30105         x * y using scaling, not as x * y + z.
30106         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30107         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30108         * math/libm-test.inc (fma_test): Add more tests.
30109         (fma_test_towardzero): Likewise.
30110         (fma_test_downward): Likewise.
30111         (fma_test_upward): Likewise.
30113 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30115         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30117 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30119         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30120         New variable.
30122 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30124         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30126 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30129         Fix sort order.
30130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30131         Likewise.
30133 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30136         Fix the order of the list for glibc 2.17.
30137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30138         Likewise.
30140 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30144 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30146         [BZ #14610]
30147         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30148         for low part of x being zero before using __atanl (y).
30149         * math/libm-test.inc (atan2_test): Add another test.
30151         * manual/install.texi (Configuring and compiling): Document
30152         general use of test-wrapper and test-wrapper-env.
30153         * INSTALL: Regenerated.
30155         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30156         (__fma): 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-128/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         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30164         (__fmal): Do not extract and scale down low bits on after-rounding
30165         systems when result rounded to normal precision would have normal
30166         exponent.
30167         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30168         macro.
30169         (fma_test): Add more tests.
30170         (fma_test_towardzero): Likewise.
30171         (fma_test_downward): Likewise.
30172         (fma_test_upward): Likewise.
30174 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30176         * sysdeps/i386/tininess.h: Renamed to ...
30177         * sysdeps/x86/tininess.h: This.
30178         * sysdeps/x86_64/tininess.h: Removed.
30180 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30182         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30183         input.  Use $(build-program-cmd).
30184         ($(objpfx)tst-array1-static.out): Likewise.
30185         ($(objpfx)tst-array2.out): Likewise.
30186         ($(objpfx)tst-array3.out): Likewise.
30187         ($(objpfx)tst-array4.out): Likewise.
30188         ($(objpfx)tst-array5.out): Likewise.
30189         ($(objpfx)tst-array5-static.out): Likewise.
30191 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30193         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30194         if defined.
30196         * nss/nsswitch.h (nss_interface_function): Provide new
30197         macro for use with NSS functions.
30198         * grp/initgroups.c: Use new macro.
30199         * nss/getXXbyYY.c: Likewise.
30200         * nss/getXXbyYY_r.c: Likewise.
30201         * nss/getXXent.c: Likewise.
30202         * nss/getXXent_r.c: Likewise.
30203         * sysdeps/posix/getaddrinfo.c: Likewise.
30205 2012-10-30  Andreas Jaeger  <aj@suse.de>
30207         * po/ru.po: Update Russion translation from translation project.
30209 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30211         [BZ #14152]
30212         [BZ #14783]
30213         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30214         result and shift together with sticky bit instead of replicating
30215         round-to-nearest rounding.
30216         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30217         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30218         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30219         missing underflow exceptions.
30220         (fma_test_towardzero): Add more tests.
30221         (fma_test_downward): Likewise.
30222         (fma_test_upward): Likewise.
30224         [BZ #14047]
30225         * sysdeps/generic/tininess.h: New file.
30226         * sysdeps/i386/tininess.h: Likewise.
30227         * sysdeps/sh/tininess.h: Likewise.
30228         * sysdeps/x86_64/tininess.h: Likewise.
30229         * stdlib/tst-strtod-underflow.c: Likewise.
30230         * stdlib/tst-tininess.c: Likewise.
30231         * stdlib/strtod_l.c: Include <tininess.h>.
30232         (round_and_return): Do not set errno for exact underflow cases.
30233         Force an underflow exception when setting errno for underflow.
30234         Determine underflow based on rounding to normal precision if
30235         TININESS_AFTER_ROUNDING.
30236         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30237         ERANGE for exact underflow cases.
30238         * stdlib/Makefile (tests): Add tst-tininess and
30239         tst-strtod-underflow.
30240         ($(objpfx)tst-tininess): Use $(link-libm).
30241         ($(objpfx)tst-strtod-underflow): Likewise.
30243 2012-10-30  Andreas Jaeger  <aj@suse.de>
30245         [BZ#14767]
30246         * elf/Makefile (tests): Remove conditional for have-initfini-array
30247         since this is now always required and the variable does not exist
30248         anymore.
30249         (tests-static): Likewise.
30250         (modules-names): Likewise.
30252         * po/eo.po: Add Esperanto translation from translation project.
30254         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30255         merged with constructor/destructor.
30256         (init_array): Likewise.
30257         * elf/tst-array2dep.c (fini_array): Likewise.
30258         (init_array): Likewise.
30260 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30262         * manual/message.texi: Delete @cartouche tags.
30264 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30266         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30267         EOPNOTSUPP.
30268         * sysdeps/mach/hurd/fsync.c: Likewise.
30270         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30271         [_POSIX_REALTIME_SIGNALS]: Change condition to
30272         [_POSIX_REALTIME_SIGNALS > 0].
30274 2012-10-27  Andreas Jaeger  <aj@suse.de>
30276         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30277         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30278         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30279         [__WORDSIZE != 64]: Likewise.
30281 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30283         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30284         *  iconvdata/tst-tables.sh: Likewise.
30286 2012-10-25  David S. Miller  <davem@davemloft.net>
30288         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30289         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30290         of strtoull.
30292         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30293         ifunc-impl-list.c
30294         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30295         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30296         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30297         file.
30299 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30301         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30302         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30303         __getdirentries.
30305 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30306             Jim Blandy  <jimb@codesourcery.com>
30308         * scripts/cross-test-ssh.sh: New file.
30309         * manual/install.texi (Configuring and compiling): Document use of
30310         cross-test-ssh.sh.
30311         * INSTALL: Regenerated.
30313 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30315         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30316         EOPNOTSUPP.
30318 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30320         * Makeconfig (run-program-prefix): Fix comment.
30322 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30323             Jim Blandy  <jimb@codesourcery.com>
30325         * Makeconfig (test-wrapper): New variable,
30326         (test-wrapper-env): Likewise.
30327         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30328         (run-built-tests): Define to yes.
30329         (run-program-prefix): Use $(test-wrapper).
30330         (built-program-cmd): Likewise.
30331         * Rules (make-test-out): Use $(test-wrapper-env) and
30332         $(host-built-program-cmd).
30333         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30334         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30335         tst-pathopt.sh.
30336         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30337         $(test-wrapper-env) to tst-rtld-load-self.sh.
30338         ($(objpfx)order2.out): Use $(test-wrapper).
30339         ($(objpfx)tst-initorder.out): Likewise.
30340         ($(objpfx)tst-initorder2.out): Likewise.
30341         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30342         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30343         (test_wrapper_env): New variable.  Use it to run ld.so.
30344         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30345         Use it to run ld.so.
30346         (test_wrapper_env): Likewise.
30347         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30348         $(test-wrapper) to run-iconv-test.sh.
30349         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30350         (ICONV): Use $test_wrapper.
30351         * posix/Makefile ($(objpfx)globtest.out): Pass
30352         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30353         globtest.sh, not $(run-program-prefix).
30354         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30355         (test_wrapper): Likewise.
30356         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30357         set together with run_via_rtld_prefix.
30358         (run_program_prefix): Define in terms of test_wrapper and
30359         run_via_rtld_prefix.
30361 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30363         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30364         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30365         Targets removed.
30367         [BZ #14743]
30368         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30369         Declare __clock_getres, __clock_gettime, __clock_settime,
30370         __clock_nanosleep, and __clock_getcpuclockid.
30371         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30372         Remove librt_hidden_def (clock_gettime).
30373         * sysdeps/unix/clock_gettime.c: Likewise.
30374         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30375         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30376         * rt/clock_getres.c: Define __clock_getres as an alias.
30377         * sysdeps/posix/clock_getres.c: Likewise.
30378         * rt/clock_settime.c: Define __clock_settime as an alias.
30379         * sysdeps/unix/clock_settime.c: Likewise.
30380         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30381         * sysdeps/unix/clock_nanosleep.c: Likewise.
30382         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30383         * rt/clock-compat.c: New file.
30384         * rt/Makefile (librt-routines): Add clock-compat and move
30385         $(clock-routines) to ...
30386         (routines): ... here, new variable.
30387         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30388         Don't add get_clockfreq here.
30389         * rt/Versions (libc: GLIBC_2.17): New version set.
30390         Add clock_* symbols here.
30391         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30392         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30393         (GLIBC_2.17): Add clock_* symbols.
30394         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30396         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30398         Likewise.
30399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30400         Likewise.
30401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30402         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30403         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30404         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30405         * NEWS: Mention the move.
30407         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30408         Use __open, __read, __close rather than their public counterparts.
30409         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30410         (__get_clockfreq_via_cpuinfo): Likewise.
30411         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30412         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30414         * config.h.in (HAVE_IFUNC): New #undef.
30415         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30416         was successful.
30417         * configure: Regenerated.
30419 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30421         * configure.in: Move READELF check to start of file.
30422         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30423         libc_cv_asm_gnu_indirect_function in the process.
30424         * configure: Regenerated.
30426 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30428         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30429         send the output to /dev/null.
30430         (libc_cv_cc_with_libunwind): Likewise.
30431         (libc_cv_as_noexecstack): Likewise.
30432         * configure: Regenerate.
30434 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30436         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30438         * posix/globtest.sh (TMPDIR): Do not set.
30439         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30440         (testout): Likewise.
30442 2012-10-24  Andreas Jaeger  <aj@suse.de>
30444         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30445         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30446         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30447         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30448         posix_fadvise64, posix_fallocate64.
30450         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30451         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30452         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30453         Likewise.
30454         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30455         Likewise.
30456         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30458         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30459         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30460         <bits/fcntl-linux.h>.
30461         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30463         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30464         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30465         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30466         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30467         [__WORDSIZE != 64]: Likewise.
30469 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30471         * Makeconfig (run-built-tests): New variable.
30472         * Rules [$(cross-compiling) = yes]: Change condition to
30473         [$(run-built-tests) = no].
30474         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30475         to [$(run-built-tests) = yes].
30476         * elf/Makefile [$(cross-compiling) = no]: Likewise
30477         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30478         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30479         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30480         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30481         * io/Makefile [$(cross-compiling) = no]: Likewise.
30482         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30483         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30484         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30485         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30486         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30487         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30488         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30489         * string/Makefile [$(cross-compiling) = no]: Likewise.
30491         * posix/Makefile ($(objpfx)globtest.out): Pass
30492         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30493         $(rtld-installed-name).
30494         * posix/globtest.sh (elf_objpfx): Remove variable.
30495         (rtld_installed_name): Likewise.
30496         (library_path): Likewise.
30497         (run_program_prefix): New variable.  Use for running globtest
30498         binary.
30500 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30501             Joseph Myers  <joseph@codesourcery.com>
30503         * Makeconfig (host-built-program-cmd): New variable.
30504         * elf/Makefile (tst-stackguard1-ARGS): Use
30505         $(host-built-program-cmd).
30506         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30507         (tst-spawn-ARGS): Likewise.
30508         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30510 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30511             Jim Blandy  <jimb@codesourcery.com>
30513         * Makeconfig (run-via-rtld-prefix): New variable.
30514         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30515         (built-program-cmd): Likewise.
30517 2012-10-22  Andreas Jaeger  <aj@suse.de>
30519         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30520         __O_RSYNC if it exists, otherwise to O_SYNC.
30522 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30523             Joseph Myers  <joseph@codesourcery.com>
30525         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30526         /dev/null.
30527         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30528         from /dev/null
30529         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30530         /dev/null.
30532 2012-10-22  Andreas Jaeger  <aj@suse.de>
30534         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30535         Define always.
30536         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30538         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30539         bits/fcntl-linux.h.
30541         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30542         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30544         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30545         to __O_LARGEFILE.
30546         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30547         to __O_LARGEFILE.
30549 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30550             Joseph Myers  <joseph@codesourcery.com>
30552         * config.make.in (NM): New variable.
30554 2012-10-21  Andreas Jaeger  <aj@suse.de>
30556         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30557         definitions and declarations that are provided by
30558         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30560 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30562         [BZ #14683]
30563         * elf/Makefile (tests-static): Add tst-leaks1-static.
30564         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30565         ($(objpfx)tst-leaks1-static): New rule.
30566         ($(objpfx)tst-leaks1-static-mem): Likewise.
30567         (tst-leaks1-static-ENV): New macro.
30568         * elf/dl-open.c (dl_open_worker): Check the main application
30569         only if SHARED is defined.
30570         * elf/tst-leaks1-static.c: New file.
30572 2012-10-20  Andreas Jaeger  <aj@suse.de>
30574         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30575         generic values for Linux.
30576         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30577         and declarations that are provided by <bits/fcntl-linux.h> and
30578         include <bits/fcntl-linux.h>.
30579         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30580         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30582 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30584         * io/fcntl.h: Move include of <bits/types.h> to the top and
30585         include it unconditionally.
30587 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30589         * wcsmbs/Makefile (tests-ifunc): New variable.
30590         (tests): Add $(tests-ifunc).
30591         * wcsmbs/test-wcschr-ifunc.c: New file.
30592         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30593         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30594         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30595         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30596         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30598         * string/Makefile (tests-ifunc): New variable.
30599         (tests): Add $(tests-ifunc).
30600         * string/test-memccpy.c (TEST_NAME): New macro.
30601         * string/test-memchr.c (TEST_NAME): Likewise.
30602         * string/test-memcmp.c (TEST_NAME): Likewise.
30603         * string/test-memcpy.c (TEST_NAME): Likewise.
30604         * string/test-memmem.c (TEST_NAME): Likewise.
30605         * string/test-memmove.c (TEST_NAME): Likewise.
30606         * string/test-memset.c (TEST_NAME): Likewise.
30607         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30608         * string/test-stpcpy.c (TEST_NAME): Likewise.
30609         * string/test-stpncpy.c (TEST_NAME): Likewise.
30610         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30611         * string/test-strcasestr.c (TEST_NAME): Likewise.
30612         * string/test-strcat.c (TEST_NAME): Likewise.
30613         * string/test-strchr.c (TEST_NAME): Likewise.
30614         * string/test-strcmp.c(TEST_NAME): Likewise.
30615         * string/test-strcpy.c (TEST_NAME): Likewise.
30616         * string/test-strcspn.c (TEST_NAME): Likewise.
30617         * string/test-strlen.c (TEST_NAME): Likewise.
30618         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30619         * string/test-strncmp.c (TEST_NAME): Likewise.
30620         * string/test-strncpy.c (TEST_NAME): Likewise.
30621         * string/test-strnlen.c (TEST_NAME): Likewise.
30622         * string/test-strpbrk.c (TEST_NAME): Likewise.
30623         * string/test-strrchr.c (TEST_NAME): Likewise.
30624         * string/test-strspn.c (TEST_NAME): Likewise.
30625         * string/test-strstr.c (TEST_NAME): Likewise.
30626         * string/test-bcopy-ifunc.c: New file.
30627         * string/test-bzero-ifunc.c: Likewise.
30628         * string/test-memccpy-ifunc.c: Likewise.
30629         * string/test-memchr-ifunc.c: Likewise.
30630         * string/test-memcmp-ifunc.c: Likewise.
30631         * string/test-memcpy-ifunc.c: Likewise.
30632         * string/test-memmem-ifunc.c: Likewise.
30633         * string/test-memmove-ifunc.c: Likewise.
30634         * string/test-mempcpy-ifunc.c: Likewise.
30635         * string/test-memset-ifunc.c: Likewise.
30636         * string/test-rawmemchr-ifunc.c: Likewise.
30637         * string/test-stpcpy-ifunc.c: Likewise.
30638         * string/test-stpncpy-ifunc.c: Likewise.
30639         * string/test-strcasecmp-ifunc.c: Likewise.
30640         * string/test-strcasestr-ifunc.c: Likewise.
30641         * string/test-strcat-ifunc.c: Likewise.
30642         * string/test-strchr-ifunc.c: Likewise.
30643         * string/test-strchrnul-ifunc.c: Likewise.
30644         * string/test-strcmp-ifunc.c: Likewise.
30645         * string/test-strcpy-ifunc.c: Likewise.
30646         * string/test-strcspn-ifunc.c: Likewise.
30647         * string/test-strlen-ifunc.c: Likewise.
30648         * string/test-strncasecmp-ifunc.c: Likewise.
30649         * string/test-strncat-ifunc.c: Likewise.
30650         * string/test-strncmp-ifunc.c: Likewise.
30651         * string/test-strncpy-ifunc.c: Likewise.
30652         * string/test-strnlen-ifunc.c: Likewise.
30653         * string/test-strpbrk-ifunc.c: Likewise.
30654         * string/test-strrchr-ifunc.c: Likewise.
30655         * string/test-strspn-ifunc.c: Likewise.
30656         * string/test-strstr-ifunc.c: Likewise.
30658         * debug/Makefile (tests-ifunc): New variable.
30659         (tests): Add $(tests-ifunc).
30660         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30661         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30662         * debug/test-stpcpy_chk-ifunc.c: New file.
30663         * debug/test-strcpy_chk-ifunc.c: Likewise.
30665 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30667         [BZ #13601]
30668         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30669         header is not read in.
30671 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30673         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30674         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30675         directly.  Pass built executable to script as
30676         $(built-program-cmd).
30677         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30678         $testprogram without using LD_LIBRARY_PATH and $ldso.
30680         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30681         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30682         $(rtld-installed-name).
30683         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30684         (rtld_installed_name): Likewise.
30685         (library_path): Likewise.
30686         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30687         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30688         $(run-program-prefix) to tst-tables.sh.
30689         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30690         it to run tst-table-from and tst-table-to.
30691         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30692         Pass it to tst-table.sh.
30693         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30694         $(run-program-prefix) to tst-gettext.sh.
30695         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30696         tst-translit.sh.
30697         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30698         tst-gettext2.sh.
30699         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30700         to run tst-gettext.
30701         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30702         to run tst-gettext2.
30703         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30704         to run tst-translit.
30705         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30706         $(run-program-prefix) to tst-mtrace.sh.
30707         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30708         to run tst-mtrace.
30709         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30710         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30711         $(rtld-installed-name).
30712         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30713         (rtld_installed_name): Likewise.
30714         (run_program_prefix): New variable.  Use it to run wordexp-test.
30716         * Makeconfig (ARCH): Remove all definitions.
30717         (machine): Likewise.
30718         [ARCH]: Remove conditional code.
30719         [!objdir]: Give error.
30720         [!objdir] (objpfx): Remove.
30721         [!objdir] (common-objpfx): Likewise.
30722         [!objdir] (common-objdir): Likewise.
30723         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30724         AC_CONFIG_FILES call.
30725         * configure: Regenerated.
30727         [BZ #13888]
30728         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30729         or TMPDIR.
30730         (testout): Likewise.
30732         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30733         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30734         $(rtld-installed-name).
30735         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30736         (rtld_installed_name): Likwise.
30737         (runit): Remove function.
30738         (run_getconf): New variable,  Use it for running getconf binary.
30740 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30742         [BZ #14716]
30743         * string/test-memmem.c (check_result): New function.
30744         (do_one_test): Use it.
30745         (check1): New function.
30746         (test_main): Use it.
30748 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30750         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30752 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30754         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30755         (_G_LSEEK64): Likewise.
30756         (_G_MMAP64): Likewise.
30757         (_G_FSTAT64): Likewise.
30758         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30759         (_G_LSEEK64): Likewise.
30760         (_G_MMAP64): Likewise.
30761         (_G_FSTAT64): Likewise.
30762         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30763         unconditional.  Call __mmap64 directly.
30764         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30765         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30766         __lseek64 directly.
30767         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30768         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30769         __mmap64 directly.
30770         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30771         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30772         __lseek64 directly.
30773         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30774         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30775         __lseek64 directly.
30776         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30777         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30778         __lseek64 directly.
30779         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30780         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30781         __fxstat64 directly.
30782         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30783         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30784         unconditional.
30785         (freopen64) [!_G_OPEN64]: Remove conditional code.
30786         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30787         unconditional.
30788         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30789         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30790         unconditional.
30791         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30792         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30793         unconditional.
30794         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30795         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30796         unconditional.
30797         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30798         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30799         unconditional.
30800         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30801         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30802         unconditional.
30803         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30804         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30805         unconditional.
30806         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30808 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30810         [BZ #12140]
30811         * manual/memory.texi (Malloc Tunable Parameters): Add note
30812         about free list pointers overwriting some perturb bytes.
30813         Wording suggested by Roland McGrath.
30815 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30817         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30818         (lgamma_test): Likewise.
30819         (tgamma_test): Likewise.
30821 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30823         [BZ #14700]
30824         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30825         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30827 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30829         * NEWS: Mention BZ #14716.
30830         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30831         when removing AVAILABLE1_USES_J macro.
30833 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30835         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30836         (__bswap_64): __uint64_t for unsigned 64-bit int.
30838 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30840         * include/string.h (memmem): Declare libc hidden alias.
30841         * string/memmem.c (memmem): Define libc hidden alias.
30842         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30843         __read, __close instead of open, read, close.
30845 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30847         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30848         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30849         global and hidden.
30850         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30851         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30852         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30853         Likewise.
30854         (__rawmemchr_sse2): Likewise.
30855         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30856         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30857         (__strchr_sse2): Likewise.
30858         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30859         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30860         (__strcasecmp_sse2): Likewise.
30861         (__strncasecmp_sse2): Likewise.
30862         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30863         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30864         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30865         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30866         (__strrchr_sse2): Likewise.
30867         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30868         ifunc-impl-list.c.
30869         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30870         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30871         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30872         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30873         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30874         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30875         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30876         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30877         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30878         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30879         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30880         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30881         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30882         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30883         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30884         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30885         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30886         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30887         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30888         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30889         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30890         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30891         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30892         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30893         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30894         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30895         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30896         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30897         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30898         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30900         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30901         global and hidden.
30902         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30903         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30904         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30905         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30906         Likewise.
30907         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30908         Likewise.
30909         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30910         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30911         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30912         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30913         ifunc-impl-list.c.
30914         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30915         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30916         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30917         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30918         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30919         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30920         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30921         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30922         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30923         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30924         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30925         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30926         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30927         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30928         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30929         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30930         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30931         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30932         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30933         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30934         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30935         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30936         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30937         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30938         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30939         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30940         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30941         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30942         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30943         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30944         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30945         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30946         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30947         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30948         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30949         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30950         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30951         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30952         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30953         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30954         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30956         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30957         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30958         * include/ifunc-impl-list.h: New file.
30959         * misc/ifunc-impl-list.c: Likewise.
30960         * misc/Makefile (routines): Add ifunc-impl-list.
30961         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30962         * string/test-string.h: Include <ifunc-impl-list.h>.
30963         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30964         TEST_NAME]: New variables.
30965         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30966         are defined.
30967         (test_init): Call __libc_ifunc_impl_list to initialize
30968         func_list if TEST_IFUNC and TEST_NAME are defined.
30970         * string/Makefile (strop-tests): Add bcopy and bzero.
30971         * string/test-bcopy.c: New file.
30972         * string/test-bzero.c: Likewise.
30973         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30974         defined.
30975         * string/test-memset.c: Support bzero test if TEST_BZERO is
30976         defined.
30977         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30978         __libc_memmove.
30979         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30980         __libc_memset.
30981         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30982         of memset.
30984 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30986         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30987         * configure: Regenerated.
30989         * Makeconfig (+link-static-before-libc): Don't include
30990         $(link-static-libc).
30992         * libio/libio.h (_IO_pos_t): Remove.
30994 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30996         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30997         McGrath.
30999 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31001         * crypt/crypt-entry.c: Include fips-private.h.
31002         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31003         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31004         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31005         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31007 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31009         * crypt/crypt-private.h: Include stdbool.h.
31010         (_ufc_setup_salt_r): Return bool.
31011         * crypt/crypt-entry.c: Include errno.h.
31012         (__crypt_r): Return NULL with EINVAL for bad salt.
31013         * crypt/crypt_util.c (bad_for_salt): New.
31014         (_ufc_setup_salt_r): Check that salt is long enough and within
31015         the specified alphabet.
31016         * crypt/badsalttest.c: New file.
31017         * crypt/Makefile (tests): Add it.
31018         ($(objpfx)badsalttest): New.
31020 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31022         * NEWS: Add entry for BZ #14602.
31024 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31026         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31027         type-generic.
31028         * math/libm-test.inc: Update comment listing what functions and
31029         macros are tested.
31030         (isgreater_test): New function.
31031         (isgreaterequal_test): Likewise.
31032         (isless_test): Likewise.
31033         (islessequal_test): Likewise.
31034         (islessgreater_test): Likewise.
31035         (isunordered_test): Likewise.
31036         (main): Call the new functions.
31038 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31040         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31041         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31042         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31043         * sysdeps/i386/configure: Regenerated.
31044         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31045         * sysdeps/mach/configure: Regenerated.
31046         * sysdeps/mach/hurd/configure: Regenerated.
31047         * sysdeps/powerpc/configure: Regenerated.
31048         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31049         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31050         * sysdeps/s390/s390-32/configure: Regenerated.
31051         * sysdeps/s390/s390-64/configure: Regenerated.
31052         * sysdeps/sh/configure: Regenerated.
31053         * sysdeps/sparc/configure: Regenerated.
31054         * sysdeps/unix/sysv/linux/configure: Regenerated.
31055         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31056         * sysdeps/x86_64/configure: Regenerated.
31058         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31059         defined.  Don't check if MAP is NULL.
31061 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31063         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31064         (_G_stat64): Likewise.
31065         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31066         (_G_stat64): Likewise.
31067         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31068         instead of struct _G_stat64.
31069         * libio/fileops.c (mmap_remap_check): Likewise.
31070         (decide_maybe_mmap): Likewise.
31071         (_IO_new_file_seekoff): Likewise.
31072         (_IO_file_stat): Likewise.
31073         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31074         _G_off64_t.
31075         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31076         instead of struct _G_stat64.
31077         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31079 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31081         [BZ #14602]
31082         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31083         Replace with ...
31084         (CHECK_EOL): New macro.
31085         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31086         CHECK_EOL.
31087         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31088         Replace with CHECK_EOL.
31089         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31090         Replace with CHECK_EOL.
31092 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31094         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31095         type-generic.
31096         * math/libm-test.inc: Update comment listing what functions and
31097         macros are tested.
31098         (finite_test): New function.
31099         (isinf_test): Likewise.
31100         (isnan_test): Likewise.
31101         (fpclassify_test): Test subnormal input.
31102         (isfinite_test): Likewise.
31103         (isnormal_test): Likewise.
31104         (main): Call the new functions.
31106 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31108         [BZ #14660]
31109         * Makerules (%.dynsym): Force C locale when running
31110         $(OBJDUMP) --dynamic-syms.
31112 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31114         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31115         <stdint.h>.
31117 2012-10-06  David S. Miller  <davem@davemloft.net>
31119         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31120         upper 32-bits of the length value in %o2 since we use branch-on-register
31121         tests which consider the entire 64-bit register.
31123 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31125         * string/test-strstr.c (check2): Add a test for page boundary.
31127 2012-10-05  David S. Miller  <davem@davemloft.net>
31129         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31130         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31131         file.
31132         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31133         sysdep_routines.
31134         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31135         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31136         and bzero when HWCAP_SPARC_CRYPTO is present.
31138 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31140         [BZ #14602]
31141         * string/test-strstr.c (check2): New function.
31142         (test_main): Call check2.
31144         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31145         and bug-strchr1.
31146         * string/bug-strcasestr1.c (do_test): Moved to ...
31147         * string/test-strcasestr.c (check1): Here.  New function.
31148         (do_one_test): Break out result checking code into ...
31149         (check_result): This.  New function.
31150         (do_one_test): Call check_result.
31151         (test_main): Call check1.
31152         * string/bug-strchr1.c (do_test): Moved to ...
31153         * string/test-strchr.c (check1): Here.  New function.
31154         (do_one_test): Break out result checking code into ...
31155         (check_result): This.  New function.
31156         (do_one_test): Call check_result.
31157         (test_main): Call check1.
31158         * string/bug-strstr1.c (main): Moved to ...
31159         * string/test-strstr.c (check1): Here.  New function.
31160         (do_one_test): Break out result checking code into ...
31161         (check_result): This.  New function.
31162         (do_one_test): Call check_result.
31163         (test_main): Call check1.
31164         * string/bug-strcasestr1.c: Removed.
31165         * string/bug-strchr1.c: Likewise.
31166         * string/bug-strstr1.c: Likewise.
31168         * elf/Makefile (dl-routines): Add hwcaps.
31169         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31170         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31171         (_dl_important_hwcaps): Moved to ...
31172         * elf/dl-hwcaps.c: Here.  New file.
31173         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31175         [BZ #14557]
31176         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31177         if IS_IN_rtld isn't defined.
31179         * elf/dl-support.c (_dl_sysinfo_map): New.
31180         Include "get-dynamic-info.h" and "setup-vdso.h".
31181         (_dl_non_dynamic_init): Call setup_vdso.
31182         * elf/dynamic-link.h: Don't include <assert.h>.
31183         (elf_get_dynamic_info): Moved to ...
31184         * elf/get-dynamic-info.h: Here.  New file.
31185         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31186         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31187         * elf/setup-vdso.h: Here.  New file.
31188         * elf/rtld.c: Include "setup-vdso.h".
31189         (dl_main): Call setup_vdso.
31191 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31193         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31194         creal in comment listing functions tested.  List finite, isinf,
31195         isnan, isless, islessequal, isgreater, isgreaterequal,
31196         islessgreater, isunordered, lgamma_r and pow10 as functions and
31197         macros not tested.  Mention which functions not tested are aliases
31198         for other functions.  Fix typo.  Note that signs of NaNs are not
31199         tested.
31201         * scripts/config.guess: Update from config.git.
31202         * scripts/config.sub: Likewise.
31204 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31206         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31207         * misc/madvise.c (madvise): Renamed to __madvise.
31208         Make madvise a weak alias.
31209         * include/sys/mman.h: Declare __madvise.
31210         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31211         * sysdeps/unix/syscalls.list
31212         (madvise): Make __madvise the strong name, and madvise a weak alias.
31213         * sysdeps/unix/sysv/linux/syscalls.list
31214         (madvise, mmap): Remove redundant entries.
31215         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31216         * malloc/malloc.c (mtrim): Likewise.
31217         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31219 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31221         * sysdeps/mach/hurd/dl-cache.c: File removed.
31222         * config.h.in (USE_LDCONFIG): New #undef.
31223         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31224         * configure: Regenerated.
31225         * elf/Makefile (dl-routines): Add dl-cache only under
31226         [$(use-ldconfig) = yes].
31227         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31228         cache on [USE_LDCONFIG].
31229         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31230         [USE_LDCONFIG].
31231         * elf/rtld.c (dl_main): Likewise.
31233 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31235         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31236         _SC_LEVEL4_CACHE_LINESIZE.
31238 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31240         * sysdeps/unix/bsd/confstr.h: File removed.
31242 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31244         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31245         sys/sdt-config.h.
31247 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31249         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31250         Make 'mapoff' field ElfW(Off) rather than off_t.
31252 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31254         * nscd/Makefile: Remove nscd-cflags and all its users.
31255         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31256         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31258         [BZ #10631]
31259         * malloc.c (malloc_printerr): Clarify error message.
31261 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31263         [BZ #14648]
31264         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31265         Set bit_FMA_Usable if FMA is supported.
31266         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31267         macro.
31268         (bit_FMA4_Usable): Updated.
31269         (index_FMA_Usable): New macro.
31270         (CPUID_FMA): Likewise
31271         (HAS_FMA): Defined with bit_FMA_Usable.
31273 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31275         * bits/types.h (__swblk_t): Type removed.
31276         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31277         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31278         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31279         (__SWBLK_T_TYPE): Likewise.
31280         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31281         (__SWBLK_T_TYPE): Likewise.
31282         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31283         (__SWBLK_T_TYPE): Likewise.
31284         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31285         (__SWBLK_T_TYPE): Likewise.
31287 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31288             Honza Horak <hhorak@redhat.com>
31290         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31291         (xdr_mapname): Use YPMAXMAP as maxsize.
31292         (xdr_peername): Use YPMAXPEER as maxsize.
31293         (xdr_keydat): Use YPAXRECORD as maxsize.
31294         (xdr_valdat): Use YPMAXRECORD as maxsize.
31296 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31298         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31300         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31301         * csu/init-first.c: ... here.
31302         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31303         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31304         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31305         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31306         * sysdeps/i386/init-first.c: File removed.
31307         * sysdeps/sh/init-first.c: File removed.
31309 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31311         [BZ #14645]
31312         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31313         if x * y might underflow to zero and z is zero.
31314         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31315         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31316         * math/libm-test.inc (min_subnorm_value): New variable.
31317         (fma_test): Add more tests.
31318         (fma_test_towardzero): Likewise.
31319         (fma_test_downward): Likewise
31320         (fma_test_upward): Likewise.
31321         (initialize): Set min_subnorm_value.
31323 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31325         [BZ #14638]
31326         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31327         0 + 0.
31328         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31329         mode for addition resulting in exact zero.
31330         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31331         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31332         exact 0 + 0.
31333         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31334         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31335         * math/libm-test.inc (fma_test): Add more tests.
31336         (fma_test_towardzero): New function.
31337         (fma_test_downward): Likewise.
31338         (fma_test_upward): Likewise.
31339         (main): Call the new functions.
31341 2012-09-28  David S. Miller  <davem@davemloft.net>
31343         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31345 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31347         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31348         instead of SIGALRM.
31350         * sysdeps/gnu/_G_config.h: Moved to ...
31351         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31352         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31353         * sysdeps/generic/_G_config.h: ... here.
31355         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31357         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31359         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31360         Conditionalize target on [libnss_test1.so-version].
31362         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31364         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31365         (elfobjdir): Move out of conditionals.
31367         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31368         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31369         (__nss_lookup_function): Conditionalize label remove_from_tree on
31370         [!DO_STATIC_NSS || SHARED], matching its only use.
31372 2012-09-28  David S. Miller  <davem@davemloft.net>
31374         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31375         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31376         file.
31377         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31378         sysdep_routines.
31379         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31380         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31381         when HWCAP_SPARC_CRYPTO is present.
31383 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31385         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31387 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31389         [BZ #6530]
31390         * stdio-common/vfprintf.c (process_string_arg): Revert
31391         2000-07-22 change.
31393 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31395         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31396         for testcase.
31397         * stdio-common/tst-sprintf.c: Include <locale.h>
31398         (main): Test sprintf's handling of incomplete multibyte
31399         characters.
31401 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31403         * elf/dl-runtime.c (VERSYMIDX): Removed.
31404         * elf/dl-version.c (VERSYMIDX): Likewise.
31405         * elf/do-rel.h (VERSYMIDX): Likewise.
31406         (VALIDX): Likewise.
31407         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31408         * elf/rtld.c (VALIDX): Likewise.
31409         (ADDRIDX): Likewise.
31410         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31411         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31412         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31413         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31414         (VALIDX): Likewise.
31415         (ADDRIDX): Likewise.
31417 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31419         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31421 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31423         [BZ #11438]
31424         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31425         to global scope.
31426         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31427         addresses are in the same scope as 192.0.2/24.
31428         * posix/gai.conf: Document new scope table defaults.
31430 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31432         [BZ #5298]
31433         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31434         for ftell.  Compute offsets from write pointers instead.
31435         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31437 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31439         [BZ #14543]
31440         * libio/Makefile (tests): New test case tst-fseek.
31441         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31442         combination works in wide mode.
31443         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31444         state when the external buffer state changes.
31446 2012-09-27  David S. Miller  <davem@davemloft.net>
31448         [BZ #14376]
31449         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31450         pass reloc->r_addend in as the 'high' argument to
31451         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31455 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31457         * rt/tst-aio2.c: Include <pthread.h>.
31458         * rt/tst-aio3.c: Likewise.
31460 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31462         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31464 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31466         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31467         contents on [SHARED].
31469 2012-09-26  Marek Polacek  <polacek@redhat.com>
31471         [BZ #14530]
31472         [BZ #13741]
31473         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31474         for C++ and GCC <4.3 as well as for non GCC compilers.
31476 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31478         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31480 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31482         * Makefile.in (all, install): Declare with .PHONY.
31483         Reported by Michael Hope <michael.hope@linaro.org>.
31485 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31487         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31488         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31489         system header.
31490         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31491         Likewise.
31492         (sydep_routines): Add the new and the internal functions.
31493         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31494         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31496         (GLIBC_2.17): Add the new function.
31497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31498         (GLIBC_2.17): Likewise.
31499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31500         (GLIBC_2.17): Likewise.
31501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31502         (GLIBC_2.17): Likewise.
31503         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31505 2012-09-25  Alan Modra  <amodra@gmail.com>
31507         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31508         Add release barrier before setting once_control to say
31509         initialisation is done.  Add hints on lwarx.  Use macro in
31510         place of isync.
31511         (clear_once_control): Add release barrier.
31513 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31515         [BZ #13629]
31516         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31517         specially.
31518         * math/s_clog10.c (__clog10): Likewise.
31519         * math/s_clog10f.c (__clog10f): Likewise.
31520         * math/s_clog10l.c (__clog10l): Likewise.
31521         * math/s_clogf.c (__clogf): Likewise.
31522         * math/s_clogl.c (__clogl): Likewise.
31523         * math/Makefile (libm-calls): Add x2y2m1.
31524         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31525         (__x2y2m1): Likewise.
31526         (__x2y2m1l): Likewise.
31527         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31528         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31529         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31530         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31531         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31532         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31533         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31534         * sysdeps/i386/fpu/libm-test-ulps: Update.
31535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31537         [BZ #14621]
31538         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31539         int as type of variable DEPTH.
31540         (glob): Use size_t instead of int as type of variables NEWCOUNT
31541         and OLD_PATHC.
31543 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31545         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31546         Add s_sincosf-sse2.
31547         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31548         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31549         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31550         macros for using routine as __sincosf_ia32.
31551         Use macro for function declaration and weak_alias.
31552         * sysdeps/i386/fpu/libm-test-ulps: Update.
31554         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31555         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31557         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31558         subnormal argument.
31559         * math/s_cexpf.c (__cexpf): Likewise.
31560         * math/s_csinf.c (__csinf): Likewise.
31561         * math/s_csinhf.c (__csinhf): Likewise.
31562         * math/s_ctanf.c (__ctanf): Likewise.
31563         * math/s_ctanhf.c (__ctanhf): Likewise.
31564         * math/s_ccosh.c (__ccoshf): Likewise.
31565         * math/s_cexp.c (__cexpl): Likewise.
31566         * math/s_csin.c (__csin): Likewise.
31567         * math/s_csinh.c (__csinh): Likewise.
31568         * math/s_ctan.c (__ctan): Likewise.
31569         * math/s_ctanh.c (ctanh): Likewise.
31570         * math/s_ccoshl.c (__ccoshl): Likewise.
31571         * math/s_cexpl.c (__cexpl): Likewise.
31572         * math/s_csinl.c (__csinl): Likewise.
31573         * math/s_csinhl.c (__csinhl): Likewise.
31574         * math/s_ctanl.c (__ctanl): Likewise.
31575         * math/s_ctanhl.c (__ctanhl): Likewise.
31577 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31579         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31580         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31581         (_IO_off_t): Define to __off_t, not _G_off_t.
31582         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31583         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31584         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31585         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31586         type of __dummy and __dummy2 fields.
31587         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31588         (_G_ssize_t): Likewise.
31589         (_G_off_t): Likewise.
31590         (_G_pid_t): Likewise.
31591         (_G_uid_t): Likewise.
31592         (_G_wchar_t): Likewise.
31593         (_G_wint_t): Likewise.
31594         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31595         (_G_ssize_t): Likewise.
31596         (_G_off_t): Likewise.
31597         (_G_pid_t): Likewise.
31598         (_G_uid_t): Likewise.
31599         (_G_wchar_t): Likewise.
31600         (_G_wint_t): Likewise.
31601         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31602         (_G_ssize_t): Likewise.
31603         (_G_off_t): Likewise.
31604         (_G_pid_t): Likewise.
31605         (_G_uid_t): Likewise.
31606         (_G_wchar_t): Likewise.
31607         (_G_wint_t): Likewise.
31609 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31611         * malloc/arena.c: Include malloc-sysdep.h.
31612         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31613         is sufficient to shrink the heap or an unmap is needed.
31614         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31615         new function check_may_shrink_heap.
31616         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31617         new function check_may_shrink_heap.
31619 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31621         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31622         comments.
31624 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31626         * catgets/test-gencat.sh: Add "set -e".
31627         * elf/tst-pathopt.sh: Likewise.
31628         * grp/tst_fgetgrent.sh: Likewise.
31629         * iconvdata/run-iconv-test.sh: Likewise.
31630         * intl/tst-gettext.sh: Likewise.
31631         * intl/tst-gettext2.sh: Likewise.
31632         * intl/tst-gettext4.sh: Likewise.
31633         * intl/tst-gettext6.sh: Likewise.
31634         * intl/tst-translit.sh: Likewise.
31635         * io/ftwtest-sh: Likewise.
31636         * libio/test-freopen.sh: Likewise.
31637         * malloc/tst-mtrace.sh: Likewise.
31638         * posix/globtest.sh: Likewise.
31639         * posix/tst-getconf.sh: Likewise.
31640         * posix/wordexp-tst.sh: Likewise.
31641         * stdio-common/tst-printf.sh: Likewise.
31642         * stdio-common/tst-unbputc.sh: Likewise.
31643         * stdlib/tst-fmtmsg.sh: Likewise.
31644         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31645         * catgets/Makefile: Do not specify -e option when running
31646         testsuite shell scripts.
31647         * elf/Makefile: Likewise.
31648         * grp/Makefile: Likewise.
31649         * iconvdata/Makefile: Likewise.
31650         * intl/Makefile: Likewise.
31651         * io/Makefile: Likewise.
31652         * libio/Makefile: Likewise.
31653         * malloc/Makefile: Likewise.
31654         * posix/Makefile: Likewise.
31655         * stdio-common/Makefile: Likewise.
31656         * stdlib/Makefile: Likewise.
31657         * sysdeps/x86_64/Makefile: Likewise.
31659         * io/ftwtest-sh: Add copyright header.
31660         * posix/globtest.sh: Likewise.
31661         * posix/tst-getconf.sh: Likewise.
31662         * posix/wordexp-tst.sh: Likewise.
31663         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31665 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31667         [BZ #13679]
31668         * Makeconfig (+link): Defined as $(+link-static) if
31669         $(build-shared) isn't yes.
31670         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31671         isn't yes.
31672         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31674         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31676         [BZ #14562]
31677         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31678         new chunk size with MALLOC_ALIGN_MASK.
31680 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31682         [BZ #5044]
31683         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31684         <rounding-mode.h>.
31685         (__printf_fphex): Determine rounding using get_rounding_mode and
31686         round_away.
31687         * stdio-common/tst-printf-round.c (struct hex_test): New
31688         structure.
31689         (hex_tests): New variable.
31690         (test_hex_in_one_mode): New function.
31691         (do_test): Also run tests for hex float output.
31693 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31695         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31696         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31697         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31698         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31699         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31700         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31701         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31702         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31704 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31706         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31707         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31708         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31709         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31711 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31713         [BZ #14579]
31714         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31715         mode only.
31716         * elf/tst-rtld-load-self.sh: New test.
31717         * elf/Makefile: Run it.
31719 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31721         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31722         (tst-writev-ENV): Remove.
31723         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31725 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31727         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31729 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31731         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31732         unconditional.
31733         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31734         Likewise.
31735         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31736         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31737         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31738         Likewise.
31740 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31742         [BZ #14587]
31743         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31744         * config.make.in (have-cpp-asm-debuginfo): Removed.
31745         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31746         * configure: Regenerated.
31748 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31750         [BZ #5044]
31751         * stdio-common/printf_fp.c: Include <stdbool.h> and
31752         <rounding-mode.h>.
31753         (___printf_fp): Determine rounding using get_rounding_mode and
31754         round_away.
31755         * stdio-common/tst-printf-round.c: New file.
31756         * stdio-common/Makefile (tests): Add tst-printf-round.
31757         (link-libm): New variable.
31758         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31760 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31762         [BZ #14576]
31763         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31764         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31765         Likewise.
31766         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31767         Likewise.
31769 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31771         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31772         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31773         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31774         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31776 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31778         [BZ #14518]
31779         * include/rounding-mode.h: New file.
31780         * sysdeps/generic/get-rounding-mode.h: Likewise.
31781         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31782         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31783         (MAX_VALUE): New macro.
31784         (MIN_VALUE): Likewise.
31785         (overflow_value): New function.
31786         (underflow_value): Likewise.
31787         (round_and_return): Use overflow_value and underflow_value to
31788         determine return values in overflow and underflow cases.  Use
31789         round_away to determine rounding depending on rounding mode.
31790         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31791         determine return values in overflow and underflow cases.
31792         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31793         (struct test_results): New structure.
31794         (struct test): Use struct test_results to store expected results
31795         for all rounding modes.
31796         (TEST): Include expected results for all rounding modes.
31797         (test_in_one_mode): New function.
31798         (do_test): Use test_in_one_mode to compute and check results.
31799         Check results for all rounding modes.
31800         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31801         $(link-libm).
31803 2012-12-09  Allan McRae  <allan@archlinux.org>
31805         * sysdeps/i386/fpu/libm-test-ulps: Update
31807 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31809         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31810         (_G_int32_t): Likewise.
31811         (_G_uint16_t): Likewise.
31812         (_G_uint32_t): Likewise.
31813         (_G_HAVE_BOOL): Likewise.
31814         (_G_HAVE_ATEXIT): Likewise.
31815         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31816         (_G_HAVE_IO_FILE_OPEN): Likewise.
31817         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31818         (_G_int32_t): Likewise.
31819         (_G_uint16_t): Likewise.
31820         (_G_uint32_t): Likewise.
31821         (_G_HAVE_BOOL): Likewise.
31822         (_G_HAVE_ATEXIT): Likewise.
31823         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31824         (_G_HAVE_IO_FILE_OPEN): Likewise.
31825         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31826         (_G_int32_t): Likewise.
31827         (_G_uint16_t): Likewise.
31828         (_G_uint32_t): Likewise.
31829         (_G_HAVE_BOOL): Likewise.
31830         (_G_HAVE_ATEXIT): Likewise.
31831         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31832         (_G_HAVE_IO_FILE_OPEN): Likewise.
31834 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31836         * csu/libc-tls.c: Update copyright years.
31838 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31840         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31841         [!_G_USING_THUNKS]: Remove conditional code.
31842         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31843         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31845         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31846         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31847         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31848         (_G_VTABLE_LABEL_PREFIX): Likewise.
31849         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31850         * sysdeps/gnu/_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         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31855         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31856         (_G_VTABLE_LABEL_PREFIX): Likewise.
31857         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31859 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31861         * libio/Makefile: Include ../Makeconfig before tests.
31862         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31863         only if $(build-shared) is yes.
31865         * iconv/gconv_db.c: Update copyright years.
31867 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31869         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31870         unwind info if defined PIC. Fix special cases description.
31871         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31873         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31874         DP_HI_MASK entry.
31875         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31877 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31879         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31881         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31882         is NULL.
31884         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31885         (LDLIBS-tst-chk4): This.
31886         (LDFLAGS-tst-chk5): Renamed to ...
31887         (LDLIBS-tst-chk5): This.
31888         (LDFLAGS-tst-chk6): Renamed to ...
31889         (LDLIBS-tst-chk6): This.
31890         (LDFLAGS-tst-lfschk4): Renamed to ...
31891         (LDLIBS-tst-lfschk4): This.
31892         (LDFLAGS-tst-lfschk5): Renamed to ...
31893         (LDLIBS-tst-lfschk5): This.
31894         (LDFLAGS-tst-lfschk6): Renamed to ...
31895         (LDLIBS-tst-lfschk6): This.
31897         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31898         on $(common-objpfx)soversions.mk.
31900 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31902         [BZ #10014]
31903         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31904         example host name.
31906 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31908         * malloc/arena.c (arena_get_retry): New function that gets
31909         another arena for the caller to try its request on.
31910         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31911         current arena cannot fulfill the request.
31912         (__libc_memalign): Likewise.
31913         (__libc_memalign): Likewise.
31914         (__libc_pvalloc): Likewise.
31915         (__libc_calloc): Likewise.
31917 2012-09-05  John Tobey  <john.tobey@gmail.com>
31919         [BZ #13542]
31920         * manual/arith.texi (Operations on Complex): Fix description
31921         of carg branch cut.
31923 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31925         [BZ #10014]
31926         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31927         host name.
31929         [BZ #10038]
31930         * manual/memory.texi (Memory): Make order of menu items match
31931         order of sections.
31933 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31935         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31936         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31937         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31939 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31941         * csu/libc-tls.c (static_dtv): Renamed to ...
31942         (_dl_static_dtv): This.  Make it global.
31943         (_dl_initial_dtv): Removed.
31944         (__libc_setup_tls): Updated.
31945         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31946         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31947         DL_INITIAL_DTV.
31949 2012-09-06  Petr Machata  <pmachata@redhat.com>
31951         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31952         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31953         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31954         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31956 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31958         [BZ #14545]
31959         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31960         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31961         freeing dtv[-1].
31963 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31965         [BZ #14544]
31966         * Makeconfig (link-static-before-libc): Replace $(+prector)
31967         with $(+prectorT).
31968         (link-static-after-libc): Replace $(+postctor) with
31969         $(+postctorT).
31970         (link-bounded): Replace $(+prector)/$(+postctor) with
31971         $(+prectorT)/$(+postctorT).
31972         (+prectorT): New macro.
31973         (+postctorT): Likewise.
31975 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31977         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31978         (round_str): Handle values above the maximum for IBM long double
31979         as inexact.
31980         * stdlib/tst-strtod-round.c (tests): Regenerated.
31982 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31984         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31985         assembler flag.
31986         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31987         zarch_nohighgprs around the zarch optimized routines.
31988         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31989         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31990         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31991         for zarch.
31993 2012-09-05  David S. Miller  <davem@davemloft.net>
31995         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31997         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31998         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31999         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32000         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32001         entries.
32003 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32005         * malloc/arena.c: Fold copyright years.
32006         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32008 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32010         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32012 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32014         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32016 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32018         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32019         change internal state upon failure.
32021 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32023         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32024         * malloc/memusage.c (mmap): Likewise.
32025         (mmap64, mremap): Likewise.  Adjust name in comment.
32027 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32029         * libio/fileops.c: Fix typos in comments.
32030         * libio/oldfileops.c: Likewise.
32031         * libio/wfileops.c: Likewise.
32033 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32035         [BZ #1349]
32036         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32037         (tst-malloc-usable-ENV): Set environment for test case.
32038         * malloc/hooks.c (malloc_check_get_size): New function to get
32039         requested size.
32040         * malloc/malloc.c (musable): Use malloc_check_get_size.
32041         * malloc/tst-malloc-usable.c: New test case.
32043 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32045         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32047 2012-09-05  Allan McRae  <allan@archlinux.org>
32049         [BZ #13966]
32050         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32051         determine header location.
32052         * configure: Regenerated.
32054 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32056         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32057         float format.
32058         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32059         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32060         format.
32061         (test): Regenerate.
32063 2012-09-04  David S. Miller  <davem@davemloft.net>
32065         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32066         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32067         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32069 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32071         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32072         failures.
32074         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32076 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32078         [BZ #9914]
32079         * libio/iogetdelim.c: Include <limits.h>.
32080         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32081         + len + 1 would overflow.
32083 2012-09-03  Andreas Jaeger  <aj@suse.de>
32085         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32086         * sysdeps/i386/fpu/libm-test-ulps: Update.
32088 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32090         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32091         Add s_sinf-sse2, s_conf-sse2.
32093         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32094         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32095         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32096         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32098         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32099         for using routine as __sinf_ia32.
32100         Use macro for function declaration and weak_alias.
32101         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32102         for using routine as __cosf_ia32.
32103         Use macro for function declaration and weak_alias.
32105         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32106         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32108         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32109         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32110         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32112         * math/libm-test.inc (cos_test): Add more test cases.
32113         (sin_test): Likewise.
32114         (sincos_test): Likewise.
32116 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32118         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32119         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32120         hidden.
32121         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32123 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32125         [BZ #14538]
32126         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32127         first element of the GOT.
32128         (elf_machine_load_address): Return the difference between
32129         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32131 2012-09-01  Allan McRae  <allan@archlinux.org>
32133         [BZ #13412]
32134         * configure.in (AWK): Require gawk version 3.0 or later.
32135         * configure: Regenerated.
32137 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32139         * sysdeps/unix/sysv/linux/kernel-features.h
32140         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32141         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32142         [__NR_clock_getres]: Make code unconditional.
32143         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32144         (clock_getcpuclockid): Remove code left unreachable by removal of
32145         conditionals.
32146         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32147         code unconditional.
32148         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32149         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32150         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32151         Make code unconditional.
32152         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32153         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32154         * sysdeps/unix/sysv/linux/clock_settime.c
32155         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32156         conditional code.
32157         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32158         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32160 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32162         [BZ #14476]
32163         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32164         scripts/test-installation.pl.
32166         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32167         and $ld_so_version if it is set.
32169 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32171         [BZ #14516]
32172         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32173         failure if reading from procfs failed.
32174         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32176 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32178         * sysdeps/unix/sysv/linux/kernel-features.h
32179         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32180         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32181         Remove conditional code.
32182         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32183         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32184         Remove conditional code.
32185         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32186         * sysdeps/unix/sysv/linux/i386/fxstat.c
32187         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32188         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32189         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32190         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32191         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32192         * sysdeps/unix/sysv/linux/i386/lxstat.c
32193         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32194         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32195         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32196         Remove conditional code.
32197         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32198         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32199         Remove conditional code.
32200         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32201         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32202         <kernel-features.h>.
32203         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32204         Remove.
32205         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32206         Remove conditional code.
32207         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32208         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32209         Remove conditional.
32211 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32213         [BZ #5400]
32214         * NEWS: Add fixed bug number.
32216 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32218         [BZ #14519]
32219         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32220         underflowing exponent in case of negative sign.
32221         * stdlib/tst-strtod-round-data: Add more tests.
32222         * stdlib/tst-strtod-round.c (tests): Regenerated.
32224         [BZ #3479]
32225         * stdlib/strtod_l.c (NDIG): Remove.
32226         (HEXNDIG): Likewise.
32227         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32228         smallest representable value.
32229         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32230         lie within an exact representation of 1/2 ulp of the result.
32231         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32232         unconditionally.
32233         (TENS_P9_IDX): Define unconditionally.
32234         (TENS_P9_SIZE): Likewise.
32235         (TENS_P10_IDX): Likewise.
32236         (TENS_P10_SIZE): Likewise.
32237         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32238         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32239         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32240         entries for 10^2^13 and 10^2^14.
32241         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32242         (TENS_P13_IDX): Define.
32243         (TENS_P13_SIZE): Likewise.
32244         (TENS_P14_IDX): Likewise.
32245         (TENS_P14_SIZE): Likewise.
32246         (_fpioconst_pow10): Change array size to
32247         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32248         unconditional.
32249         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32250         1024]: Add entries for 10^2^13 and 10^2^14.
32251         [LAST_POW10 > _LAST_POW10]: Remove #error.
32252         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32253         (_fpioconst_pow10): Change array size to
32254         FPIOCONST_POW10_ARRAY_SIZE.
32255         * stdlib/gen-fpioconst.c: New file.
32256         * stdlib/gen-tst-strtod-round.c: Likewise.
32257         * stdlib/tst-strtod-round-data: Likewise.
32258         * stdlib/tst-strtod-round.c: Likewise.
32259         * stdlib/Makefile (tests): Add tst-strtod-round.
32261         [BZ #14459]
32262         * stdlib/strtod_l.c: Include <stdint.h>.
32263         (NDEBUG): Do not define.
32264         (round_and_return): Change EXPONENT parameter to type intmax_t.
32265         Rearrange calculations to avoid internal overflow possibilities.
32266         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32267         Rearrange calculations to avoid internal overflow possibilities.
32268         Assert that number fits inside MPNSIZE limbs.
32269         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32270         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32271         calculations and add assertions to avoid internal overflow
32272         possibilities.  Add casts to avoid signed/unsigned operations.
32273         * stdlib/tst-strtod-overflow.c: New file.
32274         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32276 2012-08-25  Marek Polacek  <polacek@redhat.com>
32278         * time/time.h: Fix some typos in comments.
32280 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32282         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32283         * posix/tst-rfc3484-2.c: Likewise.
32284         * posix/tst-rfc3484-3.c: Likewise.
32286 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32288         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32289         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32291 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32293         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32294         #include of fxstatat64.c.
32296 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32298         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32299         * shadow/getspent_r.c: Likewise.
32300         * shadow/getspnam.c: Likewise.
32301         * shadow/getspnam_r.c: Likewise.
32302         * gshadow/getsgent.c: Likewise.
32303         * gshadow/getsgent_r.c: Likewise.
32304         * gshadow/getsgnam.c: Likewise.
32305         * gshadow/getsgnam_r.c: Likewise.
32306         * inet/getnetbyad.c: Likewise.
32307         * inet/getnetbyad_r.c: Likewise.
32308         * inet/getnetbynm.c: Likewise.
32309         * inet/getnetbynm_r.c: Likewise.
32310         * inet/getnetent.c: Likewise.
32311         * inet/getnetent_r.c: Likewise.
32312         * inet/getproto.c: Likewise.
32313         * inet/getproto_r.c: Likewise.
32314         * inet/getprtent.c: Likewise.
32315         * inet/getprtent_r.c: Likewise.
32316         * inet/getprtname.c: Likewise.
32317         * inet/getprtname_r.c: Likewise.
32318         * inet/getrpcbyname.c: Likewise.
32319         * inet/getrpcbyname_r.c: Likewise.
32320         * inet/getrpcbynumber.c: Likewise.
32321         * inet/getrpcbynumber_r.c: Likewise.
32322         * inet/getrpcent.c: Likewise.
32323         * inet/getrpcent_r.c: Likewise.
32324         * inet/getaliasent.c: Likewise.
32325         * inet/getaliasent_r.c: Likewise.
32326         * inet/getaliasname.c: Likewise.
32327         * inet/getaliasname_r.c: Likewise.
32328         * nscd/getgrgid_r.c: Likewise.
32329         * nscd/getgrnam_r.c: Likewise.
32330         * nscd/gethstbyad_r.c: Likewise.
32331         * nscd/gethstbynm3_r.c: Likewise.
32332         * nscd/getpwnam_r.c: Likewise.
32333         * nscd/getpwuid_r.c: Likewise.
32334         * nscd/getsrvbynm_r.c: Likewise.
32335         * nscd/getsrvbypt_r.c: Likewise.
32336         * nscd/gai.c: Likewise.
32338         * configure.in (build_nscd): New substituted variable, set
32339         by --disable-build-nscd and defaults to $use_nscd.
32340         * configure: Regenerated.
32341         * config.make.in (build-nscd): New substituted variable.
32342         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32343         Change conditional to require [$(build-nscd) = yes] as well.
32344         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32346         [BZ# 13696]
32347         * configure.in (use_nscd): New substituted variable, set by
32348         --disable-nscd.  If enabled, define USE_NSCD.
32349         * configure: Regenerated.
32350         * config.h.in: Add USE_NSCD.
32351         * config.make.in (use-nscd): New substituted variable.
32352         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32353         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32354         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32355         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32356         (CFLAGS-getgrnam_r.c): Likewise.
32357         (CFLAGS-initgroups.c): Likewise.
32358         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32359         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32360         Variables removed.
32361         * inet/getnetgrent_r.c
32362         (nscd_setnetgrent): New function, broken out of ...
32363         (setnetgrent): ... here.  Call it.
32364         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32365         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32366         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32367         * nscd/Makefile (routines, aux): Move definitions after include of
32368         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32369         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32370         Conditionalize on [USE_NSCD].
32371         (is_nscd, nscd_init_cb): Likewise.
32372         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32373         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32374         * nss/nss_db/db-init.c: Likewise.
32375         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32376         [USE_NSCD].
32377         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32378         (make_request): Use it.
32379         (cache_valid_p): New function.
32380         (__check_pf): Use it.
32381         * NEWS: Add item for --disable-nscd.
32383 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32385         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32386         to support sed >= 4.2.1-20-ga9bf076.
32387         * configure: Regenerated.
32389 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32391         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32392         Conditionalize whole body on [IREL].
32394 2012-08-22  Jeff Law <law@redhat.com>
32396         [BZ #14505]
32397         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32398         if the family is PF_UNSPEC.
32400 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32402         * Makerules (lib-version): Rename from V.
32403         (install-lib-nosubdir): Change V to lib-version.
32405 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32407         [BZ #14252]
32408         * powerpc32/power6/wcschr.c: New file.
32409         * powerpc32/power6/wcscpy.c: New file.
32410         * powerpc32/power6/wcsrchr.c: New file.
32411         * powerpc64/power6/wcschr.c: New file.
32412         * powerpc64/power6/wcscpy.c: New file.
32413         * powerpc64/power6/wcsrchr.c: New file.
32415 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32417         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32418         (two_way_short_needle): Use it.
32419         * string/strstr.c (AVAILABLE1_USES_J): Define.
32420         * string/strcasestr.c: Likewise.
32422         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32423         array references.
32424         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32426         [BZ #11607]
32427         * NEWS: Add an entry.
32428         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32429         define their defaults.
32430         (two_way_short_needle): Detect end-of-string on-the-fly.
32431         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32432         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32433         * string/bug-strcasestr1.c: New test.
32434         * string/Makefile: Run it.
32436 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32438         [BZ #11607]
32439         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32440         the first character.
32442 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32444         * csu/elf-init.c (__libc_csu_irel): Function removed.
32445         * csu/libc-start.c (apply_irel): New function.
32446         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32448 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32450         * sysdeps/unix/sysv/linux/kernel-features.h
32451         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32452         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32453         <kernel-features.h>.
32454         [__NR_fadvise64_64]: Make code unconditional.
32455         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32456         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32457         !__NR_fadvise64_64)]: Likewise.
32458         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32459         !__NR_fadvise64_64))]: Likewise.
32460         [__NR_fadvise64]: Make code unconditional.
32461         [!__NR_fadvise64]: Remove conditional code.
32462         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32463         <kernel-features.h>.
32464         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32465         unconditional.
32466         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32467         conditional code.
32468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32469         not include <kernel-features.h>.
32470         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32471         unconditional.
32472         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32473         conditional code.
32474         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32475         include <kernel-features.h>.
32476         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32477         unconditional.
32478         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32479         conditional code.
32481 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32483         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32484         slight instruction rearrangements per scrollpipe analysis.
32485         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32487 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32489         * manual/syslog.texi (syslog; vsyslog, closelog):
32490         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32491         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32493         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32494         DSOCAPS to match condition on defining it.
32496 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32498         * sysdeps/unix/sysv/linux/kernel-features.h
32499         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32501         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32502         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32504         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32505         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32507         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32508         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32510         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32511         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32513         * sysdeps/unix/sysv/linux/kernel-features.h
32514         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32515         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32516         unconditional.
32517         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32518         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32519         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32520         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32521         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32522         Make code unconditional.
32523         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32524         (__mmap64) [!__NR_mmap2]: Likewise.
32525         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32526         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32527         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32528         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32529         [__NR_mmap2]: Make code unconditional.
32530         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32531         (__mmap64) [!__NR_mmap2]: Likewise.
32533 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32535         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32537 2012-08-18  Andreas Jaeger  <aj@suse.de>
32539         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32541 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32543         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32544         * include/unistd.h (__have_sock_cloexec): Likewise.
32545         (__have_pipe2): Likewise.
32546         (__have_dup3): Likewise.
32548 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32550         [BZ #9685]
32551         * include/unistd.h (__have_pipe2): Change define into an extern int.
32552         (__have_dup3): Likewise.
32553         * socket/have_sock_cloexec.c: Include fcntl.h.
32554         (__have_pipe2): New variable.
32555         (__have_dup3): Likewise.
32557 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32559         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32561 2012-08-17  Marek Polacek  <polacek@redhat.com>
32563         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32564         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32566 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32568         * configure.in: Add AC_SUBST for sysheaders.
32569         * configure: Regenerated.
32570         * config.make.in (sysheaders): New substituted variable.
32572         * sysdeps/unix/mkfifo.c: Moved ...
32573         * sysdeps/posix/mkfifo.c: ... here.
32574         * sysdeps/unix/mkfifoat.c: Moved ...
32575         * sysdeps/posix/mkfifoat.c: ... here.
32577         * sysdeps/unix/utime.c: Moved ...
32578         * sysdeps/posix/utime.c: ... here.
32580         * sysdeps/unix/time.c: Moved ...
32581         * sysdeps/posix/time.c: ... here.
32582         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32583         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32585         * sysdeps/unix/nice.c: Moved ...
32586         * sysdeps/posix/nice.c: ... here.
32588         * sysdeps/unix/alarm.c: Moved ...
32589         * sysdeps/posix/alarm.c: ... here.
32591         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32593 2012-08-17  Jeff Law <law@redhat.com>
32595         * intl/Makefile (codeset_mo): New variable.
32596         ($(codeset_mo)): New target.
32597         (tst-codeset.out): Depend on that.  Remove explicit rule.
32598         (tst-gettext3.out, tst-gettext5.out): Likewise.
32599         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32600         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32601         * intl/tst-codeset.sh: Remove.
32602         * intl/tst-gettext3.sh: Likewise.
32603         * intl/tst-gettext5.sh: Likewise.
32605 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32607         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32608         * sysdeps/unix/syscalls.list: ... here.
32610         * sysdeps/posix/getaddrinfo.c
32611         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32612         (gaiconf_init, gaiconf_reload): Use them.
32613         [!_STATBUF_ST_NSEC]
32614         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32615         Define using time_t rather than struct timespec.
32617         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32618         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32619         Macros removed.
32620         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32621         [!NO_THREADS].
32622         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32623         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32624         Likewise.
32626         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32627         __libc_cleanup_push argument.
32629         * bits/param.h: New file.
32630         * misc/sys/param.h: New file.
32631         * include/sys/param.h: New file.
32632         * misc/Makefile (headers): Add bits/param.h.
32633         * sysdeps/generic/sys/param.h: File removed.
32634         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32635         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32636         * sysdeps/mach/hurd/bits/param.h: New file.
32637         * sysdeps/mach/hurd/sys/param.h: File removed.
32639         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32640         last change.
32642         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32643         [_IO_MTSAFE_IO].
32644         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32645         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32646         New macros.
32648         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32649         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32650         rather than -D_IO_MTSAFE_IO conditionally.
32651         * stdio-common/Makefile (CPPFLAGS): Likewise.
32652         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32653         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32654         Use $(libio-mtsafe).
32655         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32656         of -D_IO_MTSAFE_IO.
32657         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32658         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32659         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32660         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32661         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32662         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32663         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32664         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32665         (CFLAGS-fread_u_chk.c): Likewise.
32666         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32667         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32668         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32669         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32670         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32671         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32672         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32673         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32674         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32676         * libio/Makefile: Test [$(libc-reentrant) = yes]
32677         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32679         * Makeconfig
32680         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32681         * sysdeps/pthread/configure: File removed.
32682         * sysdeps/pthread/Makeconfig: New file.
32683         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32684         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32686 2012-08-16  Gary Benson  <gbenson@redhat.com>
32688         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32689         unmapping the first object in a namespace.
32691 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32693         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32694         (__internal_setnetgrent): ... this.  Add internal_function to
32695         definition.  Add libc_hidden_def.
32696         (setnetgrent): Update caller.
32697         (internal_endnetgrent): Renamed to ...
32698         (__internal_endnetgrent): ... this.  Add internal_function to
32699         definition.  Add libc_hidden_def.
32700         (endnetgrent): Update caller.
32701         (internal_getnetgrent_r): Renamed to ...
32702         (__internal_getnetgrent_r): ... this.  Add internal_function to
32703         definition.  Add libc_hidden_def.
32704         (__getnetgrent_r): Update caller.
32705         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32707 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32709         * stdlib/longlong.h: Update from GCC.
32711 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32713         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32714         on _QL, which is set by umul_ppmm but never used.
32715         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32716         variables, which are set by GMP macros but never used.
32717         * stdio-common/_itowa.c (_itowa): Likewise.
32718         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32719         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32721 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32723         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32724         struct La_sh_regs is not constant.
32725         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32726         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32727         and struct La_sparc64_regs are not constant.
32729 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32731         * sysdeps/unix/sysv/linux/kernel-features.h
32732         (__ASSUME_POSIX_TIMERS): Remove.
32733         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32734         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32735         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32736         Make code unconditional.
32737         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32738         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32739         Make code unconditional.
32740         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32741         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32742         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32743         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32744         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32745         Make code unconditional.
32746         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32747         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32748         (__libc_missing_posix_timers): Remove.
32750 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32752         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32753         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32755         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32757         * elf/dl-sym.c: Include <stdlib.h>.
32759         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32760         constants, which avoids warnings in 32-bit builds.
32762         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32763         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32765         * misc/lseek.c: File moved to ...
32766         * io/lseek.c: ... here.
32768         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32770         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32771         shifting LEN more than 31 bits at once.
32773 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32775         [BZ #14195]
32776         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32777         segmentation fault for a case of two empty input strings.
32778         * string/test-strncasecmp.c (check1): Renamed to...
32779         (bz12205): ...this.
32780         (bz14195): Add new testcase for two empty input strings and N > 0.
32781         (test_main): Call new testcase, adapt for renamed function.
32783 2012-08-15  Andreas Jaeger  <aj@suse.de>
32785         [BZ #14090]
32786         * crypt/md5test2.c: New test, based on test supplied by Serge
32787         Belyshev <belyshev@depni.sinp.msu.ru>.
32788         * crypt/Makefile (xtests): Add md5test-giant..
32789         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32791 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32793         [BZ #14090]
32794         * crypt/md5.c (md5_process_block): Don't assume the buffer
32795         length is less than 2**32.
32796         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32797         length is less than 2**64.
32799 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32801         * string/str-two-way.h: Include <sys/param.h>.
32802         (MAX): Macro removed.
32804         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32805         Move #define and #undef of memmove to just before and after
32806         including <string.h>.
32808         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32809         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32810         and after including <string.h>.  Move declarations of
32811         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32812         to before #include "string/memmove.c".
32814         * include/dirent.h: Declare __getdirentries.
32816         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32817         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32819 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32821         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32822         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32823         * sysdeps/i386/configure: Regenerated.
32824         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32825         STABS_CURRENT_FILE, and STABS_FUN.
32826         (END): Remove call to STABS_FUN_END.
32827         (STABS_CURRENT_FILE1): Delete.
32828         (STABS_CURRENT_FILE): Likewise.
32829         (STABS_FUN): Likewise.
32830         (STABS_FUN_END): Likewise.
32831         (STABS_FUN2): Likewise.
32832         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32833         * sysdeps/x86_64/configure: Regenerated.
32835 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32837         * elf/dl-open.c: Include <atomic.h>.
32838         * elf/dl-lookup.c: Likewise.
32840 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32842         * sysdeps/unix/sysv/linux/kernel-features.h
32843         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32844         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32845         unconditionally.
32846         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32847         unconditionally.
32848         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32849         condition on __ASSUME_CLONE_THREAD_FLAGS.
32851 2012-08-14  Andreas Jaeger  <aj@suse.de>
32853         * sysdeps/i386/fpu/libm-test-ulps: Update.
32855 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32857         * include/atomic.h (atomic_exchange_and_add): Split into ...
32858         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32859         New atomic macros.
32861 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32863         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32865 2012-08-13  Jeff Law <law@redhat.com>
32867         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32868         null byte in the output string.
32870 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32872         * sysdeps/unix/sysv/linux/kernel-features.h
32873         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32874         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32875         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32876         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32877         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32878         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32879         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32881 2012-08-09  Jeff Law <law@redhat.com>
32883         [BZ #13939]
32884         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32885         When avoid_arena is set, don't retry in the that arena.  Pick the
32886         next one, whatever it might be.
32887         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32888         (arena_lock): Pass in new parameter to arena_get2.
32889         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32890         arena_get2.
32891         (__libc_malloc): Unify retrying after main arena failure with
32892         __libc_memalign version.
32893         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32895 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32897         [BZ #14166]
32898         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32899         to __redirect_strstr.
32900         (__strstr_sse42): Use typeof __redirect_strstr.
32901         (__strstr_ia32): Likewise.
32902         (__libc_strstr): New prototype.
32903         (strstr): Renamed to ...
32904         (__libc_strstr): This.
32905         (strstr): New strong alias of __libc_strstr.
32906         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32907         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32908         __redirect_time.
32909         Include <time.h>.
32910         (__libc_time): New prototype.
32911         (time_ifunc): Replace time with __libc_time.
32912         (time): New strong alias and hidden definition of __libc_time.
32913         (__GI_time): Remove strong alias.
32914         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32915         Include <stddef.h>.
32916         (memmove): Redefined to __redirect_memmove.
32917         (__memmove_sse2): Use typeof __redirect_memmove.
32918         (__memmove_ssse3): Likewise.
32919         (__memmove_ssse3_back): Likewise.
32920         (__libc_memmove): New prototype.
32921         (memmove): Renamed to ...
32922         (__libc_memmove): This.
32923         (memmove): New strong alias of __libc_memmove.
32925 2012-08-08  Mark Salter  <msalter@redhat.com>
32927         * elf/elf.h
32928         (R_MN10300_TLS_GD): Define.
32929         (R_MN10300_TLS_LD): Likewise.
32930         (R_MN10300_TLS_LDO): Likewise.
32931         (R_MN10300_TLS_GOTIE): Likewise.
32932         (R_MN10300_TLS_IE): Likewise.
32933         (R_MN10300_TLS_LE): Likewise.
32934         (R_MN10300_TLS_DTPMOD): Likewise.
32935         (R_MN10300_TLS_DTPOFF): Likewise.
32936         (R_MN10300_TLS_TPOFF): Likewise.
32937         (R_MN10300_SYM_DIFF): Likewise.
32938         (R_MN10300_ALIGN): Likewise.
32939         (R_MN10300_NUM): Update.
32941 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32943         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32944         Remove.
32946 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32948         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32950         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32951         sysdeps/unix -> sysdeps/posix move.
32952         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32954 2012-08-07      Allan McRae     <allan@archlinux.org>
32956         [BZ #14303]
32957         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32958         (SUNOS_CPP): Likewise.
32959         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32960         not found.
32961         (open_input): Call CPP using execvp.
32963 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32965         * sysdeps/unix/sysv/linux/kernel-features.h
32966         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32967         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32968         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32969         (__ASSUME_WAITID_SYSCALL): Likewise.
32970         * sysdeps/unix/sysv/linux/dl-execstack.c
32971         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32972         code unconditional.
32973         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32974         conditional code.
32975         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32976         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32977         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32978         code.
32979         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32980         unconditional.
32981         [__ASSUME_WAITID_SYSCALL]: Likewise.
32982         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32984 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32986         * sysdeps/unix/closedir.c: Renamed to ...
32987         * sysdeps/posix/closedir.c: ... here.
32988         * sysdeps/unix/dirfd.c: Renamed to ...
32989         * sysdeps/posix/dirfd.c: ... here.
32990         * sysdeps/unix/dirstream.h: Renamed to ...
32991         * sysdeps/posix/dirstream.h: ... here.
32992         * sysdeps/unix/fdopendir.c: Renamed to ...
32993         * sysdeps/posix/fdopendir.c: ... here.
32994         * sysdeps/unix/opendir.c: Renamed to ...
32995         * sysdeps/posix/opendir.c: ... here.
32996         * sysdeps/unix/readdir.c: Renamed to ...
32997         * sysdeps/posix/readdir.c: ... here.
32998         * sysdeps/unix/readdir_r.c: Renamed to ...
32999         * sysdeps/posix/readdir_r.c: ... here.
33000         * sysdeps/unix/rewinddir.c: Renamed to ...
33001         * sysdeps/posix/rewinddir.c: ... here.
33002         * sysdeps/unix/seekdir.c: Renamed to ...
33003         * sysdeps/posix/seekdir.c: ... here.
33004         * sysdeps/unix/telldir.c: Renamed to ...
33005         * sysdeps/posix/telldir.c: ... here.
33006         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33007         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33008         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33009         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33011         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33012         * bits/fcntl.h: ... here.
33014         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33015         not 0.
33016         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33017         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33018         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33019         (struct flock): Move l_start, l_len to the beginning.
33020         Use __pid_t for l_pid.
33021         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33022         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33023         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33024         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33025         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33026         [__USE_LARGEFILE64] (struct flock64): New type.
33027         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33029         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33030         * bits/dirent.h: ... here.
33032         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33033         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33035 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33037         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33038         Change from 2.6.0 to 2.6.16.
33039         * sysdeps/unix/sysv/linux/configure: Regenerated.
33040         * sysdeps/unix/sysv/linux/kernel-features.h
33041         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33042         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33043         version.
33044         (__ASSUME_UTIMES): Likewise.
33045         (__ASSUME_CLONE_STOPPED): Remove.
33046         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33047         architectures, not kernel version.
33048         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33049         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33050         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33051         (__ASSUME_WAITID_SYSCALL): Likewise.
33052         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33053         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33054         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33055         refer to older versions.
33057 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33059         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33060         Define alphasort64 as an alias.
33061         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33062         Define versionsort64 as an alias.
33063         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33064         Define scandir64 as an alias.
33065         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33066         Define scandirat64 as an alias.
33067         * dirent/alphasort64.c (alphasort64):
33068         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33069         * dirent/versionsort64.c: Likewise.
33070         * dirent/scandir64.c: Likewise.
33071         * dirent/scandirat64.c: Likewise.
33072         * sysdeps/wordsize-64/alphasort.c: File removed.
33073         * sysdeps/wordsize-64/alphasort64.c: File removed.
33074         * sysdeps/wordsize-64/scandir.c: File removed.
33075         * sysdeps/wordsize-64/scandir64.c: File removed.
33076         * sysdeps/wordsize-64/scandirat.c: File removed.
33077         * sysdeps/wordsize-64/scandirat64.c: File removed.
33078         * sysdeps/wordsize-64/versionsort.c: File removed.
33079         * sysdeps/wordsize-64/versionsort64.c: File removed.
33080         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33081         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33082         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33083         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33084         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33085         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33086         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33087         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33089         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33090         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33091         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33092         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33093         [defined __arch64__ || defined __sparcv9]
33094         (__INO_T_MATCHES_INO64_T): New macro.
33095         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33096         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33097         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33098         * sysdeps/unix/sysv/linux/bits/dirent.h
33099         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33100         (_DIRENT_MATCHES_DIRENT64): New macro.
33102         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33103         Define lockf64 as an alias.
33104         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33105         Define fseeko64 as an alias.
33106         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33107         Define ftello64 as an alias.
33108         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33109         Define _IO_fgetpos64 and fgetpos64 as aliases.
33110         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33111         Define _IO_fsetpos64 and fsetpos64 as aliases.
33112         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33113         Conditionalize body on this.
33114         * libio/fseeko64.c: Likewise.
33115         * libio/ftello64.c: Likewise.
33116         * libio/iofgetpos64.c: Likewise.
33117         * libio/iofsetpos64.c: Likewise.
33118         * sysdeps/wordsize-64/lockf.c: File removed.
33119         * sysdeps/wordsize-64/lockf64.c: File removed.
33120         * sysdeps/wordsize-64/fseeko.c: File removed.
33121         * sysdeps/wordsize-64/fseeko64.c: File removed.
33122         * sysdeps/wordsize-64/ftello.c: File removed.
33123         * sysdeps/wordsize-64/ftello64.c: File removed.
33124         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33125         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33126         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33127         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33128         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33129         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33130         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33131         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33132         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33133         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33134         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33135         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33136         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33137         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33139         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33140         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33141         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33142         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33143         [defined __arch64__ || defined __sparcv9]
33144         (__OFF_T_MATCHES_OFF64_T): New macro.
33145         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33146         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33147         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33148         (__OFF_T_MATCHES_OFF64_T): New macro.
33150 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33152         * stdlib/secure-getenv.c (__secure_getenv): Replace
33153         GLIBC_2_16 with GLIBC_2_17.
33155 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33157         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33158         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33160 2012-08-03  David S. Miller  <davem@davemloft.net>
33162         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33164 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33166         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33167         Remove.
33168         (__ASSUME_CORRECT_SI_PID): Likewise.
33169         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33170         (__ASSUME_TMPFS_NAME): Likewise.
33171         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33172         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33173         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33174         (HAVE_AUX_SECURE): Make definition unconditional.
33175         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33176         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33178 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33180         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33181         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33182         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33183         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33184         __eloop_threshold instead of SYMLOOP_MAX.
33186         * sysdeps/generic/eloop-threshold.h: New file.
33187         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33188         of MAXSYMLINKS.
33189         * elf/chroot_canon.c (chroot_canon): Likewise.
33191 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33193         [BZ #13717]
33194         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33195         Change to 2.6.0 everywhere.
33196         * sysdeps/unix/sysv/linux/configure: Regenerated.
33197         * sysdeps/unix/sysv/linux/kernel-features.h
33198         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33199         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33200         kernel versions.
33201         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33202         (__ASSUME_FUTEX_REQUEUE): Remove.
33203         (__ASSUME_STATFS64): Define unconditionally.
33204         (__ASSUME_AT_SECURE): Likewise.
33205         (__ASSUME_CORRECT_SI_PID): Likewise.
33206         (__ASSUME_TGKILL): Define without depending on kernel version for
33207         i386.
33208         (__ASSUME_UTIMES): Likewise.
33209         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33210         kernel version.
33211         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33212         (__ASSUME_TMPFS_NAME): Likewise.
33213         * README: Update reference to Linux kernel versions.
33215 2012-08-02  Marek Polacek  <polacek@redhat.com>
33217         [BZ# 14150]
33218         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33219         libc_cv_asm_type_prefix with %.
33220         * configure: Regenerated.
33221         * include/libc-symbols.h: Remove comment about
33222         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33223         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33224         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33225         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33226         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33227         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33228         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33229         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33230         * elf/tst-unique2mod1.c: Likewise.
33231         * elf/tst-unique1mod2.c: Likewise.
33232         * elf/tst-unique1mod1.c: Likewise.
33233         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33234         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33235         Replace ASM_TYPE_DIRECTIVE with .type.
33236         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33237         * sysdeps/i386/sysdep.h: Likewise.
33238         * sysdeps/x86_64/sysdep.h: Likewise.
33239         * sysdeps/sh/sysdep.h: Likewise.
33240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33241         Do not define ASM_TYPE_DIRECTIVE.
33242         * sysdeps/powerpc/sysdep.h: Likewise.
33243         * sysdeps/powerpc/powerpc32/sysdep.h:
33244         Replace ASM_TYPE_DIRECTIVE with .type.
33245         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33246         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33247         * sysdeps/i386/fpu/e_powf.S: Likewise.
33248         * sysdeps/i386/fpu/e_expl.S: Likewise.
33249         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33250         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33251         * sysdeps/i386/fpu/e_pow.S: Likewise.
33252         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33253         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33254         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33255         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33256         * sysdeps/i386/fpu/e_log2.S: Likewise.
33257         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33258         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33259         * sysdeps/i386/fpu/e_powl.S: Likewise.
33260         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33261         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33262         * sysdeps/i386/fpu/e_logl.S: Likewise.
33263         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33264         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33265         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33266         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33267         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33268         * sysdeps/i386/fpu/e_log.S: Likewise.
33269         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33270         * sysdeps/i386/fpu/e_logf.S: Likewise.
33271         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33272         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33273         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33274         * sysdeps/i386/fpu/e_log10.S: Likewise.
33275         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33276         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33277         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33278         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33279         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33280         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33281         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33282         * sysdeps/i386/i686/strtok.S: Likewise.
33283         * sysdeps/i386/i386-mcount.S: Likewise.
33284         * sysdeps/i386/strtok.S: Likewise.
33285         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33286         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33287         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33288         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33289         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33290         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33291         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33292         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33293         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33294         * sysdeps/x86_64/_mcount.S: Likewise.
33295         * sysdeps/x86_64/strtok.S: Likewise.
33296         * sysdeps/sh/_mcount.S: Likewise.
33298 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33300         * libio/iofopen.c: Include <fcntl.h>.
33301         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33302         (_IO_fopen64, fopen64): Define as aliases.
33303         * libio/iofopen64.c: Include <fcntl.h>.
33304         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33305         Conditionalize body on this.
33306         * sysdeps/wordsize-64/iofopen.c: File removed.
33307         * sysdeps/wordsize-64/iofopen64.c: File removed.
33309 2012-08-01  Marek Polacek  <polacek@redhat.com>
33311         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33312         Use dlfcn directly instead of a variable.
33313         (binfmt-subdir): Do not define.
33314         (dlfcn): Likewise.
33316 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33318         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33319         Remove all definitions.
33320         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33321         <kernel-features.h>.
33322         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33323         (miss_F_GETOWN_EX): Remove all definitions.
33324         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33325         macro definition.
33326         [!__ASSUME_FCNTL64]: Remove conditional code.
33327         [__ASSUME_FCNTL64]: Make code unconditional.
33328         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33329         <kernel-features.h>.
33330         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33331         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33332         (lockf64) [__NR_fcntl64]: Make code unconditional.
33333         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33335         * sysdeps/unix/sysv/linux/kernel-features.h
33336         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33337         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33338         Make code unconditional.
33339         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33340         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33342         [__NR_vfork]: Make code unconditional.
33343         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33344         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33346         [__NR_vfork]: Make code unconditional.
33347         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33348         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33350 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33352         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33353         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33355         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33356         Define mkstemp64 as an alias.
33357         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33358         Define mkstemps64 as an alias.
33359         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33360         Define mkostemp64 as an alias.
33361         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33362         Define mkostemps64 as an alias.
33363         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33364         Conditionalize body on this.
33365         * misc/mkostemp64.c: Likewise.
33366         * misc/mkostemps64.c: Likewise.
33367         * misc/mkstemps64.c: Likewise.
33368         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33369         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33370         * sysdeps/wordsize-64/mkostemp.c: File removed.
33371         * sysdeps/wordsize-64/mkstemp.c: File removed.
33372         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33373         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33374         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33375         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33377         [BZ #14138]
33378         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33379         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33380         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33381         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33383         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33384         compat_symbol macros from <shlib-compat.h> rather than the underlying
33385         default_symbol_version and symbol_version macros, so that DEFAULT
33386         lines in shlib-versions are respected.
33387         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33389 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33391         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33392         Declare with warn_unused_result.
33393         (setgid, setregid, setegid, setresgid): Likewise.
33394         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33395         Likewise.
33396         * WUR-REPORT: Remove set*id functions.
33398 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33400         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33402 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33404         [BZ #10191]
33405         * include/sys/socket.h (__libc_accept, __libc_accept4):
33406         Add attribute_hidden.
33407         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33409         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33410         use of PTR_MANGLE.
33411         * inet/getnetgrent_r.c (setup): Likewise.
33413         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33415 2012-07-31  David S. Miller  <davem@davemloft.net>
33417         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33419 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33421         [BZ #13629]
33422         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33423         value between 1.0 and 2.0 and smaller part has absolute value less
33424         than 1.0.
33425         * math/s_clog10.c (__clog10): Likewise.
33426         * math/s_clog10f.c (__clog10f): Likewise.
33427         * math/s_clog10l.c (__clog10l): Likewise.
33428         * math/s_clogf.c (__clogf): Likewise.
33429         * math/s_clogl.c (__clogl): Likewise.
33430         * math/libm-test.inc (clog_test): Add more tests.
33431         (clog10_test): Likewise.
33432         * sysdeps/i386/fpu/libm-test-ulps: Update.
33433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33435 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33437         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33438         Exit with zero in case no suitable GID is found, and write a
33439         message to standard error.
33441 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33443         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33444         rather than to 1.
33445         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33446         (MAXPATHLEN): Removed.
33447         (NOGROUP, NODEV): New macros.
33448         (setbit, clrbit, isset, isclr): New macros.
33449         (howmany, roundup, powerof2): New macros.
33450         (DEV_BSIZE): New macro.
33452         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33453         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33455         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33456         definition on [!__NO_LONG_DOUBLE_MATH].
33458         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33459         PTR_MANGLE and PTR_DEMANGLE.
33461         * socket/accept4.c (accept4): Rename to __libc_accept4.
33462         Define accept4 as a weak alias.
33464         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33465         on [_DIRENT_HAVE_D_TYPE].
33466         * io/ftw.c (ftw_dir): Likewise.
33468         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33470         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33472         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33473         Use the BSD numbers rather than the arbitrary ones we had.
33474         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33475         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33476         (SIGXCPU, SIGXFSZ): New macros.
33477         (_NSIG): Now 32.
33479         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33480         initializer on [_LIBC_REENTRANT].
33482         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33483         definitions inside [_POSIX_MAPPED_FILES].
33485         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33487         * dirent/opendir.c: Include <fcntl.h>.
33489         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33490         (__libc_getspecific): Likewise.
33491         (__libc_key_create): Likewise.
33493         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33494         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33495         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33496         (tmpfile64): Define as alias.
33497         * sysdeps/wordsize-64/tmpfile.c: File removed.
33498         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33499         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33500         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33502         * stdio-common/vfscanf.c: Include <stdbool.h>.
33503         * nss/makedb.c: Likewise.
33504         * stdio-common/_i18n_number.h: Likewise.
33505         * argp/argp-help.c: Likewise.
33506         * posix/wordexp.c: Likewise.
33507         * sysdeps/posix/spawni.c: Likewise.
33508         * nss/nss_files/files-initgroups.c: Likewise.
33509         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33510         * nss/nss_files/files-initgroups.c: Likewise.
33511         * nss/nss_db/db-netgrp.c: Likewise.
33512         * nss/nss_db/db-initgroups.c: Likewise.
33513         * io/fchmodat.c: Include <sys/stat.h>.
33515         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33516         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33518         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33519         [HAVE_MMAP].
33521         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33522         Add multiple inclusion protection.
33524 2012-07-27  David S. Miller  <davem@davemloft.net>
33526         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33528 2012-07-27  Gary Benson  <gbenson@redhat.com>
33530         [BZ #14298]
33531         * elf/rtld.c: Include <stap-probe.h>.
33532         (dl_main): Added static probes "init_start" and "init_complete".
33533         * elf/dl-load.c: Include <stap-probe.h>.
33534         (lose): Take new parameter "nsid".
33535         Added static probe "map_failed".
33536         (_dl_map_object_from_fd): Pass namespace id to lose.
33537         Added static probe "map_start".
33538         (open_verify): Pass namespace id to lose.
33539         * elf/dl-open.c: Include <stap-probe.h>.
33540         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33541         and "reloc_complete".
33542         * elf/dl-close.c: Include <stap-probe.h>.
33543         (_dl_close_worker): Added static probes "unmap_start" and
33544         "unmap_complete".
33545         * elf/rtld-debugger-interface.txt: New file documenting the above.
33547 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33549         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33550         rather than a string variable.
33551         * sunrpc/rpc_main.c (h_output): Likewise.
33552         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33554 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33556         * inet/check_native.c: New file.
33558 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33560         [BZ #13629]
33561         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33562         if larger part has absolute value 1.0.
33563         * math/s_clog10.c (__clog10): Likewise.
33564         * math/s_clog10f.c (__clog10f): Likewise.
33565         * math/s_clog10l.c (__clog10l): Likewise.
33566         * math/s_clogf.c (__clogf): Likewise.
33567         * math/s_clogl.c (__clogl): Likewise.
33568         * math/libm-test.inc (clog_test): Add more tests.
33569         (clog10_test): Likewise.
33570         * sysdeps/i386/fpu/libm-test-ulps: Update.
33571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33573         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33574         (pltexit): Likewise.
33575         (La_regs): Likewise.
33576         (La_retval): Likewise.
33577         (int_retval): Likewise.
33578         Update #error for removed macros to refer only to definitions in
33579         tst-audit.h.
33580         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33581         macro.
33582         (pltexit): Likewise.
33583         (La_regs): Likewise.
33584         (La_retval): Likewise.
33585         (int_retval): Likewise.
33586         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33587         macro.
33588         (pltexit): Likewise.
33589         (La_regs): Likewise.
33590         (La_retval): Likewise.
33591         (int_retval): Likewise.
33592         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33593         macro.
33594         (pltexit): Likewise.
33595         (La_regs): Likewise.
33596         (La_retval): Likewise.
33597         (int_retval): Likewise.
33598         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33599         macro.
33600         (pltexit): Likewise.
33601         (La_regs): Likewise.
33602         (La_retval): Likewise.
33603         (int_retval): Likewise.
33604         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33605         macro.
33606         (pltexit): Likewise.
33607         (La_regs): Likewise.
33608         (La_retval): Likewise.
33609         (int_retval): Likewise.
33610         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33611         macro.
33612         (pltexit): Likewise.
33613         (La_regs): Likewise.
33614         (La_retval): Likewise.
33615         (int_retval): Likewise.
33616         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33617         macro definitions in tst-audit.h.
33618         * sysdeps/i386/tst-audit.h: New file.
33619         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33620         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33621         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33622         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33623         * sysdeps/sh/tst-audit.h: Likewise.
33624         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33625         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33626         * sysdeps/x86_64/tst-audit.h: Likewise.
33628 2012-07-26  Andreas Jaeger  <aj@suse.de>
33630         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33631         ptrace.
33633         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33634         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33635         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33636         PTRACE_O_MASK.
33637         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33638         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33639         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33641         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33642         value.
33644         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33645         _sigsys.
33646         (si_call_addr, si_syscall, si_arch): Define new macro.
33647         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33648         _sigsys.
33649         (si_call_addr, si_syscall, si_arch): Define new marcro.
33650         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33651         _sigsys.
33652         (si_call_addr, si_syscall, si_arch): Define new macro.
33653         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33654         _sigsys.
33655         (si_call_addr, si_syscall, si_arch): Define new macro.
33657 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33659         [BZ #13717]
33660         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33661         Change to 2.4.21 where previously 2.4.1.
33662         * sysdeps/unix/sysv/linux/configure: Regenerated.
33663         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33664         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33665         Linux kernel version.
33666         (__ASSUME_STD_AUXV): Remove.
33667         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33668         kernel version.
33669         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33670         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33671         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33672         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33673         (__ASSUME_NETLINK_SUPPORT): Likewise.
33674         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33675         (__no_netlink_support): Remove conditional definition.
33676         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33677         Remove.
33678         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33679         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33680         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33681         (if_nameindex_ioctl): Remove.
33682         (if_nameindex_netlink): Do not handle __no_netlink_support.
33683         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33684         code.
33685         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33686         Remove conditional code.
33687         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33688         code.
33689         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33690         unconditional.
33691         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33692         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33693         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33694         Remove.
33695         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33696         [!__ASSUME_STD_AUXV]: Remove conditional code.
33697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33698         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33699         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33701         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33702         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33703         code.
33704         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33706         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33707         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33708         conditional code.
33709         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33711         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33712         code.
33713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33714         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33715         conditional code.
33716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33717         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33718         code unconditional.
33719         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33720         conditional code.
33721         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33722         unconditional.
33723         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33724         conditional code.
33725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33726         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33727         unconditional.
33728         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33729         conditional code.
33730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33731         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33732         code unconditional.
33733         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33734         conditional code.
33735         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33736         unconditional.
33737         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33738         conditional code.
33739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33740         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33741         code unconditional.
33742         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33743         conditional code.
33744         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33745         unconditional.
33746         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33747         conditional code.
33749 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33751         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33752         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33753         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33754         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33755         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33756         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33757         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33758         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33759         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33760         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33761         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33762         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33763         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33764         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33765         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33766         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33767         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33768         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33769         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33770         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33771         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33772         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33773         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33775 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33777         * Versions.def: Add GLIBC_2.17.
33778         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33779         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33780         Introduce __libc_secure_getenv.
33781         * stdlib/Versions (2.17): Add secure_getenv
33782         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33783         * stdlib/secure-getenv.c: Rename __secure_getenv to
33784         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33785         symbol __secure_getenv for GLIBC_2.0.
33786         * stdlib/tst-secure-getenv.c: New.
33787         * stdlib/Makefile (tests): Add testcase.
33788         * manual/startup.texi (Environment Access): Document
33789         secure_getenv.
33790         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33791         __libc_secure_getenv.
33792         * inet/ruserpass.c (ruserpass): Likewise.
33793         * malloc/mtrace.c (mtrace): Likewise.
33794         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33795         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33796         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33797         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33798         HAVE_SECURE_GETENV.
33799         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33800         __secure_getenv to __libc_secure_getenv.
33801         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33803         Likewise.
33804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33805         Likewise.
33806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33807         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33808         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33809         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33810         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33812         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33814 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33816         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33817         (struct La_i86_retval): Likewise.
33818         (struct La_x86_64_regs): Likewise.
33819         (struct La_x86_64_retval): Likewise.
33820         (struct La_x32_regs): Likewise.
33821         (struct La_x32_retval): Likewise.
33822         (struct La_ppc32_regs): Likewise.
33823         (struct La_ppc32_retval): Likewise.
33824         (struct La_ppc64_regs): Likewise.
33825         (struct La_ppc64_retval): Likewise.
33826         (struct La_sh_regs): Likewise.
33827         (struct La_sh_retval): Likewise.
33828         (struct La_s390_32_regs): Likewise.
33829         (struct La_s390_32_retval): Likewise.
33830         (struct La_s390_64_regs): Likewise.
33831         (struct La_s390_64_retval): Likewise.
33832         (struct La_sparc32_regs): Likewise.
33833         (struct La_sparc32_retval): Likewise.
33834         (struct La_sparc64_regs): Likewise.
33835         (struct La_sparc64_retval): Likewise.
33836         (struct audit_ifaces): Remove architecture-specific pltenter and
33837         pltexit members.
33838         * sysdeps/i386/ldsodefs.h: New file.
33839         * sysdeps/powerpc/ldsodefs.h: Likewise.
33840         * sysdeps/s390/ldsodefs.h: Likewise.
33841         * sysdeps/sh/ldsodefs.h: Likewise.
33842         * sysdeps/sparc/ldsodefs.h: Likewise.
33843         * sysdeps/x86_64/ldsodefs.h: Likewise.
33845 2012-07-25  Marek Polacek  <polacek@redhat.com>
33847         [BZ #6808]
33848         * math/libm-test.inc (yn_test): Add another test.
33849         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33850         to ERANGE when the result is +-Inf.
33851         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33852         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33853         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33854         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33856 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33858         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33859         equal to 0.
33860         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33861         clock_t.
33862         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33864 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33866         * configure.in <sysdeps resolving>: Correct printing
33867         Implies_before.
33868         * configure: Regenerate.
33870 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33872         * math/w_ilogb.c: Include <limits.h>.
33873         * math/w_ilogbl.c: Likewise.
33875 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33877         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33878         va_copy.  Document allowing for unavailable va_copy only as
33879         pre-C99 compatibility.
33880         * manual/string.texi (Copying and Concatenation): Use va_copy
33881         instead of __va_copy in concat example.
33883 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33885         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33886         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33887         it if not null.
33889         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33890         with O_NOLINK passed to __file_name_lookup.
33892         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33893         with O_NOLINK passed to __file_name_lookup.
33895         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33896         negative N or less than NGIDS.
33898         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33899         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33900         enough.  Use memcpy instead of strncpy.
33902 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33904         * elf/Makefile (check-data): Remove.
33905         (localplt.data): New vpath directive.
33906         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33907         instead of $(check-data).
33908         * scripts/data/localplt-generic.data: Move to ...
33909         * sysdeps/generic/localplt.data: ... here.
33910         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33911         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33912         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33914         ... here.
33915         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33917         ... here.
33918         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33919         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33920         ... here.
33921         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33922         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33923         ... here.
33924         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33925         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33926         ... here.
33927         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33928         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33929         ... here.
33931 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33933         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33934         PPC32 and PPC64 files.
33935         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33936         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33938 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33940         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33941         __makecontext_ret to ...
33942         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33943         ... here and call exit if uc_link is NULL.  New file.
33944         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33945         __makecontext_ret.S.
33946         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33947         __makecontext_ret to ...
33948         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33949         ... here and call exit if uc_link is NULL.  New file.
33950         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33951         __makecontext_ret.S.
33953 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33955         * elf/elf.h (R_390_IRELATIVE): New definition.
33956         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33957         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33958         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33959         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33960         (elf_machine_lazy_rel): Likewise.
33961         * sysdeps/s390/dl-irel.h: New file.
33962         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33963         * sysdeps/s390/s390-64/memset.S: New asm code.
33964         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33965         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33966         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33967         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33968         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33969         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33970         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33971         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33972         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33973         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33974         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33975         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33976         * sysdeps/s390/s390-32/memset.S: New asm code.
33977         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33979 2012-07-17  Marek Polacek  <polacek@redhat.com>
33981         [BZ #14349]
33982         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33983         * sysdeps/s390/s390-64/configure.in: Likewise.
33984         * sysdeps/sparc/configure.in: Likewise.
33985         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33986         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33987         * sysdeps/i386/configure.in: Likewise.
33988         * sysdeps/x86_64/configure.in: Likewise.
33989         * sysdeps/sh/configure.in: Likewise.
33990         * sysdeps/s390/s390-32/configure: Regenerated.
33991         * sysdeps/s390/s390-64/configure: Likewise.
33992         * sysdeps/x86_64/configure: Likewise.
33993         * sysdeps/sh/configure: Likewise.
33994         * sysdeps/powerpc/powerpc64/configure: Likewise.
33995         * sysdeps/powerpc/powerpc32/configure: Likewise.
33996         * sysdeps/sparc/configure: Likwise.
33997         * sysdeps/i386/configure: Likewise.
33999         * elf/dl-open.c: Comment fixes.
34001 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
34003         * Makefile [CXX] (check-data): Remove.
34004         [CXX] (c++-types.data): New vpath directive.
34005         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34006         vpath.  Do not allow for C++ type data being missing.
34007         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34008         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34009         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34010         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34011         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34012         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34013         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34015         ... here.
34016         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34018         ... here.
34019         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34020         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34021         ... here.
34022         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34024         ... here.
34025         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34027         ... here.
34028         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34030         ... here.
34031         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34033         ... here.
34034         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34035         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34037         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34038         definitions to architecture-specific files.
34039         (TLS_IE): Likewise.
34040         (TLS_LD): Likewise.
34041         (TLS_GD): Likewise.
34042         * sysdeps/i386/tls-macros.h: New file.
34043         * sysdeps/powerpc/tls-macros.h: Likewise.
34044         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34045         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34046         * sysdeps/sh/tls-macros.h: Likewise.
34047         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34048         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34049         * sysdeps/x86_64/tls-macros.h: Likewise.
34051 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34053         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34054         zero value for regular exit case.
34056         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34057         (__start_context): Preserve zero value for regular exit case.
34059 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34060             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34062         * manual/setjmp.texi (setcontext): Clarify normal process
34063         termination when uc_link is the null pointer.
34064         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34065         exit call.
34067 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34069         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34070         preprocessor.  Test for each exception mask separately.
34072 2012-07-16  Andreas Jaeger  <aj@suse.de>
34074         * po/ru.po: Update from translation team.
34076 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34078         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34079         equal to 0.
34080         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34081         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34082         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34083         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34084         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34086 2012-07-13  Andreas Jaeger  <aj@suse.de>
34088         * po/fr.po: Update from translation team.
34090 2012-07-12  Marek Polacek  <polacek@redhat.com>
34092         [BZ #14173]
34093         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34094         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34095         loop condition.
34097 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34099         [BZ #13717]
34100         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34101         Change to 2.4.1 where previously 2.4.0.
34102         * sysdeps/unix/sysv/linux/configure: Regenerated.
34103         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34104         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34105         version.
34106         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34107         (__ASSUME_AT_CLKTCK): Remove.
34108         (__ASSUME_AT_PAGESIZE): Likewise.
34109         (__ASSUME_AT_XID): Likewise.
34110         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34111         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34112         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34113         unconditionally.
34114         (HAVE_AUX_PAGESIZE): Likewise.
34115         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34116         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34117         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34119 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34121         [BZ #14307]
34122         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34123         the temporary buffer used to invoke __gethostbyname2_r,
34124         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34125         host_data / struct gaih_addrtuple.
34126         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34127         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34128         header file nss/nsswitch.h.
34129         * nss/nsswitch.h (global scope): Add definition of implementation
34130         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34131         resolv/nss_dns/dns-host.c).
34133 2012-07-11  Andreas Jaeger  <aj@suse.de>
34135         * po/fr.po: Update from translation team.
34137         * po/sv.po: Update from translation team
34138         * po/fr.po: Another update from translation team.
34140 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34142         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34143         for subnormals or multiply small sinh result by itself.
34144         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34145         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34147 2012-07-11  David S. Miller  <davem@davemloft.net>
34149         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34151 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34153         [BZ #14347]
34154         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34155         (INTERNAL_MARK): Shift it here.
34157 2012-07-10  Marek Polacek  <polacek@redhat.com>
34159         [BZ #14151]
34160         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34161         libc_cv_asm_global_directive with .globl.
34162         * configure: Regenerated.
34163         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34164         with .globl.
34165         * sysdeps/i386/configure: Regenerated.
34166         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34167         with .globl.
34168         * sysdeps/x86_64/configure: Regenerated.
34169         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34170         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34171         * elf/tst-unique2mod2.c: Likewise.
34172         * elf/tst-unique2mod1.c: Likewise.
34173         * elf/tst-unique1mod2.c: Likewise.
34174         * elf/tst-unique1mod1.c: Likewise.
34175         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34176         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34177         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34178         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34179         * sysdeps/mach/sysdep.h: Likewise.
34180         * sysdeps/i386/sysdep.h: Likewise.
34181         * sysdeps/i386/i386-mcount.S: Likewise.
34182         * sysdeps/x86_64/_mcount.S: Likewise.
34183         * sysdeps/x86_64/sysdep.h: Likewise.
34184         * sysdeps/sh/_mcount.S: Likewise.
34185         * sysdeps/sh/sysdep.h: Likewise.
34186         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34187         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34188         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34189         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34190         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34191         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34192         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34193         * locale/localeinfo.h: Likewise.
34194         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34195         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34197 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34199         [BZ #14336]
34200         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34201         system".
34202         * manual/message.texi (The Uniforum approach): Likewise.
34203         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34204         (glibc iconv Implementation): Likewise.
34206 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34208         [BZ #14337]
34209         * math/s_clog.c (__clog): Avoid scaling a value down where that
34210         could result in underflow.
34211         * math/s_clog10.c (__clog10): Likewise.
34212         * math/s_clog10f.c (__clog10f): Likewise.
34213         * math/s_clog10l.c (__clog10l): Likewise.
34214         * math/s_clogf.c (__clogf): Likewise.
34215         * math/s_clogl.c (__clogl): Likewise.
34216         * math/libm-test.inc (clog_test): Add more tests.
34217         (clog10_test): Likewise.
34218         * sysdeps/i386/fpu/libm-test-ulps: Update.
34219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34221 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34223         [BZ #14283]
34224         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34225         by 7 not 8 to examine high bit of fractional part.
34227         [BZ #14042]
34228         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34229         for call to __mcount_internal.
34230         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34231         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34232         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34234 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34236         [BZ #14154]
34237         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34238         approximation for values within 0x1p-13f of an odd multiple of
34239         pi/4.
34240         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34241         exception.  Add more tests.
34242         * sysdeps/i386/fpu/libm-test-ulps: Update.
34244         [BZ #6778]
34245         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34246         inputs and return -1 for them.  Do not check for +Inf in case not
34247         reachable for +Inf.
34248         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34249         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34250         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34251         and return -1 for them.  Do not check for +Inf in case not
34252         reachable for +Inf.
34253         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34254         define.
34255         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34256         and return -1 for them.  Do not check for +Inf in case not
34257         reachable for +Inf.
34258         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34259         spurious underflow.
34260         * sysdeps/i386/fpu/libm-test-ulps: Update.
34261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34263 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34265         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34267 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34269         [BZ #14157]
34270         [BZ #14331]
34271         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34272         could result in spurious underflow.  Scale down values above
34273         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34274         * math/s_csqrtf.c (__csqrtf): Likewise.
34275         * math/s_csqrtl.c (__csqrtl): Likewise.
34276         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34277         spurious underflow.
34278         * sysdeps/i386/fpu/libm-test-ulps: Update.
34279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34281 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34283         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34284         xopen-msg.sed.
34285         * catgets/xopen-msg.awk: New file.
34286         * catgets/xopen-msg.sed: Removed.
34288         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34289         po2text.sed.
34290         * intl/po2test.awk: New file.
34291         * intl/po2test.sed: Removed.
34293 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34295         [BZ #14328]
34296         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34297         or multiply small sinh result by itself.
34298         * math/s_ctanf.c (__ctanf): Likewise.
34299         * math/s_ctanh.c (__ctanh): Likewise.
34300         * math/s_ctanhf.c (__ctanhf): Likewise.
34301         * math/s_ctanhl.c (__ctanhl): Likewise.
34302         * math/s_ctanl.c (__ctanl): Likewise.
34303         * math/libm-test.inc (ctan_test_tonearest): New function.
34304         (ctan_test_towardzero): Likewise.
34305         (ctan_test_downward): Likewise.
34306         (ctan_test_upward): Likewise.
34307         (ctanh_test_tonearest): Likewise.
34308         (ctanh_test_towardzero): Likewise.
34309         (ctanh_test_downward): Likewise.
34310         (ctanh_test_upward): Likewise.
34311         (main): Call these new functions.
34312         * sysdeps/i386/fpu/libm-test-ulps: Update.
34313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34315 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34317         * .gitignore: Delete /ports entry.
34319 2012-07-03  Andreas Jaeger  <aj@suse.de>
34321         * po/bg.po: Update from translation team.
34322         * po/cs.po: Likewise.
34323         * po/de.po: Likewise.
34324         * po/hr.po: Likewise.
34325         * po/nl.pl: Likewise.
34326         * po/pl.po: Likewise.
34327         * po/vi.po: Likewise.
34329 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34331         * Makeconfig [!+link] (+link-before-libc): New variable.
34332         [!+link] (+link-after-libc): Likewise.
34333         [!+link] (+link-tests): Likewise.
34334         [!+link] (+link): Define in terms of $(+link-before-libc) and
34335         $(+link-after-libc).
34336         [!+link-static] (+link-static-before-libc): New variable.
34337         [!+link-static] (+link-static-after-libc): Likewise.
34338         [!+link-static] (+link-static-tests): Likewise.
34339         [!+link-static] (+link-static): Define in terms of
34340         $(+link-static-before-libc) and $(+link-static-after-libc).
34341         [build-shared] (link-libc-before-gnulib): New variable.
34342         [build-shared] (link-libc-tests): Likewise.
34343         [build-shared] (link-libc): Define in terms of
34344         $(link-libc-before-gnulib).
34345         [!build-shared] (link-libc-tests): New variable.
34346         (link-libc-static-tests): New variable.
34347         [!gnulib] (gnulib-arch): New variable.
34348         [!gnulib] (gnulib-tests): Likewise.
34349         [!gnulib] (static-gnulib-arch): Likewise.
34350         [!gnulib] (static-gnulib-tests): Likewise.
34351         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34352         Define with "=" instead of ":=".
34353         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34354         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34355         * Rules (binaries-all-notests): New variable.
34356         (binaries-all-tests): Likewise.
34357         (binaries-static-notests): Likewise.
34358         (binaries-static-tests): Likewise.
34359         (binaries-all): Define using $(binaries-all-notests) and
34360         $(binaries-all-tests).
34361         (binaries-static): Define using $(binaries-static-notests) and
34362         $(binaries-static-tests).
34363         (binaries-shared-tests): New variable.
34364         (binaries-shared-notests): Likewise.
34365         (binaries-shared): Remove variable.
34366         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34367         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34368         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34369         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34370         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34371         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34372         * elf/Makefile (sln-modules): New variable.
34373         (extra-objs): Add $(sln-modules:=.o).
34374         (ldconfig-modules): Add static-stubs.
34375         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34376         * elf/static-stubs.c: New file.
34378         [BZ #14283]
34379         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34380         by 7 not 8 to examine high bit of fractional part.  Use volatile
34381         variables when splitting into final array of floats if
34382         __FLT_EVAL_METHOD__ != 0.
34383         * math/libm-test.inc (cos_test): Add another test.
34384         (sin_test): Likewise.
34385         * sysdeps/i386/fpu/libm-test-ulps: Update.
34387         [BZ #14273]
34388         * math/libm-test.inc (cosh_test): Add more tests.
34390         * version.h (RELEASE): Set to "development".
34391         (VERSION): Set to "2.16.90".
34393 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34395         * NEWS: Update copyright. Remove last-updated date.
34396         Mention math library bug fixes and timezone data changes.
34397         * README: Mention GNU/Hurd, x32, and HPPA support status.
34399 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34401         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34403 2012-06-27  Andreas Jaeger  <aj@suse.de>
34405         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34407 2012-06-25  Andreas Jaeger  <aj@suse.de>
34409         * sysdeps/s390/fpu/libm-test-ulps: Update.
34411 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34412             Thomas Schwinge  <thomas@codesourcery.com>
34414         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34415         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34416         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34417         fanotify_mark.
34419 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34421         * sysdeps/mach/start.c: Remove file.
34422         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34423         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34424         * sysdeps/sh/init-first.c: Likewise.
34426         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34427         registers for frame unwinding purposes, add CFI directives.
34428         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34429         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34430         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34431         Likewise.
34433         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34434         __fortify_fail returning.
34435         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34437         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34438         sysdeps/sh/____longjmp_chk.S.
34439         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34440         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34441         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34442         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34444         * sysdeps/sh/abort-instr.h: New file.
34445         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34446         process in case exit returns.
34448         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34449         initialize the GOT register before use.
34451         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34452         calculation of ARGC > 4.
34454         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34455         meaningful names to some local labels.
34457 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34458             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34460         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34461         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34462         (__arch_compare_and_exchange_val_16_acq): Likewise.
34463         (__arch_compare_and_exchange_val_32_acq): Likewise.
34464         (atomic_exchange_and_add): Fix gUSA sequence.
34465         (atomic_add): Likewise.
34466         (atomic_add_negative): Likewise.
34467         (atomic_add_zero): Likewise.
34468         (atomic_bit_test_set): Likewise.
34470 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34472         [BZ #13579]
34473         * include/link.h (struct link_map): Add l_free_initfini.
34474         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34475         l_initfini.
34476         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34477         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34478         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34479         set.
34481 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34483         * configure.in: Use AC_LANG_SOURCE.
34484         * configure: Regenerate.
34486 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34488         * configure.in (libc_cv_localstatedir): New substituted variable.
34489         * configure: Regenerated.
34490         * config.make.in (localstatedir): New variable, substituted from
34491         libc_cv_localstatedir.
34492         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34493         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34494         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34495         * sysdeps/gnu/configure: Regenerated.
34497 2012-06-21  Jeff Law  <law@redhat.com>
34499         [BZ #14277]
34500         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34501         free.  Simplify list management for _LIBC case.
34503 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34505         [BZ #14273]
34506         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34507         Clear sign bit of 64-bit integer value before comparing against
34508         overflow value.
34510         * sysdeps/mach/configure: Regenerated.
34512 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34514         [BZ #14278]
34515         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34517 2012-06-21  Jeff Law  <law@redhat.com>
34519         [BZ #13882]
34520         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34521         uint16_t for elements in the "seen" array to avoid char overflows.
34522         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34523         * elf/dl-open.c (dl_open_worker): Likewise.
34525 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34527         * scripts/list-sources.sh: Scan PORTS for translations.
34528         * po/libc.pot: Regenerated.
34530 2012-06-21  Andreas Jaeger  <aj@suse.de>
34532         [BZ #12194]
34533         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34534         warning.
34535         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34536         * bits/byteswap-16.h (__bswap_16): Likewise.
34537         * bits/byteswap.h (__bswap_constant_16): Likewise.
34539 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34541         [BZ #14117]
34542         * sysdeps/i386/fpu_control.h: Removed.
34543         * sysdeps/x86_64/fpu_control.h: Moved to ...
34544         * sysdeps/x86/fpu_control.h: Here.
34546         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34547         (_FPU_SETCW): Likewise.
34549 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34551         [BZ #14117]
34552         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34553         * sysdeps/x86/fpu/bits/mathinline.h: This.
34554         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34556         [BZ #14050]
34557         [BZ #14117]
34558         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34559         functions if __x86_64__ is defined.
34561 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34563         * string/endian.h: Add !__ASSEMBLER__ condition for including
34564         conversion interfaces.
34566 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34568         [BZ #14241]
34569         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34570         of ABS(x) in calculating zero to negative powers other than odd
34571         integers.
34572         * math/libm-test.inc (pow_test): Add more tests.
34574 2012-06-15  Andreas Jaeger  <aj@suse.de>
34576         * manual/contrib.texi (Contributors): Update entry of Liubov
34577         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34578         Machado Filho.
34580 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34582         * string/string.h: Add __wur to GNU version of strerror_r.
34584 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34586         [BZ #14229]
34587         * string/Makefile (tests): Add tst-strtok_r.
34588         * string/tst-strtok_r.c: New file.
34589         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34590         RAX_LP/RDX_LP on SAVE_PTR.
34592 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34594         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34596 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34598         * libm_test.inc (csqrt_test): Allow more spurious underflow
34599         exceptions.
34600         (j0_test): Likewise.
34601         (j1_test): Likewise.
34602         (y0_test): Likewise.
34603         (y1_test): Likewise.
34605 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34607         * po/Makefile (libc.pot): Use UTF-8 charset.
34609 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34611         [BZ #14210]
34612         Suppress sign-conversion warning from FD_SET.
34613         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34614         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34615         not unsigned long int.
34616         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34618 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34620         [BZ #14050]
34621         [BZ #14117]
34622         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34623         __extern_always_inline instead of __extern_inline.
34624         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34625         (__signbit): Likewise.
34626         (__signbitl): Support C++ namespace.
34627         (lrintf): New inline function.
34628         (lrint): Likewise.
34629         (llrintf): Likewise.
34630         (llrint): Likewise.
34631         (fmaxf): Likewise.
34632         (fmax): Likewise.
34633         (fminf): Likewise.
34634         (fmin): Likewise.
34635         (rint): Likewise.
34636         (rintf): Likewise.
34637         (ceil): Likewise.
34638         (ceilf): Likewise.
34639         (floor): Likewise.
34640         (floorf): Likewise.
34641         (nearbyint): Likewise.
34642         (nearbyintf): Likewise.
34644 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34646         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34647         non-default versions.
34649 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34651         [BZ #14218]
34652         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34654 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34656         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34657         (FE_UPWARD, FE_DOWNWARD): Don't define.
34658         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34659         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34661         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34662         reading it.
34663         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34664         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34666 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34668         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34669         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34670         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34671         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34673 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34675         [BZ #14117]
34676         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34677         * sysdeps/i386/fpu/Implies: New file.
34678         * sysdeps/x86_64/fpu/Implies: Likewise.
34679         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34680         * sysdeps/x86/fpu/bits/fenv.h: This.
34682         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34683         __SSE_MATH__.
34685 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34687         [BZ #14134]
34688         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34689         character 0xffff that matches the last element of the
34690         conversion table.
34692 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34694         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34695         fmodl commit.
34697 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34699         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34700         values higher than 25.6283.
34702 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34704         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34705         subnormal exponent extraction and add some __builtin_expect.
34706         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34707         Fix for subnormal mantissa calculation.
34709 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34711         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34712         cpu2 is -1 and errno is not ENOSYS.
34714 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34716         [BZ #14117]
34717         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34718         * sysdeps/x86/bits/string.h: This.
34719         * sysdeps/x86_64/bits/string.h: Removed.
34721         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34722         if not compiling for x86-64, but compiling for >= i486.
34724         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34725         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34727         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34728         New macro from Linux kernel 3.4.0.
34729         (FP_XSTATE_MAGIC2): Likewise.
34730         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34731         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34732         (struct _fpx_sw_bytes): New struct.
34733         (struct _xsave_hdr): Likewise.
34734         (struct _ymmh_state): Likewise.
34735         (struct _xstate): Likewise.
34737         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34738         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34739         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34740         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34741         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34742         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34744         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34745         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34746         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34747         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34748         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34749         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34751 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34753         [BZ #13743]
34754         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34755         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34756         (sysdep_headers): Include sys/platform/ppc.h.
34757         * sysdeps/powerpc/test-gettimebase.c: Test for
34758         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34759         * manual/Makefile (appendices): Include platform.texi.
34760         * manual/contrib.texi (Contributors): Update @node pointers.
34761         * manual/maint.texi (Maintenance): Likewise.
34762         (Platform): New node.
34763         * manual/platform.texi: New file.  Document the new features.
34765 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34766             Jakub Jelinek  <jakub@redhat.com>
34768         [BZ #14188]
34769         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34770         where __builtin_expect is unavailable.
34772 2012-06-03  David S. Miller  <davem@davemloft.net>
34774         * stdlib/longlong.h: Updated from GCC.
34776 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34778         [BZ #14042]
34779         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34780         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34781         __mcount_internal.
34782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34783         (GLIBC_2.16): Likewise.
34785 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34787         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34789 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34792         (default-abi): New variable.
34793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34794         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34795         variable.
34796         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34797         Likewise.
34798         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34799         Likewise.
34800         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34801         Likewise.
34803         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34804         definition.  Document in comment.
34806 2012-06-01  David S. Miller  <davem@davemloft.net>
34808         * stdlib/longlong.h: Updated from GCC.
34810 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34812         [BZ #14117]
34813         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34814         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34815         sys/debugreg.h sys/io.h here.
34816         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34817         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34818         sys/io.h.
34819         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34820         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34821         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34822         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34823         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34824         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34826         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34827         Define only if __x86_64__ is defined.
34829 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34831         [BZ #14048]
34832         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34833         Use int64_t for variable i.
34834         * math/libm-test.inc (fmod_test): Add more tests.
34836         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34837         z computation is not scheduled after fetestexcept.
34838         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34839         Use math_force_eval instead of asm to ensure calculation scheduled
34840         before exception test.
34841         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34842         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34844 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34846         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34847         computation is not scheduled after fetestexcept.
34849 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34851         [BZ #14117]
34852         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34853         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34855 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34857         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34858         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34860 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34862         [BZ #14117]
34863         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34864         <bits/wordsize.h>.
34865         (__WCHAR_MIN): Support __WORDSIZE == 64.
34866         (__WCHAR_MAX): Likewise.
34868         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34869         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34871         [BZ #14183]
34872         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34873         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34875         [BZ #14117]
34876         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34877         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34879         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34880         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34882         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34883         Defined to 1 if __x86_64__ isn't defined.
34884         (_STAT_VER_LINUX_OLD): New.
34885         (st_atime): Remove duplicate.
34886         (st_mtime): Likewise.
34887         (st_ctime): Likewise.
34889 2012-05-31  David S. Miller  <davem@davemloft.net>
34891         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34892         entries.
34894 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34896         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34897         gen-libm-test.pl.
34899         [BZ #14132]
34900         * elf/dl-reloc.c: Include <_itoa.h>.
34901         (_dl_reloc_bad_type): Remove use of INTUSE.
34902         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34903         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34904         * stdio-common/psiginfo.c (psiginfo): Likewise.
34905         * stdio-common/psignal.c (psignal): Likewise.
34906         * string/strsignal.c (strsignal): Likewise.
34907         * include/signal.h (_sys_siglist): Declare hidden proto.
34908         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34909         INTVARDEF with libc_hidden_data_def.
34910         * stdio-common/itoa-udigits.c: Likewise.
34911         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34912         (_itoa_lower_digits_internal): Remove declaration.
34913         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34914         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34915         (_sys_sigabbrev_internal): Remove aliases.
34916         (_sys_siglist): Define hidden alias.
34918 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34920         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34921         bits/sysctl.h.
34923 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34925         [BZ #14117]
34926         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34927         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34929         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34930         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34931         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34932         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34933         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34934         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34936         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34937         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34938         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34940         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34941         with __addr.
34942         (insw): Likewise.
34943         (insl): Likewise.
34944         (outsb): Likewise.
34945         (outsw): Likewise.
34946         (outsl): Likewise.
34948         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34949         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34950         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34952         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34953         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34954         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34955         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34956         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34957         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34959         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34960         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34962         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34963         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34965         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34966         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34967         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34969         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34970         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34971         to ...
34972         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34974         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34975         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34976         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34978         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34979         for x86-64.
34980         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34982 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34984         * math/math.h (M_El): Use two more decimal places.
34985         (M_LOG2El): Likewise.
34986         (M_LOG10El): Likewise.
34987         (M_LN2l): Likewise.
34988         (M_LN10l): Likewise.
34989         (M_PIl): Likewise.
34990         (M_PI_2l): Likewise.
34991         (M_PI_4l): Likewise.
34992         (M_1_PIl): Likewise.
34993         (M_2_PIl): Likewise.
34994         (M_2_SQRTPIl): Likewise.
34995         (M_SQRT2l): Likewise.
34996         (M_SQRT1_2l): Likewise.
34998 2012-05-31  David S. Miller  <davem@davemloft.net>
35000         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35001         values between float registers.
35002         * sysdeps/sparc/sparc64/memset.S: Likewise.
35003         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35005 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35007         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35008         -D_FORTIFY_SOURCE=1.
35009         (CPPFLAGS-tst-longjmp_chk.c): Define.
35010         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35011         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35012         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35013         CFLAGS-tst-wchar-h.c.
35015 2012-05-31  Marek Polacek  <polacek@redhat.com>
35017         [BZ #14132]
35018         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35019         __endmntent_internal): Remove declaration.
35020         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35021         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35022         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35024 2012-05-30  David S. Miller  <davem@davemloft.net>
35026         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35027         (___Q_simulate_exceptions): Use real FP ops rather than writing
35028         into the %fsr.
35029         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35030         Likewise.
35032 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35034         [BZ #14117]
35035         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35036         * sysdeps/x86/bits/xtitypes.h: This.
35038         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35039         * sysdeps/x86/bits/wordsize.h: This.
35041         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35042         * sysdeps/x86/bits/huge_vall.h: This.
35044         * sysdeps/i386/bits/select.h: Removed.
35045         * sysdeps/x86_64/bits/select.h: Renamed to ...
35046         * sysdeps/x86/bits/select.h: This.
35048         * sysdeps/i386/bits/setjmp.h: Removed.
35049         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35050         * sysdeps/x86/bits/setjmp.h: This.
35052         * sysdeps/i386/bits/mathdef.h: Removed.
35053         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35054         * sysdeps/x86/bits/mathdef.h: This.
35056 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35058         [BZ #14132]
35059         * include/sys/socket.h (__connect_internal)
35060         (__libc_sa_len_internal): Remove declaration.
35061         (__connect, __libc_sa_len): Declare hidden_proto.
35062         (SA_LEN): Remove use of INTUSE.
35063         * socket/connect.c: Add libc_hidden_def.
35064         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35065         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35066         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35067         alias.
35068         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35069         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35070         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35071         of adding _internal alias.
35073 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35075         [BZ #14117]
35076         * sysdeps/i386/bits/link.h: Removed.
35077         * sysdeps/i386/bits/linkmap.h: Likewise.
35078         * sysdeps/x86_64/bits/link.h: Renamed to ...
35079         * sysdeps/x86/bits/link.h: This.
35080         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35081         * sysdeps/x86/bits/linkmap.h: This.
35083         * sysdeps/i386/bits/endian.h: Removed.
35084         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35085         * sysdeps/x86/bits/endian.h: This.
35087         * sysdeps/i386/bits/byteswap.h: Removed.
35088         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35089         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35090         * sysdeps/x86/bits/byteswap.h: This.
35091         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35092         * sysdeps/x86/bits/byteswap-16.h: This.
35093         * sysdeps/i386/Implies: Add x86.
35094         * sysdeps/x86_64/Implies: Likewise.
35096 2012-05-30  David S. Miller  <davem@davemloft.net>
35098         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35099         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35100         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35101         (FP_TRAPPING_EXCEPTIONS): Define.
35102         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35103         (FP_TRAPPING_EXCEPTIONS): Define.
35104         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35105         subnormals only when inexact has been signalled or underflow
35106         exceptions are enabled.
35107         (_FP_PACK_CANONICAL): Likewise.
35109 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35111         [BZ #14183]
35112         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35113         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35115 2012-05-30  Richard Henderson  <rth@twiddle.net>
35117         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35118         with #ifndef NOT_IN_libc.
35120         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35121         marked to avoid plt entry.
35123 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35125         [BZ #14112]
35126         * Makeconfig (default-abi): New macro.
35127         (abi-includes): Likewise.
35128         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35129         $(abi-$(default-abi)-lib-soname) for soname if defined.
35130         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35131         abi-variants.
35132         * Makefile (installed-stubs): Likewise.
35133         * include/stubs-biarch.h: Removed.
35134         * scripts/lib-names.awk: Only handle one library at a time.
35135         * scripts/soversions.awk: Remove WORDSIZE support.
35136         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35137         entries.
35138         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35139         Removed.
35140         (syscall-list-default-condition): Likewise.
35141         (syscall-list-default-condition): Likewise.
35142         (syscall-list-includes): Likewise.
35143         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35144         syscall-list-* with abi-*.  Handle undefined abi-variants.
35145         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35146         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35147         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35148         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35149         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35150         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35151         Removed.
35152         (syscall-list-32-options): Likewise.
35153         (syscall-list-32-condition): Likewise.
35154         (syscall-list-64-options): Likewise.
35155         (syscall-list-64-condition): Likewise.
35156         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35157         macro.
35158         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35159         Renamed to ...
35160         (abi-*): This.
35161         (abi-64-ld-soname): New macro.
35162         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35163         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35164         Renamed to ...
35165         (abi-*): This.
35166         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35167         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35169 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35171         * sysdeps/unix/sysv/linux/kernel-features.h
35172         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35173         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35174         include <kernel-features.h>.
35175         [!__NR_ftruncate64]: Remove conditional code.
35176         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35177         [__NR_ftruncate64]: Make code unconditional.
35178         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35179         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35180         include <kernel-features.h>.
35181         [!__NR_ftruncate64]: Remove conditional code.
35182         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35183         [__NR_ftruncate64]: Make code unconditional.
35184         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35186         include <kernel-features.h>.
35187         [!__NR_ftruncate64]: Remove conditional code.
35188         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35189         [__NR_ftruncate64]: Make code unconditional.
35190         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35192         include <kernel-features.h>.
35193         [!__NR_ftruncate64]: Remove conditional code.
35194         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35195         [__NR_ftruncate64]: Make code unconditional.
35196         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35198         * configure.in (libc_cv_fpie): Weaken to a compile test using
35199         LIBC_TRY_CC_OPTION.
35200         * configure: Regenerated.
35202 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35206         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35207         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35208         Refreshed.
35209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35210         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35215         Refreshed.
35217 2012-05-27  David S. Miller  <davem@davemloft.net>
35219         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35220         (___Q_zero): New.
35221         (__Q_simulate_exceptions): Return void.  Change to simulate
35222         exceptions by writing into the %fsr.
35223         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35224         (__Qp_handle_exceptions): Likewise.
35225         (numbers): Delete.
35226         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35227         __Qp_handle_exceptions.
35228         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35229         __Qp_handle_exceptions.
35230         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35231         as unused and give dummy FP_RND_NEAREST initializer.
35232         (FP_INHIBIT_RESULTS): Define.
35233         (___Q_simulate_exceptions): Update declaration.
35234         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35235         formatting.
35236         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35237         as unused and give dummy FP_RND_NEAREST initializer.
35238         (__Qp_handle_exceptions): Update declaration.
35239         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35240         formatting.
35242 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35244         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35245         the temporary FPU control word.
35246         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35247         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35248         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35249         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35250         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35251         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35252         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35253         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35254         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35255         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35256         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35258 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35260         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35261         fields.
35263 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35265         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35266         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35267         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35268         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35269         Likewise.
35270         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35271         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35272         Likewise.
35274 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35276         * po/h.po: Update from translation team.
35278 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35280         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35282         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35283         handling of denormals.
35284         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35285         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35286         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35287         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35288         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35289         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35290         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35291         Likewise.
35293 2012-05-26  Marek Polacek  <polacek@redhat.com>
35295         [BZ #14152]
35296         * math/libm-test.inc (fma_test): Don't always expect underflow
35297         exception.
35299 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35301         [BZ #12416]
35302         * elf/tst-execstack.c: Include stackinfo.h.
35303         (do_test): Adjust test case to ensure that pthread_getattr_np
35304         behaviour remains the same after marking stack executable.
35306 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35308         * sysdeps/unix/sysv/linux/kernel-features.h
35309         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35310         * sysdeps/unix/sysv/linux/i386/getrlimit.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         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35315         kernel-features.h.
35316         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35317         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35319 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35321         * configure.in: Define the default includes to being none.
35322         * configure: Regenerated.
35324 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35326         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35327         * sysdeps/x86_64/setjmp.S: Likewise.
35328         * sysdeps/i386/bsd-setjmp.S: Likewise.
35329         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35330         * sysdeps/i386/setjmp.S: Likewise.
35331         * sysdeps/i386/__longjmp.S: Likewise.
35332         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35333         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35335         * include/stap-probe.h: New file.
35336         * configure.in: Handle --enable-systemtap.
35337         * configure: Regenerated.
35338         * config.h.in (USE_STAP_PROBE): New #undef.
35339         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35340         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35341         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35343 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35345         [BZ #13717]
35346         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35347         to 2.4.0 where earlier.
35348         * sysdeps/unix/sysv/linux/configure: Regenerated.
35349         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35350         <kernel-features.h>.
35351         [__ASSUME_32BITUIDS]: Make code unconditional.
35352         [!__ASSUME_32BITUIDS]: Remove conditional code.
35353         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35354         <kernel-features.h>.
35355         [__ASSUME_32BITUIDS]: Make code unconditional.
35356         [!__ASSUME_32BITUIDS]: Remove conditional code.
35357         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35358         [__ASSUME_32BITUIDS]: Make code unconditional.
35359         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35360         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.c: Do not include
35397         <kernel-features.h>.
35398         [__ASSUME_32BITUIDS]: Make code unconditional.
35399         [!__ASSUME_32BITUIDS]: Remove conditional code.
35400         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35401         <kernel-features.h>.
35402         [__NR_setresgid] (__setresgid): Do not declare.
35403         [__ASSUME_32BITUIDS]: Make code unconditional.
35404         [!__ASSUME_32BITUIDS]: Remove conditional code.
35405         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35406         <kernel-features.h>.
35407         [__NR_setresuid] (__setresuid): Do not declare.
35408         [__ASSUME_32BITUIDS]: Make code unconditional.
35409         [!__ASSUME_32BITUIDS]: Remove conditional code.
35410         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.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/i386/shmctl.c: Do not include
35447         <kernel-features.h>.
35448         [__ASSUME_32BITUIDS]: Make code unconditional.
35449         [!__ASSUME_32BITUIDS]: Remove conditional code.
35450         * sysdeps/unix/sysv/linux/kernel-features.h
35451         (__ASSUME_SETRESUID_SYSCALL): Remove.
35452         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35453         (__ASSUME_32BITUIDS): Likewise.
35454         (__ASSUME_LDT_WORKS): Likewise.
35455         (__ASSUME_O_DIRECTORY): Likewise.
35456         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35457         architecture but not kernel version.
35458         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35459         (__ASSUME_MMAP2_SYSCALL): Likewise.
35460         (__ASSUME_STAT64_SYSCALL): Likewise.
35461         (__ASSUME_IPC64): Likewise.
35462         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35463         <kernel-features.h>.
35464         [__ASSUME_32BITUIDS]: Make code unconditional.
35465         [!__ASSUME_32BITUIDS]: Remove conditional code.
35466         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35467         <kernel-features.h>.
35468         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35469         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35470         132096]: Remove conditional code.
35471         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35472         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.c: Do not include
35477         <kernel-features.h>.
35478         [__ASSUME_32BITUIDS]: Make code unconditional.
35479         [!__ASSUME_32BITUIDS]: Remove conditional code.
35480         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35481         <kernel-features.h>.
35482         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35483         unconditional.
35484         (__setresgid): Do not declare.
35485         [__ASSUME_32BITUIDS]: Make code unconditional.
35486         [!__ASSUME_32BITUIDS]: Remove conditional code.
35487         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35488         <kernel-features.h>.
35489         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35490         unconditional.
35491         (__setresuid): Do not declare.
35492         [__ASSUME_32BITUIDS]: Make code unconditional.
35493         [!__ASSUME_32BITUIDS]: Remove conditional code.
35494         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35495         <kernel-features.h>.
35496         [__ASSUME_32BITUIDS]: Make code unconditional.
35497         [!__ASSUME_32BITUIDS]: Remove conditional code.
35498         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35499         <kernel-features.h>.
35500         [__ASSUME_32BITUIDS]: Make code unconditional.
35501         [!__ASSUME_32BITUIDS]: Remove conditional code.
35503 2012-05-25  Richard Henderson  <rth@twiddle.net>
35505         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35506         dl_hwcap to ifunc resolver.
35507         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35508         elf_ifunc_invoke.
35509         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35510         dl_hwcap to ifunc resolver.
35511         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35513 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35515         [BZ #14153]
35516         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35517         for |x| <= 2**-26, not 2**-57.
35518         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35519         exception.
35521 2012-05-24  Jeff Law  <law@redhat.com>
35523         * stdio-common/Makefile (tests): Add bug25.
35524         * stdio-common/bug25.c: New test.
35526 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35528         [BZ #13576]
35529         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35530         multiple of MALLOC_ALIGNMENT in size.
35531         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35533 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35535         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35536         Require >= 256.
35537         (FILENAME_MAX): Use macro-int-constant.
35538         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35539         (_IOFBF): Use macro-int-constant.
35540         (_IOLBF): Likewise.
35541         (_IONBF): Likewise.
35542         (SEEK_CUR): Likewise.
35543         (SEEK_END): Likewise.
35544         (SEEK_SET): Likewise.
35545         (TMP_MAX): Likewise.
35546         (EOF): Use macro-int-constant.  Require < 0.
35547         (NULL): Use macro-constant.  Require == 0.
35548         (stdin): Require type to be FILE *.
35549         (stdout): Likewise.
35550         (stderr): Likewise.
35551         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35552         macro-int-constant.
35553         (EXIT_SUCCESS): Likewise.
35554         (NULL): Use macro-constant.  Require == 0.
35555         (RAND_MAX): Use macro-int-constant.
35556         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35557         [C99-based standards] (strtof): Require function.
35558         [C99-based standards] (strtold): Likewise.
35559         [C99-based standards] (strtoll): Likewise.
35560         [C99-based standards] (strtoull): Likewise.
35561         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35562         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35563         [ISO || ISO99 || ISO11] (math.h): Likewise.
35564         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35565         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35566         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35568 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35570         [BZ #14132]
35571         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35572         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35573         * intl/dgettext.c (DCGETTEXT): Likewise.
35574         * intl/gettext.c (DCGETTEXT): Likewise.
35575         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35576         * posix/regex_internal.h (gettext): Likewise.
35577         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35578         Remove declaration.
35579         * include/argz.h (__argz_count_internal)
35580         (__argz_stringify_internal): Remove declaration.
35581         (__argz_count, __argz_stringify): Declare hidden proto.
35582         * intl/dcgettext.c: Remove use of INTDEF.
35583         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35584         * string/argz-stringify.c: Likewise.
35585         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35586         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35587         Declare hidden proto.
35588         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35589         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35590         Declare hidden proto.
35591         * include/stdio.h (__asprintf_internal): Don't declare.
35592         (__asprintf): Don't define as macro.  Declare hidden proto.
35593         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35594         (__fsetlocking): Declare hidden proto.
35595         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35596         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35597         hidden proto.
35598         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35599         (_IO_setlinebuf): Remove use of INTUSE.
35600         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35601         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35602         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35603         Remove declaration.
35604         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35605         (_IO_do_flush): Remove use of INTUSE.
35606         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35607         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35608         (_IO_adjust_column, _IO_least_wmarker)
35609         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35610         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35611         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35612         (_IO_default_doallocate, _IO_wdefault_doallocate)
35613         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35614         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35615         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35616         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35617         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35618         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35619         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35620         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35621         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35622         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35623         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35624         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35625         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35626         proto.
35627         (_IO_flush_all_internal, _IO_adjust_column_internal)
35628         (_IO_default_uflow_internal, _IO_default_finish_internal)
35629         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35630         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35631         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35632         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35633         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35634         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35635         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35636         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35637         (_IO_file_close_internal, _IO_file_close_it_internal)
35638         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35639         (_IO_file_init_internal, _IO_file_attach_internal)
35640         (_IO_file_fopen_internal, _IO_file_read_internal)
35641         (_IO_file_sync_internal, _IO_file_seek_internal)
35642         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35643         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35644         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35645         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35646         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35647         (_IO_list_all_internal, _IO_link_in_internal)
35648         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35649         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35650         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35651         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35652         (_IO_do_write_internal, _IO_padn_internal)
35653         (_IO_getline_info_internal, _IO_getline_internal)
35654         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35655         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35656         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35657         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35658         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35659         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35660         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35661         with libc_hidden_ver, remove use of INTUSE.
35662         * libio/genops.c: Likewise.
35663         * libio/freopen.c: Likewise.
35664         * libio/freopen64.c: Likewise.
35665         * libio/iofclose.c: Likewise.
35666         * libio/iofdopen.c: Likewise.
35667         * libio/iofflush.c: Likewise.
35668         * libio/iofflush_u.c: Likewise.
35669         * libio/iofgets.c: Likewise.
35670         * libio/iofgets_u.c: Likewise.
35671         * libio/iofopen.c: Likewise.
35672         * libio/iofopncook.c: Likewise.
35673         * libio/iofread.c: Likewise.
35674         * libio/iofread_u.c: Likewise.
35675         * libio/ioftell.c: Likewise.
35676         * libio/iofwrite.c: Likewise.
35677         * libio/iogetline.c: Likewise.
35678         * libio/iogets.c: Likewise.
35679         * libio/iogetwline.c: Likewise.
35680         * libio/iopadn.c: Likewise.
35681         * libio/iopopen.c: Likewise.
35682         * libio/ioseekoff.c: Likewise.
35683         * libio/ioseekpos.c: Likewise.
35684         * libio/iosetbuffer.c: Likewise.
35685         * libio/iosetvbuf.c: Likewise.
35686         * libio/ioungetc.c: Likewise.
35687         * libio/ioungetwc.c: Likewise.
35688         * libio/iovdprintf.c: Likewise.
35689         * libio/iovsprintf.c: Likewise.
35690         * libio/iovsscanf.c: Likewise.
35691         * libio/memstream.c: Likewise.
35692         * libio/obprintf.c: Likewise.
35693         * libio/oldfileops.c: Likewise.
35694         * libio/oldiofclose.c: Likewise.
35695         * libio/oldiofdopen.c: Likewise.
35696         * libio/oldiofopen.c: Likewise.
35697         * libio/oldiopopen.c: Likewise.
35698         * libio/oldstdfiles.c: Likewise.
35699         * libio/putc.c: Likewise.
35700         * libio/setbuf.c: Likewise.
35701         * libio/setlinebuf.c: Likewise.
35702         * libio/stdfiles.c: Likewise.
35703         * libio/strops.c: Likewise.
35704         * libio/vasprintf.c: Likewise.
35705         * libio/vscanf.c: Likewise.
35706         * libio/vsnprintf.c: Likewise.
35707         * libio/vswprintf.c: Likewise.
35708         * libio/wfiledoalloc.c: Likewise.
35709         * libio/wfileops.c: Likewise.
35710         * libio/wgenops.c: Likewise.
35711         * libio/wmemstream.c: Likewise.
35712         * libio/wstrops.c: Likewise.
35713         * libio/__fpurge.c: Likewise.
35714         * libio/__fsetlocking.c: Likewise.
35715         * assert/assert.c: Likewise.
35716         * debug/fgets_chk.c: Likewise.
35717         * debug/fgets_u_chk.c: Likewise.
35718         * debug/fread_chk.c: Likewise.
35719         * debug/fread_u_chk.c: Likewise.
35720         * debug/gets_chk.c: Likewise.
35721         * debug/obprintf_chk.c: Likewise.
35722         * debug/vasprintf_chk.c: Likewise.
35723         * debug/vdprintf_chk.c: Likewise.
35724         * debug/vsnprintf_chk.c: Likewise.
35725         * debug/vsprintf_chk.c: Likewise.
35726         * malloc/mtrace.c: Likewise.
35727         * misc/error.c: Likewise.
35728         * misc/syslog.c: Likewise.
35729         * stdio-common/asprintf.c: Likewise.
35730         * stdio-common/fxprintf.c: Likewise.
35731         * stdio-common/getw.c: Likewise.
35732         * stdio-common/isoc99_fscanf.c: Likewise.
35733         * stdio-common/isoc99_scanf.c: Likewise.
35734         * stdio-common/isoc99_vfscanf.c: Likewise.
35735         * stdio-common/isoc99_vscanf.c: Likewise.
35736         * stdio-common/isoc99_vsscanf.c: Likewise.
35737         * stdio-common/printf-prs.c: Likewise.
35738         * stdio-common/printf_fp.c: Likewise.
35739         * stdio-common/printf_fphex.c: Likewise.
35740         * stdio-common/printf_size.c: Likewise.
35741         * stdio-common/putw.c: Likewise.
35742         * stdio-common/scanf.c: Likewise.
35743         * stdio-common/sprintf.c: Likewise.
35744         * stdio-common/tmpfile.c: Likewise.
35745         * stdio-common/vfprintf.c: Likewise.
35746         * stdio-common/vfscanf.c: Likewise.
35747         * stdlib/strfmon_l.c: Likewise.
35748         * sunrpc/openchild.c: Likewise.
35749         * sunrpc/xdr_stdio.c: Likewise.
35750         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35751         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35753 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35755         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35757         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35758         in the third column, to generate for the shared library an IFUNC
35759         that uses _dl_vdso_vsym.
35760         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35761         * Makeconfig (object-suffixes-noshared): New variable.
35763         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35764         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35765         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35766         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35768         [BZ #14132]
35769         * include/sys/time.h (__gettimeofday): Remove macro.
35770         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35771         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35772         Remove INTDEF.
35773         (__gettimeofday): Add libc_hidden_def.
35774         (gettimeofday): Add libc_hidden_weak.
35775         * sysdeps/mach/gettimeofday.c: Likewise.
35776         * sysdeps/posix/gettimeofday.c: Likewise.
35777         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35778         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35779         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35780         (__gettimeofday_internal): Remove strong_alias.
35781         (__gettimeofday): Add libc_hidden_def.
35782         (gettimeofday): Add libc_hidden_weak.
35783         * sysdeps/unix/syscalls.list (gettimeofday):
35784         Remove __gettimeofday_internal alias.
35786 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35787             H.J. Lu  <hongjiu.lu@intel.com>
35789         [BZ #12495]
35790         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35791         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35792         (largebin_index_32_big): New.
35793         (largebin_index): Use it for 16-byte alignment.
35794         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35795         correction with front_misalign.
35797 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35800         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35801         Likewise.
35802         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35803         Likewise.
35804         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35805         Likewise.
35806         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35807         Likewise.
35808         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35809         Likewise.
35810         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35811         Likewise.
35812         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35813         Likewise.
35814         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35815         Likewise.
35816         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35817         Likewise.
35818         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35819         Likewise.
35820         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35821         Likewise.
35822         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35823         Likewise.
35825         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35826         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35828 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35830         [BZ #10846]
35831         [BZ #14036]
35832         * math/libm-test.inc (exp_test): Add test from bug 14036.
35833         (pow_test): Add test from bug 10846.
35835         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35836         and other flags.
35837         (special_function): Do not include flags in test name.
35838         (parse_args): Likewise.
35839         * sysdeps/i386/fpu/libm-test-ulps: Update.
35840         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35841         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35842         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35845         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35846         exceptions.
35847         * math/libm-test.inc ("Philosophy"): Update comment about
35848         exception testing.
35849         (UNDERFLOW_EXCEPTION): New macro.
35850         (UNDERFLOW_EXCEPTION_OK): Likewise.
35851         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35852         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35853         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35854         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35855         (INVALID_EXCEPTION_OK): Update value.
35856         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35857         (OVERFLOW_EXCEPTION_OK): Likewise.
35858         (IGNORE_ZERO_INF_SIGN): Likewise.
35859         (test_exceptions): Handle underflow exceptions.
35860         (acos_test): Update for underflow exception expectations.
35861         (cexp_test): Likewise.
35862         (clog_test): Likewise.
35863         (clog10_test): Likewise.
35864         (csqrt_test): Likewise.
35865         (ctan_test): Likewise.
35866         (ctanh_test): Likewise.
35867         (exp_test): Likewise.
35868         (exp10_test): Likewise.
35869         (exp2_test): Likewise.
35870         (expm1_test): Likewise.
35871         (fma_test): Likewise.
35872         (j0_test): Likewise.
35873         (jn_test): Likewise.
35874         (nexttoward_test): Likewise.
35875         (pow_test): Likewise.
35876         (scalbn_test): Likewise.
35877         (scalbln_test): Likewise.
35878         (tan_test): Likewise.
35879         (y1_test): Likewise.
35880         * sysdeps/i386/fpu/libm-test-ulps: Update.
35881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35883 2012-05-23  David S. Miller  <davem@davemloft.net>
35885         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35886         (__libc_sigaction): Remove unused local variables.
35888 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35890         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35892 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35894         mktime: avoid signed integer overflow
35895         * time/mktime.c (__mktime_internal): Do not mishandle the case
35896         where diff == INT_MIN.
35898         mktime: simplify computation of average
35899         * time/mktime.c (ranged_convert): Use new time_t_avg function
35900         instead of rolling our own (probably-slower) code.
35902         mktime: do not assume signed right shift propagates sign bit
35903         * time/mktime.c (isdst_differ): New static function.
35904         (__mktime_internal): No need to normalize tm_isdst now.
35905         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35906         tm_isdst values.
35908         mktime: merge another wrapv change from gnulib
35909         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35910         from some compilers.
35912         mktime: remove incorrect attempt at unusual arithmetics
35913         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35914         The code didn't really work on such machines anyway.
35915         (TYPE_MINIMUM): Assume two's complement.
35916         (twos_complement_arithmetic): Verify that long_int and time_t
35917         are two's complement (or unsigned, in the latter case).
35919         mktime: check signed shifts on long_int and time_t, too
35920         * time/mktime.c (SHR): Check that shifts work as desired
35921         on the types long_int and time_t too, as SHR is used on
35922         such types.
35924         mktime: do not assume 'long' is wide enough
35925         * time/mktime.c (verify): Move decl up.
35926         (long_int): New type.
35927         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35928         to remove assumption in the code that 'long' is wide enough to
35929         store year values.  This assumption is not true on x32 and on
35930         some non-glibc platforms.
35932         mktime: merge wrapv change from gnulib
35933         * time/mktime.c (WRAPV): New macro.
35934         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35935         (guess_time_tm, __mktime_internal): Do not assume that signed
35936         integer overflow wraps around; modern compilers generate code
35937         where this assumption is no longer valid.
35939 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35941         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35942         Replace "jmp L(pseudo_end)" with "ret".
35943         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35944         Likewise.
35946 2012-05-23  Andreas Jaeger  <aj@suse.de>
35948         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35949         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35951 2012-05-23  Andreas Jaeger  <aj@suse.de>
35952             Maximilian Attems  <max@stro.at>
35954         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35955         New macros.
35957 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35959         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35960         code so that pseudo_end is just ret and the stack pointer is
35961         correct also for static library in error case.
35963 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35965         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35966         move to syscalls.list.
35967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35972         * manual/install.texi (Running make install): Do not mention Linux
35973         kernel version for which pt_chown is not needed.
35974         (Linux): Do not mention problems with nscd with 2.0 kernels.
35975         * INSTALL: Regenerated.
35977 2012-05-23  Andreas Jaeger  <aj@suse.de>
35979         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35980         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35981         macro.
35982         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35983         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35984         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35985         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35986         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35987         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35988         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35989         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35990         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35991         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35992         * sysdeps/unix/sysv/linux/bits/in.h
35993         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35995 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35997         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35998         (PREPARE_VERSION): Just use assert instead, it will be elided
35999         under [NDEBUG] anyway.
36001 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36003         * sysdeps/unix/sysv/linux/Makefile: Include
36004         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36005         (sysdep_routines): Remove sysctl.
36006         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36007         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36008         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36009         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36010         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36012 2012-05-22  Andreas Jaeger  <aj@suse.de>
36014         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36015         that pseudo_end is just ret and the stack pointer is correct also
36016         for static library in error case.
36018 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36020         [BZ #14122]
36021         * nss/nsswitch.c (defconfig_entries): New variable.
36022         (__nss_database_lookup): Don't leak defconfig entries.
36023         (nss_parse_service_list): Don't leak on error paths.
36024         (free_database_entries): New function.
36025         (free_defconfig): New function.
36026         (free_mem): Move common code to free_database_entries.
36028 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36030         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36031         Add arch_prctl.
36032         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36034         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36035         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36036         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36037         New macro.
36038         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36039         (INTERNAL_SYSCALL_TYPES): Likewise.
36040         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36041         (LOAD_REGS_TYPES_[1-6]): Likewise.
36042         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36043         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36045 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36047         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36048         copysignl for GLIBC_2_0.
36049         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36050         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36051         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36052         logbl for GLIBC_2_0.
36053         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36054         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36056 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36058         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36059         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36061         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36062         Use "neg %eax".
36064         * time/mktime.c: Update copyright years.
36066 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36068         mktime: merge comment-quoting-style change from gnulib
36069         * time/mktime.c: Quote 'like this' in comments.
36070         The GNU coding standards suggest that we no longer quote `like this',
36071         as "`" and "'" are typically rendered asymmetrically nowadays.
36072         The typical gnulib style is to quote 'like this' when quoting
36073         code, and "like this" when quoting English.
36075         * time/mktime.c (compile-command): Add "-I.".
36077         mktime: merge mktime-internal.h change from gnulib
36078         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36080         mktime: merge time_r change from gnulib
36081         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36083         mktime: merge DEBUG change from gnulib
36084         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36085         case system <time.h> has a #define.
36087         mktime: merge <sys/types.h> change from gnulib
36088         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36089         since <time.t> is now guaranteed to define time_t.
36091         mktime: merge HAVE_CONFIG_H change from gnulib
36092         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36094 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36096         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36097         Use "neg %eax".
36099         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36100         __rlim_t cast.
36101         (struct rusage): Use anonymous union to pad each field to
36102         __syscall_slong_t.
36104 2012-05-21  David S. Miller  <davem@davemloft.net>
36106         * Makefules (o-iterator): Remove .s cases.
36107         (compile-command.s): Delete.
36108         (COMPILE.s): Delete.
36109         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36111 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36113         * configure.in (libc_cv_predef_stack_protector): Only consider
36114         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36115         * configure: Regenerated.
36117 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36119         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36120         New macro.  Use R*LP on int and pointer.
36121         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36122         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36123         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36124         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36126         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36127         [__WORDSIZE_TIME64_COMPAT32] instead of
36128         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36129         (struct utmp): Likewise.
36130         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36131         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36132         Renamed to ...
36133         (__WORDSIZE_TIME64_COMPAT32): This.
36134         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36135         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36136         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36137         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36138         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36139         (__WORDSIZE_TIME64_COMPAT32): New macro.
36141 2012-05-21  Andreas Jaeger  <aj@suse.de>
36143         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36144         only if [SHARED]. Add prototype for __wcschr_ia32.
36146 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36148         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36149         of %rbp unmolested in the jmp_buf while mangling the low bits.
36150         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36151         unmolested high bits of %rbp while demangling the low bits.
36152         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36154 2012-05-21  Andreas Jaeger  <aj@suse.de>
36156         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36157         * sunrpc/svc_simple.c: Use it for registerrpc.
36158         * sunrpc/xcrypt.c: Use it for passwd2des.
36160         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36162 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36164         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36165         Don't define if [__SYSCALL_WORDSIZE != 32].
36166         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36167         New macro.
36169 2012-05-21  Bruno Haible  <bruno@clisp.org>
36170             Andreas Jaeger  <aj@suse.de>
36172         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36173         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36174         inptr and inend for must_buffer_ch.
36175         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36176         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36177         * stdio-common/Makefile (tests): Remove bug15.
36178         (bug15-ENV): Remove macro.
36179         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36180         anymore.
36182 2012-05-19  Andreas Jaeger  <aj@suse.de>
36183             Roland McGrath  <roland@hack.frob.com>
36185         * manual/contrib.texi: Completely rewritten. It contains now an
36186         alphabetical list of contributors and their contributions.
36188 2012-05-21  Richard Henderson  <rth@twiddle.net>
36190         * misc/getauxval.c (__getauxval): Use unsigned long int.
36191         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36192         (getauxval): Use unsigned long int.
36194 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36196         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36198 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36200         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36201         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36202         __alignof__ (long double).
36204 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36206         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36208 2012-05-20  Richard Henderson  <rth@twiddle.net>
36210         * misc/getauxval.c: New file.
36211         * misc/sys/auxv.h: New file.
36212         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36213         (routines): Add getauxval.
36214         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36215         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36216         * elf/dl-sysdep.c (_dl_auxv): Remove.
36217         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36218         * elf/dl-support.c (_dl_auxv): New variable.
36219         (_dl_aux_init): Initialize it.
36220         * manual/startup.texi (Auxiliary Vector): New node.
36221         * sysdeps/generic/bits/hwcap.h: New file.
36222         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36223         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36224         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36225         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36226         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36227         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36229         Update.
36230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36232         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36233         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36234         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36237         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36239 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36243 2012-05-19  David S. Miller  <davem@davemloft.net>
36245         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36247 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36249         [BZ #14123]
36250         * math/s_ccosh.c: Include <float.h>
36251         (__ccosh): Avoid internal overflow calculating sinh and cosh
36252         values before multiplying by sin and cos values.
36253         * math/s_ccoshf.c: Likewise.
36254         * math/s_ccoshl.c: Likewise.
36255         * math/s_csin.c: Likewise.
36256         * math/s_csinf.c: Likewise.
36257         * math/s_csinl.c: Likewise.
36258         * math/s_csinh.c: Likewise.
36259         * math/s_csinhf.c: Likewise.
36260         * math/s_csinhl.c: Likewise.
36261         * math/libm-test.inc (ccos_test): Add more tests.
36262         (ccosh_test): Likewise.
36263         (csin_test): Likewise.
36264         (csinh_test): Likewise.
36265         * sysdeps/i386/fpu/libm-test-ulps: Update.
36266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36268 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36270         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36271         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36273         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36275 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36277         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36278         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36279         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36280         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36281         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36282         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36283         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36284         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36285         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36286         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36287         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36288         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36289         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36290         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36291         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36292         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36293         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36294         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36295         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36296         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36297         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36298         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36299         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36300         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36301         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36302         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36303         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36304         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36305         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36306         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36307         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36309 2012-05-18  Andreas Jaeger  <aj@suse.de>
36311         * csu/.gitignore: Delete.
36313 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36315         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36316         (timex): Use __syscall_slong_t.
36318 2012-05-18  Andreas Jaeger  <aj@suse.de>
36319             Carlos O'Donell  <carlos_odonell@mentor.com>
36321         * manual/install.texi (Configuring and compiling): Update
36322         description about files modified in the source directory.
36323         * INSTALL: Regenerated.
36325 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36327         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36328         value.  Use "or" to set return value to -1.
36329         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36330         negate return value.
36332 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36334         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36335         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36336         failure if the compiler has Graphite support disabled.
36337         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36338         Likewise.
36339         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36340         (CFLAGS-memmove.c): Likewise.
36341         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36342         Likewise.
36344 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36346         * sysdeps/x86_64/x32/_itoa.h: New file.
36348         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36349         getdents system call only if kernel and user dirents have the
36350         same d_ino and d_off.
36352         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36353         LLONG_MAX != LONG_MAX.
36354         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36355         (_fitoa_word): Likewise.
36357         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36358         years.
36359         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36360         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36361         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36363         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36364         include <bits/wordsize.h>.  Check __x86_64__ instead of
36365         __WORDSIZE.
36366         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36367         if __x86_64__ is defined.  Use anonymous union on fpstate.
36369         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36370         anonymous union.
36372 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36374         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36375         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36376         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36377         Refer to _rtld_local_ro instead of _rtld_global_ro.
36378         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36379         Likewise.
36380         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36381         Likewise.
36382         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36383         Likewise.
36384         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36385         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36386         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36388         * sysdeps/powerpc/powerpc32/dl-machine.c
36389         (__elf_machine_runtime_setup) [PROF]: Don't reference
36390         _dl_prof_resolve.
36392 2012-05-18  Andreas Jaeger  <aj@suse.de>
36394         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36395         function only available for GCCs before 3.4 since GCC 3.4
36396         introduced a builtin.
36397         (lrint): Likewise.
36398         (llrintf): Likewise.
36399         (llrint): Likewise.
36400         (fmaxf): Likewise.
36401         (fmax): Likewise.
36402         (fminf): Likewise.
36403         (fmin): Likewise.
36404         (rint): Likewise.
36405         (rintf): Likewise.
36406         (nearbyint): Likewise.
36407         (nearbyintf): Likewise.
36408         (ceil): Likewise.
36409         (ceilf): Likewise.
36410         (floor): Likewise.
36411         (floorf): Likewise.
36413 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36415         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36416         on both fields and cast pointer to __syscall_ulong_t.
36418         * bits/types.h (__fsword_t): New type.
36419         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36420         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36421         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36422         (__FSWORD_T_TYPE): Likewise.
36423         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36424         (__FSWORD_T_TYPE): Likewise.
36425         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36426         (__FSWORD_T_TYPE): Likewise.
36427         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36428         (__FSWORD_T_TYPE): Likewise.
36429         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36430         __SWORD_TYPE with __fsword_t.
36431         (statfs64): Likewise.
36433 2012-05-17  David S. Miller  <davem@davemloft.net>
36435         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36437 2012-05-17  Andreas Jaeger  <aj@suse.de>
36439         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36440         warning.
36442 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36444         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36446 2012-05-17  Andreas Jaeger  <aj@suse.de>
36448         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36449         when it is used.
36451 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36453         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36455 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36457         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36458         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36460 2012-05-17  Andreas Jaeger  <aj@suse.de>
36461             Carlos O'Donell  <carlos_odonell@mentor.com>
36463         [BZ #14059]
36464         * sysdeps/x86_64/multiarch/init-arch.h
36465         (bit_YMM_Usable): Rename to...
36466         (bit_AVX_Usable): ... this.
36467         (bit_FMA4_Usable): New macro.
36468         (bit_XMM_state): New macro.
36469         (bit_YMM_state): New macro.
36470         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36471         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36472         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36473         (CPUID_OSXSAVE): New macro.
36474         (CPUID_AVX): New macro.
36475         (CPUID_FMA4): New macro.
36476         (index_YMM_Usable): Rename to...
36477         (index_AVX_Usable): ... this.
36478         (HAS_AVX): Use HAS_ARCH_FEATURE.
36479         (HAS_FMA4): Likewise.
36480         (HAS_YMM_USABLE): Remove.
36481         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36482         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36483         are present.
36484         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36485         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36486         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36487         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36488         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36490 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36492         * math/libm-test.c: Support platforms without multiple rounding modes.
36493         * math/bug-nextafter.c: Support platforms without FP exceptions.
36494         * math/bug-nexttoward.c: Likewise.
36495         * math/test-fenv.c: Likewise.
36496         * math/test-misc.c: Likewise.
36497         * stdlib/bug-getcontext.c: Likewise.
36499 2012-05-17  Andreas Jaeger  <aj@suse.de>
36501         * manual/examples/search.c (critter_cmp): Change signature to
36502         avoid warnings.
36503         * manual/string.texi (Collation Functions): Likewise.
36505 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36507         * bits/types.h: Fold copyright years.
36508         * bits/typesizes.h: Likewise.
36509         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36510         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36511         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36512         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36513         * time/time.h: Likewise.
36515 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36517         [BZ #208]
36518         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36519         in instead of returning them.  Return void.
36520         (__libc_mallinfo): Accumulate over all arenas.
36521         (__malloc_stats): Adjust for change in int_mallinfo interface.
36523 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36525         [BZ #10375]
36526         * configure.in (NM): Add AC_CHECK_TOOL for it.
36527         (libc_extra_cflags): New substituted variable.
36528         Check for -fstack-protector being used implicitly.
36529         * configure: Regenerated.
36530         * config.make.in (config-extra-cflags): New variable,
36531         gets @libc_extra_cflags@.
36532         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36534         [BZ #10375]
36535         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36536         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36537         * configure: Regenerated.
36538         * config.make.in (CPPUNDEFS): New substituted variable.
36539         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36540         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36541         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36543 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36545         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36546         (mq_attr): Use __syscall_slong_t.
36548 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36550         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36551         Check __x86_64__ instead of __WORDSIZE.
36552         (_STAT_VER_LINUX): Likewise.
36553         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36554         __syscall_ulong_t and __syscall_slong_t.
36555         (stat64): Likewise.
36557 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36559         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36561 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36563         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36565 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36567         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36568         __syscall_ulong_t.
36570         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36571         include <bits/wordsize.h>.  Check __x86_64__ instead of
36572         __WORDSIZE.
36573         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36574         defined.
36575         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36577         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36578         include <bits/wordsize.h>.  Check __x86_64__ instead of
36579         __WORDSIZE.
36580         (user_regs_struct): Use "__extension__ unsigned long long"
36581         instead of "unsigned long" if __x86_64__ is defined.
36582         (user): Likewise.  Pad after pointer field if __ILP32__ is
36583         defined.
36585 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36587         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36588         versions 5 to 9.
36589         * configure: Regenerated.
36590         * manual/install.texi (texinfo): Increase version requirement to
36591         4.5 or later.
36592         * INSTALL: Regenerated.
36594         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36596 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36598         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36600         * sysdeps/x86_64/x32/ffs.c: New file.
36602         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36603         __syscall_ulong_t.
36604         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36605         defined.  Use __syscall_ulong_t.
36606         (shminfo): Use __syscall_ulong_t.
36607         (shm_info): Likewise.
36609         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36610         __syscall_ulong_t.
36612         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36613         <bits/wordsize.h>.
36614         (msgqnum_t): Use __syscall_ulong_t.
36615         (msglen_t): Likewise.
36616         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36617         __syscall_ulong_t.
36619         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36620         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36622         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36624         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36625         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36627         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36628         __syscall_slong_t.
36630         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36631         include <bits/wordsize.h>.  Check __x86_64__ instead of
36632         __WORDSIZE.
36634         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36635         "unsigned long long int" if __x86_64__ is defined.
36636         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36638         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36639         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36640         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36642         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36643         <stdint.h>.
36644         (GET_PC): Cast to uintptr_t first.
36645         (GET_FRAME): Likewise.
36646         (GET_STACK): Likewise.
36648         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36649         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36650         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36651         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36652         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36653         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36654         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36655         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36656         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36657         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36658         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36659         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36660         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36661         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36662         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36663         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36664         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36665         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36666         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36667         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36668         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36669         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36670         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36671         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36672         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36673         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36674         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36675         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36676         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36678 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36680         * Makerules (+depfiles): Also collect depfiles from .oS in
36681         $(extra-objs).
36682         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36683         .oS, $(libnldbl-routines)).
36685         * Makerules (native-compile-mkdep-flags): Define.
36686         * sunrpc/Makefile (extra-objs): Add $(addprefix
36687         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36688         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36689         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36690         calling $(make-target-directory).
36692 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36694         * bits/types.h (__snseconds_t): Removed.
36695         * time/time.h (struct timespec): Replace __snseconds_t with
36696         __syscall_slong_t.
36697         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36698         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36699         Likewise.
36700         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36701         (__SNSECONDS_T_TYPE): Likewise.
36702         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36703         (__SNSECONDS_T_TYPE): Likewise.
36704         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36705         (__SNSECONDS_T_TYPE): Likewise.
36707 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36709         * sysdeps/mach/hurd/bits/typesizes.h
36710         (__SYSCALL_SLONG_TYPE): New macro.
36711         (__SYSCALL_ULONG_TYPE): Likewise.
36713 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36715         * bits/types.h (__syscall_slong_t): New type.
36716         (__syscall_ulong_t): Likewise.
36718         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36719         (__SYSCALL_ULONG_TYPE): Likewise.
36720         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36721         (__SYSCALL_SLONG_TYPE): Likewise.
36722         (__SYSCALL_ULONG_TYPE): Likewise.
36723         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36724         (__SYSCALL_SLONG_TYPE): Likewise.
36725         (__SYSCALL_ULONG_TYPE): Likewise.
36726         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36727         (__SYSCALL_SLONG_TYPE): Likewise.
36728         (__SYSCALL_ULONG_TYPE): Likewise.
36730 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36732         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36733         Add sigaltstack-offsets.sym.
36734         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36735         <sigaltstack-offsets.h>.
36736         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36737         longjmp_msg pointer.
36738         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36739         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36740         signal stack.
36741         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36743 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36745         * elf/stackguard-macros.h: Remove file.
36746         * sysdeps/generic/stackguard-macros.h: New file.
36747         * sysdeps/i386/stackguard-macros.h: Likewise.
36748         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36749         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36750         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36751         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36752         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36753         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36754         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36755         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36756         <elf/stackguard-macros.h>.
36758         [BZ #14109]
36759         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36760         __aligned__ in attribute.
36761         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36762         (gregset_t): Likewise.
36764 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36766         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36767         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36768         * sysdeps/x86_64/x32/Implies-after: New file.
36770 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36772         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36773         and access return value for _dl_profile_fixup.  Use R10_LP to
36774         load frame size.
36776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36778         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36780 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36782         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36783         * sysdeps/x86_64/x32/sysdep.h: New file.
36785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36787         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36788         * sysdeps/x86_64/setjmp.S: Likewise.
36790 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36792         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36793         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36794         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36795         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36796         remove unused global constant.
36798 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36800         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36801         include of <not-cancel.h>.
36803 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36805         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36807 2012-05-15  Jeff Law  <law@redhat.com>
36808             Andreas Jaeger  <aj@suse.de>
36810         [BZ #13594]
36811         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36812         out from...
36813         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36814         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36815         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36816         code changing __hst_map_handle.map.
36818 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36820         * configure.in (sysnames): Look for Implies-before and Implies-after
36821         files.
36822         * configure: Regenerated.
36824 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36826         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36827         8-byte data alignment with LP_SIZE alignment.
36829 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36831         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36832         into R10_LP.
36834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36836         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36838 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36840         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36841         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36842         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36843         Likewise.
36844         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36846 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36848         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36849         (stackinfo_sub_sp): Likewise.
36851 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36853         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36854         RAX_LP.
36856 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36858         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36859         into R*_LP.
36861 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36863         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36864         sizes into R*_LP.
36866 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36868         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36870 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36872         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36873         into R11_LP and load __x86_64_shared_cache_size_half into
36874         R8_LP.
36876 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36878         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36879         R8_LP.
36881 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36883         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36884         logb for POWER7.
36885         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36886         logbf for POWER7.
36887         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36888         logbl for POWER7.
36889         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36890         powerpc32/power7/fpu/s_logb.c via #include.
36891         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36892         powerpc32/power7/fpu/s_logbf.c via #include.
36893         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36894         powerpc32/power7/fpu/s_logbl.c via #include.
36896 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36898         * README.libm: Remove file.
36900 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36902         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36903         count for x32.  Use R*_LP and omit operand-size suffix.
36905 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36907         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36908         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36909         * sysdeps/x86_64/x32/shlib-versions: New file.
36911 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36913         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36914         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36915         Use _dl_fatal_printf instead.
36917 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36919         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36920         set if not set by the user.  Do not allow for being unset.
36921         * sysdeps/unix/sysv/linux/configure: Regenerated.
36923 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36925         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36926         the `q' suffix from lea and replace .quad with ASM_ADDR.
36928 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36930         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36931         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36932         instead of $17.
36933         (PTR_DEMANGLE): Likewise.
36935 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36937         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36938         (LP_OP): Likewise.
36939         (ASM_ADDR): Likewise.
36940         (RAX_LP): Likewise.
36941         (RBP_LP): Likewise.
36942         (RBX_LP): Likewise.
36943         (RCX_LP): Likewise.
36944         (RDI_LP): Likewise.
36945         (RSI_LP): Likewise.
36946         (RSP_LP): Likewise.
36947         (R8_LP): Likewise.
36948         (R9_LP): Likewise.
36949         (R10_LP): Likewise.
36950         (R10_LP): Likewise.
36951         (R11_LP): Likewise.
36952         (R12_LP): Likewise.
36953         (R13_LP): Likewise.
36954         (R14_LP): Likewise.
36955         (R15_LP): Likewise.
36957 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36959         * sysdeps/x86_64/x32/dl-machine.h: New file.
36961 2012-05-14  Andreas Jaeger  <aj@suse.de>
36963         * manual/Makefile (subdir): Remove export of subdir.
36964         (all): Remove target.
36965         (.PHONY): Remove all from list.
36966         (mkinstalldirs): Remove.
36967         (.PHONY): Remove installdirs from list.
36968         ($(inst_infodir)/libc.info): Use make-target-directory.
36969         (installdirs): Remove.
36970         (subdir_%): Remove.
36971         (glibc-targets): Remove.
36972         (lib): Remove.
36973         (stubs): Remove.
36974         ($(objpfx)stubs ../po/manual.pot): Remove.
36975         ($(objpfx)stamp%): Remove.
36976         (make-target-directory): Remove.
36977         (subdir_install): Remove.
36978         (routines): Remove.
36979         (aux): Remove.
36980         (sources): Remove.
36981         (objects): Remove.
36982         (headers): Remove.
36984         [BZ #13750]
36985         * manual/.gitignore: Remove, it's not needed anymore.
36986         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36987         all files in it.
36988         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36989         directory.
36990         (texis): Renamed to $(objpfx)texis.
36991         (texis-path): New, contains path to generated files.
36992         (chapters.%): Use texis-path for complete path, add extra argument
36993         libc-texinfo.sh.
36994         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36995         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36996         (summary,texi, stamp-summary): Use complete path of
36997         files. Generate files in build dir.
36998         (dir-add.texi): Build in build dir.
36999         (libm-err.texi,stamp-libm-err): Likewise.
37000         (version.texi, stamp-version): Likewise.
37001         (.%c.texi): Likewise.
37002         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37003         (mostlyclean): Remove target.
37004         (realclean): Remove target.
37005         (generated): Add new variable with contents from mostlyclean and
37006         realclean, remove entries duplicated in common-mostlyclean, add
37007         stamp-libm-err and stamp-version.
37008         (generated-dirs): Add libc directory.
37009         ($(inst_infodir)/libc.info): Install files from build dir.
37011         * manual/install.texi (Configuring and compiling): Adjust since
37012         the info files are not part of the tar ball anymore.
37014 2012-05-14  Andreas Jaeger  <aj@suse.de>
37016         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37017         variable.
37019 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37021         [BZ #13717]
37022         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37023         to 2.2.0 where earlier.
37024         * sysdeps/unix/sysv/linux/configure: Regenerated.
37025         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37026         Remove conditional code.
37027         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37028         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37029         Remove conditional code.
37030         [!__NR_lchown]: Likewise.
37031         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37032         [__NR_lchown]: Likewise.
37033         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37034         comment referencing __ASSUME_LCHOWN_SYSCALL.
37035         * sysdeps/unix/sysv/linux/i386/sigaction.c
37036         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37037         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37038         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37039         Remove conditional code.
37040         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37041         (__protocol_available): Remove #if 0 code.
37042         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37043         conditional code.
37044         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37045         * sysdeps/unix/sysv/linux/kernel-features.h
37046         (__ASSUME_GETCWD_SYSCALL): Don't define.
37047         (__ASSUME_REALTIME_SIGNALS): Likewise.
37048         (__ASSUME_PREAD_SYSCALL): Likewise.
37049         (__ASSUME_PWRITE_SYSCALL): Likewise.
37050         (__ASSUME_POLL_SYSCALL): Likewise.
37051         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37052         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37053         non-SPARC.
37054         (__ASSUME_SIOCGIFNAME): Don't define.
37055         (__ASSUME_MSG_NOSIGNAL): Likewise.
37056         (__ASSUME_SENDFILE): Define unconditionally.
37057         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37058         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37059         conditional code.
37060         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37061         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37062         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37063         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37064         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37065         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37066         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37068         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37069         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37071         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37072         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37074         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37075         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37077         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37078         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37080         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37081         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37083         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37084         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37086         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37087         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37089         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37090         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37091         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37092         Remove conditional code.
37093         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37094         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37095         Remove conditional code.
37096         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37097         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37098         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37099         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37100         Remove conditional code.
37101         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37102         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37103         Remove conditional code.
37104         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37105         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37106         Remove conditional code.
37107         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37108         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37109         Remove conditional code.
37110         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37111         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37112         Remove conditional code.
37113         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37114         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37115         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37116         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37117         * sysdeps/unix/sysv/linux/sigaction.c
37118         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37119         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37120         * sysdeps/unix/sysv/linux/sigpending.c
37121         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37122         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37123         * sysdeps/unix/sysv/linux/sigprocmask.c
37124         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37125         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37126         * sysdeps/unix/sysv/linux/sigsuspend.c
37127         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37128         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37129         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37130         (__libc_missing_rt_sigs): Remove.
37131         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37132         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37133         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37134         Remove conditional code.
37135         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37136         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37137         return 1.
37138         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37139         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37140         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37141         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37143 2012-05-14  Andreas Jaeger  <aj@suse.de>
37145         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37146         it's not used in glibc.
37147         (__coshm1): Likewise.
37148         (__acosh1p): Likewise.
37149         (__sgn): Likewise.
37151         * manual/string.texi (Copying and Concatenation): Add missing
37152         variable in concat example.
37153         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37155 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37157         [BZ #14103]
37158         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37159         __builtin_clzl with __builtin_clzll.
37161 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37163         [BZ #14104]
37164         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37165         libc_freeres_ptr.
37167 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37169         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37170         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37171         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37172         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37174 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37176         * NEWS: Update ia64 info.
37178 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37180         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37181         used as bcopy.
37183 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37185         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37186         * sysdeps/unix/syscalls.list (dup3): Likewise.
37187         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37188         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37190 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37192         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37193         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37195 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37197         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37198         thread pointer.
37199         (TLS_IE): Use mov/add instead of movq/addq to load thread
37200         pointer.
37201         (TLS_GD_PREFIX): New.
37202         (TLS_GD): Use it.
37204 2012-05-11  David S. Miller  <davem@davemloft.net>
37206         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37207         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37208         (_FPU_SETCW): Likewise.
37210 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37212         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37213         is 32-byte aligned.
37215 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37217         [BZ #11837]
37218         * iconvdata/gb18030.c: Update tables.
37219         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37220         characters specially.
37221         (BODY for TO_LOOP): Add encoding of missing ranges.
37223 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37225         [BZ #13673]
37226         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37227         * sysdeps/mach/hurd/dup3.c: Likewise.
37228         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37229         * sysdeps/powerpc/memmove.c:: Likewise.
37231 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37233         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37234         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37236 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37238         * elf/elf.h (R_X86_64_RELATIVE64): New.
37239         (R_X86_64_NUM): Updated.
37240         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37241         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37242         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37243         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37244         tst-quad1pie tst-quad2pie
37245         (modules-names): Add tst-quadmod1 tst-quadmod2.
37246         ($(objpfx)tst-quad1): New dependency.
37247         ($(objpfx)tst-quad2): Likewise.
37248         ($(objpfx)tst-quad1pie): Likewise.
37249         ($(objpfx)tst-quad2pie): Likewise.
37250         * sysdeps/x86_64/tst-quad1.c: New file.
37251         * sysdeps/x86_64/tst-quad1pie.c: New file.
37252         * sysdeps/x86_64/tst-quad2.c: Likewise.
37253         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37254         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37255         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37256         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37257         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37259 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37261         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37262         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37263         * streams/stropts.h (t_scalar_t): Define type.
37265         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37266         (_PATH_PRESERVE): Set to "/var/lib".
37267         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37269         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37270         instead of int.
37272         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37273         if __dir_mkfile succeeded.
37275         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37276         checking for _hurd_dtablesize.  Unlock it right after having
37277         finished _hurd_dtable allocation.
37279 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37281         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37282         * sysdeps/mach/hurd/configure: Regenerated.
37283         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37284         special-casing to...
37285         * sysdeps/gnu/configure.in: ... this new file.
37286         * sysdeps/unix/sysv/linux/configure: Regenerated.
37287         * sysdeps/gnu/configure: New generated file.
37289         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37290         for Linux: use nsec instead of usec, as well as:
37291         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37292         members of type struct timespec.
37293         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37294         New macros.
37295         (struct stat64): Likewise.
37296         (_STATBUF_ST_NSEC): New macro.
37297         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37299         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37300         __strtoul_internal rather than strtoul.
37302 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37304         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37305         and reject them.
37307 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37309         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37310         which preserves existing values.
37311         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37313 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37315         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37316         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37317         greater than FD_SETSIZE.
37319 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37321         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37322         allocated, call __vm_protect to finish enabling the existing space, and
37323         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37324         allocate the remainder.
37326 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37328         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37329         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37331 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37333         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37334         sysdeps/mach/hurd/readlink.c.
37336         * posix/tst-sysconf.c (posix_options): Only use
37337         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37338         _POSIX_SYNCHRONIZED_IO when they are defined
37339         * sysdeps/mach/hurd/bits/posix_opt.h:
37340         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37341         (_XOPEN_REALTIME): Undefine macro.
37342         (_XOPEN_REALTIME_THREADS): Undefine macro.
37343         (_XOPEN_SHM): Undefine macro.
37344         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37345         macro to -1.
37346         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37347         macro to -1.
37348         (_POSIX_ASYNC_IO): Undefine macro.
37349         (_POSIX_PRIORITIZED_IO): Undefine macro.
37350         (_POSIX_SPIN_LOCKS): Define macro to -1.
37352         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37353         SA_NODEFER, SA_RESETHAND.
37354         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37355         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37356         F_DUPFD_CLOEXEC.
37358 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37360         * elf/Makefile (pldd-modules): Define unconditionally.
37362 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37364         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37366 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37368         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37369         Return ENOENT when name is empty.
37370         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37372 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37374         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37376         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37378 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37380         Fix mlock in all cases except non-readable pages.
37381         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37382         instead of VM_PROT_ALL as parameter to __vm_wire function.
37384         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37385         (__mkdir): When path is `/', just fail with EEXIST.
37386         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37388 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37390         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37391         <sys/uio.h> (for writev).
37392         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37393         and <sys/param.h> (for MIN).
37395 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37397         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37398         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37399         if interrupted.
37401 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37403         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37404         Depend on against $(link-rpcuserlibs).
37406 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37408         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37409         (__libc_stack_end): Do not use attribute_relro.
37410         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37411         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37412         to libthread-provided value.
37413         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37414         attribute_relro.
37416 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37418         [BZ #3748]
37419         * bits/libc-lock.h (__libc_once_get): New macro.
37420         * sysdeps/mach/bits/libc-lock.h: Likewise.
37421         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37422         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37423         instead of using implementation details.
37425         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37426         * libio/freopen.c: Likewise.
37427         * libio/freopen64.c: Likewise.
37428         * misc/syslog.c: Likewise.
37429         * nscd/connections.c: Likewise.
37430         * nscd/netgroupcache.c: Likewise.
37431         * sysdeps/posix/getcwd.c: Likewise.
37433 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37435         * math/w_ilogbf.c: Add #include <limits.h>.
37437 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37439         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37440         path instead of returning without unlocking.
37442         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37443         immediate-write ioctls.
37444         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37446 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37448         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37449         __builtin_frame_address instead of making assumptions about the
37450         location of the return address relative to DATA.  Force early load of
37451         the return address.
37452         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37453         __builtin_frame_address.
37455         dup3 for GNU Hurd.
37456         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37457         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37458         implement dup3 and do some further code clean-ups.
37459         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37460         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37462 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37464         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37466         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37467         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37468         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37469         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37470         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37471         d->port.lock.
37473         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37474         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37475         when handler == SIG_ERR, not when handler != SIG_ERR.
37477 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37479         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37480         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37481         definitions.
37483         accept4 for GNU Hurd.
37484         * include/sys/socket.h (__libc_accept4): New prototype.
37485         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37486         to implement __libc_accept4.
37487         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37488         __libc_accept4.
37489         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37491         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37492         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37493         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37494         signal-defines.sym.
37496 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37498         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37500 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37502         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37503         assertion on O_CLOEXEC flag.
37504         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37505         * hurd/intern-fd.c: Likewise.
37506         * hurd/port2fd.c: Likewise.
37508 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37510         [BZ #3906]
37511         * bits/in.h (IPV6_PKTINFO): Define new macro.
37512         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37514 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37516         [BZ #13954]
37517         [BZ #13955]
37518         [BZ #13956]
37519         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37520         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37521         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37522         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37523         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37524         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37525         * math/libm-test.inc (logb_test) : Additional logb tests.
37527 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37528             Andreas Jaeger  <aj@suse.de>
37530         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37531         * configure: Regenerated.
37532         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37533         * config.make.in (link-obsolete-rpc): New substituted variable.
37534         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37535         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37536         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37537         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37538         so that libc.a contains the symbols.
37539         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37540         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37541         * sunrpc/auth_none.c: Likewise.
37542         * sunrpc/auth_unix.c: Likewise.
37543         * sunrpc/authdes_prot.c: Likewise.
37544         * sunrpc/authuxprot.c: Likewise.
37545         * sunrpc/clnt_gen.c: Likewise.
37546         * sunrpc/clnt_perr.c: Likewise.
37547         * sunrpc/clnt_raw.c: Likewise.
37548         * sunrpc/clnt_simp.c: Likewise.
37549         * sunrpc/clnt_tcp.c: Likewise.
37550         * sunrpc/clnt_udp.c: Likewise.
37551         * sunrpc/clnt_unix.c: Likewise.
37552         * sunrpc/des_crypt.c: Likewise.
37553         * sunrpc/des_soft.c: Likewise.
37554         * sunrpc/get_myaddr.c: Likewise.
37555         * sunrpc/key_call.c: Likewise.
37556         * sunrpc/key_prot.c: Likewise.
37557         * sunrpc/netname.c: Likewise.
37558         * sunrpc/pm_getmaps.c: Likewise.
37559         * sunrpc/pm_getport.c: Likewise.
37560         * sunrpc/pmap_clnt.c: Likewise.
37561         * sunrpc/pmap_prot.c: Likewise.
37562         * sunrpc/pmap_prot2.c: Likewise.
37563         * sunrpc/pmap_rmt.c: Likewise.
37564         * sunrpc/publickey.c: Likewise.
37565         * sunrpc/rpc_cmsg.c: Likewise.
37566         * sunrpc/rpc_common.c: Likewise.
37567         * sunrpc/rpc_dtable.c: Likewise.
37568         * sunrpc/rpc_prot.c: Likewise.
37569         * sunrpc/rpc_thread.c: Likewise.
37570         * sunrpc/rtime.c: Likewise.
37571         * sunrpc/svc.c: Likewise.
37572         * sunrpc/svc_auth.c: Likewise.
37573         * sunrpc/svc_raw.c: Likewise.
37574         * sunrpc/svc_run.c: Likewise.
37575         * sunrpc/svc_tcp.c: Likewise.
37576         * sunrpc/svc_udp.c: Likewise.
37577         * sunrpc/svc_unix.c: Likewise.
37578         * sunrpc/svcauth_des.c: Likewise.
37579         * sunrpc/xcrypt.c: Likewise.
37580         * sunrpc/xdr.c: Likewise.
37581         * sunrpc/xdr_array.c: Likewise.
37582         * sunrpc/xdr_float.c: Likewise.
37583         * sunrpc/xdr_intXX_t.c: Likewise.
37584         * sunrpc/xdr_mem.c: Likewise.
37585         * sunrpc/xdr_rec.c: Likewise.
37586         * sunrpc/xdr_ref.c: Likewise.
37587         * sunrpc/xdr_sizeof.c: Likewise.
37588         * sunrpc/xdr_stdio.c: Likewise.
37590 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37592         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37593         change.  Update copyright years.
37595 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37597         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37599 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37600             Joseph Myers  <joseph@codesourcery.com>
37601             Paul Pluzhnikov  <ppluzhnikov@google.com>
37603         [BZ #14012]
37604         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37605         requiring rpcgen.
37606         [cross-compiling] (extra-libs): Likewise.
37607         [cross-compiling] (extra-libs-others): Likewise.
37608         [cross-compiling] (librpcsvc-routines): Likewise.
37609         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37610         [cross-compiling] (omit-deps): Likewise.
37611         (sunrpc-CPPFLAGS): New variable.
37612         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37613         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37614         (cross-rpcgen-objs): New variable.
37615         (extra-objs): Append $(cross-rpcgen-objs).
37616         ($(cross-rpcgen-objs)): New rule.
37617         ($(objpfx)cross-rpcgen): Likewise.
37618         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37619         comment.
37620         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37621         ($(objpfx)x%.stmp): Likewise.
37622         * sunrpc/proto.h [IS_IN_build] (_): Define.
37623         [IS_IN_build] (_libc_intl_domainname): Likewise.
37625 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37627         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37628         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37629         and R_X86_64_TPOFF64.
37631 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37633         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37634         sysdeps/unix/sysv/syscalls.list.
37635         (stime): Likewise.
37636         (utime): Likewise.
37637         * sysdeps/unix/sysv/syscalls.list: Remove file.
37639 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37641         [BZ #3440]
37642         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37643         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37644         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37645         (__LC_IDENTIFICATION): Make these macros useful in #if
37646         expressions, as required by C99.
37648 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37650         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37651         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37652         after this.
37654 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37656         * stdlib/longlong.h: Updated from GCC.
37658 2012-05-09  Andreas Jaeger  <aj@suse.de>
37660         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37661         default is first entry.
37662         (run_mode): Set type.
37663         (main): Remove informal message about syslog.
37664         (options): Fix typo.
37666         [BZ #14053]
37667         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37668         to asm.
37669         (lrint): Likewise.
37670         (llrintf): Likewise.
37671         (llrint): Likewise.
37672         (rint): Likewise.
37673         (rintf): Likewise.
37674         (nearbyint): Likewise.
37675         (nearbyintf): Likewise.
37677 2012-05-09  Andreas Jaeger  <aj@suse.de>
37678             Pedro Alves  <palves@redhat.com>
37680         * nscd/nscd.c (run_mode): Use enum.
37681         (main): Cleanup coding style issue.
37683 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37684             Andreas Jaeger  <aj@suse.de>
37686         * nscd/nscd.c (go_background): Replaced with...
37687         (run_mode): ... this.
37688         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37689         (options): Add -F --foreground.
37690         (main): Implement it.
37691         (parse_opt): Parse it.
37693 2012-05-09  Andreas Jaeger  <aj@suse.de>
37695         [BZ #14083]
37696         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37697         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37698         -Wconversion warning.
37699         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37700         Likewise.
37702 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37704         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37705         == 0.
37706         (LC_ALL): Use macro-int-constant.
37707         (LC_COLLATE): Likewise.
37708         (LC_CTYPE): Likewise.
37709         (LC_MESSAGES): Likewise.
37710         (LC_MONETARY): Likewise.
37711         (LC_NUMERIC): Likewise.
37712         (LC_TIME): Likewise.
37713         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37714         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37715         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37716         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37717         Specify type.
37718         [C99-based standards] (float_t): Expect type.
37719         [C99-based standards] (double_t): Expect type.
37720         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37721         type.
37722         [C99-based standards] (HUGE_VALL): Likewise.
37723         [C99-based standards] (INFINITY): Likewise.
37724         [C99-based standards] (NAN): Likewise.
37725         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37726         [C99-based standards] (FP_NAN): Likewise.
37727         [C99-based standards] (FP_NORMAL): Likewise.
37728         [C99-based standards] (FP_SUBNORMAL): Likewise.
37729         [C99-based standards] (FP_ZERO): Likewise.
37730         [C99-based standards] (FP_FAST_FMA): Use
37731         optional-macro-int-constant.  Specify type.  Require == 1.
37732         [C99-based standards] (FP_FAST_FMAF): Likewise.
37733         [C99-based standards] (FP_FAST_FMAL): Likewise.
37734         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37735         [C99-based standards] (FP_ILOGBNAN): Likewise.
37736         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37737         Specify type.
37738         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37739         [C99-based standards] (math_errhandling): Specify type.
37740         [ISO99 || ISO11] (signgam): Do not allow.
37741         [non-C99-based standards] (copysignf): Do not allow.
37742         [non-C99-based standards] (exp2f): Likewise.
37743         [non-C99-based standards] (log2f): Likewise.
37744         [non-C99-based standards] (modff): Allow.
37745         [non-C99-based standards] (erff): Do not allow.
37746         [non-C99-based standards] (erfcf): Likewise.
37747         [non-C99-based standards] (gammaf): Likewise.
37748         [non-C99-based standards] (hypotf): Likewise.
37749         [non-C99-based standards] (j0f): Likewise.
37750         [non-C99-based standards] (j1f): Likewise.
37751         [non-C99-based standards] (jnf): Likewise.
37752         [non-C99-based standards] (lgammaf): Likewise.
37753         [non-C99-based standards] (tgammaf): Likewise.
37754         [non-C99-based standards] (y0f): Likewise.
37755         [non-C99-based standards] (y1f): Likewise.
37756         [non-C99-based standards] (ynf): Likewise.
37757         [non-C99-based standards] (isnanf): Likewise.
37758         [non-C99-based standards] (acoshf): Likewise.
37759         [non-C99-based standards] (asinhf): Likewise.
37760         [non-C99-based standards] (atanhf): Likewise.
37761         [non-C99-based standards] (cbrtf): Likewise.
37762         [non-C99-based standards] (expm1f): Likewise.
37763         [non-C99-based standards] (ilogbf): Likewise.
37764         [non-C99-based standards] (log1pf): Likewise.
37765         [non-C99-based standards] (logbf): Likewise.
37766         [non-C99-based standards] (nextafterf): Likewise.
37767         [non-C99-based standards] (remainderf): Likewise.
37768         [non-C99-based standards] (rintf): Likewise.
37769         [non-C99-based standards] (scalbf): Likewise.
37770         [non-C99-based standards] (copysignl): Likewise.
37771         [non-C99-based standards] (exp2l): Likewise.
37772         [non-C99-based standards] (log2l): Likewise.
37773         [non-C99-based standards] (modfl): Allow.
37774         [non-C99-based standards] (erfl): Do not allow.
37775         [non-C99-based standards] (erfcl): Likewise.
37776         [non-C99-based standards] (gammal): Likewise.
37777         [non-C99-based standards] (hypotl): Likewise.
37778         [non-C99-based standards] (j0l): Likewise.
37779         [non-C99-based standards] (j1l): Likewise.
37780         [non-C99-based standards] (jnl): Likewise.
37781         [non-C99-based standards] (lgammal): Likewise.
37782         [non-C99-based standards] (tgammal): Likewise.
37783         [non-C99-based standards] (y0l): Likewise.
37784         [non-C99-based standards] (y1l): Likewise.
37785         [non-C99-based standards] (ynl): Likewise.
37786         [non-C99-based standards] (isnanl): Likewise.
37787         [non-C99-based standards] (acoshl): Likewise.
37788         [non-C99-based standards] (asinhl): Likewise.
37789         [non-C99-based standards] (atanhl): Likewise.
37790         [non-C99-based standards] (cbrtl): Likewise.
37791         [non-C99-based standards] (expm1l): Likewise.
37792         [non-C99-based standards] (ilogbl): Likewise.
37793         [non-C99-based standards] (log1pl): Likewise.
37794         [non-C99-based standards] (logbl): Likewise.
37795         [non-C99-based standards] (nextafterl): Likewise.
37796         [non-C99-based standards] (remainderl): Likewise.
37797         [non-C99-based standards] (rintl): Likewise.
37798         [non-C99-based standards] (scalbl): Likewise.
37799         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37800         [non-C99-based standards] (FP_*): Do not allow.
37801         [C99-based standards] (FP_*): Change to
37802         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37803         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37804         allow.
37805         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37806         (SIG_ERR): Likewise.
37807         [X/Open-based standards] (SIG_HOLD): Likewise.
37808         (SIG_IGN): Likewise.
37809         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37810         positive value.
37811         (SIGFPE): Likewise.
37812         (SIGILL): Likewise.
37813         (SIGINT): Likewise.
37814         (SIGSEGV): Likewise.
37815         (SIGTER): Likewise.
37816         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37817         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37818         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37819         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37820         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37821         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37822         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37823         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37824         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37825         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37826         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37827         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37828         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37829         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37830         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37831         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37832         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37833         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37834         [X/Open-based standards] (SIGTRAP): Likewise.
37835         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37836         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37837         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37838         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37839         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37840         allow.
37842 2012-05-08  Ian Wienand  <ianw@vmware.com>
37844         [BZ #14080]
37845         * time/tzset.c (__tzset_parse_tz): Update default rules for
37846         daylight time changes in the Energy Policy Act of 2005.
37848 2012-05-09  Andreas Jaeger  <aj@suse.de>
37850         [BZ #13983]
37851         * elf/ldconfig.c (parse_conf): Change string to make clear that
37852         ldconfig only issued a warning if ld.so.conf does not exist.
37854 2012-05-08  David S. Miller  <davem@davemloft.net>
37856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37857         movxtod instead of popping the value on the stack.
37859         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37861 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37863         * config.h.in: Add HAVE_ARM_PCS_VFP.
37865 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37867         [BZ #13979]
37868         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37869         checking but the checks are disabled for any reason.
37871 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37873         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37874         and ELF64_R_TYPE with ELFW(R_TYPE).
37876 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37878         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37879         (ulimit): Likewise.
37881         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37882         (settimeofday): Likewise.
37884 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37886         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37887         a struct th_u2 inside the union, and move tu_block/tu_code into
37888         a new th_u3 union of tu_block/tu_code inside of that.  Move
37889         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37890         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37891         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37892         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37893         (th_stuff): Change to th_u1.tu_stuff.
37894         (th_data): Define.
37895         (th_msg): Change to th_u1.th_u2.tu_data.
37897 2012-05-07  David S. Miller  <davem@davemloft.net>
37899         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37901         [BZ #14074]
37902         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37903         (SETUP_PIC_REG): Use it.
37904         (SETUP_PIC_REG_LEAF): Use it.
37906 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37908         [BZ #13885]
37909         [BZ #13923]
37910         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37911         USE_AS_EXPM1L.
37912         (EXPL_FINITE): Likewise.
37913         (FLDLOG): Likewise.
37914         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37915         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37916         e_expl.S.
37917         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37918         USE_AS_EXPM1L.
37919         (EXPL_FINITE): Likewise.
37920         (FLDLOG): Likewise.
37921         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37922         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37923         e_expl.S.
37924         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37925         test of -max_value argument for long double.
37926         * sysdeps/i386/fpu/libm-test-ulps: Update.
37927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37929 2012-05-06  David S. Miller  <davem@davemloft.net>
37931         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37932         quad soft-float symbols whose references which are compiler
37933         generated.
37934         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37936 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37938         [BZ #13884]
37939         [BZ #13914]
37940         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37941         USE_AS_EXP10L.
37942         (EXPL_FINITE): Likewise.
37943         (FLDLOG): Likewise.
37944         (c0): Likewise.
37945         (c1): Likewise.
37946         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37947         Adjust comments for base varying.
37948         (__expl_finite): Change alias to EXPL_FINITE.
37949         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37950         e_expl.S.
37951         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37952         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37953         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37954         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37955         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37956         USE_AS_EXP10L.
37957         (EXPL_FINITE): Likewise.
37958         (FLDLOG): Likewise.
37959         (c0): Likewise.
37960         (c1): Likewise.
37961         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37962         Adjust comments for base varying.
37963         (__expl_finite): Change alias to EXPL_FINITE.
37964         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37965         tests for bugs.
37966         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37968         [BZ #14064]
37969         * math/libm-test.inc (check_float_internal): Correct ulp
37970         calculation for subnormal expected results.
37972 2012-05-06  Andreas Jaeger  <aj@suse.de>
37974         * Makeconfig (+math-flags): New, set to -frounding-math.
37975         (+cflags): Add +math-flags so that all of glibc gets compiled with
37976         it.
37978         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37980 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37982         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37983         Disable one test.
37985         [BZ #13787]
37986         [BZ #13922]
37987         [BZ #14036]
37988         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37989         (__ieee754_expl): Allow for and saturate large arguments.
37990         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37991         (u_threshold): Likewise.
37992         (__exp): Call __ieee754_exp before checking for overflow and
37993         underflow.
37994         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37995         (u_threshold): Likewise.
37996         (__expf): Call __ieee754_expf before checking for overflow and
37997         underflow.
37998         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37999         (u_threshold): Likewise.
38000         (__expl): Call __ieee754_expl before checking for overflow and
38001         underflow.
38002         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38003         (__ieee754_expl): Allow for and saturate large arguments.
38004         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38005         missing overflow exception on overflow.
38006         (expm1_test): Do not allow missing overflow exception on overflow.
38008         * sysdeps/i386/fpu/e_expl.c: Move to ...
38009         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38010         rather than using inline asm.
38011         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38012         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38013         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38015         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38016         (nice): Likewise.
38017         (poll): Likewise.
38018         (signal): Likewise.
38019         (time): Likewise.
38020         (times): Likewise.
38022 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38024         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38025         sysdeps/unix/common/syscalls.list.
38026         (fchmod): Likewise.
38027         (fchown): Likewise.
38028         (ftruncate): Likewise.
38029         (getrusage): Likewise.
38030         (gettimeofday): Likewise.
38031         (setpgid): Likewise.
38032         (setregid): Likewise.
38033         (setreuid): Likewise.
38034         (sigaction): Likewise.
38035         (truncate): Likewise.
38036         (vhangup): Likewise.
38037         * sysdeps/unix/common/syscalls.list: Remove file.
38038         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38039         * sysdeps/unix/sysv/linux/Implies: Likewise.
38041 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38043         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38045         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38046         Moved to ...
38047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38048         Here.
38049         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38050         to ...
38051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38052         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38053         to ...
38054         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38055         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38056         to ...
38057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38058         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38059         to ...
38060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38061         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38062         to ...
38063         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38064         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38065         to ...
38066         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38067         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38068         to ...
38069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38070         Here.
38071         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38072         to ...
38073         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38074         Here.
38075         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38076         to ...
38077         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38078         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38079         Moved to ...
38080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38081         Here.
38082         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38083         to ...
38084         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38086 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38088         * sysdeps/unix/common/bits/dirent.h: Remove file.
38089         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38091         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38092         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38093         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38094         * sysdeps/unix/bsd/isatty.c: Likewise.
38095         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38096         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38097         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38099 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38101         [BZ #13563]
38102         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38103         long double comparison inaccuracies.
38104         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38107 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38109         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38110         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38112 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38114         [BZ #14049]
38115         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38116         nonzero digits before rounding a hex value.
38117         * stdlib/tst-strtod.c (tests): Add another test.
38119 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38121         * sysdeps/s390/fpu/libm-test-ulps: Update.
38123 2012-05-03  Andreas Jaeger  <aj@suse.de>
38125         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38126         does not get optimized out.
38127         (malloc_opt_barrier): New.
38129 2012-05-03  Andreas Jaeger  <aj@suse.de>
38130             Roland McGrath  <roland@hack.frob.com>
38132         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38133         intermediate file deletion.
38134         (generated): Add .symlist files.
38136 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38138         [BZ #13775]
38139         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38140         Redirect under this condition.
38141         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38142         [__USE_GNU] (__dprintf_chk): Not under this condition.
38143         [__USE_GNU] (__vdprintf_chk): Likewise.
38144         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38145         under this condition.
38146         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38147         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38148         [__USE_XOPEN2K8] (vdprintf): Likewise.
38149         [__USE_GNU] (__dprintf_chk): Not under this condition.
38150         [__USE_GNU] (__vdprintf_chk): Likewise.
38151         [__USE_GNU] (dprintf): Likewise.
38152         [__USE_GNU] (vdprintf): Likewise.
38154 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38156         * elf/Makefile (common-generated): Set this instead of generated for
38157         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38158         $(all-built-dso)-derived lists.
38160 2012-05-03  Andreas Jaeger  <aj@suse.de>
38162         * sysdeps/i386/fpu/libm-test-ulps: Update.
38164         * FAQ: Removed.
38165         * FAQ.in: Likewise.
38166         * scripts/gen-FAQ.pl: Likewise.
38167         * manual/install.texi (Installation): Point to online location of
38168         FAQ.
38169         * Makefile (files-for-dist): Remove FAQ.
38170         (FAQ): Remove.
38172 2012-05-02  Allan McRae  <allan@archlinux.org>
38174         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38175         (LDFLAGS-reldepmod5.so): Likewise.
38176         (LDFLAGS-reldep6mod1.so): Likewise.
38177         (LDFLAGS-reldep6mod4.so): Likewise.
38178         (LDFLAGS-reldep8mod3.so): Likewise.
38179         (LDFLAGS-unload4mod1.so): Likewise.
38180         (LDFLAGS-unload4mod2.so): Likewise.
38181         (LDFLAGS-tst-initorder): Likewise.
38182         (LDFLAGS-tst-initordera2.so): Likewise.
38183         (LDFLAGS-tst-initordera3.so): Likewise.
38184         (LDFLAGS-tst-initordera4.so): Likewise.
38185         (LDFLAGS-tst-initorderb2.so): Likewise.
38186         (LDFLAGS-noload): Likewise.
38187         (LDFLAGS-next): Likewise.
38188         (LDFLAGS-order2mod1.so): Likewise.
38189         (LDFLAGS-order2mod2.so): Likewise.
38190         (LDFLAGS-tst-initorder2): Likewise.
38191         (LDFLAGS-tst-initorder2a.so): Likewise.
38192         (LDFLAGS-tst-initorder2b.so): Likewise.
38193         (LDFLAGS-tst-initorder2c.so): Likewise.
38194         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38196 2012-05-02  David S. Miller  <davem@davemloft.net>
38198         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38200 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38202         [BZ #14055]
38203         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38205 2012-05-02  Andreas Jaeger  <aj@suse.de>
38207         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38208         since we manipulate rounding mode.
38209         (CPPFLAGS-test-idouble.c): Likewise.
38210         (CPPFLAGS-test-ifloat.c): Likewise.
38211         (CFLAGS-test-ldouble.c): Likewise.
38212         (CFLAGS-test-double.c): Likewise.
38213         (CFLAGS-test-float.c): Likewise.
38214         (CFLAGS-test-misc.c): Likewise.
38215         (CFLAGS-test-test-fenv.c): Likewise.
38217 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38219         [BZ #2550]
38220         [BZ #2570]
38221         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38222         comparisons to determine direction to adjust input.
38224 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38226         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38227         output to the target.
38229         * scripts/localplt.awk: New file.
38230         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38231         (check-localplt-CFLAGS): Variable removed.
38232         ($(all-built-dso:=.jmprel)): New static pattern rule.
38233         (generated): Add those targets.
38234         (localplt-built-dso): New variable.
38235         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38237         * elf/check-localplt.c: File removed.
38239         * scripts/check-execstack.awk: New file.
38240         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38241         (check-execstack-CFLAGS): Variable removed.
38242         ($(objpfx)check-execstack.h): Target removed.
38243         ($(objpfx)execstack-default): New target.
38244         (generated): Add that instead of check-execstack.h.
38245         ($(all-built-dso:=.phdr)): New static pattern rule.
38246         (generated): Add those targets.
38247         * elf/check-execstack.c: File removed.
38249         * scripts/check-textrel.awk: New file.
38250         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38251         (check-textrel-CFLAGS): Variable removed.
38252         (all-built-dso): Use := to define.o
38253         ($(all-built-dso:=.dyn)): New static pattern rule.
38254         (generated): Add those targets.
38255         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38256         * config.make.in (READELF): New substituted variable.
38257         * elf/check-textrel.c: File removed.
38259 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38261         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38262         allow.
38263         * conform/data/ctype.h-data [C99-based standards] (isblank):
38264         Expect function.
38265         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38266         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38267         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38268         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38269         Specify type.  Require positive value.
38270         (EILSEQ): Likewise.
38271         (ERANGE): Likewise.
38272         [ISO || POSIX] (EILSEQ): Do not expect.
38273         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38274         Specify type.  Require positive value.
38275         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38276         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38277         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38278         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38279         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38280         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38281         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38282         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38283         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38284         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38285         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38286         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38287         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38288         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38289         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38290         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38291         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38292         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38293         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38294         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38295         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38296         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38297         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38298         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38299         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38300         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38301         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38302         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38303         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38304         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38305         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38306         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38307         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38308         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38309         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38310         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38311         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38312         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38313         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38314         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38315         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38316         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38317         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38318         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38319         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38320         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38321         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38322         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38323         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38324         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38325         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38326         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38327         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38328         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38329         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38330         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38331         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38332         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38333         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38334         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38335         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38336         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38337         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38338         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38339         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38340         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38341         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38342         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38343         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38344         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38345         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38346         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38347         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38348         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38349         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38350         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38351         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38352         Require >= 2.
38353         (FLT_ROUNDS): Expect as macro, not constant.
38354         (FLT_MANT_DIG): Use macro-int-constant.
38355         (DBL_MANT_DIG): Likewise.
38356         (LDBL_MANT_DIG): Likewise.
38357         (FLT_DIG): Likewise.
38358         (DBL_DIG): Likewise.
38359         (LDBL_DIG): Likewise.
38360         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38361         (DBL_MIN_EXP): Likewise.
38362         (LDBL_MIN_EXP): Likewise.
38363         (FLT_MAX_EXP): Use macro-int-constant.
38364         (DBL_MAX_EXP): Likewise.
38365         (LDBL_MAX_EXP): Likewise.
38366         (FLT_MAX_10_EXP): Likewise.
38367         (DBL_MAX_10_EXP): Likewise.
38368         (LDBL_MAX_10_EXP): Likewise.
38369         (FLT_MAX): Use macro-constant.
38370         (DBL_MAX): Likewise.
38371         (LDBL_MAX): Likewise.
38372         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38373         (DBL_EPSILON): Likewise.
38374         (LDBL_EPSILON): Likewise.
38375         (FLT_MIN): Likewise.
38376         (DBL_MIN): Likewise.
38377         (LDBL_MIN): Likewise.
38378         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38379         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38380         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38381         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38382         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38383         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38384         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38385         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38386         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38387         [ISO11] (FLT_TRUE_MIN): Likewise.
38388         [ISO11] (LDBL_TRUE_MIN): Likewise.
38389         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38390         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38391         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38392         (SCHAR_MAX): Likewise.
38393         (UCHAR_MAX): Likewise.
38394         (CHAR_MIN): Likewise.
38395         (CHAR_MAX): Likewise.
38396         (MB_LEN_MAX): Use macro-int-constant.
38397         (SHRT_MIN): Use macro-int-constant.  Specify type.
38398         (SHRT_MAX): Likewise.
38399         (USHRT_MAX): Likewise.
38400         (INT_MAX): Likewise.
38401         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38402         bound negative.
38403         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38404         bound with "U".
38405         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38406         bound with "L".
38407         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38408         bound negative.  Suffix upper bound with "L".
38409         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38410         bound with "UL".
38411         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38412         Specify type.
38413         [C99-based standards] (LLONG_MAX): Likewise.
38414         [C99-based standards] (ULLONG_MAX): Likewise.
38415         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38416         == 0.
38417         [ISO11] (max_align_t): Require type.
38418         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38420         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38421         from $CFLAGS, without defining away __attribute__ calls.
38422         (checknamespace): Use $CFLAGS_namespace.
38424         * conform/conformtest.pl (@keywords): Only include C99 keywords
38425         for standards based on C99 or C11.
38427         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38428         Disable tests.
38429         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38430         UNIX98]: Likewise.
38432         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38433         usability of symbols in #if.
38435         * conform/conformtest.pl: If macro or constant types start
38436         "promoted:", expect the symbol to be of the following type
38437         promoted by the integer promotions.
38439         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38440         in one place.  Also handle "macro-constant".
38442         * conform/conformtest.pl: Only accept expected macro values with
38443         "==".  Parse all "macro" lines in one place.
38444         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38446         * conform/conformtest.pl: Handle braced types on "constant" lines
38447         instead of handling "typed-constant".
38448         * conform/data/signal.h-data: Use "constant" instead of
38449         "typed-constant".
38451         * conform/conformtest.pl: Handle "optional-" at start of lines in
38452         one place rather than duplicating several cases.  Handle each
38453         format of "macro" line with initial "optional-".
38455         * conform/conformtest.pl: Only accept expected constant or
38456         optional-constant values with "==".  Parse all "constant" lines in
38457         one place.  Parse all "optional-constant" lines in one place.
38458         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38459         * conform/data/fmtmsg.h-data: Likewise.
38460         * conform/data/netinet/in.h-data: Likewise.
38461         * conform/data/tar.h-data: Likewise.
38462         * conform/data/limits.h-data: Use "==" form on "constant" and
38463         "optional-constant" lines.
38465         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38466         Use -std=c99 for XOPEN2K.
38467         (@knownproblems): Remove.
38468         (newtoken): Don't check %isknown.
38470         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38471         Do not expect macro.
38472         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38473         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38474         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38475         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38476         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38477         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38478         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38479         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38480         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38481         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38482         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38483         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38484         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38485         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38486         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38487         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38488         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38489         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38490         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38491         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38492         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38493         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38494         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38495         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38496         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38497         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38498         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38499         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38500         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38501         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38502         [XPG3] (acosh): Likewise.
38503         [XPG3] (asinh): Likewise.
38504         [XPG3] (atanh): Likewise.
38505         [XPG3] (cbrt): Likewise.
38506         [XPG3] (expm1): Likewise.
38507         [XPG3] (ilogb): Likewise.
38508         [XPG3] (log1p): Likewise.
38509         [XPG3] (logb): Likewise.
38510         [XPG3] (nextafter): Likewise.
38511         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38512         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38513         [XPG3] (remainder): Likewise.
38514         [XPG3] (rint): Likewise.
38515         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38516         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38517         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38518         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38519         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38520         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38521         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38522         [UNIX98 || XOPEN2K] (scalb): Expect.
38523         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38524         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38525         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38526         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38527         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38528         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38529         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38530         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38531         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38532         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38533         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38534         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38535         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38536         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38537         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38538         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38539         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38540         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38541         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38542         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38543         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38544         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38545         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38546         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38547         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38548         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38549         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38550         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38551         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38552         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38553         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38554         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38555         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38556         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38557         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38558         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38559         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38560         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38561         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38562         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38563         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38564         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38565         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38566         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38567         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38568         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38569         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38570         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38571         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38572         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38573         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38574         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38575         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38576         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38577         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38578         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38579         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38580         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38581         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38582         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38583         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38584         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38585         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38586         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38587         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38588         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38589         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38590         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38591         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38592         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38593         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38594         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38595         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38596         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38597         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38598         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38599         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38600         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38601         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38602         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38603         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38604         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38605         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38606         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38607         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38608         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38609         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38610         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38611         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38612         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38613         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38614         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38615         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38616         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38617         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38618         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38619         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38620         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38621         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38622         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38623         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38624         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38625         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38626         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38627         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38628         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38629         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38630         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38631         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38632         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38633         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38634         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38635         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38636         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38637         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38638         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38639         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38640         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38641         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38642         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38643         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38644         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38645         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38646         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38647         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38648         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38649         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38650         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38651         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38652         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38653         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38654         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38655         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38656         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38657         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38658         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38659         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38661         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38662         _XOPEN_SOURCE_EXTENDED for XPG4.
38664         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38666         * Makeconfig (localtime): Remove variable.
38667         (inst_localtime-file): Likewise.
38669 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38672         Update.
38673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38674         Update.
38675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38676         Update.
38677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38678         Update.
38679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38680         Update.
38681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38682         Update.
38683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38684         Update.
38685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38686         Update.
38687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38688         Update.
38690 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38692         [BZ #2550]
38693         [BZ #2570]
38694         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38695         comparisons to determine direction to adjust input.
38696         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38697         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38698         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38699         Likewise.
38700         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38701         Likewise.
38702         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38703         Likewise.
38704         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38705         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38706         Likewise.
38707         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38708         Likewise.
38709         * math/libm-test.inc (nexttoward_test): Add more tests.
38711 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38713         [BZ #14040]
38714         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38715         in version GLIBC_2.1, not GLIBC_2.0.
38716         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38717         Likewise.
38719 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38721         [BZ #13942]
38722         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38723         (1 - x) * (1 + x).
38724         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38725         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38726         * math/libm-test.inc (acos_test): Add more tests.
38727         (asin_test): Likewise.
38728         * sysdeps/i386/fpu/libm-test-ulps: Update.
38729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38731         [BZ #14034]
38732         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38733         of square root.
38734         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38735         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38736         * math/libm-test.inc (acos_test_tonearest): New function.
38737         (acos_test_towardzero): Likewise.
38738         (acos_test_downward): Likewise.
38739         (acos_test_upward): Likewise.
38740         (asin_test_tonearest): Likewise.
38741         (asin_test_towardzero): Likewise.
38742         (asin_test_downward): Likewise.
38743         (asin_test_upward): Likewise.
38744         (main): Call the new functions.
38745         * sysdeps/i386/fpu/libm-test-ulps: Update.
38746         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38748         [BZ #13884]
38749         [BZ #13924]
38750         * math/e_exp10.c: Include <float.h>.
38751         (__ieee754_exp10): Handle underflow here rather than multiplying
38752         large negative argument by M_LN10.
38753         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38754         of __ieee754_expf.
38755         * math/e_exp10l.c: Include <float.h>.
38756         (__ieee754_exp10l): Handle underflow here rather than multiplying
38757         large negative argument by M_LN10l.
38758         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38759         spurious overflow exception on underflow.
38761 2012-04-29  Marek Polacek  <polacek@redhat.com>
38763         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38764         (__fortify_function): New macro.
38765         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38766         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38767         __extern_always_inline.
38768         * libio/bits/stdio2.h: Likewise.
38769         * libio/bits/stdio.h: Likewise.
38770         * string/string.h: Likewise.
38771         * string/bits/string3.h: Likewise.
38772         * include/stdio.h: Likewise.
38773         * stdlib/bits/stdlib.h: Likewise.
38774         * stdlib/stdlib.h: Likewise.
38775         * rt/bits/mqueue2.h: Likewise.
38776         * rt/mqueue.h: Likewise.
38777         * posix/bits/unistd.h: Likewise.
38778         * posix/unistd.h: Likewise.
38779         * io/bits/poll2.h: Likewise.
38780         * io/bits/fcntl2.h: Likewise.
38781         * io/fcntl.h: Likewise.
38782         * io/sys/poll.h: Likewise.
38783         * misc/bits/syslog.h: Likewise.
38784         * misc/bits/syslog-ldbl.h: Likewise.
38785         * misc/sys/syslog.h: Likewise.
38786         * socket/bits/socket2.h: Likewise.
38787         * socket/sys/socket.h: Likewise.
38788         * debug/tst-chk1.c: Likewise.
38789         * wcsmbs/bits/wchar2.h: Likewise.
38790         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38791         * wcsmbs/wchar.h: Likewise.
38793 2012-04-29  Andreas Jaeger  <aj@suse.de>
38795         * Makerules (tests): Remove enable-check-abi protection.
38796         (check-abi-warn): Remove.
38797         (check-abi-%): Remove check-abi-warn usage.
38799         * configure.in: Remove check-abi configure option.
38800         * configure: Regenerated.
38801         * config.make.in (enable-check-abi): Remove.
38803 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38805         [BZ #14033]
38806         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38807         double functions to double *_finite functions.
38809         [BZ #13941]
38810         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38811         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38812         LDBL_MIN_EXP.
38813         * stdio-common/Makefile (tests): Add tst-sprintf3.
38814         * stdio-common/tst-sprintf3.c: New file.
38816         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38817         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38819 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38821         * conform/conformtest.pl: Remove duplicate typed-constant
38822         handling.
38824 2012-04-28  David S. Miller  <davem@davemloft.net>
38826         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38827         (check-abi-%): Remove AWK script prerequisite and explicit
38828         abilist directory.
38829         (check-abi): Rewrite to just diff the symlist with the abilist.
38830         (config-tls, config-abi-config): Delete, no longer used.
38831         (update-abi-%): Remove AWK script and explicit abilist directory.
38832         (update-abi): Rewrite to simply compare and conditionally copy the
38833         symlist and the sysdep abilist file.  Remove update-abi-config
38834         checks.
38835         * abilist/ld.abilist: Remove.
38836         * abilist/libBrokenLocale.abilist: Remove.
38837         * abilist/libanl.abilist: Remove.
38838         * abilist/libcrypt.abilist: Remove.
38839         * abilist/libdl.abilist: Remove.
38840         * abilist/librt.abilist: Remove.
38841         * abilist/libthread_db.abilist: Remove.
38842         * abilist/libutil.abilist: Remove.
38843         * scripts/extract-abilist.awk: Remove.
38844         * scripts/merge-abilist.awk: Remove.
38845         * sysdeps/generic/libcidn.abilist: New file.
38846         * sysdeps/generic/libnss_compat.abilist: New file.
38847         * sysdeps/generic/libnss_db.abilist: New file.
38848         * sysdeps/generic/libnss_dns.abilist: New file.
38849         * sysdeps/generic/libnss_files.abilist: New file.
38850         * sysdeps/generic/libnss_hesiod.abilist: New file.
38851         * sysdeps/generic/libnss_nis.abilist: New file.
38852         * sysdeps/generic/libnss_nisplus.abilist: New file.
38853         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38854         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38855         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38856         file.
38857         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38858         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38859         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38860         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38861         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38862         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38863         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38864         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38865         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38866         file.
38867         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38868         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38869         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38870         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38871         file.
38872         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38873         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38874         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38875         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38876         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38877         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38878         file.
38879         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38880         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38881         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38882         file.
38883         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38884         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38885         New file.
38886         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38887         New file.
38888         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38889         New file.
38890         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38891         New file.
38892         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38893         New file.
38894         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38895         New file.
38896         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38897         New file.
38898         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38899         New file.
38900         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38901         New file.
38902         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38903         New file.
38904         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38905         New file.
38906         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38907         New file.
38908         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38909         New file.
38910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38911         file.
38912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38913         New file.
38914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38915         New file.
38916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38917         file.
38918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38919         New file.
38920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38921         New file.
38922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38923         file.
38924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38925         New file.
38926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38927         New file.
38928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38929         New file.
38930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38931         New file.
38932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38933         New file.
38934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38935         New file.
38936         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38938         file.
38939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38940         New file.
38941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38942         file.
38943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38944         file.
38945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38946         file.
38947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38948         file.
38949         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38950         file.
38951         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38952         New file.
38953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38954         file.
38955         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38956         file.
38957         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38958         New file.
38959         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38960         file.
38961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38962         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38963         file.
38964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38965         New file.
38966         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38967         file.
38968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38969         file.
38970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38971         file.
38972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38973         file.
38974         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38975         file.
38976         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38977         New file.
38978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38979         file.
38980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38981         file.
38982         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38983         New file.
38984         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38985         file.
38986         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38987         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38988         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38989         file.
38990         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38991         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38992         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38993         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38994         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38995         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38996         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38997         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38998         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38999         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39000         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39002         file.
39003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39004         New file.
39005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39006         file.
39007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39008         file.
39009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39010         file.
39011         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39012         file.
39013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39014         file.
39015         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39016         New file.
39017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39018         New file.
39019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39020         file.
39021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39022         New file.
39023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39024         file.
39025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39027         file.
39028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39029         New file.
39030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39031         file.
39032         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39033         file.
39034         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39035         file.
39036         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39037         file.
39038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39039         file.
39040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39041         New file.
39042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39043         New file.
39044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39045         file.
39046         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39047         New file.
39048         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39049         file.
39051 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39053         * conform/conformtest.pl: Fix typo in handling typed-constant from
39054         allow-header.
39056 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39058         * README: Cut down references to pre-2.6 Linux kernels and
39059         Linuxthreads.  Update lists of configurations in libc and ports
39060         and sort alphabetically.  Say "or newer" with Linux kernel version
39061         requirements.
39063         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39065 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39067         [BZ #887]
39068         * math/libm-test.inc (logb_test_downward): New test to expose
39069         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39070         rounding mode.
39072 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39074         [BZ #14027]
39075         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39076         to be done.
39077         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39078         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39080 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39082         * sysdeps/unix/i386/brk.S: Remove file.
39083         * sysdeps/unix/i386/dl-brk.S: Likewise.
39084         * sysdeps/unix/i386/pipe.S: Likewise.
39085         * sysdeps/unix/i386/sigreturn.S: Likewise.
39086         * sysdeps/unix/i386/syscall.S: Likewise.
39087         * sysdeps/unix/i386/vfork.S: Likewise.
39088         * sysdeps/unix/i386/wait.S: Likewise.
39090         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39091         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39093         * configure.in (arm*-none*): Do not allow without
39094         --enable-hacker-mode.
39095         (netbsd*): Remove case setting base_os.
39096         (386bsd*): Likewise.
39097         (freebsd*): Likewise.
39098         (bsdi*): Likewise.
39099         (osf*): Likewise.
39100         (sunos*): Likewise.
39101         (ultrix*): Likewise.
39102         (newsos*): Likewise.
39103         (dynix*): Likewise.
39104         (*bsd*): Likewise.
39105         (sysv*): Likewise.
39106         (isc*): Likewise.
39107         (esix*): Likewise.
39108         (sco*): Likewise.
39109         (minix*): Likewise.
39110         (irix4*): Likewise.
39111         (irix6*): Likewise.
39112         (solaris[2-9]*): Likewise.
39113         (none): Likewise.
39114         * configure: Regenerated.
39116 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39118         [BZ #11521]
39119         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39120         overflow or cancellation in calculating denominator.
39121         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39122         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39123         down expression to avoid unexpected rounding in newer GCCs.
39124         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39126 2012-04-26  David S. Miller  <davem@davemloft.net>
39128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39129         long-double compat symbols.
39130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39137         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39140         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39141         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39142         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39144 2012-04-25  David S. Miller  <davem@davemloft.net>
39146         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39147         HWCAP_* values only after the memory barriers have been defined.
39148         (atomic_full_barrier): Define.
39149         (atomic_read_barrier): Define.
39150         (atomic_write_barrier): Define.
39152 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39154         * shlib-versions: Add libgcc_s version information.
39155         * sysdeps/generic/libgcc_s.h: Remove.
39156         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39157         libgcc_s.h.
39158         * sysdeps/gnu/unwind-resume.c: Likewise.
39159         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39161 2012-04-25  David S. Miller  <davem@davemloft.net>
39163         * sysdeps/unix/sparc/brk.S: Delete.
39164         * sysdeps/unix/sparc/dl-brk.S: Delete.
39165         * sysdeps/unix/sparc/pipe.S: Delete.
39166         * sysdeps/unix/sparc/sysdep.S: Delete.
39167         * sysdeps/unix/sparc/sysdep.h: Delete.
39168         * sysdeps/unix/sparc/vfork.S: Delete.
39169         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39170         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39171         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39172         (ret_ERRVAL, r0, r1, MOVE): Define.
39173         (JUMPTARGET): Remove.
39174         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39175         sysdeps/unix/sparc/sysdep.h
39176         (ENTRY, END): Remove.
39177         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39179 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39181         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39182         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39183         -DIS_IN_build.
39185         * timezone/README: Update upstream location and email address for
39186         tzcode and tzdata.
39187         * timezone/zdump.c: Update from tzcode 2012b.
39188         * timezone/zic.c: Likewise.
39190         * configure.in (libc_cv_as_needed): Remove test.
39191         * configure: Regenerated.
39192         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39193         conditional definition.
39194         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39195         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39196         * config.make.in (have-as-needed): Remove variable.
39198 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39199             Paul Pluzhnikov  <ppluzhnikov@google.com>
39201         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39202         strings correctly.
39204 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39206         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39207         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39208         * sysdeps/sh/strlen.S: Likewise.
39210 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39212         * sysdeps/unix/fork.S: Remove file.
39213         * sysdeps/unix/i386/fork.S: Likewise.
39214         * sysdeps/unix/sparc/fork.S: Likewise.
39216         * sysdeps/unix/system.c: Remove file.
39217         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39219         * sysdeps/unix/getegid.S: Remove file.
39220         * sysdeps/unix/geteuid.S: Likewise.
39222 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39224         * scripts/check-localplt.awk: New file.
39225         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39226         of diff.
39227         * scripts/data/localplt-generic.data: Add a comment.
39229         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39230         NODE when __dir_mkfile failed.
39231         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39232         Reported by Ludovic Courtès <ludo@gnu.org>.
39234 2012-04-24  Andreas Jaeger  <aj@suse.de>
39236         * Makerules (common-clean): Also remove gen-as-const-headers
39237         files.
39239 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39241         * Makerules (native-compile): Do not change working directory for
39242         build.  Use $(OUTPUT_OPTION) in command.
39243         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39245 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39247         [BZ #13886]
39248         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39249         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39250         * math/libm-test.inc (floor_test): Add more tests.
39251         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39253 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39255         * sysdeps/unix/getdents.c: Remove file.
39256         * sysdeps/unix/sysv/getdents.c: Likewise.
39257         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39259         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39260         sysdeps/unix/mman/syscalls.list.
39261         (mmap): Likewise.
39262         (mprotect): Likewise.
39263         (msync): Likewise.
39264         (munmap): Likewise.
39265         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39266         * sysdeps/unix/mman/syscalls.list: Remove.
39267         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39269         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39270         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39271         * configure: Regenerated.
39272         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39273         $(libgcc_s_suffix).
39274         * config.make.in (libgcc_s_suffix): Remove variable.
39276 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39278         * sysdeps/unix/sysv/gethostname.c: Move to ...
39279         * sysdeps/posix/gethostname.c: ... here.
39281         * sysdeps/unix/execve.S: Remove file.
39283         * sysdeps/unix/_exit.S: Remove file.
39285 2012-04-23  Andreas Jaeger  <aj@suse.de>
39287         [BZ #13739]
39288         * manual/Makefile: Remove make dist support, there's no
39289         need for a stand-alone documentation tar ball.
39290         (TEXI2DVI): Define always, it's not in Makeconfig.
39291         (dist): Removed.
39292         (tar-it): Removed.
39293         (edition): Removed.
39294         (glibc-doc-$(edition).tar): Removed
39295         (%.Z): Removed.
39296         (%.gz): Removed.
39297         (%.uu): Removed.
39298         (ETAGS): Remove, it's in Makeconfig.
39299         (move-if-change): Remove, it's in Makeconfig.
39301 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39303         [BZ #13970]
39304         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39305         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39306         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39307         (strtod_l, strtof_l, strtold_l): Remove __wur.
39308         It is not necessarily an error to ignore strtol's return value.
39309         One can reliably look at the stored endptr to decide whether
39310         the number had valid syntax.
39312 2012-04-21  Andreas Jaeger  <aj@suse.de>
39314         [BZ #13739]
39315         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39317 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39319         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39320         * sysdeps/unix/sysv/Versions: Remove file.
39322 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39324         [BZ #13927]
39325         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39327 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39329         [BZ #7064]
39330         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39331         version from __vm86.
39333 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39335         * sysdeps/unix/common/lxstat.c: Remove file.
39336         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39338         * sysdeps/unix/sysv/Makefile: Remove file.
39340         * sysdeps/unix/sysv/direct.h: Remove file.
39342         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39343         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39344         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39345         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39346         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39347         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39348         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39350         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39352         * sysdeps/unix/xmknod.c: Remove file.
39353         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39355         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39357         * sysdeps/unix/sysv/i386/time.S: Remove file.
39359         * sysdeps/unix/fxstat.c: Remove file.
39360         * sysdeps/unix/xstat.c: Likewise.
39361         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39363         * sysdeps/unix/sysv/sigaction.c: Remove file.
39365         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39366         (sysdep_headers): Remove variable.
39367         [termio.h not in sysdep_headers] (generated): Likewise.
39368         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39369         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39370         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39371         * sysdeps/unix/sysv/tcflow.c: Likewise.
39372         * sysdeps/unix/sysv/tcflush.c: Likewise.
39373         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39374         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39375         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39376         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39377         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39379         * sysdeps/unix/siglist.c: Remove file.
39381         * sysdeps/unix/getppid.S: Remove file.
39383         * sysdeps/unix/mkdir.c: Remove file.
39384         * sysdeps/unix/rmdir.c: Likewise.
39386 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39388         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39389         ERR_MAX value.
39390         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39391         errlist-compat value.
39393 2012-04-18  David S. Miller  <davem@davemloft.net>
39395         * sysdeps/generic/memcopy.h (reg_char): Delete.
39396         * debug/strcat_chk.c: Use char, not reg_char.
39397         * debug/strcpy_chk.c: Likewise.
39398         * debug/strncat_chk.c: Likewise.
39399         * debug/strncpy_chk.c: Likewise.
39400         * string/memchr.c: Likewise.
39401         * string/memrchr.c: Likewise.
39402         * string/rawmemchr.c: Likewise.
39403         * string/strcat.c: Likewise.
39404         * string/strchr.c: Likewise.
39405         * string/strchrnul.c: Likewise.
39406         * string/strcmp.c: Likewise.
39407         * string/strcpy.c: Likewise.
39408         * string/strncat.c: Likewise.
39409         * string/strncmp.c: Likewise.
39410         * string/strncpy.c: Likewise.
39412 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39414         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39415         __builtin_memcopy is called when src and dest ranges are known to not
39416         overlap.
39418 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39420         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39421         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39422         fwd_align_merge macro call.
39423         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39424         bwd_align_merge macro call.
39425         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39427 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39429         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39430         bwd_align_merge macros.
39431         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39432         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39433         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39435 2012-04-18  David S. Miller  <davem@davemloft.net>
39437         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39439 2012-04-18  Andreas Jaeger  <aj@suse.de>
39441         [BZ# 6794]
39442         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39443         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39444         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39446         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39447         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39448         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39450         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39451         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39452         Adjust for changed ldbl-128 files.
39454         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39455         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39456         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39458 2012-04-17  David S. Miller  <davem@davemloft.net>
39460         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39462 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39464         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39465         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39466         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39467         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39468         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39469         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39471 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39473         [BZ #6794]
39474         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39475         * math/libm-test.inc: Add ilogb errno and exception tests.
39476         * math/w_ilogb.c: New file: ilogb wrapper.
39477         * math/w_ilogbf.c: New file: ilogbf wrapper.
39478         * math/w_ilogbl.c: New file: ilogbl wrapper.
39479         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39480         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39481         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39482         exception being thrown with 0.0 as argument.
39483         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39484         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39485         exception being thrown with 0.0 as argument.
39486         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39487         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39488         exception being thrown with 0.0 as argument.
39489         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39490         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39491         exception being thrown with 0.0 as argument.
39492         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39493         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39494         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39495         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39496         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39497         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39498         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39499         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39500         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39502 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39504         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39505         with altivec.
39507 2012-04-16  Marek Polacek  <polacek@redhat.com>
39509         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39511 2012-04-16  Marek Polacek  <polacek@redhat.com>
39513         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39514         operands of fdivp instruction.
39516 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39518         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39519         * elf/tst-auditmod3b.c: Likewise.
39520         * elf/tst-auditmod4b.c: Likewise.
39521         * elf/tst-auditmod5b.c: Likewise.
39522         * elf/tst-auditmod6b.c: Likewise.
39523         * elf/tst-auditmod6c.c: Likewise.
39524         * elf/tst-auditmod7b.c: Likewise.
39525         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39526         * sysdeps/x86_64/preconfigure.in: Likewise.
39527         * sysdeps/x86_64/preconfigure: Regenerated.
39529 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39531         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39532         __ILP32__.
39534 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39536         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39537         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39539 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39541         [BZ #13973]
39542         * locale/iso-639.def: Fix gl language name. Spotted by
39543         Yaron Shahrabani.
39545 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39547         [BZ #2074]
39548         * libio/libio.h (__io_write_fn): Update comment.
39550 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39552         [BZ #2074]
39553         * stdio.texi (Hook Functions): The user provided writer function
39554         is not allowed to return -1.
39556 2012-04-11  David S. Miller  <davem@davemloft.net>
39558         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39560 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39562         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39563         Add a leading slash to rtkaio.
39565 2012-04-11  Jim Meyering  <meyering@redhat.com>
39567         [BZ #11959]
39568         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39569         It is not necessarily an error to ignore fwrite's return
39570         value.  One can reliably use ferror to test for errors after
39571         the fact.
39573 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39575         * bits/types.h (__snseconds_t): New type.
39576         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39578         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39579         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39580         (__SNSECONDS_T_TYPE): Likewise.
39581         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39582         (__SNSECONDS_T_TYPE): Likewise.
39583         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39584         (__SNSECONDS_T_TYPE): Likewise.
39586 2012-04-10  Andreas Jaeger  <aj@suse.de>
39588         [BZ #2636]
39589         * manual/time.texi (Processor Time): Return type of times is
39590         elapsed real time since an arbitrary point in the past.
39591         (CPU Time): Move CLK_TCK from here...
39592         (Processor Time): ...to here.  Correct description.
39593         * manual/conf.texi (Constants for Sysconf): Correct description of
39594         _SC_CLK_TCK.
39596 2012-04-10  David S. Miller  <davem@davemloft.net>
39598         [BZ #13967]
39599         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39600         where the is a gap between DT_REL(A) and DT_JMPREL.
39602 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39604         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39605         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39606         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39608 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39610         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39611         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39612         (dl_main): Handle --inhibit-cache.
39613         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39614         _dl_inhibit_cache.
39615         * elf/dl-load.c (_dl_map_object): Use it.
39616         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39618 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39620         [BZ #13872]
39621         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39622         (__ieee754_powl): Saturate large exponents rather than testing for
39623         overflow of y*log2(x).
39624         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39625         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39626         exceptions.
39628         [BZ #11521]
39629         * math/s_ctan.c: Include <float.h>.
39630         (__ctan): Avoid internal overflow or cancellation in calculating
39631         denominator.
39632         * math/s_ctanf.c: Likewise.
39633         * math/s_ctanl.c: Likewise.
39634         * math/s_ctanh.c: Likewise.
39635         * math/s_ctanhf.c: Likewise.
39636         * math/s_ctanhl.c: Likewise.
39637         * math/libm-test.inc (ctan_test): Add more tests.
39638         (ctanh_test): Likewise.
39639         * sysdeps/i386/fpu/libm-test-ulps: Update.
39640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39642 2012-04-09  Andreas Jaeger  <aj@suse.de>
39644         [BZ #6894]
39645         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39646         is an optional BSD extension.
39648         [BZ #10254]
39649         * manual/stdio.texi (Opening Streams): Document additional fopen
39650         parameters.
39652 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39654         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39655         %eax without telling the compiler.
39657 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39659         [BZ # 13963]
39660         * manual/install.texi: Use sourceware.org.
39662 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39664         [BZ #13873]
39665         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39666         (__ieee754_pow): Generate overflow and underflow using huge*huge
39667         and tiny*tiny rather than just returning constant infinity or zero
39668         for large exponents.
39669         * math/libm-test.inc (pow_test): Require overflow exceptions for
39670         applicable cases of large exponents.
39672         [BZ #706]
39673         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39674         (__ieee754_pow): Use iterative multiplication algorithm only for
39675         integer exponents with absolute value below 1024.  Check for odd
39676         integer exponents when using algorithm for real exponents.
39677         * math/libm-test.inc (pow_test): Add more tests.
39678         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39680 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39682         [BZ #13705]
39683         * math/libm-test.inc (exp_test): Do not allow overflow exception
39684         on underflow test.
39686 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39688         [BZ #13705]
39689         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39690         instead of __kernel_standard_f.
39692 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39694         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39695         * sysdeps/x86_64/memset_chk.S: Likewise.
39697 2012-04-08  Andreas Jaeger  <aj@suse.de>
39699         [BZ #10153]
39700         * manual/startup.texi (Environment Access): Describe return value
39701         for putenv and setenv.
39703         [BZ #6895]
39704         * manual/filesys.texi (Directory Entries): Add description for
39705         DT_LNK.
39707         [BZ #6890]
39708         * manual/filesys.texi (Directory Entries): Clarify that it's file
39709         system not operating system in the description of DT_UNKNOWN.
39711         [BZ #6578]
39712         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39714 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39716         [BZ #6649]
39717         * manual/llio.texi (Opening and Closing Files): Add cross
39718         reference to explain mode argument.
39720 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39722         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39723         * sysdeps/x86_64/memset_chk.S: Likewise.
39725 2012-04-07  David S. Miller  <davem@davemloft.net>
39727         * elf/elf.h (R_SPARC_WDISP10): Define.
39728         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39729         R_SPARC_SIZE32.
39730         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39731         R_SPARC_SIZE64 and R_SPARC_H34.
39733 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39735         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39736         conditions and remove no longer applicable assertion.
39738 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39740         * bits/byteswap.h: Include <features.h>.
39741         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39742         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39744 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39746         * bits/byteswap.h (__bswap_16): Removed.
39747         Include <bits/byteswap-16.h> to get __bswap_16.
39748         * sysdeps/i386/bits/byteswap.h: Likewise.
39749         * sysdeps/s390/bits/byteswap.h: Likewise.
39750         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39751         * bits/byteswap-16.h: New file.
39752         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39753         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39754         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39755         * string/Makefile (headers): Add bits/byteswap-16.h.
39757 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39759         [BZ #13895]
39760         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39761         extra indirection.
39762         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39763         * nss/tst-nss-static.c: New.
39765 2012-04-06  Robert Millan  <rmh@gnu.org>
39767         [BZ #6486]
39768         * manual/llio.texi (File Position Primitive): lseek
39769         refers to WHENCE when it really means OFFSET.
39771 2012-04-06  Andreas Jaeger  <aj@suse.de>
39773         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39774         strncmp declarations.
39776         * abilist/libc.abilist: Add __poll and __ppoll.
39778 2012-04-05  David S. Miller  <davem@davemloft.net>
39780         * scripts/check-local-headers.sh: Accept a host triplet in the
39781         path matched by the exclude regexp.
39783         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39784         definition.
39785         * sysdeps/powerpc/powerpc32/dl-machine.h
39786         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39787         * sysdeps/s390/s390-32/dl-machine.h
39788         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39789         * sysdeps/sparc/sparc32/dl-machine.h
39790         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39791         * sysdeps/sparc/sparc64/dl-machine.h
39792         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39794         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39795         lazy binding.
39796         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39797         undefined symbol errors.
39799         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39800         DT_NEEDED entries.
39802 2012-04-05  Michael Matz  <matz@suse.de>
39804         [BZ #13592]
39805         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39807 2012-04-05  Andreas Jaeger  <aj@suse.de>
39809         [BZ #13908]
39810         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39811         comment.
39813 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39815         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39816         which ROUND is no valid rounding mode.
39818 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39820         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39821         read again.
39822         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39824 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39826         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39827         an exception using FPU order intentionally.
39829 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39831         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39832         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39833         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39834         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39836 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39838         [BZ #12340]
39839         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39840         EINVAL when BUFLEN is too smal.
39842 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39844         [BZ #13553]
39845         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39846         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39848 2012-04-03  Andreas Jaeger  <aj@suse.de>
39850         [BZ #13938]
39851         * manual/setjmp.texi (System V contexts): Fix sentence.
39853         [BZ #13926]
39854         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39855         New macro for this case.
39856         [!__GNUC__] (__bswap_64): New inline function for this case.
39857         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39858         * bits/byteswap.h: Likewise.
39859         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39860         ull, guard with __GLIBC_HAVE_LONG_LONG.
39862         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39863         __GLIBC_HAVE_LONG_LONG.
39865         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39866         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39868 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39870         [BZ #13691]
39871         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39872         inptr and inend, rather than using last_ch.
39874 2012-04-02  David S. Miller  <davem@davemloft.net>
39876         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39877         * stdio-common/printf-parse.h (read_int): Change return type to
39878         'int', return -1 on INT_MAX overflow.
39879         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39880         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39881         overflows INT_MAX.  Check for overflow of in-format-string precision
39882         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39883         SIZE_MAX not INT_MAX for integer overflow test.
39884         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39885         skip the construct in the format string but do not record anything.
39886         * stdio-common/bug22.c: Adjust to test both width/prevision
39887         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39888         explicitly for proper errno values.
39890 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39892         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39893         CHAR_MAX.
39894         * string/test-strcmp.c [! WIDE]: Likewise.
39895         * time/tst-mktime2.c: Likewise for INT_MAX.
39896         * string/test-string.h: #include <sys/param.h> for MIN.
39898         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39899         * sysdeps/i386/init-first.c (init): Likewise.
39900         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39901         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39902         * sysdeps/sh/init-first.c (init): Likewise.
39904 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39906         * po/ru.po: Update from translation team.
39907         * po/vi.po: Likewise.
39909 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39911         * resolv/nss_dns/dns-host.c: Merge copyright years.
39913 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39915         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39916         Optimize memcpy with prefetch if
39917         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39918         src, dst pointers have unequal 16 byte alignments.
39920 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39922         [BZ #13928]
39923         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39924         from a CNAME entry and return the minimum ttl for the query.
39925         (gaih_getanswer_slice): Likewise.
39927 2012-03-30  Jeff Law  <law@redhat.com>
39929         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39930         due to long keys.
39931         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39932         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39934         * resolv/nss_dns/dns-host.c: Update copyright year.
39936 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39938         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39939         requests to save a system call.  Fix check that all bytes are sent.
39941         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39942         comments for sendmmsg.
39944 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39946         [BZ #13691]
39947         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39948         with only 1 character between 0x0041 and 0x01b0.
39949         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39950         * wcsmbs/tst-mbsnrtowcs.c: New file.
39952 2012-03-29  David S. Miller  <davem@davemloft.net>
39954         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39955         small copies by hand.
39957 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39959         [BZ #13761]
39960         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39961         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39962         group memberships.
39964 2012-03-28  David S. Miller  <davem@davemloft.net>
39966         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39967         that branches into memcpy.
39968         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39969         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39970         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39971         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39972         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39973         bits.
39974         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39975         implementation too.
39976         * sysdeps/sparc/mempcpy.S: New file.
39978         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39979         the IFUNC routine in the libc case.
39980         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39982         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39983         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39984         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39985         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39986         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39987         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39988         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39989         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39991         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39992         loop to 256 bytes instead of 64 bytes and fix test signedness.
39994         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39995         * sysdeps/sparc/sparc32/Makefile: rather than here...
39996         * sysdeps/sparc/sparc64/Makefile: and here.
39998 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
40000         * malloc/mallocbug.c: Avoid warnings about unused variables.
40002 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
40004         [BZ #13760]
40005         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40006         in the right place. Discard and retry query if response is
40007         larger than input buffer size.
40009 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40011         [BZ #369]
40012         [BZ #2678]
40013         [BZ #3866]
40014         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40015         x for large integer exponent.
40016         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40017         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40018         sign of result as needed afterwards.
40019         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40020         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40021         result for underflowing pow the same as for overflow.
40022         (__kernel_standard_l): Handle powl overflow and underflow here
40023         rather than calling __kernel_standard.
40024         * math/libm-test.inc (pow_test): Add more tests.
40026         [BZ #3868]
40027         [BZ #13879]
40028         [BZ #13910]
40029         [BZ #13911]
40030         [BZ #13912]
40031         [BZ #13913]
40032         [BZ #13915]
40033         [BZ #13916]
40034         [BZ #13917]
40035         [BZ #13918]
40036         [BZ #13919]
40037         [BZ #13920]
40038         [BZ #13921]
40039         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40040         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40041         (__kernel_standard_l): New function.
40042         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40043         __kernel_standard.
40044         * math/w_acosl.c (__acosl): Likewise.
40045         * math/w_asinl.c (__asinl): Likewise.
40046         * math/w_atan2l.c (__atan2l): Likewise.
40047         * math/w_atanhl.c (__atanhl): Likewise.
40048         * math/w_coshl.c (__coshl): Likewise.
40049         * math/w_exp10l.c (__exp10l): Likewise.
40050         * math/w_exp2l.c (__exp2l): Likewise.
40051         * math/w_fmodl.c (__fmodl): Likewise.
40052         * math/w_hypotl.c (__hypotl): Likewise.
40053         * math/w_j0l.c (__j0l, __y0l): Likewise.
40054         * math/w_j1l.c (__j1l, __y1l): Likewise.
40055         * math/w_jnl.c (__jnl, __ynl): Likewise.
40056         * math/w_lgammal.c (__lgammal): Likewise.
40057         * math/w_log10l.c (__log10l): Likewise.
40058         * math/w_log2l.c (__log2l): Likewise.
40059         * math/w_logl.c (__logl): Likewise.
40060         * math/w_powl.c (__powl): Likewise.
40061         * math/w_remainderl.c (__remainderl): Likewise.
40062         * math/w_scalbl.c (sysv_scalbl): Likewise.
40063         * math/w_sinhl.c (__sinhl): Likewise.
40064         * math/w_sqrtl.c (__sqrtl): Likewise.
40065         * math/w_tgammal.c (__tgammal): Likewise.
40066         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40067         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40068         * math/libm-test.inc (acos_test): Add more tests.
40069         (acosh_test): Likewise.
40070         (asin_test): Likewise.
40071         (atanh_test): Likewise.
40072         (exp_test): Likewise.
40073         (exp10_test): Likewise.
40074         (exp2_test): Likewise.
40075         (expm1_test): Likewise.
40076         (lgamma_test): Likewise.
40077         (log_test): Likewise.
40078         (log10_test): Likewise.
40079         (log1p_test): Likewise.
40080         (log2_test): Likewise.
40081         (pow_test): Do not allow some spurious overflow exceptions.
40082         (sqrt_test): Add more tests.
40083         (tgamma_test): Likewise.
40084         (y0_test): Likewise.
40085         (y1_test): Likewise.
40086         (yn_test): Likewise.
40088 2012-03-27  Anton Blanchard  <anton@samba.org>
40090         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40091         MAP_HUGETLB.
40092         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40093         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40094         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40096 2012-03-27  David S. Miller  <davem@davemloft.net>
40098         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40100         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40101         have-as-vis3 check.
40103 2012-03-27  Andreas Jaeger  <aj@suse.de>
40105         * sysdeps/x86_64/elf/configure.in: Moved to ...
40106         * sysdeps/x86_64/configure.in: ... here.
40107         * sysdeps/x86_64/elf/start.S: Moved to ...
40108         * sysdeps/x86_64/start.S: ... here.
40109         * sysdeps/x86_64/elf/configure: Delete.
40111         * sysdeps/x86_64/configure.in: Merge contents from
40112         sysdeps/i386/configure.in (without i686 check).
40114         * sysdeps/i386/elf/Versions: Merge into ...
40115         * sysdeps/i386/Versions: ... this.
40116         * sysdeps/i386/elf/Versions: Delete file.
40117         * sysdeps/i386/elf/start.S: Moved to ...
40118         * sysdeps/i386/start.S: ...here.
40119         * sysdeps/i386/elf/configure.in: Merge into...
40120         * sysdeps/i386/configure.in: ...here.
40121         * sysdeps/i386/elf/configure.in: Delete file.
40122         * sysdeps/i386/elf/configure: Delete file.
40124         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40125         * debug/backtracesyms.c: ... here.
40126         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40127         * debug/backtracesymsfd.c: ... here.
40128         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40129         * sysdeps/generic/ifunc-sel.h: ... here.
40131         * sysdeps/unix/i386/start.c: Delete file.
40132         * sysdeps/unix/sparc/start.c: Delete file.
40133         * sysdeps/unix/start.c: Delete file.
40135         * sysdeps/sh/elf/configure.in: Moved to ...
40136         * sysdeps/sh/configure.in: ... here.
40137         * sysdeps/sh/elf/start.S: Moved to ...
40138         * sysdeps/sh/start.S: ... here.
40139         * sysdeps/sh/elf/configure: Delete file.
40141         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40142         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40143         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40144         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40145         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40146         * sysdeps/powerpc/powerpc64/start.S: here.
40147         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40148         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40149         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40150         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40151         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40153         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40154         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40155         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40156         * sysdeps/powerpc/powerpc32/start.S: ... here.
40157         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40158         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40159         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40161         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40162         * sysdeps/powerpc/ifunc-sel.h: ... here.
40163         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40164         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40166         * sysdeps/sparc/elf/configure.in: Moved to ...
40167         * sysdeps/sparc/configure.in: ... here.
40168         * sysdeps/sparc/elf/configure: Delete file.
40169         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40170         * sysdeps/sparc/sparc32/start.S: ... here.
40171         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40172         * sysdeps/sparc/sparc64/start.S: ... here.
40173         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40174         * sysdeps/sparc/sparc32/Makefile: ... this.
40175         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40176         * sysdeps/sparc/sparc64/Makefile: ... this.
40178         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40179         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40180         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40181         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40182         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40183         * sysdeps/s390/s390-32/setjmp.S: ... here.
40184         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40185         * sysdeps/s390/s390-32/configure.in: ... here.
40186         * sysdeps/s390/s390-32/elf/configure: Delete file.
40187         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40188         * sysdeps/s390/s390-32/start.S: ... here.
40190         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40191         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40192         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40193         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40194         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40195         * sysdeps/s390/s390-64/setjmp.S: ... here.
40196         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40197         * sysdeps/s390/s390-64/configure.in: ... here
40198         * sysdeps/s390/s390-64/elf/configure: Delete file.
40199         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40200         * sysdeps/s390/s390-64/start.S: ... here.
40201         * sysdeps/s390/s390-64/elf/configure: Delete.
40203         * configure.in: Remove support for elf directories in sysdeps.
40205         * configure: Regenerated.
40206         * sysdeps/i386/configure: Regenerated.
40207         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40208         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40209         * sysdeps/s390/s390-32/configure: Regenerated.
40210         * sysdeps/s390/s390-64/configure: Regenerated.
40211         * sysdeps/sh/configure: Regenerated.
40212         * sysdeps/sparc/configure: Regenerated.
40213         * sysdeps/x86_64/configure: Regenerated.
40215 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40219         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40220         denormal result into account.
40222 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40224         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40225         Reported by Allan McRae <allan@archlinux.org>.
40227 2012-03-23  Jeff Law  <law@redhat.com>
40229         * nss/getnssent.c (__nss_getent): Fix typo.
40231 2012-03-23  David S. Miller  <davem@davemloft.net>
40233         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40235 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40237         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40238         to pad to uint64_t for each field.
40239         (dl_tls_index): Replace unsigned long with uint64_t.
40241 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40242         Paul Pluzhnikov  <ppluzhnikov@google.com>
40244         [BZ #6528]
40245         * grp/Makefile (otherlibs): Don't set it.
40246         * inet/Makefile (otherlibs): Likewise.
40247         * login/Makefile (otherlibs): Likewise.
40248         * nscd/Makefile (otherlibs): Likewise.
40249         * posix/Makefile (otherlibs): Likewise.
40250         * pwd/Makefile (otherlibs): Likewise.
40251         * rt/Makefile (otherlibs): Likewise.
40252         * sunrpc/Makefile (otherlibs): Likewise.
40253         * nss/Makefile (otherlibs): Likewise.
40254         Add libnss_files to routines and static-only-routines.
40255         ($(objpfx)getent): Remove rule.
40256         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40257         static-only-routines.
40259 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40261         [BZ #13892]
40262         * math/s_cexp.c: Include <float.h>.
40263         (__cexp): Handle exp result overflowing not necessarily
40264         overflowing both real and imaginary parts of result.
40265         * math/s_cexpf.c: Likewise.
40266         * math/s_cexpl.c: Likewise.
40267         * math/libm-test.inc (cexp_test): Add more tests.
40268         * sysdeps/i386/fpu/libm-test-ulps: Update.
40269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40271 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40273         * include/link.h (ELFW): New macro.
40274         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40275         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40277 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40279         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40280         with uint64_t.
40282 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40284         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40285         declaration.
40286         (struct La_x32_retval): Likewise.
40288 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40290         * sysdeps/x86_64/preconfigure.in: New file.
40291         * sysdeps/x86_64/preconfigure: New generated file.
40293 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40295         [BZ #13824]
40296         * math/e_exp2l.c: Include <float.h>.
40297         (__ieee754_exp2l): Handle overflow and underflow cases
40298         separately.  Only pass fractional part of argument to
40299         __ieee754_expl.
40300         * math/libm-test.inc (exp2_test): Add more tests.
40302         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40303         negating x to take absolute value.
40304         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40305         Likewise.
40306         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40307         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40308         Likewise.
40309         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40310         computing low part if x was negated.
40311         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40313 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40315         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40316         la_x32_gnu_pltexit.
40317         (pltexit): Cast int_retval to ptrdiff_t.
40318         * elf/tst-auditmod3b.c: Likewise.
40319         * elf/tst-auditmod4b.c: Likewise.
40320         * elf/tst-auditmod5b.c: Likewise.
40321         * elf/tst-auditmod6b.c: Likewise.
40322         * elf/tst-auditmod6c.c: Likewise.
40323         * elf/tst-auditmod7b.c: Likewise.
40325         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40326         and x32_gnu_pltexit.
40328         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40329         __ELF_NATIVE_CLASS.
40330         (La_x32_regs): New macro.
40331         (La_x32_retval): Likewise.
40332         (la_x32_gnu_pltenter): New function prototype.
40333         (la_x32_gnu_pltexit): Likewise.
40335 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40337         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40338         exponent.
40340         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40342         * configure.in (libc_cv_cc_nofma): Check for option to disable
40343         generation of FMA instructions.
40344         * configure: Regenerate.
40345         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40346         * sysdeps/ieee754/dbl-64/Makefile: New file.
40347         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40348         Remove brandred-fma4.
40349         (CFLAGS-brandred-fma4.c): Remove.
40350         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40351         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40352         define.
40353         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40354         define.
40356 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40358         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40359         LLONG_MAX != LONG_MAX.
40360         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40361         (_fitoa_word): Likewise.
40362         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40363         LLONG_MAX != LONG_MAX.
40364         * stdio-common/_itowa.h: Include <_itoa.h>.
40365         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40366         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40367         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40368         only if not defined.
40369         (_ITOA_WORD_TYPE): Likewise.
40370         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40371         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40373 2012-03-21  David S. Miller  <davem@davemloft.net>
40375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40377 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40379         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40380         of x86_64 when setting libc_cv_slibdir, libdir and
40381         libc_cv_localedir.
40382         * sysdeps/unix/sysv/linux/configure: Regenerated.
40384 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40386         * manual/lang.texi (Old Varargs): Remove section.
40387         (How Variadic): Update menu.
40388         (va_start): Do not mention varargs.h.
40390 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40391             Joseph Myers  <joseph@codesourcery.com>
40393         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40394         link test.
40395         * configure: Regenerated.
40397 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40399         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40400         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40401         conformtest.pl
40403 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40405         * NOTES: Remove.
40406         * Makefile (files-for-dist): Remove NOTES.
40407         (NOTES): Remove rule.
40408         * README: Don't refer to NOTES.
40409         * manual/creature.texi: Don't include macros.texi.
40410         * manual/intro.texi (creature.texi): Remove comment referring to
40411         NOTES.
40413         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40414         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40415         * configure: Regenerated.
40416         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40417         LIBC_TRY_CC_OPTION.
40418         (libc_cv_as_i686): Likewise.
40419         (libc_cv_cc_avx): Likewise.
40420         (libc_cv_cc_sse2avx): Likewise.
40421         (libc_cv_cc_fma4): Likewise.
40422         (libc_cv_cc_novzeroupper): Likewise.
40423         * sysdeps/i386/configure: Regenerated.
40425         [BZ #13883]
40426         * sysdeps/i386/fpu/s_cexp.S: Remove.
40427         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40428         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40429         * math/libm-test.inc (cexp_test): Add more tests.
40430         * sysdeps/i386/fpu/libm-test-ulps: Update.
40431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40433 2012-03-21  Allan McRae  <allan@archlinux.org>
40435         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40437 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40439         [BZ #13871]
40440         * math/w_exp2.c: Do not include <float.h>.
40441         (o_threshold, u_threshold): Remove.
40442         (__exp2): Calculate result before checking finiteness and calling
40443         __kernel_standard.
40444         * math/w_exp2f.c: Likewise.
40445         * math/w_exp2l.c: Likewise.
40446         * math/libm-test.inc (exp2_test): Require overflow exception for
40447         1e6 input.
40449         [BZ #3866]
40450         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40451         range of signed 64-bit integers before using fistpll.  Remove
40452         checks for whether integers fit in mantissa bits.
40453         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40454         the range of signed 32-bit integers before using fistpl.  Remove
40455         checks for whether integers fit in mantissa bits.
40456         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40457         (__ieee754_powl): Test for y outside the range of signed 64-bit
40458         integers before using fistpll.  Reduce 64-bit values to 63-bit
40459         ones as needed.
40460         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40461         divide-by-zero is raised for zero to large negative powers.
40462         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40463         (__ieee754_powl): Test for y outside the range of signed 64-bit
40464         integers before using fistpll.  Reduce 64-bit values to 63-bit
40465         ones as needed.
40466         * math/libm-test.inc (pow_test): Add more tests.
40468 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40470         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40471         <stdio-common/_itoa.h>.
40472         * debug/segfault.c: Likewise.
40473         * elf/dl-cache.c: Likewise.
40474         * elf/dl-minimal.c: Likewise.
40475         * elf/dl-misc.c: Likewise.
40476         * elf/dl-sysdep.c: Likewise.
40477         * elf/dl-version.c: Likewise.
40478         * elf/rtld.c: Likewise.
40479         * hurd/hurdsock.c: Likewise.
40480         * hurd/lookup-retry.c: Likewise.
40481         * malloc/malloc.c: Likewise.
40482         * malloc/mtrace.c: Likewise.
40483         * nscd/nscd_getgr_r.c: Likewise.
40484         * nscd/nscd_getpw_r.c: Likewise.
40485         * nscd/nscd_getserv_r.c: Likewise.
40486         * posix/getopt_init.c: Likewise.
40487         * posix/wordexp.c: Likewise.
40488         * stdio-common/_itoa.c: Likewise.
40489         * stdio-common/printf_fphex.c: Likewise.
40490         * stdio-common/vfprintf.c: Likewise.
40491         * string/_strerror.c: Likewise.
40492         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40493         * sysdeps/i386/i686/hp-timing.h: Likewise.
40494         * sysdeps/mach/_strerror.c: Likewise.
40495         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40496         * sysdeps/mach/hurd/sethostid.c: Likewise.
40497         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40498         * sysdeps/mach/xpg-strerror.c: Likewise.
40499         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40500         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40501         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40502         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40503         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40504         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40505         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40506         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40507         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40508         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40509         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40510         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40511         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40512         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40513         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40514         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40515         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40516         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40517         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40518         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40519         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40521         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40523         * stdio-common/_itoa.h: Moved to ...
40524         * sysdeps/generic/_itoa.h: Here.
40526         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40528         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40529         instead of "_itoa.h" and "_itowa.h".
40530         * stdio-common/vfprintf.: Likewise.
40532 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40534         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40535         <bits/wordsize.h>.
40536         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40537         (__signbit): Likwise.
40538         (llrintf): Likwise.
40539         (llrint): Likwise.
40541 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40543         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40544         __WORDSIZE != 64.
40546 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40548         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40549         OVERFLOW_EXCEPTION_OK.
40550         * math/libm-test.inc ("Philosophy"): Update comment about
40551         exception testing.
40552         (OVERFLOW_EXCEPTION): Define.
40553         (OVERFLOW_EXCEPTION_OK): Likewise.
40554         (INVALID_EXCEPTION_OK): Renumber.
40555         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40556         (IGNORE_ZERO_INF_SIGN): Likewise.
40557         (test_exceptions): Handle FE_OVERFLOW.
40558         (exp10_test): Expect overflow exceptions.
40559         (exp2_test): Likewise.
40560         (expm1_test): Likewise.
40561         (nextafter_test): Likewise.
40562         (pow_test): Likewise.
40563         (scalbn_test): Likewise.
40564         (scalbln_test): Likewise.
40566 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40568         * sysdeps/x86_64/bits/atomic.h
40569         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40570         64bit integer.
40571         (atomic_exchange_acq): Likewise.
40572         (__arch_exchange_and_add_body): Likewise.
40573         (__arch_add_body): Likewise.
40574         (atomic_add_negative): Likewise.
40575         (atomic_add_zero): Likewise.
40577 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40579         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40580         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40582 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40584         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40585         Check __x86_64__ instead of __WORDSIZE.
40587 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40589         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40591 2012-03-19  David S. Miller  <davem@davemloft.net>
40593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40595         * sysdeps/sparc/fpu/fenv_private.h: New file.
40596         * sysdeps/sparc/fpu/math_private.h: Use it.
40597         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40598         Remove.
40599         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40600         (libc_feholdexcept_setroundl): Remove.
40601         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40602         Remove.
40603         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40604         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40606 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40608         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40609         int64_t instead of long int.
40610         (INSERT_WORDS64): Likwise.
40612 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40614         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40615         _Unwind_GetCFA return to _Unwind_Ptr first.
40617 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40619         [BZ #13629]
40620         * math/s_clog.c: Include <float.h>.
40621         (__clog): Scale large or subnormal inputs.
40622         * math/s_clogf.c: Likewise.
40623         * math/s_clogl.c: Likewise.
40624         * math/s_clog10.c: Include <float.h>.
40625         (M_LOG10_2): Define.
40626         (__clog10): Scale large or subnormal inputs.
40627         * math/s_clog10f.c: Likewise.
40628         * math/s_clog10l.c: Likewise.
40629         * math/libm-test.inc (clog_test): Add more tests.
40630         (clog10_test): Likewise.
40631         * sysdeps/i386/fpu/libm-test-ulps: Update.
40632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40634         [BZ #11451]
40635         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40636         x and y.
40637         * math/libm-test.inc (atan2_test): Add another test.
40639         * Makerules (common-objdir-compile): Remove.
40640         * sysdeps/unix/Makefile (config-generated): Do not add
40641         $(unix-generated) to variable.
40642         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40643         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40644         Remove rule.
40645         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40646         Likewise.
40647         [generic bits/local_lim.h] (before-compile): Do not append to
40648         variable.
40649         [generic bits/local_lim.h] (common-generated): Likewise.
40650         [generic sys/param.h] (before-compile): Do not append to variable.
40651         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40652         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40653         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40654         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40655         include.
40656         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40657         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40658         [generic sys/param.h] ($(addprefix
40659         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40660         [generic sys/param.h] (common-generated): Do not append to
40661         variable.
40662         [generic sys/param.h] (sysdep_headers): Likewise.
40663         [generic bits/errno.h] (before-compile): Do not append to
40664         variable.
40665         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40666         rule.
40667         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40668         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40669         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40670         [generic bits/errno.h] (common-generated): Do not append to
40671         variable.
40672         [generic bits/ioctls.h] (before-compile): Do not append to
40673         variable.
40674         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40675         rule.
40676         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40677         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40678         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40679         rule.
40680         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40681         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40682         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40683         [generic bits/ioctls.h] (common-generated): Do not append to
40684         variable.
40685         [generic sys/syscall.h] (syscall.h): Remove variable.
40686         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40687         rule.
40688         [generic sys/syscall.h] (before-compile): Do not append to
40689         variable.
40690         [generic sys/syscall.h] (common-generated): Likewise.
40691         * sysdeps/unix/errnos-tmpl.c: Remove file.
40692         * sysdeps/unix/errnos.awk: Likewise.
40693         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40694         * sysdeps/unix/ioctls.awk: Likewise.
40695         * sysdeps/unix/mk-local_lim.c: Likewise.
40696         * sysdeps/unix/snarf-ioctls: Likewise.
40698 2012-03-19  Richard Henderson  <rth@twiddle.net>
40700         * sysdeps/i386/fpu/fenv_private.h: New file.
40701         * sysdeps/i386/fpu/math_private.h: Use it.
40702         (math_opt_barrier, math_force_eval): Remove.
40703         (libc_feholdexcept_setround_53bit): Remove.
40704         (libc_feupdateenv_53bit): Remove.
40705         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40706         (math_opt_barrier, math_force_eval): Remove.
40707         (libc_feholdexcept): Remove.
40708         (libc_feholdexcept_setround): Remove.
40709         (libc_fetestexcept, libc_fesetenv): Remove.
40710         (libc_feupdateenv_test): Remove.
40711         (libc_feupdateenv, libc_feholdsetround): Remove.
40712         (libc_feresetround): Remove.
40714         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40715         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40717         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40718         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40719         (libc_feupdateenv_testl): New.
40720         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40721         (libc_feupdateenv_testf): New.
40722         (libc_feupdateenv): Use libc_feupdateenv_test.
40723         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40724         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40726         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40727         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40728         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40729         (libc_feresetround_noex): New.
40730         (libc_feresetround_noexf): New.
40731         (libc_feresetround_noexl): New.
40732         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40733         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40734         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40735         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40736         SET_RESTORE_ROUND.
40737         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40738         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40739         (__cos): Likewise.
40740         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40741         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40742         SET_RESTORE_ROUND_NOEX.
40743         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40744         SET_RESTORE_ROUND_NOEXF.
40745         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40746         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40747         (libc_feholdsetroundf): New.
40748         (libc_feresetround, libc_feresetroundf): New.
40750         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40751         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40752         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40754         * sysdeps/generic/math_private.h: Include <fenv.h>.
40755         (default_libc_feholdexcept): New.
40756         (default_libc_feholdexcept_setround): New.
40757         (default_libc_fesetenv, default_libc_feupdateenv): New.
40758         (libc_feholdexcept): Only define if undefined.
40759         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40760         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40761         (libc_feholdexcept_setroundl): Likewise.
40762         (libc_feholdexcept_setround_53bit): Likewise.
40763         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40764         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40765         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40766         (libc_feupdateenv_53bit): Likewise.
40767         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40768         (libc_feholdexcept): Convert from macro to inline function.
40769         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40770         (libc_fesetenv, libc_feupdateenv): Likewise.
40772         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40773         not previously defined.
40774         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40775         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40776         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40777         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40778         * sysdeps/ieee754/flt-32/math_private.h: New file.
40779         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40780         math_private.h below SET_FLOAT_WORD.
40781         (__isnan, __isinf_ns, __finite): Remove.
40782         (__isnanf, __isinf_nsf, __finitef): Remove.
40784 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40786         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40788 2012-03-17  David S. Miller  <davem@davemloft.net>
40790         [BZ #6471]
40791         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40792         for 2.16.
40794 2012-03-16  David S. Miller  <davem@davemloft.net>
40796         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40797         warnings.
40799         [BZ #6471]
40800         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40801         properly.
40802         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40803         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40804         sysdep_routines when subdir is sysvipc.
40805         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40806         __getshmlba helper.
40808         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40810 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40812         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40813         [__LP64__].
40815 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40817         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40818         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40819         (__lround): Renamed to ...
40820         (__llround): This.  Replace long int with long long int.
40821         Define lround functions as aliases of llround functions.
40822         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40824 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40826         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40827         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40828         adresses to uintptr_t.  Replace "long int" and "unsigned long
40829         int" with "greg_t" on va_arg.
40831 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40833         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40834         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40836         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40837         Move e_machine check before EI_CLASS check.  Handle x32
40838         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40839         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40840         SKIP_EM_IA_64 and include
40841         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40843         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40844         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40845         (add_system_dir): New macro.
40847         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40848         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40850 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40852         [BZ #2551]
40853         [BZ #2552]
40854         [BZ #2553]
40855         [BZ #2554]
40856         [BZ #2562]
40857         [BZ #2563]
40858         [BZ #2565]
40859         [BZ #2566]
40860         [BZ #2576]
40861         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40862         (y0): Likewise.
40863         * math/w_j0f.c (j0f): Likewise.
40864         (y0f): Likewise.
40865         * math/w_j0l.c (__j0l): Likewise.
40866         (__y0l): Likewise.
40867         * math/w_j1.c (j1): Likewise.
40868         (y1): Likewise.
40869         * math/w_j1f.c (j1f): Likewise.
40870         (y1f): Likewise.
40871         * math/w_j1l.c (__j1l): Likewise.
40872         (__y1l): Likewise.
40873         * math/w_jn.c (jn): Likewise.
40874         (yn): Likewise.
40875         * math/w_jnf.c (jnf): Likewise.
40876         (ynf): Likewise.
40877         * math/w_jnl.c (__jnl): Likewise.
40878         (__ynl): Likewise.
40879         * math/libm-test.inc (j0_test): Add more tests.
40880         (j1_test): Likewise.
40881         (jn_test): Likewise.  Add trailing semicolon to existing test.
40882         (y0_test): Likewise.
40883         (y1_test): Likewise.
40884         * sysdeps/i386/fpu/libm-test-ulps: Update.
40885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40887         [BZ #13851]
40888         [BZ #13854]
40889         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40890         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40891         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40892         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40893         (__tanl): Set errno for infinite argument.
40894         * sysdeps/i386/fpu/mptan.c: Remove.
40895         * sysdeps/i386/fpu/s_tan.S: Likewise.
40896         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40897         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40898         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40899         * math/libm-test.inc (tan_test): Add more tests and enable more
40900         tests for double and long double.
40901         * sysdeps/i386/fpu/libm-test-ulps: Update.
40902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40904 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40906         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40907         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40909 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40911         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40912         * configure.in: Use it for both main tree and add-ons.
40913         * configure: Regenerated.
40915 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40917         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40919 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40921         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40922         in comment.
40924         [BZ #13851]
40925         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40926         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40927         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40928         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40929         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40930         infinite argument.
40931         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40932         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40933         != 0 for prec == 2.
40934         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40935         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40936         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40937         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40938         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40939         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40940         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40941         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40942         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40943         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40944         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40945         * math/libm-test.inc (cos_test): Add more tests and enable more
40946         tests for long double.
40947         (sin_test): Likewise.
40948         (sincos_test): Likewise.
40949         * sysdeps/i386/fpu/libm-test-ulps: Update.
40950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40952 2012-03-16  David S. Miller  <davem@davemloft.net>
40954         * sysdeps/sparc/fpu/math_private.h: New file.
40956 2012-03-15  David S. Miller  <davem@davemloft.net>
40958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40959         file.
40960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40962         file.
40963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40964         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40965         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40966         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40967         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40968         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40969         sysdep routines.
40970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40972         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40973         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40975         * sysdeps/sparc/sparc-ifunc.h: New file.
40976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40977         sparc-ifunc.h
40978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40980         Likewise.
40981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40982         Likewise.
40983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40987         Likewise.
40988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40993         Likewise.
40994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40995         Likewise.
40996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41000         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41001         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41002         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41003         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41004         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41005         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41006         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41007         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41008         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41009         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41010         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41011         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41012         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41013         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41014         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41015         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41016         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41017         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41018         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41019         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41021 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41023         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41024         scaling.
41025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41027 2012-03-15  Andreas Jaeger  <aj@suse.de>
41029         [BZ #13852]
41030         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41031         ieee754/flt-32 implementation for sin, cos and sincos.
41032         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41033         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41034         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41035         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41036         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41037         ieee754/flt-32 implementation for tan.
41039         * math/libm-test.inc (cos_test): Enable some large input tests for
41040         float as well
41041         (sin_test): Likewise.
41042         (sincos_test): Likewise.
41043         (tan_test): Add tests for large input.
41045         * sysdeps/i386/fpu/libm-test-ulps: Update.
41047 2012-03-15  Andreas Jaeger  <aj@suse.de>
41049         [BZ #13658]
41050         * math/libm-test.inc (cos_test): Add more test cases.
41051         (sin_test): Likewise.
41052         (sincos_test): Likewise.
41054 2012-03-15  Andreas Jaeger  <aj@suse.de>
41056         [BZ #13837]
41057         * math/libm-test.inc (cos_test): Add a test case for large input
41058         value.
41059         (sin_test): Likewise.
41060         (sincos_test): Likewise.
41062 2012-03-15  Andreas Jaeger  <aj@suse.de>
41063             Joseph Myers  <joseph@codesourcery.com>
41065         [BZ #13658]
41066         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41067         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41068         * sysdeps/i386/fpu/branred.c: Likewise.
41069         * sysdeps/i386/fpu/dosincos.c: Likewise.
41070         * sysdeps/i386/fpu/mpa.c: Likewise.
41071         * sysdeps/i386/fpu/s_cos.S: Likewise.
41072         * sysdeps/i386/fpu/s_sin.S: Likewise.
41073         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41074         * sysdeps/i386/fpu/sincos32.c: Likewise.
41076         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41077         Define.
41078         (libc_feupdateenv_53bit): Define.
41079         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41080         Define.
41081         (libc_feupdateenv_53bit): Define.
41083         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41084         53 bit (without extend i386 double precision).
41086         * math/libm-test.inc (sincos_test): Add tests for large input.
41087         (sin): Likewise.
41088         (cos): Likewise.
41090         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41092 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41096 2012-03-15  David S. Miller  <davem@davemloft.net>
41098         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41099         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41100         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41101         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41102         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41104         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41106         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41107         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41108         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41109         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41110         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41111         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41112         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41114         file.
41115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41117         file.
41118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41120         file.
41121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41123         file.
41124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41125         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41126         fmin/fmax sysdep routines.
41127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41129 2012-03-14  David S. Miller  <davem@davemloft.net>
41131         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41132         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41133         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41134         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41135         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41136         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41137         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41138         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41139         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41140         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41141         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41142         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41143         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41144         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41145         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41146         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41147         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41148         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41149         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41150         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41151         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41152         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41153         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41154         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41155         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41156         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41157         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41158         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41159         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41160         routines.
41161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41162         file.
41163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41165         file.
41166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41168         file.
41169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41171         file.
41172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41174         file.
41175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41177         file.
41178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41179         file.
41180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41181         file.
41182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41183         file.
41184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41185         New file.
41186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41187         file.
41188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41189         file.
41190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41192         file.
41193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41195         file.
41196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41198         file.
41199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41201         VIS3 routines.
41203         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41204         New file.
41206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41208         * sysdeps/sparc/configure.in: New file.
41209         * sysdeps/sparc/configure: Generate.
41210         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41211         * configure: Regenerate.
41212         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41213         * config.make.in (have-as-vis3): New.
41214         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41215         available use -Av9d instead of -Av9a.
41216         * sysdeps/sparc/sparc64/Makefile: Likewise.
41217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41219         New file.
41220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41221         file.
41222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41223         New file.
41224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41225         file.
41226         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41227         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41228         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41229         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41230         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41232         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41233         fzeros/fnegs to load 0x80000000 into a float register instead of
41234         using the stack.
41235         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41237 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41239         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41240         bits/syscall.h.
41241         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41242         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41243         ($(inst_includedir)/bits/syscall.h): Remove rule.
41244         ($(objpfx)bits/syscall.d): Include instead of
41245         $(objpfx)syscall-list.d.
41246         (generated): Change syscall-list.h and syscall-list.d to
41247         bits/syscall.h and bits/syscall.d.
41249 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41251         [BZ #13846]
41252         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41254 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41256         [BZ #13841]
41257         * math/s_csqrt.c: Include <float.h>.
41258         (__csqrt): Scale large or subnormal inputs.
41259         * math/s_csqrtf.c: Likewise.
41260         * math/s_csqrtl.c: Likewise.
41261         * math/libm-test.inc (csqrt_test): Add more tests.
41262         * sysdeps/i386/fpu/libm-test-ulps: Update.
41263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41265         [BZ #13840]
41266         * math/libm-test.inc (hypot_test): Add more tests.
41268 2012-03-13  David S. Miller  <davem@davemloft.net>
41270         [BZ #13840]
41271         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41272         double-precision for the calculation instead of scaling.
41274 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41276         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41277         manipulate bits before adding and subtracting TWO52[sx].
41278         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41279         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41280         Likewise.
41281         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41283 2012-03-13  David S. Miller  <davem@davemloft.net>
41285         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41286         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41287         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41288         rtld-global-offsets.h
41289         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41291         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41292         large parameters.
41294         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41296         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41297         'err' in the ifdef scope in which it is actually used.
41299         * nss/nss_db/db-init.c: Include string.h
41301 2012-03-12  David S. Miller  <davem@davemloft.net>
41303         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41304         masking out of the most significant byte of random value used.
41305         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41306         Fix coding style in previous change.
41308         * sysdeps/unix/sysv/linux/kernel-features.h
41309         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41310         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41311         expression.
41312         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41313         later.
41315 2012-03-11  David S. Miller  <davem@davemloft.net>
41317         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41318         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41319         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41320         for 'resultvar' otherwise things get truncated on 64-bit.
41322         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41323         Fix masking out of the most significant byte of random value used.
41325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41327 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41331 2012-03-09  David S. Miller  <davem@davemloft.net>
41333         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41334         variables with appropriate CPP guards.
41335         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41336         from the frame pointer, not the stack pointer.  Correct layout
41337         comments.  Fix test on resulting framesize and the management of
41338         the outregs buffer for pltexit.  Preserve floating point return
41339         values across _dl_call_pltexit call.
41340         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41341         framesize and the management of the outregs buffer for pltexit.
41342         Preserve floating point return values across _dl_call_pltexit
41343         call.
41344         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41345         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41346         (la_sparc64_gnu_pltexit): New functions.
41347         (print_exit): Fix format string for return register value.
41349 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41351         * sunrpc/Makefile (others): Add rpcgen.
41352         ($(objpfx)rpcgen): Remove special build rule and dependency on
41353         libc.
41354         * sunrpc/rpcgen.c: New file.
41356 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41358         [BZ #13673]
41359         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41360         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41361         * sysdeps/i386/crti.S: Likewise.
41362         * sysdeps/i386/crtn.S: Likewise.
41363         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41364         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41365         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41366         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41367         * sysdeps/sh/crti.S: Likewise.
41368         * sysdeps/sh/crtn.S: Likewise.
41369         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41371         [BZ #13673]
41372         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41373         with URL.
41374         * locale/programs/locfile-kw.gperf: Likewise.
41375         * locale/programs/charmap-kw.h: Regenerated.
41376         * locale/programs/locfile-kw.h: Likewise.
41378         [BZ #13673]
41379         * intl/plural.y: Replace FSF snail mail address with URL.
41380         * intl/plural.c: Regenerated.
41382 2012-03-09  Richard Henderson  <rth@twiddle.net>
41384         * include/math_private.h: Remove file.
41385         * math/math_private.h: Move file ...
41386         * sysdeps/generic/math_private.h: ... here.
41388         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41389         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41390         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41392         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41393         and <math_private.h>.
41394         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41395         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41396         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41397         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41398         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41399         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41400         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41401         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41402         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41403         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41404         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41405         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41406         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41407         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41408         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41409         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41410         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41411         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41412         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41413         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41414         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41415         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41416         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41417         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41418         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41419         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41420         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41421         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41422         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41423         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41424         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41425         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41426         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41427         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41428         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41429         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41430         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41431         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41432         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41433         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41434         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41435         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41436         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41437         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41438         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41439         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41440         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41441         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41442         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41443         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41444         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41445         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41446         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41447         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41448         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41449         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41450         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41451         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41452         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41453         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41454         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41455         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41456         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41457         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41458         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41459         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41460         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41461         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41462         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41463         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41464         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41465         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41466         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41467         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41468         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41469         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41470         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41471         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41472         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41473         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41474         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41475         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41476         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41477         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41478         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41479         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41480         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41481         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41482         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41483         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41484         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41485         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41486         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41487         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41488         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41489         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41490         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41491         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41492         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41493         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41494         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41495         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41496         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41497         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41498         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41499         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41500         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41501         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41502         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41503         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41504         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41505         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41506         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41507         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41508         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41509         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41510         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41511         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41512         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41513         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41514         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41515         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41516         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41517         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41518         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41519         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41520         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41521         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41522         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41523         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41524         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41525         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41526         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41527         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41528         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41529         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41530         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41531         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41532         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41533         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41534         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41535         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41536         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41537         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41538         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41539         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41540         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41541         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41542         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41543         * sysdeps/ieee754/k_standard.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41571         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41573         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41575         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41577         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41582         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41591         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41592         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41594         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41595         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41596         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41597         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41598         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41600         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41601         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41602         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41603         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41604         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41605         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41606         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41607         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41608         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41609         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41610         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41611         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41612         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41613         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41614         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41615         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41616         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41617         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41618         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41619         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41620         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41621         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41622         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41623         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41624         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41625         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41626         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41627         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41628         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41629         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41630         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41631         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41632         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41633         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41634         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41635         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41636         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41637         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41638         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41639         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41640         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41641         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41642         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41643         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41644         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41645         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41646         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41647         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41648         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41649         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41650         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41651         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41652         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41653         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41654         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41655         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41656         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41657         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41658         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41659         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41660         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41661         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41662         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41663         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41664         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41665         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41666         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41667         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41668         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41669         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41670         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41671         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41672         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41673         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41674         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41675         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41676         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41677         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41678         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41679         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41680         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41681         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41682         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41683         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41684         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41685         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41686         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41687         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41688         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41689         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41690         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41691         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41692         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41693         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41694         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41695         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41696         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41697         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41698         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41699         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41700         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41701         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41702         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41703         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41704         * sysdeps/ieee754/s_lib_version.c: Likewise.
41705         * sysdeps/ieee754/s_matherr.c: Likewise.
41706         * sysdeps/ieee754/s_signgam.c: Likewise.
41707         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41708         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41709         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41710         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41711         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41712         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41713         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41714         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41715         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41716         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41717         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41718         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41719         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41720         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41721         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41722         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41723         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41724         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41725         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41726         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41727         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41729 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41731         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41732         * sunrpc/rpc_main.c: Likewise.
41733         * sunrpc/rpc_svcout.c: Likewise.
41735 2012-03-09  David S. Miller  <davem@davemloft.net>
41737         * include/math_private.h: New file.
41739 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41741         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41742         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41743         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41744         from <bits/socket_type.h>.
41745         (enum __socket_type): Don't define here.
41746         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41747         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41748         bits/socket_type.h.
41750         [BZ #13566]
41751         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41752         checking __USE_GNU.
41754         * Makerules ($(inst_includedir)/%.h): New rule.
41755         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41756         (install-others): Remove variable setting.
41757         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41759 2012-03-08  Richard Henderson  <rth@twiddle.net>
41761         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41762         from macro to inline function; merge with the
41763         !__LIBC_INTERNAL_MATH_INLINES version.
41764         (__ieee754_sqrtf): Likewise.
41766         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41767         to inline function.
41768         (__rintf, __floor, __floorf): Likewise.
41770         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41771         macro to inline function.
41772         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41774         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41775         not <math/math_private.h>.
41777 2012-03-08  David S. Miller  <davem@davemloft.net>
41779         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41780         copyright year.
41781         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41783 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41785         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41786         normalization.
41787         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41788         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41790 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41792         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41793         be defined individually, they must be defined as a block.  Define
41794         S for printing a string instead of hidint the different by using a
41795         macro for adding the 'l'.
41796         * stdio-common/tst-fphex-wide.c: Adjust.
41798 2012-03-07  Marek Polacek  <polacek@redhat.com>
41800         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41802 2012-03-08  Marek Polacek  <polacek@redhat.com>
41804         [BZ #13806]
41805         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41806         * stdio-common/tst-fphex.c: Define a few macros to make the
41807         test reusable.  Use them.
41808         * stdio-common/tst-fphex-wide.c: New file.
41810 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41812         [BZ #6911]
41813         * manual/macros.texi (gnusystems): New macro.
41814         (nongnusystems): Likewise.
41815         (gnulinuxhurdsystems): Likewise.
41816         (gnuhurdsystems): Likewise..
41817         (gnulinuxsystems): Likewise.
41818         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41819         variants of the GNU system, not "GNU system".
41820         * manual/conf.texi: Likewise.
41821         * manual/errno.texi: Likewise.  Update example of errno macro
41822         expansion.
41823         * manual/filesys.texi: Likewise.
41824         (getumask): Document as specific to GNU/Hurd.
41825         * manual/install.texi: Likewise.  Reword some references to
41826         GNU/Linux.
41827         * manual/intro.texi: Likewise.
41828         * manual/io.texi: Likewise.
41829         (File Name Portability): Detail which constraints are inapplicable
41830         to all GNU systems and which are only inapplicable to GNU/Hurd.
41831         * manual/job.texi: Likewise.
41832         * manual/llio.texi: Likewise.
41833         (O_NOCTTY): Document as present on GNU/Linux.
41834         * manual/maint.texi: Likewise.
41835         * manual/memory.texi: Likewise.
41836         * manual/pattern.texi: Likewise.
41837         * manual/pipe.texi: Likewise.
41838         * manual/process.texi: Likewise.
41839         * manual/resource.texi: Likewise.
41840         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41841         child on GNU/Hurd.
41842         * manual/setjmp.texi: Likewise.
41843         * manual/signal.texi: Likewise.
41844         * manual/startup.texi: Likewise.
41845         * manual/stdio.texi: Likewise.
41846         * manual/terminal.texi: Likewise.
41847         (ONLCR): Document as POSIX.
41848         (OXTABS): Document availability on GNU/Linux as XTABS.
41849         (ONOEOT): Document availability separately from other bits.
41850         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41851         * manual/time.texi: Likewise.
41852         * manual/users.texi: Likewise.
41853         * INSTALL: Regenerated.
41854         * sysdeps/gnu/errlist.c: Regenerated.
41856         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41857         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41858         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41859         puts.
41860         * configure: Regenerated.
41862 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41864         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41865         default includes instead of AC_HEADER_CHECK.
41866         * sysdeps/i386/configure: Regenerated.
41868         [BZ #10716]
41869         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41870         * math/s_cacoshf.c (__cacoshf): Likewise.
41871         * math/s_cacoshl.c (__cacoshl): Likewise.
41872         * math/s_casinh.c (__casinh): Set signs of result from argument.
41873         * math/s_casinhf.c (__casinhf): Likewise.
41874         * math/s_casinhl.c (__casinhl): Likewise.
41875         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41876         (casinh_test): Add more tests.
41877         * sysdeps/i386/fpu/libm-test-ulps: Update.
41878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41880 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41882         * po/zh_TW.po: Update from translation team.
41884         * login/Makefile (distribute): Remove variable.
41885         * catgets/Makefile: Likewise.
41886         * mach/Makefile: Likewise.
41887         * malloc/Makefile: Likewise.
41888         * misc/Makefile: Likewise.
41889         * iconv/Makefile: Likewise.
41890         * nscd/Makefile: Likewise.
41891         * hurd/Makefile: Likewise.
41892         * manual/Makefile: Likewise.
41893         * locale/Makefile: Likewise.
41894         * intl/Makefile: Likewise.
41895         * conform/Makefile: Likewise.
41896         * nss/Makefile: Likewise.
41897         * time/Makefile: Likewise.
41898         * soft-fp/Makefile: Likewise.
41899         * dirent/Makefile: Likewise.
41900         * gmon/Makefile: Likewise.
41901         * po/Makefile: Likewise.
41902         * rt/Makefile: Likewise.
41903         * socket/Makefile: Likewise.
41904         * math/Makefile: Likewise.
41905         * signal/Makefile: Likewise.
41906         * debug/Makefile: Likewise.
41907         * elf/Makefile: Likewise.
41908         * timezone/Makefile: Likewise.
41909         * stdlib/Makefile: Likewise.
41910         * iconvdata/Makefile: Likewise.
41911         * sunrpc/Makefile: Likewise.
41912         * io/Makefile: Likewise.
41913         * argp/Makefile: Likewise.
41914         * inet/Makefile: Likewise.
41915         * hesiod/Makefile: Likewise.
41916         * grp/Makefile: Likewise.
41917         * csu/Makefile: Likewise.
41918         * wctype/Makefile: Likewise.
41919         * crypt/Makefile: Likewise.
41920         * libio/Makefile: Likewise.
41921         * string/Makefile: Likewise.
41922         * nis/Makefile: Likewise.
41923         * resolv/Makefile: Likewise.
41924         * stdio-common/Makefile: Likewise.
41925         * wcsmbs/Makefile: Likewise.
41926         * dlfcn/Makefile: Likewise.
41927         * posix/Makefile: Likewise.
41929         [BZ #6959]
41930         * timezone/Makefile: Don't install timezone files, just the programs
41931         and scripts.
41933 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41935         * nss/databases.def: Add missing gshadow entry.
41937         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41939 2012-03-06  Marek Polacek  <polacek@redhat.com>
41941         [BZ #13726]
41942         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41943         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41944         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41945         * stdio-common/tst-long-dbl-fphex.c: New file.
41947 2012-03-06  David S. Miller  <davem@davemloft.net>
41949         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41950         (set_obp_int): New function.
41951         (get_obp_int): New function.
41952         (__get_clockfreq_via_dev_openprom): Likewise.
41953         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41954         Avoid unused variable warnings on 'val' and use builtin_expect.
41955         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41956         __builtin_expect.
41957         (INLINE_CLONE_SYSCALL): Likewise.
41959 2012-03-05  David S. Miller  <davem@davemloft.net>
41961         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41963 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41965         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41967         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41968         only for |x| >= 40.
41969         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41971 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41973         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41974         Replace gettimeofday with __vdso_gettimeofday.
41976         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41977         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41978         __vdso_clock_gettime and __vdso_getcpu.
41980         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41981         time with __vdso_time.
41983 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41985         * manual/lang.texi (size_t): Note types to which size_t may be
41986         equivalent with the GNU C Library, but do not describe when
41987         differences between them are significant.
41989 2012-03-05  Andreas Jaeger  <aj@suse.de>
41991         * sysdeps/i386/fpu/libm-test-ulps: Update.
41993 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41995         [BZ #3976]
41996         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41997         (__ieee754_pow): Save and restore rounding mode and use
41998         round-to-nearest for main computations.
41999         * math/libm-test.inc (pow_test_tonearest): New function.
42000         (pow_test_towardzero): Likewise.
42001         (pow_test_downward): Likewise.
42002         (pow_test_upward): Likewise.
42003         (main): Call the new functions.
42004         * sysdeps/i386/fpu/libm-test-ulps: Update.
42005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42007         [BZ #3976]
42008         * math/libm-test.inc (cosh_test_tonearest): New function.
42009         (cosh_test_towardzero): Likewise.
42010         (cosh_test_downward): Likewise.
42011         (cosh_test_upward): Likewise.
42012         (sinh_test_tonearest): Likewise.
42013         (sinh_test_towardzero): Likewise.
42014         (sinh_test_downward): Likewise.
42015         (sinh_test_upward): Likewise.
42016         (main): Call the new functions.
42017         * sysdeps/i386/fpu/libm-test-ulps: Update.
42018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42020 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42022         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42023         default stack guard is set in last bytes.
42024         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42026 2012-03-05  Kees Cook  <keescook@chromium.org>
42028         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42030         [BZ #13656]
42031         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42032         possibly allocate from heap instead of stack.
42033         * stdio-common/bug-vfprintf-nargs.c: New file.
42034         * stdio-common/Makefile (tests): Add nargs overflow test.
42036 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42040 2012-03-03  Marek Polacek  <polacek@redhat.com>
42042         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42043         * math/math_private.h: Likewise.
42044         * stdlib/tst-strtod.c: Likewise.
42045         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42046         * sysdeps/x86_64/bits/atomic.h: Likewise.
42048 2012-03-02  David S. Miller  <davem@davemloft.net>
42050         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42054         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42055         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42056         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42057         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42059 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42061         [BZ #13792]
42062         * manual/examples/README: New file, says the example source files
42063         can be used under GPL>=2.
42064         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42065         line containing just "*/".
42066         * manual/examples/add.c: Add copyright header (GPL>=2).
42067         * manual/examples/argp-ex1.c: Likewise.
42068         * manual/examples/argp-ex2.c: Likewise.
42069         * manual/examples/argp-ex3.c: Likewise.
42070         * manual/examples/argp-ex4.c: Likewise.
42071         * manual/examples/atexit.c: Likewise.
42072         * manual/examples/db.c: Likewise.
42073         * manual/examples/dir.c: Likewise.
42074         * manual/examples/dir2.c: Likewise.
42075         * manual/examples/execinfo.c: Likewise.
42076         * manual/examples/filecli.c: Likewise.
42077         * manual/examples/filesrv.c: Likewise.
42078         * manual/examples/fmtmsgexpl.c: Likewise.
42079         * manual/examples/genpass.c: Likewise.
42080         * manual/examples/inetcli.c: Likewise.
42081         * manual/examples/inetsrv.c: Likewise.
42082         * manual/examples/isockad.c: Likewise.
42083         * manual/examples/longopt.c: Likewise.
42084         * manual/examples/memopen.c: Likewise.
42085         * manual/examples/memstrm.c: Likewise.
42086         * manual/examples/mkfsock.c: Likewise.
42087         * manual/examples/mkisock.c: Likewise.
42088         * manual/examples/mygetpass.c: Likewise.
42089         * manual/examples/pipe.c: Likewise.
42090         * manual/examples/popen.c: Likewise.
42091         * manual/examples/rprintf.c: Likewise.
42092         * manual/examples/search.c: Likewise.
42093         * manual/examples/select.c: Likewise.
42094         * manual/examples/setjmp.c: Likewise.
42095         * manual/examples/sigh1.c: Likewise.
42096         * manual/examples/sigusr.c: Likewise.
42097         * manual/examples/stpcpy.c: Likewise.
42098         * manual/examples/strdupa.c: Likewise.
42099         * manual/examples/strftim.c: Likewise.
42100         * manual/examples/strncat.c: Likewise.
42101         * manual/examples/subopt.c: Likewise.
42102         * manual/examples/swapcontext.c: Likewise.
42103         * manual/examples/termios.c: Likewise.
42104         * manual/examples/testopt.c: Likewise.
42105         * manual/examples/testpass.c: Likewise.
42106         * manual/examples/timeval_subtract.c: Likewise.
42108         [BZ #13792]
42109         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42110         function to ...
42111         * manual/timeval_subtract.c.texi: ... here, new file.
42113 2012-03-02  David S. Miller  <davem@davemloft.net>
42115         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42117 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42119         [BZ #3976]
42120         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42121         (__sin): Save and restore rounding mode and use round-to-nearest
42122         for all computations.
42123         (__cos): Save and restore rounding mode and use round-to-nearest
42124         for all computations.
42125         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42126         <fenv.h>.
42127         (tan): Save and restore rounding mode and use round-to-nearest for
42128         all computations.
42129         * math/libm-test.inc (cos_test_tonearest): New function.
42130         (cos_test_towardzero): Likewise.
42131         (cos_test_downward): Likewise.
42132         (cos_test_upward): Likewise.
42133         (sin_test_tonearest): Likewise.
42134         (sin_test_towardzero): Likewise.
42135         (sin_test_downward): Likewise.
42136         (sin_test_upward): Likewise.
42137         (tan_test_tonearest): Likewise.
42138         (tan_test_towardzero): Likewise.
42139         (tan_test_downward): Likewise.
42140         (tan_test_upward): Likewise.
42141         (main): Call the new functions.
42142         * sysdeps/i386/fpu/libm-test-ulps: Update.
42143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42145         [BZ #10135]
42146         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42147         small n, then large n, before computing and testing k+n.
42148         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42149         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42150         Likewise.
42151         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42152         Likewise.
42153         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42154         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42155         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42156         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42157         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42158         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42159         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42160         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42161         * math/libm-test.inc (scalbn_test): Add more tests.
42162         (scalbln_test): Likewise.
42164         * manual/filesys.texi (mode_t): Describe constraints on size and
42165         signedness, not exact equivalence to a particular type.
42166         (ino_t): Likewise.
42167         (ino64_t): Likewise.
42168         (dev_t): Likewise.
42169         (nlink_t): Likewise.
42170         (blkcnt_t): Likewise.
42171         (blkcnt64_t): Likewise.
42172         * manual/llio.texi (off_t): Likewise.
42174         [BZ #3976]
42175         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42176         (__ieee754_exp): Save and restore rounding mode and use
42177         round-to-nearest for all computations.
42178         * math/libm-test.inc (exp_test_tonearest): New function.
42179         (exp_test_towardzero): Likewise.
42180         (exp_test_downward): Likewise.
42181         (exp_test_upward): Likewise.
42182         (main): Call the new functions.
42183         * sysdeps/i386/fpu/libm-test-ulps: Update.
42184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42186 2012-03-01  Chris Demetriou  <cgd@google.com>
42188         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42189         have predictable order.
42191 2012-03-01  David S. Miller  <davem@davemloft.net>
42193         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42195         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42196         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42197         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42198         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42200         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42201         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42202         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42203         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42204         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42205         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42206         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42207         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42208         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42210         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42212         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42213         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42214         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42216         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42217         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42218         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42219         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42220         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42221         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42222         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42223         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42224         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42225         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42226         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42227         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42228         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42229         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42230         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42231         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42232         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42233         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42234         * sysdeps/sparc/elf/configure: Regenerated.
42236 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42238         * configure.in (AS, LD): Require binutils 2.20 or later.
42239         * configure: Regenerated.
42240         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42241         as required minimum version.
42242         * INSTALL: Regenerated.
42244         [BZ #2541]
42245         [BZ #4108]
42246         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42247         before squaring exponent.
42248         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42249         bottom long double and 27 bits of top long double before squaring
42250         exponent.
42251         * math/libm-test.inc (erfc_test): Add more tests.
42252         * sysdeps/i386/fpu/libm-test-ulps: Update.
42253         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42256 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42258         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42259         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42260         containing bit-fields.
42261         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42262         * soft-fp/single.h (_FP_UNION_S): Likewise.
42263         * soft-fp/double.h (_FP_UNION_D): Likewise.
42265 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42267         [BZ #13786]
42268         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42269         not include ../strcmp.S.
42270         [USE_AS_STRNCASECMP_L]: Likewise.
42271         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42272         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42273         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42274         (__strncasecmp_l_ia32): Define as alias to
42275         __strncasecmp_l_nonascii.
42277         [BZ #5794]
42278         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42279         * sysdeps/i386/fpu/libm-test-ulps: Update.
42280         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42282         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42285 2012-02-29  Jeff Law  <law@redhat.com>
42287         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42288         out of bounds read.
42290 2012-02-29  Marek Polacek  <polacek@redhat.com>
42292         [BZ #13706]
42293         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42294         * elf/Makefile: Add rules to run tst-unused-dep.out.
42296 2012-02-28  David S. Miller  <davem@davemloft.net>
42298         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42299         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42300         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42301         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42302         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42303         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42305 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42307         * math/libm-test.inc (llround_test): Move one test from
42308         lround_test.  Use TEST_f_L in moved test.
42309         (lround_test): Move misplaced test to llround_test.  Add testcase
42310         from bug 2561.
42312 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42314         * sysdeps/x86_64/fpu/e_expf.S: New file.
42315         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42317 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42319         [BZ #13637]
42320         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42321         of remain_len that may cause incomplete multi-byte character and
42322         false match.
42323         * posix/bug-regex33.c: New file.
42324         * posix/Makefile (tests): Add bug-regex33.
42326 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42328         * manual/macros.texi: New file.
42329         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42330         * manual/libc.texinfo: Include macros.texi.
42331         * manual/creatute.texi: Likewise.
42332         * manual/install.texi: Likewise.
42333         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42334         @glibcadj{} in references to the GNU C Library.
42335         * manual/charset.texi: Likewise.
42336         * manual/conf.texi: Likewise.
42337         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42338         when not using those macros.
42339         * manual/creature.texi: Likewise.
42340         * manual/crypt.texi: Likewise.
42341         * manual/errno.texi: Likewise.
42342         * manual/filesys.texi: Likewise.
42343         * manual/header.texi: Likewise.
42344         * manual/install.texi: Likewise.
42345         * manual/intro.texi: Likewise.
42346         * manual/io.texi: Likewise.
42347         * manual/job.texi: Likewise.
42348         * manual/lang.texi: Likewise.
42349         * manual/libc.texiinfo: Likewise.
42350         * manual/llio.texi: Likewise.
42351         * manual/locale.texi: Likewise.
42352         * manual/maint.texi: Likewise.
42353         * manual/math.texi: Likewise.
42354         * manual/memory.texi: Likewise.
42355         * manual/message.texi: Likewise.
42356         * manual/nss.texi: Likewise.
42357         * manual/pattern.texi: Likewise.
42358         * manual/process.texi: Likewise.
42359         * manual/resource.texi: Likewise.
42360         * manual/search.texi: Likewise.
42361         * manual/setjmp.texi: Likewise.
42362         * manual/signal.texi: Likewise.
42363         * manual/socket.texi: Likewise.
42364         * manual/startup.texi: Likewise.
42365         * manual/stdio.texi: Likewise.
42366         * manual/string.texi: Likewise.
42367         * manual/sysinfo.texi: Likewise.
42368         * manual/syslog.texi: Likewise.
42369         * manual/terminal.texi: Likewise.
42370         * manual/time.texi: Likewise.
42371         * manual/users.texi: Likewise.
42372         * INSTALL: Regenerated.
42373         * NOTES: Regenerated.
42374         * sysdeps/gnu/errlist.c: Regenerated.
42376 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42378         * include/dirent.h: Include <dirstream.h> before
42379         <dirent/dirent.h>.
42381 2012-02-28  David S. Miller  <davem@davemloft.net>
42383         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42384         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42385         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42386         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42388 2012-02-27  David S. Miller  <davem@davemloft.net>
42390         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42391         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42392         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42393         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42395         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42396         frame pointer instead of stack pointer relative arg slot.
42397         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42398         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42399         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42401 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42403         [BZ #3992]
42404         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42406 2012-02-27  David S. Miller  <davem@davemloft.net>
42408         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42410         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42412         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42413         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42414         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42415         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42417 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42419         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42420         later.  Allow versions 5-9.
42421         * configure: Regenerated.
42422         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42423         required minimum version and 4.6 as recommended version.  Do not
42424         mention bugs in GCC 2.7 and 2.8.
42425         * INSTALL: Regenerated.
42427 2012-02-27  David S. Miller  <davem@davemloft.net>
42429         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42430         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42431         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42433         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42434         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42435         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42436         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42438         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42439         manipulate bits before adding and subtracting TWO112[sx].
42440         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42442 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42444         [BZ #13775]
42445         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42446         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42447         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42448         being in POSIX, because they are in 1003.1-2008.
42450         * rt/tst-aio.c: Include <fcntl.h>.
42451         * rt/tst-aio7.c: Likewise.
42452         * rt/tst-aio64.c: Likewise.
42454         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42456 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42458         * manual/install.texi (--with-headers): Describe headers as
42459         interface headers, not private headers.
42460         (Specific advice for GNU/Linux systems): Describe use of headers
42461         from "make headers_install", not private headers from older
42462         kernels.
42463         * INSTALL: Regenerated.
42464         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42465         Change to 2.6.19.
42466         * sysdeps/unix/sysv/linux/configure: Regenerated.
42468         * manual/llio.texi (fclean): Remove documentation.
42470         * manual/Makefile (libc-texi-generated): New variable.  Include
42471         version.texi.
42472         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42473         $(libc-texi-generated), not duplicated list of files.
42474         (version.texi, stamp-version): New rules.
42475         (realclean): Remove $(libc-texi-generated), not individual files
42476         from that list.  Do not remove dir-add.texinfo.
42477         * manual/libc.texinfo: Comment out uses of edition numbers and
42478         references to printed manual.  Remove last-updated dates.
42479         (EDITION): Comment out.
42480         (ISBN): Likewise.
42481         (VERSION, UPDATED): Remove.
42482         (version.texi): Include.
42484 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42486         * sysdeps/posix/spawni.c: Include <signal.h>.
42487         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42488         * sysdeps/pthread/aio_fsync.c: Likewise.
42490 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42492         * conform/Makefile (tests): Run only when not cross-compiling and
42493         when fast-check is not defined.
42495         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42496         * conform/data/limits.h-data: Fixes for POSIX2008.
42497         * conform/run-conformtest.sh: Run all tests.
42498         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42499         headers.
42500         * include/bits/dlfcn.h: Likewise.
42501         * include/langinfo.h: Likewise.
42502         * include/monetary.h: Likewise.
42503         * include/sys/poll.h: Likewise.
42505         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42506         for __USE_GNU.
42507         * posix/spawn.h: Define __need_sigset_t.
42508         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42509         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42510         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42511         to get sigevent_t only.
42512         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42513         only for __USE_GNU.
42514         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42515         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42516         process_vm_writev only for __USE_GNU.
42517         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42519         * conform/Makefile: For now ignore errors from run-conformtest.
42520         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42521         POSIX to avoid namespace pollution.  Don't prepend headers.
42522         * conform/data/aio.h-data: Fixes for POSIX testing.
42523         * conform/data/fcntl.h-data: Likewise.
42524         * conform/data/glob.h-data: Likewise.
42525         * conform/data/grp.h-data: Likewise.
42526         * conform/data/pthread.h-data: Likewise.
42527         * conform/data/pwd.h-data: Likewise.
42528         * conform/data/signal.h-data: Likewise.
42529         * conform/data/spawn.h-data: Likewise.
42530         * conform/data/stdio.h-data: Likewise.
42531         * conform/data/stdlib.h-data: Likewise.
42532         * conform/data/stropts.h-data: Likewise.
42533         * conform/data/sys/mman.h-data: Likewise.
42534         * conform/data/sys/stat.h-data: Likewise.
42535         * conform/data/sys/types.h-data: Likewise.
42536         * conform/data/sys/wait.h-data: Likewise.
42537         * conform/data/time.h-data: Likewise.
42538         * conform/data/unistd.h-data: Likewise.
42539         * conform/data/utime.h-data: Likewise.
42541         * io/sys/stat.h: fchmod was always in POSIX.
42542         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42543         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42544         * rt/aio.h: Define __need_timespec before including <time.h>.
42545         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42546         struct.  Add forward declaration of pthread_attr_t and use it in
42547         sigevent.
42548         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42549         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42550         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42551         always remove CLK_TCK definition.
42553 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42555         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42557 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42559         * conform/run-conformtest.sh: New file.
42560         * conform/Makefile: Run run-conformtest for tests.
42561         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42562         support.
42564         * conform/data/uchar.h-data: New file.
42565         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42566         * conform/data/arpa/inet.h-data: Likewise.
42567         * conform/data/assert.h-data: Likewise.
42568         * conform/data/complex.h-data: Likewise.
42569         * conform/data/cpio.h-data: Likewise.
42570         * conform/data/ctype.h-data: Likewise.
42571         * conform/data/dirent.h-data: Likewise.
42572         * conform/data/dlfcn.h-data: Likewise.
42573         * conform/data/errno.h-data: Likewise.
42574         * conform/data/fcntl.h-data: Likewise.
42575         * conform/data/float.h-data: Likewise.
42576         * conform/data/fmtmsg.h-data: Likewise.
42577         * conform/data/fnmatch.h-data: Likewise.
42578         * conform/data/ftw.h-data: Likewise.
42579         * conform/data/glob.h-data: Likewise.
42580         * conform/data/grp.h-data: Likewise.
42581         * conform/data/iconv.h-data: Likewise.
42582         * conform/data/inttypes.h-data: Likewise.
42583         * conform/data/langinfo.h-data: Likewise.
42584         * conform/data/libgen.h-data: Likewise.
42585         * conform/data/limits.h-data: Likewise.
42586         * conform/data/locale.h-data: Likewise.
42587         * conform/data/math.h-data: Likewise.
42588         * conform/data/monetary.h-data: Likewise.
42589         * conform/data/mqueue.h-data: Likewise.
42590         * conform/data/ndbm.h-data: Likewise.
42591         * conform/data/net/if.h-data: Likewise.
42592         * conform/data/netdb.h-data: Likewise.
42593         * conform/data/netinet/in.h-data: Likewise.
42594         * conform/data/nl_types.h-data: Likewise.
42595         * conform/data/poll.h-data: Likewise.
42596         * conform/data/pthread.h-data: Likewise.
42597         * conform/data/pwd.h-data: Likewise.
42598         * conform/data/regex.h-data: Likewise.
42599         * conform/data/sched.h-data: Likewise.
42600         * conform/data/search.h-data: Likewise.
42601         * conform/data/semaphore.h-data: Likewise.
42602         * conform/data/setjmp.h-data: Likewise.
42603         * conform/data/signal.h-data: Likewise.
42604         * conform/data/spawn.h-data: Likewise.
42605         * conform/data/stdarg.h-data: Likewise.
42606         * conform/data/stdio.h-data: Likewise.
42607         * conform/data/stdlib.h-data: Likewise.
42608         * conform/data/string.h-data: Likewise.
42609         * conform/data/strings.h-data: Likewise.
42610         * conform/data/stropts.h-data: Likewise.
42611         * conform/data/sys/ipc.h-data: Likewise.
42612         * conform/data/sys/mman.h-data: Likewise.
42613         * conform/data/sys/msg.h-data: Likewise.
42614         * conform/data/sys/resource.h-data: Likewise.
42615         * conform/data/sys/select.h-data: Likewise.
42616         * conform/data/sys/sem.h-data: Likewise.
42617         * conform/data/sys/shm.h-data: Likewise.
42618         * conform/data/sys/socket.h-data: Likewise.
42619         * conform/data/sys/stat.h-data: Likewise.
42620         * conform/data/sys/statvfs.h-data: Likewise.
42621         * conform/data/sys/time.h-data: Likewise.
42622         * conform/data/sys/timeb.h-data: Likewise.
42623         * conform/data/sys/times.h-data: Likewise.
42624         * conform/data/sys/types.h-data: Likewise.
42625         * conform/data/sys/uio.h-data: Likewise.
42626         * conform/data/sys/un.h-data: Likewise.
42627         * conform/data/sys/utsname.h-data: Likewise.
42628         * conform/data/sys/wait.h-data: Likewise.
42629         * conform/data/syslog.h-data: Likewise.
42630         * conform/data/tar.h-data: Likewise.
42631         * conform/data/termios.h-data: Likewise.
42632         * conform/data/utime.h-data: Likewise.
42633         * conform/data/utmpx.h-data: Likewise.
42634         * conform/data/varargs.h-data: Likewise.
42635         * conform/data/wchar.h-data: Likewise.
42636         * conform/data/wctype.h-data: Likewise.
42637         * conform/data/wordexp.h-data: Likewise.
42639         * include/stropts.h: New file.
42640         * include/uchar.h: New file.
42641         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42642         * include/assert.h: Likewise.
42643         * include/ctype.h: Likewise.
42644         * include/dirent.h: Likewise.
42645         * include/dlfcn.h: Likewise.
42646         * include/fcntl.h: Likewise.
42647         * include/fnmatch.h: Likewise.
42648         * include/glob.h: Likewise.
42649         * include/grp.h: Likewise.
42650         * include/libio.h: Likewise.
42651         * include/locale.h: Likewise.
42652         * include/math.h: Likewise.
42653         * include/net/if.h: Likewise.
42654         * include/netdb.h: Likewise.
42655         * include/netinet/in.h: Likewise.
42656         * include/pthread.h: Likewise.
42657         * include/pwd.h: Likewise.
42658         * include/regex.h: Likewise.
42659         * include/sched.h: Likewise.
42660         * include/search.h: Likewise.
42661         * include/setjmp.h: Likewise.
42662         * include/signal.h: Likewise.
42663         * include/stdio.h: Likewise.
42664         * include/stdlib.h: Likewise.
42665         * include/string.h: Likewise.
42666         * include/sys/cdefs.h: Likewise.
42667         * include/sys/mman.h: Likewise.
42668         * include/sys/msg.h: Likewise.
42669         * include/sys/resource.h: Likewise.
42670         * include/sys/select.h: Likewise.
42671         * include/sys/socket.h: Likewise.
42672         * include/sys/stat.h: Likewise.
42673         * include/sys/statvfs.h: Likewise.
42674         * include/sys/time.h: Likewise.
42675         * include/sys/times.h: Likewise.
42676         * include/sys/uio.h: Likewise.
42677         * include/sys/utsname.h: Likewise.
42678         * include/sys/wait.h: Likewise.
42679         * include/termios.h: Likewise.
42680         * include/time.h: Likewise.
42681         * include/ulimit.h: Likewise.
42682         * include/unistd.h: Likewise.
42683         * include/utime.h: Likewise.
42684         * include/wchar.h: Likewise.
42685         * include/wctype.h: Likewise.
42686         * include/wordexp.h: Likewise.
42688         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42690         * time/time.h: TIME_UTC must be a macro.
42691         Make timespec_get available for ISO C11 only as well.
42693 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42695         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42696         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42698 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42700         * configure.in: Use -o not -a in test for unsupported multi-arch.
42702 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42704         * manual/texinfo.tex: Update to version 2012-01-19.16.
42706 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42708         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42710 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42712         [BZ #13738]
42713         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42714         * manual/fdl-1.3.texi: New file.
42715         * manual/fdl-1.1.texi: File removed.
42717         [BZ #13738]
42718         * manual/libc.texinfo (FDL_VERSION): New @set.
42719         Use it for mention of FDL in cover text.
42720         (Documentation License): Use it in @include file name.
42722 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42723             Roland McGrath  <roland@hack.frob.com>
42725         [BZ #5461]
42726         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42727         (not LONG_LONG_MAX and LONG_LONG_MIN.
42728         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42729         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42730         name.
42731         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42733 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42735         [BZ #2547]
42736         [BZ #11365]
42737         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42738         manipulate bits before adding and subtracting TWO23[sx].
42739         * math/libm-test.inc (nearbyint_test): Add more tests.
42741 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42743         [BZ #2548]
42744         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42745         bits before adding and subtracting TWO23[sx].
42746         * math/libm-test.inc (rint_test): Add more tests.
42747         (rint_test_tonearest): Likewise.
42748         (rint_test_towardzero): Likewise.
42749         (rint_test_downward): Likewise.
42750         (rint_test_upward: Likewise.
42752 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42754         [BZ #10110]
42755         * include/stdc-predef.h: New file.  Extracted from features.h.
42756         * include/features.h: Include stdc-predef.h.
42757         * Makefile (headers): Add stdc-predef.h.
42758         * CONFORMANCE (Compiler limitations): Update.
42760 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42762         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42764 2012-02-21  David S. Miller  <davem@davemloft.net>
42766         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42767         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42769 2012-02-20  David S. Miller  <davem@davemloft.net>
42771         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42772         using a normal save/restore sequence, rather than allocating a
42773         dummy stack frame just to store a frame pointer and restore.
42774         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42776 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42778         * manual/install.texi: Fix stray word in line-wrapped comment.
42780 2012-02-20  David S. Miller  <davem@davemloft.net>
42782         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42783         both binutils and gcc support GOTDATA.
42785         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42786         "rd %pc" in the PIC register setup sequences.
42788         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42789         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42790         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42791         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42792         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42793         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42794         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42795         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42796         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42797         (SYSCALL_ERROR_HANDLER): Likewise.
42798         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42799         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42800         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42801         (SYSCALL_ERROR_HANDLER): Likewise.
42803         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42804         (HAVE_GCC_GOTDATA): New.
42805         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42806         relocation support in both binutils and gcc.
42807         * sysdeps/sparc/elf/configure: Regenerate.
42809         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42810         * sysdeps/sparc/sparc32/elf/configure: Delete.
42811         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42812         * sysdeps/sparc/sparc64/elf/configure: Delete.
42813         * sysdeps/sparc/elf/configure.in: New file.
42814         * sysdeps/sparc/elf/configure: Generate.
42816         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42817         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42818         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42819         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42820         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42822 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42824         * manual/install.texi: Do not mention specific glibc version
42825         numbers.
42826         * manual/libc.texinfo (VERSION, UPDATED): Update.
42827         (@copying): Use @copyright{} and range of years.
42829 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42831         [BZ #13695]
42832         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42833         [crti.S not in sysdirs] (generated): Do not append.
42834         [crti.S not in sysdirs] (omit-deps): Likewise.
42835         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42836         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42837         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42838         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42839         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42840         Likewise.
42841         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42842         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42843         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42844         * csu/defs.awk: Remove file.
42845         * sysdeps/generic/initfini.c: Likewise.
42846         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42847         variable.
42848         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42849         Likewise.
42851 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42853         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42854         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42855         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42856         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42857         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42858         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42859         <bits/epoll.h>.
42860         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42861         (__EPOLL_PACKED): Define to empty if not defined by
42862         <bits/epoll.h>.
42863         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42864         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42865         bits/epoll.h.
42867 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42869         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42870         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42871         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42872         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42873         <bits/timerfd.h>.
42874         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42875         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42876         bits/timerfd.h.
42878 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42880         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42881         in C locale.
42882         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42883         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42884         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42887 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42889         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42890         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42892 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42894         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42895         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42896         defined.
42897         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42898         Likewise.
42899         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42900         entry for 2.16.
42902 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42904         * math/w_acos.c: Use non-signaling floating-point comparisons.
42905         * math/w_acosf.c: Likewise.
42906         * math/w_acosh.c: Likewise.
42907         * math/w_acoshf.c: Likewise.
42908         * math/w_acoshl.c: Likewise.
42909         * math/w_acosl.c: Likewise.
42910         * math/w_asin.c: Likewise.
42911         * math/w_asinf.c: Likewise.
42912         * math/w_asinl.c: Likewise.
42913         * math/w_atanh.c: Likewise.
42914         * math/w_atanhf.c: Likewise.
42915         * math/w_atanhl.c: Likewise.
42916         * math/w_exp2.c: Likewise.
42917         * math/w_exp2f.c: Likewise.
42918         * math/w_exp2l.c: Likewise.
42919         * math/w_j0.c: Likewise.
42920         * math/w_j0f.c: Likewise.
42921         * math/w_j0l.c: Likewise.
42922         * math/w_j1.c: Likewise.
42923         * math/w_j1f.c: Likewise.
42924         * math/w_j1l.c: Likewise.
42925         * math/w_jn.c: Likewise.
42926         * math/w_jnf.c: Likewise.
42927         * math/w_log.c: Likewise.
42928         * math/w_log10.c: Likewise.
42929         * math/w_log10f.c: Likewise.
42930         * math/w_log10l.c: Likewise.
42931         * math/w_log2.c: Likewise.
42932         * math/w_log2f.c: Likewise.
42933         * math/w_log2l.c: Likewise.
42934         * math/w_logf.c: Likewise.
42935         * math/w_logl.c: Likewise.
42936         * math/w_sqrt.c: Likewise.
42937         * math/w_sqrtf.c: Likewise.
42938         * math/w_sqrtl.c: Likewise.
42939         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42940         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42941         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42942         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42943         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42945 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42947         [BZ #9739]
42948         * manual/string.texi (strnlen): Use correct parameter name in
42949         equivalent expression.
42951 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42953         [BZ #11174]
42954         * manual/users.texi (seteuid): Consistently use neweuid for
42955         argument name.
42957 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42959         [BZ #13704]
42960         * manual/nss.texi (Services in the NSS configuration): Correct
42961         list of services in example configuration file.
42963 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42965         [BZ #11322]
42966         * manual/arith.texi: Remove statements about negative zero
42967         behaving identically to zero.
42969 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42971         [BZ #5993]
42972         * manual/install.texi: Do not document upgrading from libc5.
42974 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42976         [BZ #4596]
42977         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42979 2012-02-18  David S. Miller  <davem@davemloft.net>
42981         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42982         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42983         %o7 across the call.
42984         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42985         instead.
42986         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42987         SETUP_PIC_REG_LEAF.
42988         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42989         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42990         * sysdeps/sparc/crtn.S: Likewise.
42992 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42994         * aout/Makefile: Remove.
42996 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42998         [BZ #13058]
42999         * manual/examples/argp-ex1.c (main): Format definition in GNU
43000         style.
43001         * manual/examples/argp-ex2.c (main): Likewise.
43002         * manual/examples/argp-ex3.c (main): Likewise.
43003         * manual/examples/argp-ex4.c (main): Likewise.
43004         * manual/examples/longopt.c (main): Use new-style prototype
43005         definition.
43006         * manual/examples/strncat.c (main): Specify return type and use
43007         (void) for arguments.
43008         * manual/examples/subopt.c (main): Use char **argv argument.
43010 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43012         [BZ #5077]
43013         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43014         rounding modes.
43016 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43018         [BZ #6907]
43019         * manual/string.texi (strchr): Change when strchrnul is
43020         recommended.
43022 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43024         [BZ #174]
43025         * manual/locale.texi (setlocale): Document LOCPATH.
43027 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43029         [BZ #10210]
43030         * manual/process.texi (execle): Move @dots{} before last argument.
43032 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43034         [BZ #12047]
43035         * manual/charset.texi (Generic Charset Conversion): Fix typo
43036         (LC_TYPE -> LC_CTYPE).
43038 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43040         [BZ #5805]
43041         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43042         (scalbnf): Likewise.
43043         (scalbnl): Likewise.
43044         (scalbln): Likewise.
43045         (scalblnf): Likewise.
43046         (scalblnl): Likewise.
43047         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43048         (vwarnx): Likewise.
43049         (verr): Likewise.
43050         (verrx): Likewise.
43051         * manual/filesys.texi (telldir): Use braces around return type.
43052         * manual/llio.texi (mmap): Add space after comma.
43053         (mmap64): Likewise.
43054         * manual/math.texi (jn): Use @var{} on parameter names.
43055         (jnf): Likewise.
43056         (jnl): Likewise.
43057         (yn): Likewise.
43058         (ynf): Likewise.
43059         (ynl): Likewise.
43060         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43061         line.
43062         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43063         "...".
43064         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43065         (sched_get_priority_max): Likewise.
43066         * manual/signal.texi (sigvec): Add space after comma.
43067         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43068         names.
43069         (if_indextoname): Likewise.
43070         (if_freenameindex): Likewise.
43071         (sendto): Use ',' instead of '.' in prototype.
43072         * manual/startup.texi (syscall): Use @dots{} instead of literal
43073         "...".
43074         * manual/stdio.texi (__fpending): Separate initial words of
43075         paragraph from @deftypefun line.
43076         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43077         "...".
43078         (vsyslog): Use @var{} on parameter names.
43079         * manual/terminal.texi (stty): Use @var{} on parameter names.
43080         * manual/users.texi (getutmp): Use @var{} on parameter names.
43081         (getutmpx): Likewise.
43083 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43085         [BZ #6884]
43086         * manual/stdio.texi (fopen): Fix typos in description of
43087         ",ccs=STRING".
43089 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43091         [BZ #4026]
43092         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43093         get clock_id definition.
43095 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43097         [BZ #4822]
43098         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43099         (madvise): Cast every argument to void on its own.
43101 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43103         [BZ #9902]
43104         * manual/startup.texi (Exit Status): Fix typo.
43106 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43108         [BZ #10140]
43109         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43110         * manual/examples/argp-ex2.c: Likewise.
43111         * manual/examples/argp-ex3.c: Likewise.
43113 2012-02-16  Richard Henderson  <rth@redhat.com>
43115         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43116         * sysdeps/s390/s390-32/initfini.c: Remove.
43117         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43118         * sysdeps/s390/s390-64/initfini.c: Remove.
43120 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43122         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43123         compiler output for sysdeps/generic/initfini.c.
43124         * sysdeps/sh/elf/initfini.c: Remove file.
43126 2012-02-16  David S. Miller  <davem@davemloft.net>
43128         [BZ #11494]
43129         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43131         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43132         * sysdeps/sparc/crti.S: New file.
43133         * sysdeps/sparc/crtn.S: New file.
43134         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43135         * sysdeps/sparc/sparc64/Makefile: Likewise.
43137 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43139         [BZ #3335]
43140         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43142 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43144         [BZ #4822]
43145         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43147         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43148         (write, read, close): Likewise.
43149         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43151 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43153         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43154         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43155         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43156         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43157         <bits/signalfd.h>.
43158         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43159         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43160         bits/signalfd.h.
43162 2012-02-14  Marek Polacek  <polacek@redhat.com>
43164         * sysdeps/x86_64/crti.S: New file.
43165         * sysdeps/x86_64/crtn.S: New file.
43166         * sysdeps/x86_64/elf/initfini.c: Remove file.
43168 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43170         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43171         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43172         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43173         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43174         <bits/inotify.h>.
43175         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43176         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43177         bits/inotify.h.
43179 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43181         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43182         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43183         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43184         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43185         <bits/eventfd.h>.
43186         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43187         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43188         bits/eventfd.h.
43190 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43192         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43193         __feraiseexcept instead of feraiseexcept.
43195         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43196         nanosleep invocations.
43197         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43198         strings, and add error checking for a nanosleep invocations.
43200 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43202         Replace FSF snail mail address with URLs, as per GNU coding standards.
43203         Most of the snail mail addresses were wrong anyway, and omitting
43204         them makes the source code easier to maintain.  Almost all of the
43205         changes are to license notices and to locale LC_IDENTIFICATION
43206         addresses, except for this one:
43207         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43208         not its snail mail address.
43210 2012-02-09  Richard Henderson  <rth@twiddle.net>
43212         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43213         of kernel-features.h.
43215         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43217 2012-02-08  Marek Polacek  <polacek@redhat.com>
43219         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43220         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43221         * sysdeps/gnu/_G_config.h: Likewise.
43222         * sysdeps/generic/_G_config.h: Likewise.
43224 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43226         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43227         tests.
43228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43230         * sysdeps/powerpc/powerpc32/crti.S: New file.
43231         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43232         * sysdeps/powerpc/powerpc64/crti.S: New file.
43233         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43235         * Makeconfig (have-initfini): Don't set.
43236         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43237         * configure.in (nopic_initfini): Don't substitute.
43238         * config.h.in (HAVE_INITFINI): Don't #undef.
43239         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43240         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43242 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43244         Support crti.S and crtn.S provided directly by architectures.
43245         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43246         [crti.S in sysdirs] (omit-deps): Likewise.
43247         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43248         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43249         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43250         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43251         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43252         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43253         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43254         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43255         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43256         compiler output for sysdeps/generic/initfini.c.
43257         * sysdeps/i386/elf/Makefile: Remove file.
43258         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43260 2012-02-07  Marek Polacek  <polacek@redhat.com>
43262         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43263         * sysdeps/gnu/_G_config.h: Likewise.
43264         * sysdeps/mach/hurd/_G_config.h: Likewise.
43266 2012-02-07  Marek Polacek  <polacek@redhat.com>
43268         * math/Makefile (tests): Add tst-CMPLX2.
43269         * math/tst-CMPLX2.c: New file.
43271 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43273         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43275         * math/libm-test.inc (jn_test): Add missing L suffix.
43277 2012-02-06  Marek Polacek  <polacek@redhat.com>
43279         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43280         * sysdeps/i386/fpu/e_powf.S: Likewise.
43281         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43282         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43283         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43284         * sysdeps/i386/fpu/e_pow.S: Likewise.
43285         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43286         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43287         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43288         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43289         * sysdeps/i386/fpu/e_log2.S: Likewise.
43290         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43291         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43292         * sysdeps/i386/fpu/e_powl.S: Likewise.
43293         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43294         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43295         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43296         * sysdeps/i386/fpu/e_logl.S: Likewise.
43297         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43298         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43299         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43300         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43301         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43302         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43303         * sysdeps/i386/fpu/e_log.S: Likewise.
43304         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43305         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43306         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43307         * sysdeps/i386/fpu/e_logf.S: Likewise.
43308         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43309         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43310         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43311         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43312         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43313         * sysdeps/i386/fpu/e_log10.S: Likewise.
43314         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43315         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43316         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43317         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43318         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43319         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43320         * sysdeps/i386/asm-syntax.h: Likewise.
43321         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43322         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43323         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43324         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43325         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43326         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43327         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43328         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43329         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43330         * sysdeps/powerpc/sysdep.h: Likewise.
43331         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43332         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43334 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43336         [BZ #411]
43337         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43339 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43341         * sysdeps/i386/sysdep.h: Include <features.h>.
43342         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43343         version.
43345 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43347         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43348         Define.
43349         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43350         LOAD_PIC_REG_STR.
43352 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43354         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43355         (SETUP_PIC_REG): Use GET_PC_THUNK.
43356         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43357         macro.
43359 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43361         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43362         for non-PIC compilation.
43363         (SETUP_PIC_REG): Add .p2align directive.
43364         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43365         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43366         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43367         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43368         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43369         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43370         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43371         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43372         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43373         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43374         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43375         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43376         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43377         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43378         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43379         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43380         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43381         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43382         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43383         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43384         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43385         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43386         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43387         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43388         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43389         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43390         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43391         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43392         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43393         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43394         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43395         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43396         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43397         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43398         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43399         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43400         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43401         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43402         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43403         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43404         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43406 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43408         * math/tst-CMPLX.c: Include <stdio.h>.
43410 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43412         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43413         float.
43414         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43415         * sysdeps/sparc/bits/mathdef.h: Likewise.
43417 2012-01-31  Marek Polacek  <polacek@redhat.com>
43419         * libio/libio.h: Don't define _PARAMS.
43420         * locale/programs/config.h: Don't define PARAMS.
43421         * stdlib/strtol_l.c: Likewise.
43422         (__strtol_l): Remove PARAMS from the prototype.
43424 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43426         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43427         names.  Just use the correct names.  Remove unnecessary wrapper
43428         functions.
43429         * malloc/arena.c: Likewise.
43430         * malloc/hooks.c: Likewise.
43432         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43433         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43434         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43436 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43438         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43439         into tail calls.
43440         (update_get_addr): New function.
43441         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43442         GET_ADDR_MODULE parameter.
43444 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43446         * crypt/cert.c: Remove __STDC__ conditionals.
43447         * crypt/crypt-entry.c: Likewise.
43448         * crypt/crypt_util.c: Likewise.
43449         * libio/filedoalloc.c: Likewise.
43450         * libio/fileops.c: Likewise.
43451         * libio/genops.c: Likewise.
43452         * libio/iofclose.c: Likewise.
43453         * libio/iofdopen.c: Likewise.
43454         * libio/iofopen.c: Likewise.
43455         * libio/iofopen64.c: Likewise.
43456         * libio/iogetdelim.c: Likewise.
43457         * libio/iopopen.c: Likewise.
43458         * libio/obprintf.c: Likewise.
43459         * libio/oldfileops.c: Likewise.
43460         * libio/oldiofclose.c: Likewise.
43461         * libio/oldiofdopen.c: Likewise.
43462         * libio/oldiofopen.c: Likewise.
43463         * libio/oldiopopen.c: Likewise.
43464         * libio/wfiledoalloc.c: Likewise.
43465         * libio/wgenops.c: Likewise.
43466         * locale/programs/xmalloc.c: Likewise.
43467         * misc/syslog.c: Likewise.
43468         * stdio-common/xbug.c: Likewise.
43469         * string/memchr.c: Likewise.
43470         * string/memcmp.c: Likewise.
43471         * string/memrchr.c: Likewise.
43472         * string/rawmemchr.c: Likewise.
43473         * sysdeps/posix/getcwd.c: Likewise.
43474         * time/strftime_l.c: Likewise.
43476 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43478         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43479         * config.make.in (config-cflags-sse2avx): Define.
43480         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43481         Fix typo.
43483 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43485         * scripts/config.guess: Update from upstream config git repository.
43486         * scripts/config.sub: Likewise.
43488 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43490         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43491         (EM_NUM): Update.
43492         (R_TILEPRO_*, R_TILEGX_*): New macros.
43494         * scripts/firstversions.awk: Fix bug in version range handling.
43496         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43498         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43500         * include/sys/epoll.h: New file.
43501         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43502         libc_hidden_def.
43504 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43506         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43507         Avoid unnecessary __WORDSIZE == 64 test.
43508         (fmaxf): Use VEX format if possible.
43509         (fmax): Likewise.
43510         (fminf): Likewise.
43511         (fmin): Likewise.
43513         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43514         * math/math_private.h: Remove libc_fegetround* and
43515         libc_fesetround*.
43516         * sysdeps/i386/configure.in: Check for -msse2avx.
43517         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43518         also if SSE2AVX is defined.
43519         Remove libc_fegetround* and libc_fesetround*.
43520         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43521         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43522         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43523         of HAS_YMM_USABLE.
43524         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43525         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43526         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43527         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43528         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43530         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43532 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43534         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43535         size is not set.
43536         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43538 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43540         [BZ #13618]
43541         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43542         relocation.
43543         * Makeconfig (libm): Define.
43544         * elf/Makefile: Add rules to build and run tst-relsort1.
43545         * elf/tst-relsort1.c: New file.
43546         * elf/tst-relsort1mod1.c: New file.
43547         * elf/tst-relsort1mod2.c: New file.
43549 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43551         * math/s_ldexp.c: Remove __STDC__ conditionals.
43552         * math/s_ldexpf.c: Likewise.
43553         * math/s_ldexpl.c: Likewise.
43554         * math/s_nextafter.c: Likewise.
43555         * math/s_nexttowardf.c: Likewise.
43556         * math/s_significand.c: Likewise.
43557         * math/s_significandf.c: Likewise.
43558         * math/s_significandl.c: Likewise.
43559         * math/w_jnl.c: Likewise.
43560         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43561         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43562         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43563         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43564         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43565         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43566         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43567         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43568         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43569         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43570         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43571         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43572         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43573         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43574         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43575         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43576         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43577         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43578         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43579         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43580         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43581         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43582         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43583         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43584         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43585         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43586         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43587         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43588         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43589         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43590         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43591         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43592         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43593         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43594         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43595         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43596         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43597         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43598         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43599         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43600         * sysdeps/ieee754/k_standard.c: Likewise.
43601         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43602         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43603         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43604         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43605         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43606         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43607         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43608         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43609         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43610         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43611         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43612         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43613         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43614         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43615         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43616         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43617         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43618         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43619         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43620         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43621         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43622         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43623         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43624         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43625         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43626         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43627         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43628         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43629         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43630         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43631         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43632         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43633         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43634         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43635         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43636         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43637         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43638         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43639         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43640         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43641         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43642         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43643         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43644         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43645         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43646         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43647         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43648         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43649         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43650         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43651         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43652         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43653         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43654         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43655         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43656         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43657         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43658         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43659         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43660         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43661         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43662         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43663         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43664         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43665         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43666         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43667         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43668         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43669         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43670         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43671         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43672         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43673         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43674         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43675         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43676         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43677         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43678         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43679         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43680         * sysdeps/ieee754/s_matherr.c: Likewise.
43681         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43682         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43683         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43684         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43686 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43688         * crypt/md5.h: Remove __STDC__ conditionals.
43689         * libio/libioP.h: Likewise.
43690         * locale/programs/config.h: Likewise.
43691         * sysdeps/generic/sysdep.h: Likewise.
43692         * sysdeps/i386/asm-syntax.h: Likewise.
43693         * sysdeps/s390/asm-syntax.h: Likewise.
43694         * sysdeps/unix/sysdep.h: Likewise.
43695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43698 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43700         * libio/libio.h: Remove __STDC__ conditionals.
43701         * malloc/obstack.h: Likewise.
43702         * math/complex.h: Likewise.
43703         * math/math.h: Likewise.
43704         * sysdeps/generic/_G_config.h: Likewise.
43705         * sysdeps/gnu/_G_config.h: Likewise.
43706         * sysdeps/mach/hurd/_G_config.h: Likewise.
43707         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43708         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43709         * sysdeps/sparc/bits/mathdef.h: Likewise.
43711 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43713         [BZ #13583]
43714         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43715         Clean up HAS_* macros.
43716         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43717         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43718         possible.
43719         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43720         HAS_AVX.
43721         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43722         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43723         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43724         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43725         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43727 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43729         * elf/tst-unique3.cc (gets): Remove declaration.
43730         * elf/tst-unique3lib.cc (gets): Likewise.
43731         * elf/tst-unique3lib2.cc (gets): Likewise.
43732         * elf/tst-unique4.cc (gets): Likewise.
43734 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43736         * include/stdio.h: Add C++ protection.  Add gets declarations and
43737         definitions.
43738         * debug/tst-chk1.c: Don't declare gets here.
43739         * stdio-common/tst-gets.c: Likewise.
43741 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43743         * posix/glob: Remove directory.
43745 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43747         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43749 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43751         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43752         of the non-standard EPFNOSUPPORT.
43754 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43756         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43757         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43758         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43760 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43762         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43764 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43766         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43767         transient errors.
43768         * nscd/grpcache.c (cache_addgr): Likewise.
43769         * nscd/hstcache.c (cache_addhst): Likewise.
43770         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43771         * nscd/pwdcache.c (cache_addpw): Likewise.
43772         * nscd/servicescache.c (cache_addserv): Likewise.
43774 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43776         * malloc/malloc.c: Various cleanups.
43777         * malloc/hooks.c: Likewise.
43779         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43780         * stdlib/bug-fmtmsg1.c: New file.
43782         * stdlib/fmtmsg.c (init): Add missing unlock.
43783         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43785 2012-01-12  Marek Polacek  <polacek@redhat.com>
43787         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43788         and _GNU_SOURCE.
43790 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43792         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43793         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43794         macro to ensure uniqueness of label name.
43795         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43796         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43798 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43800         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43802         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43803         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43804         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43805         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43807 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43809         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43811         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43812         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43813         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43815         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43817         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43818         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43819         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43820         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43822         * math/bits/math-finite.h: Add ldexp support.
43824 2012-01-10  Marek Polacek  <polacek@redhat.com>
43826         * locale/programs/localedef.h (show_archive_content): Add noreturn
43827         attribute.
43829 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43831         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43833 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43835         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43837         * io/Makefile (headers): Add bits/poll2.h.
43839 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43842         typo #include statement.
43844 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43846         * include/sys/cdefs.h: Define __attribute_alloc_size.
43847         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43848         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43849         * elf/pldd.c: Likewise.
43850         * iconv/iconv_charmap.c: Likewise.
43851         * iconv/iconvconfig.c: Likewise.
43852         * iconv/strtab.c: Likewise.
43853         * locale/programs/locale.c: Likewise.
43854         * locale/programs/localedef.h: Likewise.
43855         * locale/programs/simple-hash.c: Likewise.
43856         * nscd/nscd.h: Likewise.
43857         * nss/makedb.c: Likewise.
43858         * sysdeps/generic/ldconfig.h: Likewise.
43859         * locale/programs/localedef.c: Remove xmalloc prototype.
43860         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43862 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43864         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43865         appropriate.
43867 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43869         * math/Makefile (tests): Add tst-CMPLX.
43870         * math/tst-CMPLX.c: New file.
43872         * math/complex.h (CMPLXL): Fix typo.
43874         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43875         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43876         GLIBC_2.16.
43877         * debug/tst-chk1.c: Add poll and ppoll tests.
43878         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43879         * include/sys/poll.h: Add hidden proto for ppoll.
43880         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43881         * sysdeps/mach/hurd/ppoll.c: Likewise.
43882         * io/ppoll.c: Likewise.
43883         * debug/poll_chk.c: New file.
43884         * debug/ppoll_chk.c: New file.
43885         * include/bits/poll2.h: New file.
43886         * io/bits/poll2.h: New file.
43888         [BZ #1350]
43889         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43891         * configure.in: static is always set to yes.  Remove.
43892         * config.make.in: Don't set build-static.
43893         * Makeconfig: Remove use of build-static.
43894         * dlfcn/Makefile: Likewise.
43895         * elf/Makefile: Likewise.
43896         * math/Makefile: Likewise.
43897         * misc/Makefile: Likewise.
43898         * nptl/Makefile: Likewise.
43899         * sysdeps/mach/hurd/Makefile: Likewise.
43901         * configure.in: PWD_P is not used anymore.
43902         * config.make.in: Remove PWD_P entry.
43904         * configure.in: Remove last remnants of RANLIB.
43905         No need to check for signed size_t anymore.
43906         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43907         and IA-64.
43908         Remove __builtin_expect test because we require at least gcc 3.4.
43909         * aclocal.m4: Likewise.
43911         * wcsmbs/mbrtoc16.c: Implement using towc function.
43912         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43913         * wcsmbs/wcsmbsload.c: Likewise.
43914         * iconv/gconv_simple.c: Likewise.
43915         * iconv/gconv_int.h: Likewise.
43916         * iconv/gconv_builtin.h: Likewise.
43917         * iconv/iconv_prog.c: Remove CHAR16 handling.
43919         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43921         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43923         * configure.in: Remove --with-elf and --enable-bounded options.
43924         Dont set base_machine for ia64.  More non-ELF conditions removed.
43925         Remove testing and setting of leading underscore information.
43926         * config.make.in (build-bounded): Set to no.
43927         * config.h.in: Remove NO_UNDERSCORES entry.
43928         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43929         them.
43930         * csu/start.c: Remove !NO_UNDERSCORE code.
43931         * locale/localeinfo.h: Likewise.
43932         * sysdeps/generic/machine-gmon.h: Likewise.
43933         * sysdeps/generic/sysdep.h: Likewise.
43934         * sysdeps/i386/sysdep.h: Likewise.
43935         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43936         * sysdeps/mach/sysdep.h: Likewise.
43937         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43938         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43939         * sysdeps/sh/sysdep.h: Likewise.
43940         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43941         * sysdeps/unix/i386/sysdep.S: Likewise.
43942         * sysdeps/unix/sparc/start.c: Likewise.
43943         * sysdeps/unix/sparc/sysdep.S: Likewise.
43944         * sysdeps/unix/sparc/sysdep.h: Likewise.
43945         * sysdeps/unix/start.c: Likewise.
43946         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43947         * sysdeps/x86_64/sysdep.h: Likewise.
43949 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43951         [BZ #13553]
43952         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43953         for non-gcc.
43954         * argp/argp-fmtstream.h: Use const instead __const.
43955         * argp/argp.h: Likewise.
43956         * assert/assert.h: Likewise.
43957         * bits/fenv.h: Likewise.
43958         * bits/sched.h: Likewise.
43959         * bits/sigset.h: Likewise.
43960         * bits/sigthread.h: Likewise.
43961         * catgets/nl_types.h: Likewise.
43962         * conform/data/pthread.h-data: Likewise.
43963         * crypt/crypt-private.h: Likewise.
43964         * crypt/crypt.h: Likewise.
43965         * crypt/crypt_util.c: Likewise.
43966         * ctype/ctype.h: Likewise.
43967         * debug/execinfo.h: Likewise.
43968         * debug/mbsnrtowcs_chk.c: Likewise.
43969         * debug/mbsrtowcs_chk.c: Likewise.
43970         * debug/wcsnrtombs_chk.c: Likewise.
43971         * debug/wcsrtombs_chk.c: Likewise.
43972         * debug/wcstombs_chk.c: Likewise.
43973         * dirent/dirent.h: Likewise.
43974         * dlfcn/dlfcn.h: Likewise.
43975         * elf/neededtest4.c: Likewise.
43976         * grp/grp.h: Likewise.
43977         * gshadow/gshadow.h: Likewise.
43978         * iconv/gconv.h: Likewise.
43979         * iconv/gconv_int.h: Likewise.
43980         * iconv/gconv_simple.c: Likewise.
43981         * iconv/iconv.h: Likewise.
43982         * iconv/loop.c: Likewise.
43983         * iconv/skeleton.c: Likewise.
43984         * include/aio.h: Likewise.
43985         * include/aliases.h: Likewise.
43986         * include/argz.h: Likewise.
43987         * include/arpa/inet.h: Likewise.
43988         * include/assert.h: Likewise.
43989         * include/dirent.h: Likewise.
43990         * include/dlfcn.h: Likewise.
43991         * include/execinfo.h: Likewise.
43992         * include/fcntl.h: Likewise.
43993         * include/fenv.h: Likewise.
43994         * include/glob.h: Likewise.
43995         * include/grp.h: Likewise.
43996         * include/libintl.h: Likewise.
43997         * include/mntent.h: Likewise.
43998         * include/netdb.h: Likewise.
43999         * include/pwd.h: Likewise.
44000         * include/rpc/netdb.h: Likewise.
44001         * include/sched.h: Likewise.
44002         * include/search.h: Likewise.
44003         * include/shadow.h: Likewise.
44004         * include/signal.h: Likewise.
44005         * include/stdio.h: Likewise.
44006         * include/stdlib.h: Likewise.
44007         * include/string.h: Likewise.
44008         * include/sys/socket.h: Likewise.
44009         * include/sys/stat.h: Likewise.
44010         * include/sys/statfs.h: Likewise.
44011         * include/sys/statvfs.h: Likewise.
44012         * include/sys/syslog.h: Likewise.
44013         * include/sys/time.h: Likewise.
44014         * include/sys/uio.h: Likewise.
44015         * include/time.h: Likewise.
44016         * include/unistd.h: Likewise.
44017         * include/utmp.h: Likewise.
44018         * include/wchar.h: Likewise.
44019         * include/wctype.h: Likewise.
44020         * inet/aliases.h: Likewise.
44021         * inet/arpa/inet.h: Likewise.
44022         * inet/netinet/ether.h: Likewise.
44023         * inet/netinet/in.h: Likewise.
44024         * intl/libintl.h: Likewise.
44025         * io/bits/fcntl2.h: Likewise.
44026         * io/fcntl.h: Likewise.
44027         * io/ftw.h: Likewise.
44028         * io/sys/poll.h: Likewise.
44029         * io/sys/stat.h: Likewise.
44030         * io/sys/statfs.h: Likewise.
44031         * io/sys/statvfs.h: Likewise.
44032         * io/utime.h: Likewise.
44033         * libio/bits/stdio.h: Likewise.
44034         * libio/bits/stdio2.h: Likewise.
44035         * libio/libio.h: Likewise.
44036         * libio/libioP.h: Likewise.
44037         * libio/stdio.h: Likewise.
44038         * locale/lc-ctype.c: Likewise.
44039         * locale/locale.h: Likewise.
44040         * login/utmp.h: Likewise.
44041         * malloc/arena.c: Likewise.
44042         * malloc/malloc.c: Likewise.
44043         * malloc/malloc.h: Likewise.
44044         * malloc/mcheck.c: Likewise.
44045         * malloc/mtrace.c: Likewise.
44046         * math/bits/mathcalls.h: Likewise.
44047         * math/fenv.h: Likewise.
44048         * math/math_private.h: Likewise.
44049         * misc/bits/error.h: Likewise.
44050         * misc/bits/syslog.h: Likewise.
44051         * misc/err.h: Likewise.
44052         * misc/error.h: Likewise.
44053         * misc/fstab.h: Likewise.
44054         * misc/mntent.h: Likewise.
44055         * misc/regexp.h: Likewise.
44056         * misc/search.h: Likewise.
44057         * misc/sgtty.h: Likewise.
44058         * misc/sys/mman.h: Likewise.
44059         * misc/sys/syslog.h: Likewise.
44060         * misc/sys/uio.h: Likewise.
44061         * misc/sys/xattr.h: Likewise.
44062         * misc/ttyent.h: Likewise.
44063         * nis/rpcsvc/ypclnt.h: Likewise.
44064         * nss/nss.h: Likewise.
44065         * posix/bits/unistd.h: Likewise.
44066         * posix/fnmatch.h: Likewise.
44067         * posix/glob.h: Likewise.
44068         * posix/sched.h: Likewise.
44069         * posix/spawn.h: Likewise.
44070         * posix/sys/wait.h: Likewise.
44071         * posix/unistd.h: Likewise.
44072         * posix/wordexp.h: Likewise.
44073         * pwd/pwd.h: Likewise.
44074         * resolv/netdb.h: Likewise.
44075         * resource/sys/resource.h: Likewise.
44076         * rt/aio.h: Likewise.
44077         * rt/bits/mqueue2.h: Likewise.
44078         * rt/mqueue.h: Likewise.
44079         * shadow/shadow.h: Likewise.
44080         * signal/signal.h: Likewise.
44081         * socket/send.c: Likewise.
44082         * socket/sendto.c: Likewise.
44083         * socket/sys/socket.h: Likewise.
44084         * stdio-common/printf.h: Likewise.
44085         * stdlib/bits/stdlib.h: Likewise.
44086         * stdlib/fmtmsg.h: Likewise.
44087         * stdlib/monetary.h: Likewise.
44088         * stdlib/stdlib.h: Likewise.
44089         * stdlib/ucontext.h: Likewise.
44090         * streams/stropts.h: Likewise.
44091         * string/argz.h: Likewise.
44092         * string/bits/string2.h: Likewise.
44093         * string/string.h: Likewise.
44094         * string/strings.h: Likewise.
44095         * sunrpc/rpc/auth.h: Likewise.
44096         * sunrpc/rpc/auth_des.h: Likewise.
44097         * sunrpc/rpc/clnt.h: Likewise.
44098         * sunrpc/rpc/netdb.h: Likewise.
44099         * sunrpc/rpc/pmap_clnt.h: Likewise.
44100         * sunrpc/rpc/xdr.h: Likewise.
44101         * sysdeps/generic/inttypes.h: Likewise.
44102         * sysdeps/generic/net/if.h: Likewise.
44103         * sysdeps/generic/sys/swap.h: Likewise.
44104         * sysdeps/gnu/net/if.h: Likewise.
44105         * sysdeps/gnu/utmpx.h: Likewise.
44106         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44107         * sysdeps/i386/i486/bits/string.h: Likewise.
44108         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44109         * sysdeps/s390/bits/string.h: Likewise.
44110         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44111         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44112         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44113         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44114         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44115         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44116         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44117         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44118         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44119         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44120         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44121         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44122         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44123         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44124         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44125         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44126         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44127         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44128         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44129         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44130         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44131         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44132         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44133         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44134         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44135         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44136         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44137         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44138         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44139         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44140         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44141         * sysvipc/sys/ipc.h: Likewise.
44142         * sysvipc/sys/msg.h: Likewise.
44143         * sysvipc/sys/sem.h: Likewise.
44144         * sysvipc/sys/shm.h: Likewise.
44145         * termios/termios.h: Likewise.
44146         * time/sys/time.h: Likewise.
44147         * time/time.h: Likewise.
44148         * wcsmbs/bits/wchar2.h: Likewise.
44149         * wcsmbs/uchar.h: Likewise.
44150         * wcsmbs/wchar.h: Likewise.
44151         * wctype/wctype.h: Likewise.
44153         [BZ #13551]
44154         * Makeconfig: Remove all but ELF support including AIX support.
44155         * Makerules: Likewise.
44156         * config.h.in: Likewise.
44157         * config.make.in: Likewise.
44158         * configure: Likewise.
44159         * configure.in: Likewise.
44160         * csu/Makefile: Likewise.
44161         * csu/version.c: Likewise.
44162         * debug/Makefile: Likewise.
44163         * dlfcn/Makefile: Likewise.
44164         * elf/Makefile: Likewise.
44165         * extra-lib.mk: Likewise.
44166         * iconv/Makefile: Likewise.
44167         * include/libc-symbols.h: Likewise.
44168         * include/shlib-compat.h: Likewise.
44169         * resolv/Makefile: Likewise.
44170         * resolv/res_libc.c: Likewise.
44171         * rt/Makefile: Likewise.
44172         * sysdeps/i386/asm-syntax.h: Likewise.
44173         * sysdeps/i386/sysdep.h: Likewise.
44174         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44175         * sysdeps/mach/sysdep.h: Likewise.
44176         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44177         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44178         * sysdeps/s390/asm-syntax.h: Likewise.
44179         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44180         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44181         * sysdeps/sh/sysdep.h: Likewise.
44182         * sysdeps/unix/sparc/sysdep.h: Likewise.
44183         * sysdeps/wordsize-32/divdi3.c: Likewise.
44184         * sysdeps/x86_64/sysdep.h: Likewise.
44186         * argp/Versions: Remove _argp_unlock_xxx.
44188         [BZ #13559]
44189         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44190         * abilist/libBrokenLocale.abilist: Likewise.
44191         * abilist/libanl.abilist: Likewise.
44192         * abilist/libc.abilist: Likewise.
44193         * abilist/libcrypt.abilist: Likewise.
44194         * abilist/libdl.abilist: Likewise.
44195         * abilist/libm.abilist: Likewise.
44196         * abilist/libnsl.abilist: Likewise.
44197         * abilist/libpthread.abilist: Likewise.
44198         * abilist/libresolv.abilist: Likewise.
44199         * abilist/librt.abilist: Likewise.
44200         * abilist/libthread_db.abilist: Likewise.
44201         * abilist/libutil.abilist: Likewise.
44202         * abilist/libnss_db.abilist: New file.
44204         * scripts/abilist.awk: Add support for indirect functions.
44206         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44208         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44210         * shlib-versions: Remove entries for ports architectures.
44212         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44213         files in ports.
44214         * elf/stackguard-macros.h: Remove support for IA-64.
44215         * elf/tst-auditmod1.c: Likewise.
44216         * sysdeps/generic/ldsodefs.h: Likewise.
44218         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44219         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44220         configure files.
44222         [BZ #13552]
44223         * configure.in: Remove --enable-omitfp support.
44224         * FAQ.in: Adjust.
44225         * config.make.in: Likewise.
44226         * Makeconfig: Likewise.
44227         * manual/install.texi: Likewise.
44229         In case anyone cares, the IA-64 architecture could move to ports.
44230         * sysdeps/ia64/*: Removed.
44231         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44232         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44234         [BZ #13555]
44235         * configure.in: Remove entries for unsupported architectures.
44237         [BZ #13533]
44238         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44239         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44240         routines.
44241         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44242         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44243         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44244         fall back to using wcrtomb.
44245         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44246         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44247         renaming.
44248         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44249         * wcsmbs/tst-c16c32-1.c: New file.
44251         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44252         local variable.
44254         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44256         * elf/tst-unique3.cc: Add explicit declaration of gets.
44257         * elf/tst-unique3lib.cc: Likewise.
44258         * elf/tst-unique3lib2.cc: Likewise.
44259         * elf/tst-unique4.cc: Likewise.
44261         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44263 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44265         [BZ #13566]
44266         * assert/assert.h (static_assert): Don't define for C++.
44267         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44268         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44270 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44272         * iconv/loop.c (single loop): Fix assertion in storing of
44273         remaining bytes.
44275         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44277 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44279         * posix/getconf.c: Update copyright year.
44280         * nss/getent.c: Likewise.
44281         * nss/makedb.c: Likewise.
44282         * iconv/iconvconfig.c: Likewise.
44283         * iconv/iconv_prog.c: Likewise.
44284         * elf/ldconfig.c: Likewise.
44285         * elf/pldd.c: Likewise.
44286         * elf/sotruss.ksh: Likewise.
44287         * catgets/gencat.c: Likewise.
44288         * csu/version.c: Likewise.
44289         * elf/ldd.bash.in: Likewise.
44290         * elf/sprof.c (print_version): Likewise.
44291         * locale/programs/locale.c: Likewise.
44292         * locale/programs/localedef.c: Likewise.
44293         * login/programs/pt_chown.c: Likewise.
44294         * nscd/nscd.c (print_version): Likewise.
44295         * debug/xtrace.sh: Likewise.
44296         * malloc/memusage.sh: Likewise.
44297         * malloc/mtrace.pl: Likewise.
44298         * debug/catchsegv.sh: Likewise.
44300 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44302         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44303         pure attribute.
44305 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44307         [BZ #13533]
44308         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44309         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44310         transformations.
44311         * iconv/gconv_int.h: Likewise.
44312         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44313         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44314         from libc for GLIBC_2.16.
44315         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44316         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44317         * wcsmbs/uchar.h: Really define mbstate_t.
44318         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44319         * wcsmbs/c16rtomb.c: New file.
44320         * wcsmbs/mbrtoc16.c: New file.
44321         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44322         for C/POSIX locale.
44323         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44324         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44326         * wcsmbs/wchar.h: Add missing __restrict.
44328 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44330         [BZ #13532]
44331         * time/Makefile (routines): Add timespec_get.
44332         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44333         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44334         timespec for ISO C11.
44335         * time/timespec_get.c: New file.
44336         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44337         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44339         [BZ #13531]
44340         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44341         * stdlib/stdlib.h: Declare aligned_alloc.
44342         * Versions.def: Add GLIBC_2.16 for libc.
44343         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44345         [BZ 13527]
44346         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44347         ISO C11.
44349         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44350         code.
44352         [BZ #13528]
44353         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44355         [BZ #13529]
44356         * assert/assert.h (static_assert): Define.
44358         * version.h: Update for 2.16 development version.
44360         [BZ #13526]
44361         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44362         _ISOC11_SOURCE.
44364         * version.h (RELEASE): Bump for 2.15 release.
44365         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44367         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44368         Patch by Marek Polacek <mpolacek@redhat.com>.
44370         * bits/byteswap.h: Protect long long constants with __extension__.
44371         * sysdeps/i386/bits/byteswap.h: Likewise.
44372         * sysdeps/ia64/bits/byteswap.h: Likewise.
44373         * sysdeps/s390/bits/byteswap.h: Likewise.
44374         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44376 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44378         [BZ #13540]
44379         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44380         destination buffer.
44381         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44383 2011-12-23  Marek Polacek  <polacek@redhat.com>
44385         * elf/dl-addr.c (determine_info): Add inline keyword.
44386         * elf/tst-auditmod4b.c (check_avx): Likewise.
44387         * elf/tst-auditmod6b.c (check_avx): Likewise.
44388         * elf/tst-auditmod6c.c (check_avx): Likewise.
44389         * elf/tst-auditmod7b.c (check_avx): Likewise.
44391 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44393         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44394         !__SSE_MATH__.
44396 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44398         [BZ #13540]
44399         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44400         processing for last bytes.
44402 2011-08-06  Bruno Haible  <bruno@clisp.org>
44404         [BZ #13061]
44405         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44406         U+0385, not to U+1FEE.
44408         [BZ #13062]
44409         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44410         entry for U+00A5 U+0301.
44412 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44414         [BZ #13166]
44415         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44416         buffer for the output is too small.
44418         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44419         optimization.
44421         [BZ #13185]
44422         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44423         SSE flags if possible.
44425 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44427         [BZ #13540]
44428         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44429         processing for last bytes.
44431 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44433         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44434         (syscall-list-default-options, syscall-list-default-condition)
44435         (syscall-list-includes): Define.
44436         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44437         list of ABIs and options and #if conditions for each ABI.  Do not
44438         handle common syscalls between ABIs specially.
44439         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44440         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/s390/Makefile (64bit-predefine): Remove.
44445         (syscall-list-variants, syscall-list-32bit-options)
44446         (syscall-list-32bit-condition, syscall-list-64bit-options)
44447         (syscall-list-64bit-condition): Define.
44448         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44449         Remove.
44450         (syscall-list-variants, syscall-list-32bit-options)
44451         (syscall-list-32bit-condition, syscall-list-64bit-options)
44452         (syscall-list-64bit-condition): Define.
44453         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44454         Remove.
44455         (syscall-list-variants, syscall-list-32bit-options)
44456         (syscall-list-32bit-condition, syscall-list-64bit-options)
44457         (syscall-list-64bit-condition): Define.
44459 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44461         * locale/iso-639.def: Add brx entry.
44463         [BZ #13328]
44464         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44465         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44467         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44468         __feraiseexcept_renamed.
44470 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44472         [BZ #13538]
44473         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44474         EPOLLET with unsigned values.
44475         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44476         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44478         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44479         to large cancellation.
44480         * math/s_cacoshf.c: Likewise.
44481         * math/s_cacoshl.c: Likewise.
44483 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44485         [BZ #13305]
44486         [BZ #12786]
44487         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44488         * math/s_cacoshf.c: Likewise.
44489         * math/s_cacoshl.c: Likewise.
44491 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44493         [BZ #13439]
44494         * iconv/gconv.h: Define __GCONV_SWAP.
44495         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44496         * iconvdata/utf-16.c: Likewise.
44497         * iconvdata/utf-32.c: Likewise.
44499 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44501         [BZ #13524]
44502         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44503         numerator after shifting it by one limb.
44505 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44507         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44508         under [__USE_EXTERN_INLINES].
44510 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44512         [BZ #13446]
44513         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44515 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44517         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44518         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44519         optimized code.
44520         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44521         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44522         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44523         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44524         for strncasecmp/strncasecmp_l compilation.
44525         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44526         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44528 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44530         [BZ #13484]
44531         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44532         of __asm__.
44534 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44536         [BZ #13506]
44537         * time/tzfile.c (__tzfile_read): Check values from file header.
44539 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44541         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44542         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44543         * powerpc/powerpc32/dl-start.S: Likewise.
44544         * powerpc/powerpc32/elf/start.S: Likewise.
44545         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44546         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44547         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44548         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44549         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44550         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44551         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44552         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44553         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44554         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44555         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44556         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44557         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44558         * powerpc/powerpc32/memset.S: Likewise.
44559         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44560         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44561         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44562         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44563         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44564         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44565         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44566         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44567         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44568         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44569         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44570         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44571         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44573 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44575         * math/libm-test.inc: Added more nearbyint tests.
44576         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44577         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44578         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44579         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44581 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44583         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44584         FD_CLOEXEC.
44586 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44588         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44589         Add wcscpy-ssse3 wcscpy-c.
44590         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44591         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44592         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44593         * sysdeps/x86_64/wcschr.S: New file.
44594         * sysdeps/x86_64/wcsrchr.S: New file.
44595         * string/test-strcmp.c: Remove checking of wcscmp function for
44596         wrong alignments.
44597         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44598         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44599         wcsrchr-sse2 wcsrchr-c.
44600         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44601         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44602         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44603         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44604         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44605         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44606         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44607         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44608         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44609         * wcsmbc/wcschr.c (WCSCHR): New macro.
44611 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44613         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44614         * wcsmbs/test-wcsrchr.c: New file.
44615         * string/test-strrchr.c: Add wcsrchr support.
44616         (WIDE): New macro.
44617         * wcsmbs/test-wcscpy.c: New file.
44618         * string/test-strcpy.c: Add wcscpy support.
44619         (WIDE): New macro.
44621 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44623         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44624         the inner loop.
44626 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44628         [BZ #13472]
44629         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44631 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44633         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44634         Minor optimizations.
44636         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44637         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44638         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44640 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44642         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44643         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44644         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44645         for gcc to avoid warnings.
44646         * inet/Makefile (tests): Add tst-checks.
44647         * inet/tst-checks.c: New file.
44649         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44650         warning.
44652         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44653         __wmemcmp_sse2.
44655         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44656         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44658         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44660 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44662         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44663         problem.
44665         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44667 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44669         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44670         conditional on GCC version.
44671         (__arch_compare_and_exchange_val_8_acq)
44672         (__arch_compare_and_exchange_val_16_acq)
44673         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44674         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44675         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44677 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44679         * sysdeps/sh/backtrace.c: New file.
44681 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44683         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44684         parenthesis.
44686 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44688         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44689         falling back to utime.
44691 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44693         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44694         expectations for float.
44696 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44698         * locale/weight.h (findidx): Add parameter len.
44699         * locale/weightwc.h (findidx): Likewise.
44700         * posix/fnmatch_loop.c (FCT): Adjust caller.
44701         * posix/regcomp.c (build_equiv_class): Likewise.
44702         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44703         * posix/regexec.c (check_node_accept_bytes): Likewise.
44704         * string/strcoll_l.c (STRCOLL): Likewise.
44705         * string/strxfrm_l.c (STRXFRM): Likewise.
44707 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44709         * Makefile.in: Remove CVSOPT handling.
44710         * configure.in: Remove use of AC_REVISION.
44711         * iconvdata/Makefile (distribute): No need to filter out CVS.
44712         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44713         handling.
44715 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44717         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44718         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44719         [USE_AS_STRNCASECMP_L]: Likewise.
44720         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44721         NO_TLS_DIRECT_SEG_REFS.
44722         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44723         Fix argument offsets for non-PIC.
44724         [USE_AS_STRNCASECMP_L]: Likewise.
44725         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44726         NO_TLS_DIRECT_SEG_REFS.
44728 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44730         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44731         O_CLOEXEC.
44732         * locale/loadlocale.c (_nl_load_locale): Likewise.
44734 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44736         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44737         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44738         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44739         (SYSCALL_GETTIME): Set errno on error.
44741         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44742         count references to noai6ai_cached.
44744 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44746         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44748         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44749         FD_CLOEXEC for /proc/self/maps.
44751         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44752         FD_CLOEXEC for /proc/meminfo.
44754         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44755         gai.conf.
44757         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44758         FD_CLOEXEC for given file.
44760         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44762         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44763         FD_CLOEXEC for /etc/hosts.
44764         (_gethtent): Likewise.
44766         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44768         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44769         cancellation and set FD_CLOEXEC for /etc/netgroup.
44771         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44772         reading /etc/publickey.
44774         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44775         allow cancellation when reading /etc/group.
44777         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44778         cancellation.
44779         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44781         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44782         when using data file.
44784         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44786         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44787         (write_nis_obj): Use "c" and "e" in fopen.
44789         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44791         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44793         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44795         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44797         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44798         locale.alias.
44800         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44802         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44804         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44806         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44807         file parsing and set FD_CLOEXEC.
44809 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44811         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44813 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44815         * malloc/arena.c (arena_get2): Don't call reused_arena when
44816         _int_new_arena failed.
44818 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44820         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44821         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44822         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44823         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44824         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44825         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44826         to compile strcasecmp and strncasecmp.
44827         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44828         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44830         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44832 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44834         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44835         locale-defines.sym to gen-as-const-headers.
44836         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44837         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44838         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44839         to compile strcasecmp and strncasecmp.
44840         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44841         strcasecmp_l and strncasecmp_l.
44842         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44843         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44844         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44845         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44846         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44847         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44848         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44849         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44850         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44851         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44852         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44854 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44856         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44857         result of SYSDEP_GETTIME_CPU to retval.
44858         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44859         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44861         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44862         variable.
44864         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44865         mantissa words.
44866         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44868         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44869         from unused variable.
44871         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44872         DWARF definitions.
44873         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44874         for assembling.
44876         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44877         over namespaces.
44879         * sunrpc/rpc_prot.c (rejected): Fix case value.
44881         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44882         unsigned long long int to avoid warnings in shift.
44884         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44885         of use of trans.
44886         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44887         variable tmp.
44889         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44890         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44891         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44893         * nis/nis_table.c (nis_list): Use variable of correct type for
44894         result of __follow_path call.
44896 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44898         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44899         of math functions ceil, trunc, floor, round, and sqrt, when
44900         avaliable on the platform.
44901         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44902         name clash.
44903         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44904         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44905         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44907 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44909         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44910         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44912 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44914         * include/unistd.h: Fix __readlink return type.
44915         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44917 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44919         * stdlib/ucontext.h: Undo last change for makecontext.
44921 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44923         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44925         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44926         * setjmp/setjmp.h: Mark functions as non-leaf.
44927         * setjmp/bits/setjmp2.h: Likewise.
44928         * stdlib/ucontext.h: Likewise.
44930 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44932         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44933         (reused_arena): Don't check arena limit.
44934         (arena_get2): Atomically check arena limit.
44936 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44938         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44939         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44941         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44942         instructions.
44944 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44946         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44947         handler when locking.
44949         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44950         Fix size of allocated buffer.
44952 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44954         [BZ #10103]
44955         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44956         declarations for long double functions.
44957         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44959         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44961 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44963         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44964         installed.
44966         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44967         is disabled.
44969 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44971         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44973 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44975         * include/alloca.h (stackinfo_alloca_round): Define.
44976         (extend_alloca): Use it.
44977         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44978         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44979         here.
44981         * scripts/check-local-headers.sh: Ignore libaudit.h.
44983         * nscd/Makefile (extra-objs): Make recursively expanded.
44985 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44987         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44988         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44990         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44991         * posix/tst-rfc3484-2.c: Likewise.
44992         * posix/tst-rfc3484-3.c: Likewise.
44994         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44995         process_vm_writev.
44996         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44997         process_vm_writev.
44998         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44999         process_vm_writev from libc using GLIBC_2.15 version.
45001         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45003 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45005         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45006         stack usage.
45008 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45010         [BZ #13367]
45011         * nss/getent.c (initgroups_keys): Show error message in case no group
45012         names are given.
45014         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45015         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45016         __bump_nl_timestamp.
45017         * nscd/connections (nscd_init): When host database is served open
45018         netlink socket and request notification about configuration changes.
45019         (main_loop_poll): Track netlink file descriptor and bump timestamp
45020         in case data becomes available.
45021         (main_loop_epoll): Likewise.
45022         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45023         (database_pers_head): Add extra_data fileds.
45024         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45025         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45026         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45027         Adjust caller.
45028         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45029         in6ai data, call __free_in6ai.
45030         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45031         Add -DHAVE_NETLINK.
45032         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45033         interface information.  Reuse previous data if netlink timestamp
45034         is not changed.
45035         (__bump_nl_timestamp): New function.
45036         (__free_in6ai): New function.
45038 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45040         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45041         close_not_cancel_no_status here.
45042         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45044 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45046         [BZ #13276]
45047         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45048         return value.
45050         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45051         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45052         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45054 2011-07-03  Andreas Jaeger  <aj@suse.de>
45056         [BZ #10709]
45057         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45058         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45059         * math/libm-test.inc (sin_test): Add test case.
45061 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45063         [BZ #13337]
45064         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45065         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45067         * elf/chroot_canon.c (chroot_canon): Cleanups.
45069         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45071         [BZ #13335]
45072         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45073         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45075         * string/test-strchr.c: Make usable for strchrnul testing.
45076         * string/test-strchrnul.c: New file.
45077         * string/Makefile (strop-tests): Add strchrnul.
45079         * po/it.po: Update from translation team.
45080         * po/es.po: Likewise.
45082 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45084         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45085         the three constants needed as parameters.  Drop the others.
45086         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45087         __m128i_strloadu_tolower.
45088         Create and initialize variable zero and use it in all the places
45089         where _mm_setzero_si128 was used.
45091         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45092         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45093         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45094         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45095         anymore.
45096         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45097         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45098         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45099         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45100         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45101         __mpranred, __mptan.
45102         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45103         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45104         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45105         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45106         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45107         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45108         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45109         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45110         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45112 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45114         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45115         redefine if SHARED.
45116         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45118         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45119         wide char related routines to wcsmbs subdir.
45121 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45123         [BZ #13344]
45124         * misc/sys/cdefs.h (__THROWNL): Define.
45125         * posix/unistd.h: Use __THREADNL instead of __THREAD
45126         for memory synchronization functions.
45128 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45130         [BZ #13349]
45131         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45132         doesn't exist.
45133         * manual/stdio.texi (Obstack Streams): Node removed.
45135 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45137         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45138         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45139         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45141         * math/math_private.h (math_force_eval): Allow non-addressable
45142         arguments.
45143         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45145 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45147         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45148         file is not needed.
45150         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45151         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45152         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45153         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45154         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45155         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45156         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45157         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45158         Add AVX variants.
45159         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45160         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45161         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45162         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45163         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45164         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45165         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45166         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45167         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45168         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45169         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45170         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45171         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45172         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45173         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45174         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45175         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45176         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45177         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45179         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45180         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45182         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45183         place.  Use VEX encoding when compiling for AVX.
45185 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45187         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45188         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45190         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45192 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45194         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45195         useless if() expression.
45196         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45197         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45198         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45199         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45200         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45201         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45202         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45203         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45204         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45205         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45206         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45207         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45208         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45209         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45210         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45211         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45212         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45213         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45214         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45216         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45218 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45220         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45221         condition.
45222         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45224 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45226         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45227         .text section.  Avoid duplicate constants.
45228         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45229         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45230         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45231         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45232         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45233         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45234         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45235         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45236         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45237         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45238         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45239         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45240         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45241         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45242         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45243         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45244         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45245         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45246         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45247         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45248         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45249         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45250         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45251         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45252         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45253         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45254         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45255         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45256         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45257         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45258         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45259         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45260         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45261         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45262         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45263         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45264         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45265         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45266         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45267         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45268         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45269         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45270         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45271         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45272         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45274 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45276         * sysdeps/x86_64/dla.h: Move to ...
45277         * sysdeps/x86_64/fpu/dla.h: ...here.
45278         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45279         situations.  Use __builtin_fma only for gcc 4.6 and up.
45281         * config.make.in: Add have-mfma4 entry.
45282         * configure.in: Substitute libc_cv_cc_fma4.
45283         * math/Makefile (dbl-only-routines): Add sincostab.
45284         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45285         Use __sincostab not sincos.
45286         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45287         name is a macro.
45288         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45289         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45290         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45291         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45292         using __copysign.
45293         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45294         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45295         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45296         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45297         and __inv.
45298         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45299         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45300         __copysign.
45301         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45302         define aliases when function name is a macro.
45303         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45304         sysdeps/ieee754/dbl-64/sincos.tbl.
45305         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45306         fma4-enabled routines.
45307         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45308         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45309         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45310         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45311         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45312         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45313         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45314         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45315         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45316         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45317         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45318         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45319         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45320         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45321         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45322         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45323         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45324         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45325         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45326         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45327         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45328         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45329         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45330         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45331         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45332         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45333         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45334         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45335         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45336         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45338         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45339         rename.
45340         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45341         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45342         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45343         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45344         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45345         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45346         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45347         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45349 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45351         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45353 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45355         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45357         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45358         prediction.
45359         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45361         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45362         Remove unused variable magic_bits.
45363         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45365         * string/strnlen.c: Define and use STRNLEN macro.
45366         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45367         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45368         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45369         * wcsmbs/wcslen.c: Define and use WCSLEN.
45370         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45371         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45372         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45373         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45374         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45375         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45376         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45378 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45380         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45381         strnlen-sse2-no-bsf.
45382         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45383         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45384         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45385         Add strnlen support.
45386         (USE_AS_STRNLEN): New macro.
45387         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45388         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45389         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45390         * sysdeps/x86_64/wcslen.S: New file.
45392 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45394         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45395         XMM-moves are used for copying on small sizes.
45397 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45399         * wcsmbs/Makefile (strop-tests): Add wcschr.
45400         * wcsmbs/test-wcschr.c: New file.
45401         * string/test-strchr.c: Update.
45402         Add wcschr support.
45403         (WIDE): New macro.
45405 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45407         * wcsmbs/Makefile (strop-tests): Add wcslen.
45408         * wcsmbs/test-wcslen.c: New file.
45409         * string/test-strlen.c: Update.
45410         Add wcslen support.
45411         (WIDE): New macro.
45413 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45415         * po/it.po: Update from translation team.
45417 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45419         * sysdeps/x86_64/wcscmp.S: Update.
45420         Fix wrong comparison semantics.
45421         wcscmp shall use signed comparison not unsigned.
45422         Don't use substraction to avoid overflow bug.
45423         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45424         * wcsmbc/wcscmp.c: Likewise.
45425         * string/test-strcmp.c: Likewise.
45426         Add new tests to check cases with negative values.
45428 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45430         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45431         * sysdeps/x86_64/dla.h: ...here.  New file.
45432         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45433         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45434         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45435         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45436         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45437         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45438         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45439         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45440         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45442 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45444         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45445         __ynl_finite aliases.
45447 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45449         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45451         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45452         define DLA_FMA.
45453         [DLA_FMA] (EMULV): Use DLA_FMA.
45454         [DLA_FMA] (MUL12): Use EMULV.
45455         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45456         that are not needed.
45457         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45458         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45459         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45460         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45461         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45462         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45463         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45465 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45467         * math/s_nan.c: Undef __nan.
45468         * math/s_nanf.c: Undef __nanf.
45469         * math/s_nanl.c: Undef __nanl.
45470         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45471         "math_private.h".
45473 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45475         * math/s_catan.c: Add branch predictions.
45476         * math/s_catanf.c: Likewise.
45477         * math/s_catanh.c: Likewise.
45478         * math/s_catanhf.c: Likewise.
45479         * math/s_catanhl.c: Likewise.
45480         * math/s_catanl.c: Likewise.
45481         * math/s_cexp.c: Likewise.
45482         * math/s_cexpf.c: Likewise.
45483         * math/s_cexpl.c: Likewise.
45484         * math/s_clog.c: Likewise.
45485         * math/s_clog10.c: Likewise.
45486         * math/s_clog10f.c: Likewise.
45487         * math/s_clog10l.c: Likewise.
45488         * math/s_clogf.c: Likewise.
45489         * math/s_clogl.c: Likewise.
45490         * math/s_csqrt.c: Likewise.
45491         * math/s_csqrtf.c: Likewise.
45492         * math/s_csqrtl.c: Likewise.
45493         * math/s_ctanf.c: Likewise.
45494         * math/s_ctanh.c: Likewise.
45495         * math/s_ctanhf.c: Likewise.
45496         * math/s_ctanhl.c: Likewise.
45497         * math/s_ctanl.c: Likewise.
45499         * math/math_private.h: Define __nan, __nanf, __nanl.
45500         * math/s_cacosh.c: Include <math_private.h>.
45501         * math/s_cacoshl.c: Likewise.
45502         * math/s_casinh.c: Likewise.
45503         * math/s_casinhf.c: Likewise.
45504         * math/s_casinhl.c: Likewise.
45505         * math/s_ccos.c: Rely entire on ccosh.
45506         * math/s_ccosf.c: Rely entire on ccoshf.
45507         * math/s_ccosl.c: Rely entirely on ccoshl.
45508         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45509         Remove tests for FE_INVALID.
45510         * math/s_ccoshf.c: Likewise.
45511         * math/s_ccoshl.c: Likewise.
45512         * math/s_csin.c: Likewise.
45513         * math/s_csinf.c: Likewise.
45514         * math/s_csinh.c Likewise.
45515         * math/s_csinhf.c: Likewise.
45516         * math/s_csinhl.c: Likewise.
45517         * math/s_csinl.c: Likewise.
45518         * math/s_ctan.c: Likewise.
45519         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45520         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45521         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45523 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45525         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45526         compilation problems.
45528         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45529         __builtin_expect.
45531 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45533         * sysdeps/i386/configure.in: Test for -mfma4 option.
45534         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45535         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45536         COMMON_CPUID_INDEX_80000001.
45537         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45538         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45539         use it if FMA3 is not supported.
45540         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45542         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45543         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45545 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45547         [BZ #12892]
45548         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45549         it would create a cycle with a link time dependency.
45551 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45553         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45554         instruction.
45555         * string/Makefile (strop-tests): Add rawmemchr.
45556         * string/test-rawmemchr.c: New file.
45558         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45559         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45560         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45561         when compiling str{,n}casecmp and when AVX is available.  Hook up
45562         new optimized code in initializers.
45564 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45566         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45567         __feraiseexcept instead of feraiseexcept.
45569 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45571         * math/math_private.h: Define defaults for libc_fetestexcept and
45572         libc_feupdateenv.
45573         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45574         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45575         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45576         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45577         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45578         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45579         libc_fetestexcept and libc_feupdateenv.
45581         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45582         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45583         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45584         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45585         libc_feholdexcept_setround.
45587         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45588         Add s_nearbyint-c and s_nearbyintf-c.
45589         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45590         nearbyintf inlines.
45591         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45592         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45593         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45594         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45596         * math/math_private.h: Define defaults for libc_fegetround,
45597         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45598         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45599         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45600         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45601         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45602         standard functions.
45603         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45604         Remove comments and hacks for old compiler versions.
45605         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45606         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45607         libc_feholdexceptl.
45609 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45611         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45612         (__feraiseexcept_renamed): Add __NTH.
45613         (feraiseexcept): Add __NTH.  Rename local variables to fix
45614         namespace violations.
45616 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45618         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45620         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45622         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45623         recently added interfaces.
45624         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45626         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45627         about macro parameter expansion.
45629         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45630         __NO_MATH_INLINES is defined.  Cleanups.
45632         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45633         and __floorf is target has SSE4.1.
45634         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45635         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45636         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45637         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45639         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45640         name.
45641         (floorf): Likewise.
45643         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45645 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45647         * misc/sys/cdefs.h: Fix last change.
45649         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45650         database lookup.
45652 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45654         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45656         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45657         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45658         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45659         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45660         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45661         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45662         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45663         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45664         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45665         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45666         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45667         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45668         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45669         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45670         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45671         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45672         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45673         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45674         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45675         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45676         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45677         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45679         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45680         ceil, ceilf, floor, floorf.
45682         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45683         Perform IRELATIVE relocations last.
45685         * elf/do-rel.h: Add another parameter nrelative, replacing the
45686         local variable with the same name.  Change name of the function
45687         to end in Rel or Rela (uppercase).
45688         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45689         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45690         elf_dynamic_do_##reloc function.
45692 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45694         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45695         is sufficient, at least on modern CPUs.
45697         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45699         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45700         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45702         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45703         __expl_finite.
45704         * math/bits/math-finite.h: Add entries for exp.
45705         * math/e_expl.c: Add __*_finite alias.
45706         * sysdeps/i386/fpu/e_exp.S: Likewise.
45707         * sysdeps/i386/fpu/e_expf.S: Likewise.
45708         * sysdeps/i386/fpu/e_expl.c: Likewise.
45709         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45710         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45711         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45712         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45713         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45714         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45715         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45717         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45718         is sufficient, at least on modern CPUs.
45720         * ctype/ctype-info.c (__ctype_init): Define.
45721         * include/ctype.h (__ctype_init): Declare.
45722         (__ctype_b_loc): The variable is always initialized.
45723         (__ctype_toupper_loc): Likewise.
45724         (__ctype_tolower_loc): Likewise.
45725         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45726         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45728 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45730         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45732         * configure.in: Also look in $cxxmachine/include for C++ system
45733         headers.
45735 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45737         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45738         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45739         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45740         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45741         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45742         (USE_AS_WMEMCMP): New macro.
45743         Fixing indents.
45744         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45745         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45746         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45747         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45748         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45749         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45750         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45751         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45752         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45753         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45754         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45755         (USE_AS_WMEMCMP): New macro.
45756         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45757         * sysdeps/string/test-memcmp.c: Update.
45758         Fix simple_wmemcmp.
45759         Add new tests.
45760         * wcsmbs/wmemcmp.c: Update.
45761         (WMEMCMP): New macro.
45762         Fix overflow bug.
45764 2011-10-12  Andreas Jaeger  <aj@suse.de>
45766         [BZ #13268]
45767         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45769 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45771         * libio/iofwide.c (do_length): Avoid warning.
45773         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45775 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45777         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45779         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45780         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45781         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45782         * sysdeps/i386/i686/fpu/e_log.S: New file.
45783         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45784         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45786         * ctype/ctype.h: Add support for inlined isXXX functions when
45787         compiling C++ code.
45789 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45791         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45793         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45795 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45797         [BZ #13291]
45798         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45800 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45802         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45803         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45804         feraiseexcept.
45806         * sysdeps/x86_64/memrchr.S: Check for zero size.
45808         * string/stratcliff.c: Add memrchr tests.
45810 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45812         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45813         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45814         rawmemchr-sse2 rawmemchr-sse2-bsf.
45815         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45816         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45817         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45818         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45819         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45820         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45821         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45822         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45823         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45824         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45825         * string/memrchr.c (MEMRCHR): New macro.
45827 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45829         Add integration with gcc's -ffinite-math-only and optimize wrapper
45830         functions in libm.
45831         * Versions.def: Define GLIBC_2.15 version for libm.
45832         * math/Makefile (headers): Add bits/math-finite.h.
45833         * math/bits/math-finite.h: New file.
45834         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45835         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45836         * math/e_acoshl.c: Add __*_finite alias.
45837         * math/e_acosl.c: Likewise.
45838         * math/e_asinl.c: Likewise.
45839         * math/e_atan2l.c: Likewise.
45840         * math/e_atanhl.c: Likewise.
45841         * math/e_coshl.c: Likewise.
45842         * math/e_exp10.c: Likewise.
45843         * math/e_exp10f.c: Likewise.
45844         * math/e_exp10l.c: Likewise.
45845         * math/e_exp2l.c: Likewise.
45846         * math/e_fmodl.c: Likewise.
45847         * math/e_gammal_r.c: Likewise.
45848         * math/e_hypotl.c: Likewise.
45849         * math/e_j0l.c: Likewise.
45850         * math/e_j1l.c: Likewise.
45851         * math/e_jnl.c: Likewise.
45852         * math/e_lgammal_r.c: Likewise.
45853         * math/e_log10l.c: Likewise.
45854         * math/e_log2l.c: Likewise.
45855         * math/e_logl.c: Likewise.
45856         * math/e_powl.c: Likewise.
45857         * math/e_sinhl.c: Likewise.
45858         * math/e_sqrtl.c: Likewise.
45859         * math/e_scalb.c: Completely rewritten and optimized.
45860         * math/e_scalbf.c: Likewise.
45861         * math/e_scalbl.c: Likewise.
45862         * math/w_acos.c: Likewise.
45863         * math/w_acosf.c: Likewise.
45864         * math/w_acosl.c: Likewise.
45865         * math/w_acosh.c: Likewise.
45866         * math/w_acoshf.c: Likewise.
45867         * math/w_acoshl.c: Likewise.
45868         * math/w_asin.c: Likewise.
45869         * math/w_asinf.c: Likewise.
45870         * math/w_asinl.c: Likewise.
45871         * math/w_atan2.c: Likewise.
45872         * math/w_atan2f.c: Likewise.
45873         * math/w_atan2l.c: Likewise.
45874         * math/w_atanh.c: Likewise.
45875         * math/w_atanhf.c: Likewise.
45876         * math/w_atanhl.c: Likewise.
45877         * math/w_exp10.c: Likewise.
45878         * math/w_exp10f.c: Likewise.
45879         * math/w_exp10l.c: Likewise.
45880         * math/w_fmod.c: Likewise.
45881         * math/w_fmodf.c: Likewise.
45882         * math/w_fmodl.c: Likewise.
45883         * math/w_j0.c: Likewise.
45884         * math/w_j0f.c: Likewise.
45885         * math/w_j0l.c: Likewise.
45886         * math/w_j1.c: Likewise.
45887         * math/w_j1f.c: Likewise.
45888         * math/w_j1l.c: Likewise.
45889         * math/w_jn.c: Likewise.
45890         * math/w_jnf.c: Likewise.
45891         * math/w_log.c: Likewise.
45892         * math/w_logf.c: Likewise.
45893         * math/w_logl.c: Likewise.
45894         * math/w_log10.c: Likewise.
45895         * math/w_log10f.c: Likewise.
45896         * math/w_log10l.c: Likewise.
45897         * math/w_log2.c: Likewise.
45898         * math/w_log2f.c: Likewise.
45899         * math/w_log2l.c: Likewise.
45900         * math/w_pow.c: Likewise.
45901         * math/w_powf.c: Likewise.
45902         * math/w_powl.c: Likewise.
45903         * math/w_remainder.c: Likewise.
45904         * math/w_remainderf.c: Likewise.
45905         * math/w_remainderl.c: Likewise.
45906         * math/w_scalb.c: Likewise.
45907         * math/w_scalbf.c: Likewise.
45908         * math/w_scalbl.c: Likewise.
45909         * math/w_sqrt.c: Likewise.
45910         * math/w_sqrtf.c: Likewise.
45911         * math/w_sqrtl.c: Likewise.
45912         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45913         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45914         used.
45915         * math/math_private.h: Declare __kernel_standard_f.
45916         * math/w_cosh.c: Remove cruft and optimize a bit.
45917         * math/w_coshf.c: Likewise.
45918         * math/w_coshl.c: Likewise.
45919         * math/w_exp2.c: Likewise.
45920         * math/w_exp2f.c: Likewise.
45921         * math/w_exp2l.c: Likewise.
45922         * math/w_hypot.c: Likewise.
45923         * math/w_hypotf.c: Likewise.
45924         * math/w_hypotl.c: Likewise.
45925         * math/w_lgamma.c: Likewise.
45926         * math/w_lgamma_r.c: Likewise.
45927         * math/w_lgammaf.c: Likewise.
45928         * math/w_lgammaf_r.c: Likewise.
45929         * math/w_lgammal.c: Likewise.
45930         * math/w_lgammal_r.c: Likewise.
45931         * math/w_sinh.c: Likewise.
45932         * math/w_sinhf.c: Likewise.
45933         * math/w_sinhl.c: Likewise.
45934         * math/w_tgamma.c: Likewise.
45935         * math/w_tgammaf.c: Likewise.
45936         * math/w_tgammal.c: Likewise.
45937         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45938         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45939         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45940         Minor optimizations.  Pretty printing.  Remove cruft.
45941         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45942         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45943         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45944         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45945         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45946         * sysdeps/i386/fpu/e_asin.S: Likewise.
45947         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45948         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45949         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45950         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45951         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45952         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45953         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45954         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45955         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45956         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45957         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45958         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45959         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45960         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45961         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45962         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45963         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45964         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45965         * sysdeps/i386/fpu/e_log.S: Likewise.
45966         * sysdeps/i386/fpu/e_log10.S: Likewise.
45967         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45968         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45969         * sysdeps/i386/fpu/e_log2.S: Likewise.
45970         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45971         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45972         * sysdeps/i386/fpu/e_logf.S: Likewise.
45973         * sysdeps/i386/fpu/e_logl.S: Likewise.
45974         * sysdeps/i386/fpu/e_pow.S: Likewise.
45975         * sysdeps/i386/fpu/e_powf.S: Likewise.
45976         * sysdeps/i386/fpu/e_powl.S: Likewise.
45977         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45978         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45979         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45980         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45981         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45982         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45983         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45984         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45985         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45986         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45987         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45988         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45989         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45990         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45991         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45992         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45993         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45994         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45995         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45996         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45997         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45998         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45999         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46000         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46001         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46002         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46003         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46004         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46005         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46006         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46007         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46008         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46009         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46010         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46011         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46012         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46013         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46014         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46015         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46016         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46017         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46018         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46019         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46020         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46021         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46022         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46023         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46024         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46025         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46026         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46027         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46028         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46029         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46030         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46031         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46032         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46033         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46034         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46035         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46036         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46037         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46038         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46039         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46040         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46041         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46042         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46043         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46044         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46045         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46046         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46047         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46048         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46049         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46050         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46051         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46052         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46053         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46054         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46055         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46056         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46057         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46058         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46059         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46060         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46061         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46062         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46063         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46064         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46065         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46066         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46067         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46068         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46069         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46070         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46071         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46072         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46073         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46074         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46075         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46076         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46077         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46078         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46079         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46080         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46081         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46082         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46083         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46084         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46085         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46086         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46087         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46088         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46089         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46090         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46091         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46092         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46093         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46094         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46095         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46096         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46097         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46098         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46099         (__isnanf): Likewise.
46100         (__isinf_ns): Likewise.
46101         (__isinf_nsf): Likewise.
46102         (__finite): Likewise.
46103         (__finitef): Likewise.
46104         (__ieee754_sqrt): Define as macro.
46105         (__ieee754_sqrtf): Define as macro.
46106         (__ieee754_sqrtl): Define as macro.
46107         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46108         inlined copy.
46109         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46110         __FINITE_MATH_ONLY__ consistent.
46111         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46113 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46115         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46116         of rawmemchr.
46118         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46120 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46122         * po/ja.po: Update from translation team.
46124 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46126         * locale/programs/locarchive.c (prepare_address_space): New function.
46127         (create_archive, enlarge_archive, open_archive): Use it.
46129         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46130         inside [SHARED], where it is used.
46132         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46134         * nss/getent.c (netgroup_keys): Remove unused variable.
46135         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46137 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46139         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46140         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46141         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46142         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46143         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46144         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46145         * math/Makefile (libm-calls): Add s_isinf_ns.
46146         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46147         * math/multc3.c: Likewise.
46148         * math/s_casin.c: Likewise.
46149         * math/s_casinf.c: Likewise.
46150         * math/s_casinl.c: Likewise.
46151         * math/s_ccos.c: Likewise.
46152         * math/s_ccosf.c: Likewise.
46153         * math/s_ccosl.c: Likewise.
46154         * math/s_ctan.c: Likewise.
46155         * math/s_ctanf.c: Likewise.
46156         * math/s_ctanh.c: Likewise.
46157         * math/s_ctanhf.c: Likewise.
46158         * math/s_ctanhl.c: Likewise.
46159         * math/s_ctanl.c: Likewise.
46160         * math/w_fmod.c: Likewise.
46161         * math/w_fmodf.c: Likewise.
46162         * math/w_fmodl.c: Likewise.
46163         * math/w_remainder.c: Likewise.
46164         * math/w_remainderf.c: Likewise.
46165         * math/w_remainderl.c: Likewise.
46166         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46167         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46168         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46169         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46170         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46171         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46172         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46173         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46175         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46176         of the number.
46177         * stdio-common/printf_fphex.c: Likewise.
46178         * stdio-common/printf_size.c: Likewise.
46180         * math/e_exp10.c: Include math_private.h using <...> not "...".
46181         * math/e_exp10f.c: Likewise.
46182         * math/e_exp10l.c: Likewise.
46183         * math/e_exp2l.c: Likewise.
46184         * math/e_j0l.c: Likewise.
46185         * math/e_j1l.c: Likewise.
46186         * math/e_jnl.c: Likewise.
46187         * math/e_lgammal_r.c: Likewise.
46188         * math/e_rem_pio2l.c: Likewise.
46189         * math/e_scalb.c: Likewise.
46190         * math/e_scalbf.c: Likewise.
46191         * math/e_scalbl.c: Likewise.
46192         * math/k_cosl.c: Likewise.
46193         * math/k_sinl.c: Likewise.
46194         * math/k_tanl.c: Likewise.
46195         * math/s_cacoshf.c: Likewise.
46196         * math/s_catan.c: Likewise.
46197         * math/s_catanf.c: Likewise.
46198         * math/s_catanh.c: Likewise.
46199         * math/s_catanhf.c: Likewise.
46200         * math/s_catanhl.c: Likewise.
46201         * math/s_catanl.c: Likewise.
46202         * math/s_ccosh.c: Likewise.
46203         * math/s_ccoshf.c: Likewise.
46204         * math/s_ccoshl.c: Likewise.
46205         * math/s_cexp.c: Likewise.
46206         * math/s_cexpf.c: Likewise.
46207         * math/s_cexpl.c: Likewise.
46208         * math/s_clog.c: Likewise.
46209         * math/s_clog10.c: Likewise.
46210         * math/s_clog10f.c: Likewise.
46211         * math/s_clog10l.c: Likewise.
46212         * math/s_clogf.c: Likewise.
46213         * math/s_clogl.c: Likewise.
46214         * math/s_csin.c: Likewise.
46215         * math/s_csinf.c: Likewise.
46216         * math/s_csinh.c: Likewise.
46217         * math/s_csinhf.c: Likewise.
46218         * math/s_csinhl.c: Likewise.
46219         * math/s_csinl.c: Likewise.
46220         * math/s_csqrt.c: Likewise.
46221         * math/s_csqrtf.c: Likewise.
46222         * math/s_csqrtl.c: Likewise.
46223         * math/s_ctan.c: Likewise.
46224         * math/s_ctanf.c: Likewise.
46225         * math/s_ctanh.c: Likewise.
46226         * math/s_ctanhf.c: Likewise.
46227         * math/s_ctanhl.c: Likewise.
46228         * math/s_ctanl.c: Likewise.
46229         * math/s_ldexp.c: Likewise.
46230         * math/s_ldexpf.c: Likewise.
46231         * math/s_ldexpl.c: Likewise.
46232         * math/s_significand.c: Likewise.
46233         * math/s_significandf.c: Likewise.
46234         * math/s_significandl.c: Likewise.
46235         * math/w_acos.c: Likewise.
46236         * math/w_acosf.c: Likewise.
46237         * math/w_acosh.c: Likewise.
46238         * math/w_acoshf.c: Likewise.
46239         * math/w_acoshl.c: Likewise.
46240         * math/w_acosl.c: Likewise.
46241         * math/w_asin.c: Likewise.
46242         * math/w_asinf.c: Likewise.
46243         * math/w_asinl.c: Likewise.
46244         * math/w_atan2.c: Likewise.
46245         * math/w_atan2f.c: Likewise.
46246         * math/w_atan2l.c: Likewise.
46247         * math/w_atanh.c: Likewise.
46248         * math/w_atanhf.c: Likewise.
46249         * math/w_atanhl.c: Likewise.
46250         * math/w_cosh.c: Likewise.
46251         * math/w_coshf.c: Likewise.
46252         * math/w_coshl.c: Likewise.
46253         * math/w_dremf.c: Likewise.
46254         * math/w_exp10.c: Likewise.
46255         * math/w_exp10f.c: Likewise.
46256         * math/w_exp10l.c: Likewise.
46257         * math/w_exp2.c: Likewise.
46258         * math/w_exp2f.c: Likewise.
46259         * math/w_fmod.c: Likewise.
46260         * math/w_fmodf.c: Likewise.
46261         * math/w_fmodl.c: Likewise.
46262         * math/w_hypot.c: Likewise.
46263         * math/w_hypotf.c: Likewise.
46264         * math/w_hypotl.c: Likewise.
46265         * math/w_j0.c: Likewise.
46266         * math/w_j0f.c: Likewise.
46267         * math/w_j0l.c: Likewise.
46268         * math/w_j1.c: Likewise.
46269         * math/w_j1f.c: Likewise.
46270         * math/w_j1l.c: Likewise.
46271         * math/w_jn.c: Likewise.
46272         * math/w_jnf.c: Likewise.
46273         * math/w_jnl.c: Likewise.
46274         * math/w_lgamma.c: Likewise.
46275         * math/w_lgamma_r.c: Likewise.
46276         * math/w_lgammaf.c: Likewise.
46277         * math/w_lgammaf_r.c: Likewise.
46278         * math/w_lgammal.c: Likewise.
46279         * math/w_lgammal_r.c: Likewise.
46280         * math/w_log.c: Likewise.
46281         * math/w_log10.c: Likewise.
46282         * math/w_log10f.c: Likewise.
46283         * math/w_log10l.c: Likewise.
46284         * math/w_log2.c: Likewise.
46285         * math/w_log2f.c: Likewise.
46286         * math/w_log2l.c: Likewise.
46287         * math/w_logf.c: Likewise.
46288         * math/w_logl.c: Likewise.
46289         * math/w_pow.c: Likewise.
46290         * math/w_powf.c: Likewise.
46291         * math/w_powl.c: Likewise.
46292         * math/w_remainder.c: Likewise.
46293         * math/w_remainderf.c: Likewise.
46294         * math/w_remainderl.c: Likewise.
46295         * math/w_scalb.c: Likewise.
46296         * math/w_scalbf.c: Likewise.
46297         * math/w_scalbl.c: Likewise.
46298         * math/w_sinh.c: Likewise.
46299         * math/w_sinhf.c: Likewise.
46300         * math/w_sinhl.c: Likewise.
46301         * math/w_sqrt.c: Likewise.
46302         * math/w_sqrtf.c: Likewise.
46303         * math/w_sqrtl.c: Likewise.
46304         * math/w_tgamma.c: Likewise.
46305         * math/w_tgammaf.c: Likewise.
46306         * math/w_tgammal.c: Likewise.
46308         * po/ja.po: Update from translation team.
46310 2011-09-29  Andreas Jaeger  <aj@suse.de>
46312         [BZ #13179]
46313         * sunrpc/netname.c (netname2host): Fix logic.
46315         [BZ #6779]
46316         [BZ #6783]
46317         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46318         correctly.
46319         * math/w_remainder.c (__remainder): Likewise.
46320         * math/w_remainderf.c (__remainderf): Likewise.
46321         * math/libm-test.inc (remainder_test): Add test cases.
46323 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46325         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46326         sdiv_qrnnd.
46328 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46330         * string/test-memcmp.c: Avoid unncessary #defines.
46331         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46333 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46335         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46336         Use new sse2 version for core i3 - i7 as it's faster
46337         than sse42 version.
46338         (bit_Prefer_PMINUB_for_stringop): New.
46339         * sysdeps/x86_64/rawmemchr.S: Update.
46340         Replace with faster SSE2 version.
46341         * sysdeps/x86_64/memrchr.S: New file.
46342         * sysdeps/x86_64/memchr.S: Update.
46343         Replace with faster SSE2 version.
46345 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46347         * elf/dl-load.c (lose): Add cast to avoid warning.
46349 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46351         * po/ca.po: Update from translation team.
46353         * inet/getnetgrent_r.c: Hook up nscd.
46354         * nscd/Makefile (routines): Add nscd_netgroup.
46355         (nscd-modules): Add netgroupcache.
46356         (CFLAGS-netgroupcache.c): Define.
46357         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46358         (cache_search): Add const to second parameter.
46359         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46360         INNETGR.
46361         (dbs): Add netgrdb entry.
46362         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46363         (verify_persistent_db): Handle netgrdb.
46364         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46365         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46366         GETFDNETGR.
46367         (netgroup_response_header): Define.
46368         (innetgroup_response_header): Define.
46369         (datahead): Add netgroup_response_header and innetgroup_response_header
46370         elements.
46371         * nscd/nscd.conf: Add entries for netgroup cache.
46372         * nscd/nscd.h (dbtype): Add netgrdb.
46373         (_PATH_NSCD_NETGROUP_DB): Define.
46374         (netgroup_iov_disabled): Declare.
46375         (xmalloc, xcalloc, xrealloc): Move declarations here.
46376         (cache_search): Adjust prototype.
46377         Add netgroup-related prototypes.
46378         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46379         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46380         (__nscd_innetgr): Declare.
46381         * nscd/selinux.c (perms): Use access_vector_t as element type and
46382         add netgroup-related initializers.
46383         * nscd/netgroupcache.c: New file.
46384         * nscd/nscd_netgroup.c: New file.
46385         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46386         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46387         For four parameters use innetgr.
46388         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46389         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46390         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46391         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46393         * nscd/connections.c (register_traced_file): Don't register file
46394         for disabled databases.
46396 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46398         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46400         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46401         from tree and freeing node.
46403 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46405         * nss/nsswitch.c (__nss_database_lookup): Handle
46406         nss_parse_service_list out of memory case.
46408 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46410         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46411         out of memory case.
46413 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46415         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46416         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46417         pass it down.
46418         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46419         elf_machine_rela, elf_machine_lazy_rel.
46420         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46421         (ELF_DYNAMIC_DO_REL): Likewise.
46422         (ELF_DYNAMIC_DO_RELA): Likewise.
46423         (ELF_DYNAMIC_RELOCATE): Likewise.
46424         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46425         to ELF_DYNAMIC_DO_REL.
46426         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46427         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46428         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46429         elf_machine_rela.
46430         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46431         skip_ifunc, don't call ifunc function if non-zero.
46432         (elf_machine_rela): Likewise.
46433         (elf_machine_lazy_rel): Likewise.
46434         (elf_machine_lazy_rela): Likewise.
46435         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46436         (elf_machine_lazy_rel): Likewise.
46437         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46438         Likewise.
46439         (elf_machine_lazy_rel): Likewise.
46440         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46441         Likewise.
46442         (elf_machine_lazy_rel): Likewise.
46443         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46444         (elf_machine_lazy_rel): Likewise.
46445         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46446         (elf_machine_lazy_rel): Likewise.
46447         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46448         (elf_machine_lazy_rel): Likewise.
46449         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46450         (elf_machine_lazy_rel): Likewise.
46451         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46452         (elf_machine_lazy_rel): Likewise.
46453         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46454         (elf_machine_lazy_rel): Likewise.
46456 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46458         * nss/nss_files/files-init.c (_nss_files_init): Use static
46459         initialization for all the *_traced_file variables.
46461 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46463         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46465 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46467         [BZ #13226]
46468         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46470 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46472         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46473         Reread the line before reparsing it.
46475 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46477         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46479 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46480             Maxim Kuvyrkov  <maxim@codesourcery.com>
46481             Joseph Myers  <joseph@codesourcery.com>
46483         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46484         if needed for __stack_chk_guard.
46486 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46488         * sysdeps/posix/spawni.c (script_execute): Always define it.
46489         It will be optimized away if unused.
46490         (maybe_script_execute): New function.
46491         (__spawni): Call it.
46493         * Makerules: Don't include tls.make.
46494         (config-tls): Always set to thread.
46495         * tls.make.c: File removed.
46497 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46499         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46500         * config.make.in (CPPFLAGS-config): New substituted variable.
46502 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46504         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46506         [BZ #13192]
46507         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46508         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46510 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46512         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46513         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46514         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46515         (CALL_FAIL): Likewise.
46516         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46517         (CALL_FAIL): Macro removed.
46518         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46520 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46522         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46523         for __FINITE_MATH_ONLY__ == 1.
46525 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46527         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46528         __ieee754_sqrt instead of sqrt.
46529         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46530         __ieee754_sqrtf instead of sqrtf.
46531         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46532         __floorf instead of floorf.
46533         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46534         __floorf, __truncf instead of floorf, truncf.
46536 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46538         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46540         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46541         __extern_always_inline.
46542         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46543         32-bit.
46545 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46547         * elf/rtld.c (dl_main): Also relocate in dependency order when
46548         doing symbol dependency testing.
46550 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46552         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46553         Always define `refsym'.
46555 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46557         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46558         (__FD_ELT): Renamed from __FDELT.
46559         * misc/bits/select2.h (__FD_ELT): Likewise.
46560         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46561         __FD_MASK instead of __FDELT, __FDMASK.
46562         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46563         Likewise.
46564         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46565         Likewise.
46567         * elf/Makefile (gen-ldd): Fix pattern.
46569         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46570         (init_tls): Likewise.
46572 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46574         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46576 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46578         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46579         `struct cmsghdr *' instead of `void *'.
46580         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46581         Likewise.
46583 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46585         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46586         if non-absolute.
46587         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46588         ldd_rewrite_script.
46590 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46592         * configure.in: Remove --with-tls option.
46593         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46594         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46595         out in case it is missing.
46596         * sysdeps/ia64/elf/configure.in: Likewise.
46597         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46598         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46599         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46600         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46601         * sysdeps/sh/elf/configure.in: Likewise.
46602         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46603         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46604         * sysdeps/x86_64/elf/configure.in: Likewise.
46605         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46606         * sysdeps/mach/hurd/tls.h: Likewise.
46608         [BZ #13067]
46609         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46611         [BZ #13090]
46612         * configure.in: Fix use of AC_INIT.
46614         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46616 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46618         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46619         __set_errno.
46620         * malloc/hooks.c: Likewise.
46622         [BZ #11929]
46623         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46624         variables statically.
46625         (narenas): Initialize.
46626         (list_lock): Initialize.
46627         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46628         initializtion of main_arena and list_lock.  Small cleanups.
46629         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46630         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46631         Add initializers to main_arena and mp_.
46632         (malloc_state): Remove pagesize member.  Change all users to use
46633         GLRO(dl_pagesize).
46635         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46636         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46637         is always initialized.
46639         * malloc/malloc.c: Removed unused configurations and dead code.
46640         * malloc/arena.c: Likewise.
46641         * malloc/hooks.c: Likewise.
46642         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46644         * include/tls.h: Removed.  USE___THREAD must always be defined.
46645         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46646         * elf/dl-libc.c: Likewise.
46647         * elf/dl-tsd.c: Likewise.
46648         * include/errno.h: Likewise.
46649         * include/netdb.h: Likewise.
46650         * include/resolv.h: Likewise.
46651         * inet/herrno-loc.c: Likewise.
46652         * inet/herrno.c: Likewise.
46653         * malloc/arena.c: Likewise.
46654         * malloc/hooks.c: Likewise.
46655         * malloc/malloc.c: Likewise.
46656         * resolv/res-state.c: Likewise.
46657         * resolv/res_libc.c: Likewise.
46658         * sysdeps/i386/dl-machine.h: Likewise.
46659         * sysdeps/ia64/dl-machine.h: Likewise.
46660         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46661         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46662         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46663         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46664         * sysdeps/sh/dl-machine.h: Likewise.
46665         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46666         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46667         * sysdeps/unix/i386/sysdep.S: Likewise.
46668         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46669         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46670         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46671         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46672         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46673         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46674         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46675         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46676         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46677         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46678         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46679         * sysdeps/x86_64/dl-machine.h: Likewise.
46680         * tls.make.c: Likewise.
46682         * configure.in: Remove --with-__thread option.  Make tests for
46683         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46684         tls_model attribute fail if no support is available.  Remove
46685         USE_IN_LIBIO.
46686         * Makeconfig: Adjust for dropped configure option.  All features are
46687         now mandatory.
46688         * Makerules: Likewise.
46689         * Versions.def: Likewise.
46690         * argp/argp-fmtstream.c: Likewise.
46691         * argp/argp-fmtstream.h: Likewise.
46692         * argp/argp-help.c: Likewise.
46693         * assert/assert.c: Likewise.
46694         * config.h.in: Likewise.
46695         * config.make.in: Likewise.
46696         * configure: Likewise.
46697         * configure.in: Likewise.
46698         * csu/Versions: Likewise.
46699         * csu/init.c: Likewise.
46700         * elf/tst-audit2.c: Likewise.
46701         * elf/tst-tls10.c: Likewise.
46702         * elf/tst-tls10.h: Likewise.
46703         * elf/tst-tls11.c: Likewise.
46704         * elf/tst-tls12.c: Likewise.
46705         * elf/tst-tls14.c: Likewise.
46706         * elf/tst-tlsmod11.c: Likewise.
46707         * elf/tst-tlsmod12.c: Likewise.
46708         * elf/tst-tlsmod13.c: Likewise.
46709         * elf/tst-tlsmod13a.c: Likewise.
46710         * elf/tst-tlsmod14a.c: Likewise.
46711         * elf/tst-tlsmod15b.c: Likewise.
46712         * elf/tst-tlsmod16a.c: Likewise.
46713         * elf/tst-tlsmod16b.c: Likewise.
46714         * elf/tst-tlsmod7.c: Likewise.
46715         * elf/tst-tlsmod8.c: Likewise.
46716         * elf/tst-tlsmod9.c: Likewise.
46717         * gmon/gmon.c: Likewise.
46718         * grp/fgetgrent_r.c: Likewise.
46719         * grp/putgrent.c: Likewise.
46720         * hurd/fopenport.c: Likewise.
46721         * include/libc-symbols.h: Likewise.
46722         * include/tls.h: Likewise.
46723         * intl/gettextP.h: Likewise.
46724         * intl/loadinfo.h: Likewise.
46725         * locale/global-locale.c: Likewise.
46726         * locale/localeinfo.h: Likewise.
46727         * mach/devstream.c: Likewise.
46728         * malloc/arena.c: Likewise.
46729         * malloc/set-freeres.c: Likewise.
46730         * misc/err.c: Likewise.
46731         * misc/getttyent.c: Likewise.
46732         * misc/mntent_r.c: Likewise.
46733         * posix/getopt.c: Likewise.
46734         * posix/wordexp.c: Likewise.
46735         * pwd/fgetpwent_r.c: Likewise.
46736         * resolv/Versions: Likewise.
46737         * resolv/res_hconf.c: Likewise.
46738         * shadow/fgetspent_r.c: Likewise.
46739         * shadow/putspent.c: Likewise.
46740         * stdio-common/printf_fphex.c: Likewise.
46741         * stdio-common/tmpfile.c: Likewise.
46742         * stdlib/abort.c: Likewise.
46743         * stdlib/fmtmsg.c: Likewise.
46744         * sunrpc/auth_unix.c: Likewise.
46745         * sunrpc/clnt_perr.c: Likewise.
46746         * sunrpc/clnt_tcp.c: Likewise.
46747         * sunrpc/clnt_udp.c: Likewise.
46748         * sunrpc/clnt_unix.c: Likewise.
46749         * sunrpc/openchild.c: Likewise.
46750         * sunrpc/svc_simple.c: Likewise.
46751         * sunrpc/svc_tcp.c: Likewise.
46752         * sunrpc/svc_udp.c: Likewise.
46753         * sunrpc/svc_unix.c: Likewise.
46754         * sunrpc/xdr.c: Likewise.
46755         * sunrpc/xdr_array.c: Likewise.
46756         * sunrpc/xdr_rec.c: Likewise.
46757         * sunrpc/xdr_ref.c: Likewise.
46758         * sunrpc/xdr_stdio.c: Likewise.
46760 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46762         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46764 2011-07-03  Andreas Jaeger  <aj@suse.de>
46766         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46767         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46768         regenerate with gen-libm-tests.pl.
46770 2010-05-12  Petr Baudis  <pasky@suse.cz>
46772         [BZ #11589]
46773         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46774         around j0() zero points by switching to j1().
46775         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46776         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46777         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46778         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46780 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46782         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46783         instead of 0.
46784         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46785         instead of 0.
46786         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46787         Patch in part by Pavel Roskin <proski@gnu.org>.
46789         [BZ #13138]
46790         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46791         realloc.
46792         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46793         Free memory block if necessary.
46795         [BZ #12847]
46796         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46797         be NULL.  Don't lock in this case.
46799 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46801         * elf/elf.h (ELFOSABI_GNU): New macro.
46802         (ELFOSABI_LINUX): Define to that.
46804 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46806         * string/strncat.c (strncat): Undef the symbol in case it has been
46807         defined in bits/string.h.
46809 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46811         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46813         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46814         link map.
46816 2011-08-17  Andreas Jaeger  <aj@suse.de>
46818         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46820 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46821             Ian Lance Taylor  <iant@google.com>
46823         * math/libm-test.inc (lround_test): New testcase.
46824         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46826 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46828         * Makefile: Remove support for automatic cvs check-ins.
46829         * Makerules: Likewise.
46830         * config.make.in: Likewise.
46831         * configure.in: Likewise.
46832         * intl/Makefile: Likewise.
46833         * locale/Makefile: Likewise.
46834         * po/Makefile: Likewise.
46835         * posix/Makefile: Likewise.
46836         * sysdeps/gnu/Makefile: Likewise.
46837         * sysdeps/mach/hurd/Makefile: Likewise.
46838         * sysdeps/sparc/sparc32/Makefile: Likewise.
46840         [BZ #13118]
46841         * posix/Makefile (bug-regex32-ENV): Define.
46842         Patch by John Stanley <jpsinthemix@verizon.net>.
46844         * misc/Makefile (headers): Add bits/select2.h.
46845         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46846         * misc/bits/select2.h: New file.
46847         * include/bits/select2.h: New file.
46848         * debug/Makefile (routines): Add fdelt_chk.
46849         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46850         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46851         FD_ISSET.
46852         * debug/fdelt_chk.c: New file.
46854         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46855         * wcsmbs/test-wmemcmp.c: Likewise.
46856         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46857         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46859 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46861         * string/Makefile (strop-tests): Add memcmp.
46862         * string/test-wmemcmp.c: New file.
46863         * string/test-memcmp.c: Add wmemcmp support.
46865 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46867         [BZ #13153]
46868         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46869         2011-07-19 change.
46871         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46872         garbage value in a __mach_port_mod_refs call in the cases of the
46873         task-self and thread-self ports.
46875 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46877         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46879 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46881         * elf/dl-load.c (lose): Check for non-null L.
46883 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46885         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46887         * elf/dl-libc.c (dlerror_run): Pass back error code from
46888         dl_catch_error.
46890         [BZ #13123]
46891         * elf/dl-load.c (lose): Free l_origin if it is valid.
46893         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46894         names.
46895         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46896         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46897         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46898         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46899         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46900         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46902 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46904         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46905         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46906         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46907         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46908         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46909         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46910         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46911         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46912         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46913         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46915 2011-08-15  Alan Modra  <amodra@gmail.com>
46917         [BZ #13092]
46918         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46919         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46920         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46921         ppc_mcount to static-only-routines.
46922         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46923         __mcount_internal.
46924         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46925         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46927 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46929         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46930         for finite and infinity parameters.
46932 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46934         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46935         and add nop instructions for throughput optimization.
46936         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46938 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46940         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46941         aligned copy for power7 with vector-scalar instructions.
46942         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46944 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46946         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46947         AVX check.
46949 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46951         [BZ #13144]
46952         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46953         last change.
46955 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46957         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46958         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46959         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46960         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46961         clock_gettime.
46963 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46965         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46966         Forgot to demangle the pointer.
46968         * sysdeps/i386/sysdep.h: Define atom_text_section.
46969         * sysdeps/x86_64/sysdep.h: Likewise.
46970         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46971         section with atom_text_section.
46972         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46973         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46974         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46975         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46976         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46978         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46979         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46980         already be defined.  Change to take two parameters and don't assign
46981         result to variable.  Adjust all users.
46982         Define INTERNAL_GETTIME if not already defined.
46983         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46984         call.
46985         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46986         HAVE_CLOCK_GETTIME_VSYSCALL.
46987         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46989         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46990         gettimeofday vsyscall, just use time.
46992 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46994         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46995         <errno.h>.
46997 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46999         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47000         syscall on x86-64.
47001         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47002         syscall.
47003         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47004         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47005         syscall if possible.
47007 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47009         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47010         e_ident.  Don't pass to find_mapsXX.
47011         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47013 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47015         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47016         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47017         * sysdeps/x86_64/multiarch/strchr.S: Update.
47018         Check bit_slow_BSF bit.
47019         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47020         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47021         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47023 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47025         [BZ #13134]
47026         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47027         before glibc 2.15.
47028         (tryshell): Define.
47029         (__spawni): Change last parameter to be flag.  Test
47030         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47031         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47032         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47033         * posix/spawni.c: Likewise.
47034         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47035         * posix/spawnp.c: Likewise.  Change normal version to use
47036         SPAWN_XFLAGS_USE_PATH.
47037         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47038         SPAWN_XFLAGS_TRY_SHELL.
47040         [BZ #13150]
47041         * posix/glob.h: Remove gcc 1.x support.
47043         [BZ #13068]
47044         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47046 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47048         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47049         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47050         strrchr-sse2-bsf
47051         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47052         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47053         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47054         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47055         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47056         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47058 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47060         * sysdeps/x86_64/wcscmp.S: New file.
47062         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47063         wcscmp-c wcscmp-sse2
47064         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47065         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47066         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47067         * wcsmbs/wcscmp.c: Allow renaming.
47069 2011-09-05  David S. Miller  <davem@davemloft.net>
47071         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47072         stack slot, rather than the struct return pointer slot.
47073         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47074         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47076         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47078 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47080         * po/ja.po: Update from translation team.
47082         [BZ #13144]
47083         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47084         kernel in 64-bit binaries.
47086 2011-09-01  David S. Miller  <davem@davemloft.net>
47088         * elf/elf.h (HWCAP_SPARC_*): Move to..
47089         * sysdeps/sparc/sysdep.h: this new file and add new values.
47090         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47091         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47092         _DL_HWCAP_COUNT to 24.
47093         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47094         entries.
47095         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47096         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47097         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47098         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47099         instead of magic constants.
47100         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47102 2011-08-31  David S. Miller  <davem@davemloft.net>
47104         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47105         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47106         Reimplement to do errno handling inline.
47107         (SYSCALL_ERROR_HANDLER): New macro.
47108         (__SYSCALL_STRING): Do not do errno handling in asm.
47109         (__CLONE_SYSCALL_STRING): Delete.
47110         (__INTERNAL_SYSCALL_STRING): Delete.
47111         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47112         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47113         (PSEUDO): Reimplement to do errno handling inline.
47114         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47115         (SYSCALL_ERROR_HANDLER): New macro.
47116         (__SYSCALL_STRING): Do not do errno handling in asm.
47117         (__CLONE_SYSCALL_STRING): Delete.
47118         (__INTERNAL_SYSCALL_STRING): Delete.
47119         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47120         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47121         i386.
47122         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47123         (inline_syscall*): Add 'err' argument.
47124         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47125         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47126         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47127         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47129         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47130         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47132 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47134         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47136 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47138         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47139         directive.
47141 2011-08-24  David S. Miller  <davem@davemloft.net>
47143         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47145 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47147         * elf/Makefile: Add rules to build and run unload8 test.
47148         * elf/unload8.c: New file.
47149         * elf/unload8mod1.c: New file.
47150         * elf/unload8mod1x.c: New file.
47151         * elf/unload8mod2.c: New file.
47152         * elf/unload8mod3.c: New file.
47154         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47155         it wasn't used.
47157 2011-08-23  David S. Miller  <davem@davemloft.net>
47159         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47160         subtract stack bias.
47161         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47162         %sp not %fp in calculations.
47163         (_JMPBUF_UNWINDS_ADJ): Likewise.
47165         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47166         (aio_suspend): Call it to force an exception region around the
47167         AIO_MISC_WAIT() invocation.
47169 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47171         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47172         backslash.
47174 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47176         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47177         protection macro.
47178         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47179         and <dl-machine.h>.
47180         (Elf64_FuncDesc): Remove.
47182 2011-08-22  David S. Miller  <davem@davemloft.net>
47184         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47185         sigaltstack check, add missing cfi directives.
47186         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47187         missing cfi directives, and sigaltstack handling.
47189 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47191         [BZ #11724]
47192         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47193         object is seen twice.
47194         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47196         * elf/Makefile (distribute): Add tst-initorder2.c.
47197         (tests): Add tst-initorder2.
47198         (modules-names): Add tst-initorder2a tst-initorder2b
47199         tst-initorder2c tst-initorder2d.  Add rules to build them.
47200         ($(objpfx)tst-initorder2.out): New rule.
47201         * elf/tst-initorder2.c: New file.
47202         * elf/tst-initorder2.exp: New file.
47204 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47206         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47208         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47209         dependencies back to end of function.
47211         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47212         $(elfobjdir)/ld.so.
47214 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47216         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47217         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47218         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47219         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47220         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47221         of __vdso_gettimeofday.
47222         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47223         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47224         attribute_hidden.
47225         (_libc_vdso_platform_setup): Remove initialization of
47226         __vdso_gettimeofday and __vdso_time.
47228 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47230         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47231         and fgetc_unlocked.
47232         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47233         getc_unlocked.
47235         * elf/dl-open.c (add_to_global): Report additions to the global scope
47236         for LD_DEBUG=scopes.
47237         (dl_open_worker): Also print scope of newly loaded dependencies.
47238         (_dl_show_scope): Indicate if there is no scope.
47240         [BZ #13114]
47241         * stdio-common/Makefile (tests): Add bug24.
47242         * stdio-common/bug24.c: New file.
47244 2011-08-19  Andreas Jaeger  <aj@suse.de>
47246         [BZ #13114]
47247         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47248         non-existant file when using close-on-exec mode.
47250 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47252         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47253         the very first instruction.
47255         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47256         the CFI state in the end.
47257         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47258         inclusion of dl-trampoline.h.
47259         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47261 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47263         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47264         expectations for long double.
47266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47267         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47269 2011-08-14  David S. Miller  <davem@davemloft.net>
47271         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47272         artificual limit depends upon the system page size.
47274 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47276         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47277         * resolv/Makefile: Define CFLAGS-libresolv.
47279 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47281         * nss/makedb.c (compute_tables): Make variables used in nested
47282         function static.
47284 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47286         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47287         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47288         if buffer was too small.
47290         * elf/pldd.c (main): Attach to all threads in the process.
47291         Rewrite /proc handling to use *at functions.
47293 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47295         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47296         specifies first scope to show.
47297         (dl_open_worker): Update callers.  Move printing scope of new
47298         object to before the relocation.
47299         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47300         * sysdeps/generic/ldsodefs.h: Update declaration.
47302         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47303         string for the scope number.
47305 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47307         * nscd/servicescache.c (cache_addserv): Make sure written is always
47308         initialized.
47310 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47312         * sysdeps/i386/i486/bits/atomic.h
47313         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47314         statement expression, so as to suppress "set but not used" warning.
47315         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47317         * string/strncat.c (STRNCAT): Use prototype definition.
47319         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47320         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47321         -Iprograms here.
47322         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47323         (localedef-modules): Add localedef.
47324         (locale-modules): Add locale.
47326         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47327         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47328         to avoid a warning.
47330 2011-08-14  David S. Miller  <davem@davemloft.net>
47332         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47333         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47335 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47337         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47338         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47339         * elf/rtld.c (dl_main): Set l_name of vDSO.
47340         Call _dl_show_scope when DL_DEBUG_SCOPES.
47341         (process_dl_debug): Recognize scopes flag and also set it for all.
47342         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47343         Declare _dl_show_scope.
47345         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47346         (do_dlopen): Pass caller_dlopen to dl_open.
47347         (__libc_dlopen_mode): Initialize caller_dlopen.
47349         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47350         of libc.  Make tolower call locale-independent.  Optimize a bit by
47351         using isdigit instead of isalnum.
47352         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47354 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47356         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47357         was a dependency or dynamically loaded.
47359 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47361         * intl/l10nflist.c: Allow architecture-specific pop function.
47362         * sysdeps/x86_64/l10nflist.c: New file.
47364         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47365         classification.
47367 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47369         * include/dirent.h: Add libc_hidden_proto for scandirat and
47370         scandirat64.  Don't declare __scandirat64.
47371         * dirent/scandirat.c: Add libc_hidden_def.
47372         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47373         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47375 2011-08-10  David S. Miller  <davem@davemloft.net>
47377         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47378         enum.
47379         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47380         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47381         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47383 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47385         * Versions.def [libc]: Add GLIBC_2.15.
47386         * dirent/Makefile (routines): Add scandirat and scandirat64.
47387         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47388         GLIBC_2.15.
47389         * dirent/dirent.h: Declare scandirat and scandirat64.
47390         * dirent/scandirat.c: New file.
47391         * dirent/scandirat64.c: New file.
47392         * sysdeps/wordsize-64/scandirat.c: New file.
47393         * sysdeps/wordsize-64/scandirat64.c: New file.
47394         * dirent/opendir.c: Define opendirat.
47395         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47396         using scandirat.
47397         * dirent/scandir64.c: Adjust for scandir.c change.
47398         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47399         __scandirat64, and __scandir_cancel_handler.
47400         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47401         additional parameter and use openat instead of open (outside of ld.so).
47402         Add new __opendir as wrapper around __opendirat.
47403         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47404         here without requiring old scandirat implementation.
47406 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47408         * dirent/scandir.c (cancel_handler): Renamed to
47409         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47410         defined.  Adjust users.
47411         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47412         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47414 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47416         * string/test-string.h (IMPL): Use __STRING to expand name and then
47417         stringify it.
47419         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47420         of cleanups.
47422 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47424         * string/Makefile: Update.
47425         (strop-tests): Append strncat.
47426         * string/test-wcscmp.c: New file.
47427         New comprehensive test for wcscmp.
47428         * string/test-strcmp.c: Update.
47429         (WIDE): New define.
47431 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47433         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47434         line.
47436 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47438         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47439         encoding to ACE if AI_IDN.
47441 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47443         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47444         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47446 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47448         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47449         Fix overflow bug in strncat.
47450         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47452         * string/test-strncat.c: Update.
47453         Add new tests for checking overflow bugs.
47455 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47457         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47458         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47459         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47460         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47461         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47462         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47463         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47464         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47465         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47467         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47468         (USE_AS_STRCAT): Define.
47469         Add strcat and strncat support.
47470         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47472 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47474         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47475         __n bigger than INT_MAX+1.
47476         (__strncmp_g): Likewise.
47478 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47480         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47481         * libio/stido.h: Likewise.
47483         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47484         (AF_NFC): Define.
47485         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47486         (AF_NFC): Define.
47488         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47489         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47490         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47491         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47492         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47494         [BZ #13021]
47495         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47496         installed.
47498         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47499         typo.
47500         (_dl_x86_64_save_sse): Likewise.
47502 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47504         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47505         OSXSAVE.
47506         (_dl_x86_64_save_sse): Likewise.
47508         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47510         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47512 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47514         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47515         change.
47516         (_dl_x86_64_save_sse): Use correct AVX check.
47518 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47520         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47521         bug in strncpy/strncat.
47522         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47524 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47526         * string/tester.c (test_strcat): Add tests for different alignments
47527         of source and destination.
47528         (test_strncat): Likewise.
47530 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47532         [BZ #12852]
47533         * posix/glob.c (glob): Check passed in values before using them in
47534         expressions to avoid some overflows.
47535         (glob_in_dir): Likewise.
47537         [BZ #13007]
47538         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47539         check for AVX enablement so that we don't crash with old kernels and
47540         new hardware.
47541         * elf/tst-audit4.c: Add same checks here.
47542         * elf/tst-audit6.c: Likewise.
47544         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47546 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47548         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47550 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47552         * po/cs.po: Update from translation team.
47553         * po/bg.po: Likewise.
47555 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47557         * misc/sys/cdefs.h: Add support for const attribute.
47558         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47559         to gnu_dev_{major,minor,makedev} functions.
47561 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47563         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47565 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47567         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47568         strlen results.
47570 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47572         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47573         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47574         register in order to avoid conflicts with the soft frame pointer
47575         being held in r11 when necessary.
47576         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47577         (INTERNAL_VSYSCALL_NCS): Likewise.
47579 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47581         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47582         * elf/dl-fini.c (_dl_fini): Adjust caller.
47583         * elf/dl-close.c (_dl_close_worker): Likewise.
47584         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47586 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47588         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47589         "aux_cache->nlibs < 0".
47591         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47592         in the reload-count case.
47594 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47596         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47597         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47598         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47599         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47600         * sysdeps/x86_64/multiarch/strcat.S: New file.
47601         * sysdeps/x86_64/multiarch/strncat.S: New file.
47602         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47603         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47604         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47605         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47606         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47607         (USE_AS_STRCAT): Define.
47608         Add strcat and strncat support.
47609         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47610         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47611         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47612         * string/strncat.c: Update.
47613         (USE_AS_STRNCAT): Define.
47614         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47615         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47616         and i7.
47617         * sysdeps/x86_64/multiarch/init-arch.h
47618         (bit_Prefer_PMINUB_for_stringop): New.
47619         (index_Prefer_PMINUB_for_stringop): Likewise.
47620         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47621         bit_Prefer_PMINUB_for_stringop.
47623 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47625         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47626         buffer64.
47627         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47628         of casting of buffer.
47629         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47630         buffer32 and buffer64.
47631         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47632         writes instead of casting of buffer.
47633         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47634         buffer32.
47635         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47636         casting of buffer.
47638 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47640         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47642 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47644         * nscd/nscd.c (termination_handler): Don't do anything for a database
47645         if it has not yet been initialized.
47647 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47649         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47651 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47653         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47655 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47657         * po/nl.po: Update from translation team.
47658         * po/sv.po: Likewise.
47660 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47662         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47663         now disallowed by GCC.
47665         * configure.in (use-default-link): Default to yes if a test -shared
47666         link meets our qualifications.
47667         * configure: Regenerated.
47669         * config.make.in (output-format): New variable.
47670         * configure.in: Check for ld --print-output-format support.
47671         * configure: Regenerated.
47672         * Makerules ($(common-objpfx)format.lds)
47673         [$(output-format) != unknown]: Just use $(output-format),
47674         instead of the linker-script munging.
47676 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47678         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47679         of $(common-objpfx)shlib.lds.
47680         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47682         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47683         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47685         * configure.in (-z relro check): Adjust test code to add a large
47686         writable data section after it.
47687         * configure: Regenerated.
47689 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47691         * configure.in (-z relro check): Fix test code to make the variable
47692         truly const.
47693         * configure: Regenerated.
47695 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47697         * nscd/nscd.h (struct traced_file): Define.
47698         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47699         elements.  Add traced_files.
47700         (inotify_fd): Declare.
47701         (register_traced_file): Declare.
47702         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47703         (inotify_fd): Export.
47704         (resolv_conf_descr): Remove.
47705         (nscd_init): Move inotify descriptor creation to main.
47706         Don't register files for notification here.
47707         (register_traced_file): New function.
47708         (invalidate_cache): Don't use reset_res to determine whether to call
47709         res_init, go through the list of registered files.
47710         (main_loop_poll): The inotify descriptors are now stored in the
47711         structures for the traced files.
47712         (main_loop_epoll): Likewise
47713         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47714         to __nss_disable_nscd.
47715         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47716         for a database anymore.  Check the records for all the registered
47717         files instead.
47718         * nss/Makefile (libnss_files-routines): Add files-init.
47719         (libnss_db-routines): Add db-init.
47720         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47721         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47722         * nss/nss_db/db-init.c: New file.
47723         * nss/nss_files/files-init.c: New file.
47724         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47725         __nss_lookup_function.
47726         (__nss_lookup_function): Call nss_load_library.
47727         (nss_load_all_libraries): New function.
47728         (__nss_disable_nscd): Take parameter with callback function for files
47729         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47730         used for the cached services.
47731         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47732         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47733         options for features to all the files in nscd.
47735         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47737 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47739         * csu/elf-init.c (__libc_csu_init): Comment typo.
47741 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47743         * po/pl.po: Update from translation team.
47744         * po/ja.po: Likewise.
47745         * po/ru.po: Likewise.
47746         * po/ko.po: Likewise.
47747         * po/fr.po: Likewise.
47749 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47751         * configure.in (.ctors/.dtors header and trailer check):
47752         Use an empirical test on a built program.
47753         * configure: Regenerated.
47755         * configure.in (-z relro check): Use an empirical test on a built DSO.
47756         Detect, but do not require, on ia64.
47757         * configure: Regenerated.
47759         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47760         Update tests that use readelf to use $READELF instead.
47761         * configure: Regenerated.
47763 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47765         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47766         if the result is not used.
47768 2011-07-05  Andreas Jaeger  <aj@suse.de>
47770         [BZ#9696]
47771         * stdlib/tst-strtod.c: Add testcase.
47773 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47775         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47776         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47777         The latter has a higher limit.  Take additional parameter to pass to
47778         the new function.
47779         (__pathconf): Pass file to __statfs_link_max.
47780         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47781         __statfs_link_max.
47782         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47783         __statfs_link_max.
47785         [BZ #12868]
47786         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47787         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47788         Handle Lustre.
47789         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47790         (__statfs_filesize_max): Likewise.
47791         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47793 2011-07-05  Andreas Jaeger  <aj@suse.de>
47795         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47797 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47799         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47800         `status' variable.
47801         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47802         Likewise.
47804 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47806         * Makefile (strop-tests): Add strncat.
47807         * string/test-strncat.c: New file.
47809 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47811         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47813 2011-06-21  Andreas Jaeger  <aj@suse.de>
47815         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47816         Copy rule from iconvdata/Makefile.
47818 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47820         [BZ #12922]
47821         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47822         but no long options are defined, just return 'W'.
47824 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47826         [BZ #9696]
47827         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47829 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47831         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47832         netgroups to read.
47833         (innetgr): Likewise.
47835 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47837         * config.make.in (install_root): Default to $(DESTDIR).
47839 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47841         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47843 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47845         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47847         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47848         containing directory rather than embedding absolute directory names.
47850         * scripts/check-local-headers.sh: Rewritten using awk.
47851         Match by word, not by line.  Print error messages for matches.
47852         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47854         * Makerules [shlib-lds-flags empty]:
47855         ($(common-objpfx)libc_pic.opts): New target.
47856         ($(common-objpfx)libc_pic.os.clean): New target.
47857         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47859         * config.make.in (OBJCOPY): New variable.
47860         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47861         * configure: Regenerated.
47863         * config.make.in (use-default-link): New variable.
47864         * configure.in (use_default_link): Grok --with-default-link to set it.
47865         * configure: Regenerated.
47866         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47867         (shlib-lds, shlib-lds-flags): Define to empty.
47869         * Makerules (shlib-lds): New variable.
47870         (shlib-lds-flags): New variable.
47871         (build-shlib, build-moduile, build-module-asneeded): Use it.
47872         ($(common-objpfx)libc.so): Use $(shlib-lds).
47873         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47874         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47876         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47877         DT_FLAGS/DT_FLAGS_1 with zero flags.
47879         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47880         linker script munging.
47882 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47884         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47885         as 128-bit value.
47886         * crypt/sha512.c (sha512_process_block): Perform total addition using
47887         128-bit if possible.
47888         (__sha512_finish_ctx): Likewise.
47889         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47890         as 64-bit value.
47891         * crypt/sha256.c (SWAP64): Define.
47892         (sha256_process_block): Perform total addition using 64-bit if
47893         possible.
47894         (__sha256_finish_ctx): Likewise.
47896 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47898         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47899         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47900         * nscd/hstcache.c (cache_addhst): Likewise.
47901         * nscd/grpcache.c (cache_addgr): Likewise.
47902         * nscd/aicache.c (addhstaiX): Likewise
47903         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47905 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47907         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47908         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47909         * nscd/hstcache.c (cache_addhst): Likewise.
47910         * nscd/grpcache.c (cache_addgr): Likewise.
47911         * nscd/aicache.c (addhstaiX): Likewise
47913 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47915         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47916         domain only when needed.
47918 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47920         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47921         is always restored.
47923 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47925         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47926         are re-adding the entry.
47927         * nscd/servicescache.c (cache_addserv): Likewise.
47929 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47931         * sysdeps/generic/dl-irel.h: fix protection against multiple
47932         inclusions.
47933         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47935 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47937         [BZ #12935]
47938         * malloc/memusage.sh: Fix quoting in message.
47939         * debug/xtrace.sh: Likewise.
47941         * configure.in: Remove support for --experimental-malloc option, make
47942         it the default.
47943         * config.make.in: Likewise.
47944         * malloc/Makefile: Likewise.
47946 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47948         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47949         two-byte characters.
47951 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47953         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47954         AC_CACHE_CHECK invocation.
47955         * configure: Regenerated.
47957         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47959 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47961         [BZ #12350]
47962         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47963         bit from old_res_options.
47965         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47967         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47968         value type for setfct.
47970 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47972         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47973         __gettimeofday instead of gettimeofday.
47975 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47977         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47979 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47981         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47983         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47984         info.
47986 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47988         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47989         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47990         strcpy-sse2-unaligned strncpy-sse2-unaligned
47991         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47992         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47993         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47994         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47995         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47996         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47997         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47998         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47999         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48000         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48001         (STRCPY): Support SSE2 and SSSE3 versions.
48003 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48005         [BZ #12874]
48006         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48007         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48008         kernels which artificially limit size of requests.
48010 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48012         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48013         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48014         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48015         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48016         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48017         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48018         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48019         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48020         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48021         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48022         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48023         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48024         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48025         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48026         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48027         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48028         Enable unaligned load optimization for Intel Core i3, i5 and i7
48029         processors.
48030         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48031         Define.
48032         (index_Fast_Unaligned_Load): Define.
48033         (HAS_FAST_UNALIGNED_LOAD): Define.
48035 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48037         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48039 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48041         [BZ #12907]
48042         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48043         until it is clear that the information is realy needed.
48044         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48046 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48048         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48050 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48052         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48053         /sys/devices/system/cpu/online if it is usable.
48055         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48056         reading the information from the /proc filesystem to once a second.
48058 2011-06-21  Andreas Jaeger  <aj@suse.de>
48060         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48061         NULL after inclusion of kernel headers.
48063 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48065         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48066         calls to internal_setent.
48068         [BZ #12885]
48069         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48070         addresses using gethostbyname4_r ignore IPv4 addresses.
48072         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48073         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48075         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48077 2011-06-20  David S. Miller  <davem@davemloft.net>
48079         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48080         inclusions.
48081         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48083         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48084         (elf_irel): Use it.
48085         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48086         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48087         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48088         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48089         * sysdeps/x86_64/dl-irel.h: Likewise.
48091         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48092         * elf/dl-sym.c: Likewise.
48094 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48096         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48097         need to dereference resplen2.
48099 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48101         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48103 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48105         * Makeconfig: Define vardbdir and inst_vardbdir.
48106         * nss/Makefile: Add rules to install db-Makefile.
48108         * nss/nss_db/db-XXX.c: Cleanup.
48110         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48111         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48112         GLIBC_PRIVATE.
48113         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48114         * nss/makedb.c: Implement -g option to specify that value strings
48115         are generated and should not be added to table iterated over for
48116         get*ent calls.
48117         * nss/nss_db/db-initgroups.c: New file.
48119         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48120         interface.
48122         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48123         (internal_getgrouplist): Adjust to name change.
48124         Update use_initgroups_entry if this is not the first call.
48125         * nss/databases.def: Add initgroups entry.
48127         * nss/makedb.c (compute_tables): Check result of multiple hash table
48128         sizes to minimize maximum chain length.
48130 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48132         * Versions.def: Add entry for libnss_db.
48133         * shlib-versions: Likewise.
48134         * nss/Makefile: Add rules to build libnss_db.
48135         * nss/Versions: Add libnss_db information.  Organize libnss_files
48136         entries better.
48137         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48138         makedb progra.  Some minor improvements to generate smaller files.
48139         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48140         here from...
48141         * nss/makedb.c: ...here.
48142         Improve database format to be smaller and require less memory at
48143         runtime.
48144         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48145         db anymore.
48146         * nss/nss_db/db-netgrp.c: Likewise.
48147         * nss/nss_db/db-open.c: Likewise.
48148         * nss/nss_files/flies-XXX.x: Adjust comments.
48149         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48150         * nss/nss_files/files-grp.c: Likewise.
48151         * nss/nss_files/files-hosts.c: Likewise.
48152         * nss/nss_files/files-network.c: Likewise.
48153         * nss/nss_files/files-proto.c: Likewise.
48154         * nss/nss_files/files-pwd.c: Likewise.
48155         * nss/nss_files/files-rpc.c: Likewise.
48156         * nss/nss_files/files-service.c: Likewise.
48157         * nss/nss_files/files-sgrp.c: Likewise.
48158         * nss/nss_files/files-spwd.c: Likewise.
48159         * nss/nss_db/db-alias.c: Removed.
48160         * nss/nss_db/dummy-db.h: Removed.
48162 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48164         * nss/makedb.c: Rewritten to not use database library.
48165         * nss/Makefile: Update to build new makedb program.
48167 2011-06-14  Andreas Jaeger  <aj@suse.de>
48169         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48170         memset declaration.
48172 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48175         tmpbuf.
48177 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48179         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48180         * elf/Makefile ($(objpfx)ld.so): Likewise.
48182         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48183         Don't list ld.so twice in dependencies.
48185         * posix/bug-regex31.c: Include <stdlib.h>.
48187         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48189         * nis/nss_compat/compat-spwd.c
48190         (getspent_next_nss_netgr): Remove unused variable.
48191         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48193         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48194         nonmembers" output to use the right array.
48196         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48198         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48200         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48201         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48202         * catgets/gencat.c (read_input_file): Likewise.
48203         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48205         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48206         variable definition inside #if's controlling its use.
48208         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48210         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48212         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48214         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48215         unreachable code.
48217         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48219         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48220         * configure: Regenerated.
48222         * Makerules: Revert last change.
48223         * elf/Makefile: Likewise.
48225 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48227         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48228         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48229         (reloc-link): Likewise.
48231 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48233         * elf/Makefile: Add rules to build pldd.
48234         * elf/pldd.c: New file.
48235         * elf/pldd-xx.c: New file.
48237 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48239         * version.h: Update for 2.15 development version.
48241 2011-06-07  David S. Miller  <davem@davemloft.net>
48243         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48244         ifuncs.
48245         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48246         elf_machine_lazy_rel): Likewise.
48247         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48248         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48249         elf_machine_lazy_rel): Likewise.
48250         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48251         dl_hwcap via passed in argument.
48252         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48253         Likewise.
48255 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48257         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48259 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48261         [BZ #12849]
48262         * manual/fdl-1.1.texi: New file, verbatim from:
48263         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48264         * manual/lgpl-2.1.texi: New file, verbatim from:
48265         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48266         * manual/Makefile (licenses): New variable, list those new file names.
48267         (texis): Use it.
48268         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48270         * manual/fdl.texi: File removed.
48271         * manual/lesser.texi: File removed.
48272         * manual/libc.texinfo (Copying, Documentation License):
48273         Use new @include file names, put @appendix directive before @include.
48275 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48277         [BZ #12841]
48278         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48279         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48280         (mq_open): Add __NTH.
48282 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48284         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48285         Assume Intel Core i3/i5/i7 processor if AVX is available.
48287 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48289         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48290         typo.
48292 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48294         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48295         memory.  Use alloca_account.  Fix memory leak when retrying.
48297 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48299         * version.h (RELEASE): Bump for 2.14 release.
48300         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48302         * config.make.in (RANLIB): Remove entry.
48304 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48306         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48307         (libc.pot): Work around missing support for .ksh extension in xgettext.
48309         [BZ #12684]
48310         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48311         if both request failed.
48312         (send_dg): In case of server errors clear resplen or *resplen2.
48314         [BZ #12454]
48315         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48316         when there are multiple maps.
48317         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48318         (_dl_fini): Remove test here.
48320         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48322 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48324         [BZ #12350]
48325         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48326         bit from old_res_options.
48327         (gaih_inet): Likewise.
48329         [BZ #11099]
48330         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48331         as signed.
48333         * resolv/res_init.c (res_setoptions): Make the code more compact.
48335         [BZ #11558]
48336         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48337         set RES_USEVC.
48339         [BZ #11634]
48340         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48342         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48344         [BZ #11781]
48345         * malloc/malloc.h: Declare malloc hook variables as volatile.
48347         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48348         in last patch.
48350         [BZ #11799]
48351         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48352         raise in the comment.
48353         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48354         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48355         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48357 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48359         [BZ #12811]
48360         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48361         grow the buffers more if it already has to be sufficient.
48362         (build_wcs_upper_buffer): Likewise.
48363         * posix/regexec.c (check_matching): Likewise.
48364         (clean_state_log_if_needed): Likewise.
48365         (extend_buffers): Don't enlarge buffers beyond size of the input
48366         buffer.
48367         Patches mostly by Emil Wojak <emil@wojak.eu>.
48368         * posix/bug-regex32.c: New file.
48369         * posix/Makefile (tests): Add bug-regex32.
48371         * locale/findlocale.c (_nl_find_locale): Return right away if
48372         _nl_explode_name failed.
48373         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48375         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48377         * debug/xtrace.sh: Unify messages.
48378         * malloc/memusage.sh: Likewise.
48380         [BZ #12813]
48381         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48382         time symbol from vDSO.  Substitute with vsyscall if not available.
48383         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48384         __vdso_time.
48386         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48387         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48388         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48389         Add sendmmsg and internal_sendmmsg.
48390         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48391         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48392         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48394         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48395         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48396         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48398 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48400         [BZ #12813]
48401         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48402         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48403         available.
48404         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48405         __vdso_getcpu.
48407         [BZ #12814]
48408         * iconvdata/Makefile (tests): Add bug-iconv9.
48409         * iconvdata/bug-iconv9.c: New file.
48411 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48413         [BZ #12814]
48414         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48416 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48418         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48419         (struct user_regs_struct): Change intcs field back to cs.
48421 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48423         * po/ja.po: Update from translation team.
48425 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48427         [BZ #12795]
48428         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48429         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48431 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48433         * stdlib/longlong.h: Update from GCC.
48435 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48437         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48438         parameter name.
48439         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48440         Add parameter name.
48441         (__sysconf): Pass it down.
48443 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48445         [BZ #12671]
48446         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48447         some situations.
48448         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48449         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48450         add in in __libc_use_alloca calls.  Adjust callers.
48451         (glob): Use malloc in some situations.
48453         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48454         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48455         pltexit.
48457 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48459         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48460         and CLOCK_BOOTTIME_ALARM.
48462         [BZ #12782]
48463         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48464         is returned.
48466         * string/_strerror.c (__strerror_r): Print negative errors as signed
48467         numbers.
48469         [BZ #12777]
48470         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48471         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48472         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48474         * configure.in: Fix typo in redirection and correct removal of test
48475         files in two cases.
48477         [BZ #12788]
48478         * locale/setlocale.c (new_composite_name): Fix test to check for
48479         identical name of all categories.
48481         [BZ #12792]
48482         * libio/filedoalloc.c (local_isatty): New function.
48483         (_IO_file_doallocate): Use local_isatty.
48484         * stdio-common/perror.c (perror): In case a new stream is used
48485         forward the stream error.
48486         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48487         error flag.
48489 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48491         [BZ #11869]
48492         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48493         alloca.
48494         * include/alloca.h (extend_alloca_account): Define.
48496         [BZ #11857]
48497         * posix/regex.h: Fix comments with documentation of user-accessible
48498         fields after compilation and describe correct free'ing of pattern
48499         after re_compile_pattern.
48500         Patch by Reuben Thomas <rrt@sc3d.org>.
48502 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48504         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48505         and -mno-altivec to prevent the compiler from using Altivec and/or
48506         VSX instructions when the corresponding registers are not available.
48508 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48510         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48512 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48514         * libio/freopen.c (freopen): Use __dup2, not dup2.
48515         * libio/freopen64.c (freopen64): Likewise.
48517 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48519         [BZ #12775]
48520         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48521         * math/Makefile (tests): Add test-powl.
48522         (CFLAGS-test-powl.c): Define.
48523         * math/test-powl.c: New file.
48525 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48527         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48529 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48531         [BZ #11837]
48532         * iconvdata/gb18030.c: Update to GB18020-2005.
48534 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48536         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48537         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48538         Patch by Aharon Robbins <arnold@skeeve.com>.
48540         [BZ #11892]
48541         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48542         on the stack.
48544         [BZ #11895]
48545         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48546         through underflows.
48548         [BZ #12766]
48549         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48550         point to strings before performing equality test for error_one_per_line
48551         mode.
48553         [BZ #11697]
48554         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48556         [BZ #11820]
48557         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48558         (struct user_fpregs_struct): Avoid __uint*_t types.
48560         [BZ #6420]
48561         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48562         symbol info.  Use it instead of calling _dl_addr locally.
48563         (lock_and_info): New function.
48564         (tr_freehook): Call lock_and_info and pass symbol info as additional
48565         parameter to tr_where.
48566         (tr_mallochook): Likewise.
48567         (tr_reallochook): Likewise.
48568         (tr_memalignhook): Likewise.
48570         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48571         used and couldn't be at all thread-safe.
48573 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48575         * libio/freopen.c (freopen): Don't close old file descriptor
48576         before the new one is opened.  Instead dup the new file descriptor
48577         to the old one after the new stream is created.
48578         * libio/freopen64.c (freopen64): Likewise.
48579         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48580         * libio/fileops.c (_IO_new_file_close_it): Handle new
48581         _IO_FLAGS2_NOCLOSE flag.
48582         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48583         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48584         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48585         _IO_FLAGS2_NOCLOSE flag.
48586         * include/unistd.h: Add hidden_proto for dup3.
48587         Define __have_dup3.
48588         * io/dup3.c: Define hidden symbol.
48589         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48591         [BZ #7101]
48592         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48593         when an incomplete long option is used.
48594         * posix/tst-getopt_long1.c: New file.
48595         * posix/Makefile (tests): Add tst-getopt_long1.
48597         [BZ #10138]
48598         * scripts/config.guess: Update from autoconf-2.68.
48599         * scripts/config.sub: Likewise.
48601         [BZ #10157]
48602         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48603         tests into ...
48604         (has_cpuclock): ...this.  New function.
48605         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48606         macro here based on has_cpuclock code.
48608         [BZ #10149]
48609         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48610         First byte (not low byte) is now always NUL.
48611         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48613         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48614         Use non-cancelable interfaces.
48616         [BZ #9809]
48617         * locale/iso-639.def: Add entry for Sorani.
48619         [BZ #11901]
48620         * include/stdlib.h: Move include protection to the right place.
48621         Define abort_msg_s.  Declare __abort_msg with it.
48622         * stdlib/abort.c (__abort_msg): Adjust type.
48623         * assert/assert.c (__assert_fail_base): New function.  Majority
48624         of code from __assert_fail.  Allocate memory for __abort_msg with
48625         mmap.
48626         (__assert_fail): Now call __assert_fail_base.
48627         * assert/assert-perr.c: Remove bulk of implementation.  Use
48628         __assert_fail_base.
48629         * include/assert.hL Declare __assert_fail_base.
48630         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48631         mmap.
48632         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48634 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48636         [BZ #11952]
48637         [BZ #12453]
48638         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48639         until all modules are registered in the DTV.
48640         * elf/Makefile: Add rules to build and run tst-tls19.
48641         * elf/tst-tls19.c: New file.
48642         * elf/tst-tls19mod1.c: New file.
48643         * elf/tst-tls19mod2.c: New file.
48644         * elf/tst-tls19mod3.c: New file.
48645         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48647         [BZ #12083]
48648         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48649         correctly.
48651         [BZ #12601]
48652         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48653         two-byte sequence errors.
48654         * iconvdata/Makefile (tests): Add bug-iconv8.
48655         * iconvdata/bug-iconv8.c: New file.
48657         [BZ #12626]
48658         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48659         buf2 definition.
48661         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48663         [BZ #12432]
48664         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48665         (dummy_getcfa): New function.
48666         (init): Get _Unwind_GetCFA address, use dummy if not found.
48667         (backtrace_helper): In recursion check, also check whether CFA changes.
48668         (__backtrace): Completely initialize arg.
48670         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48671         storing incomplete byte sequence in state object.  Avoid testing for
48672         guaranteed too small input if we know there is enough data available.
48674 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48676         * Makeconfig (+link-pie): Indent.
48677         * Rules (binaries-pie): Define if $(have-fpie) and
48678         $(build-shared).
48679         (binaries-shared): Also filter out $(binaries-pie).
48680         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48681         * nscd/Makefile (others-pie): Add nscd.
48682         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48683         ($(objpfx)nscd): Remove command override.
48684         * login/Makefile (others-pie): Add pt_chown.
48685         ($(objpfx)pt_chown): Remove command override.
48686         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48687         remove command overrides.
48689 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48691         * libio/tst_putwc.c: Fix error messages.
48693         [BZ #12724]
48694         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48695         currently writing and seek to current position when not.
48696         * libio/Makefile (tests): Add bug-fclose1.
48697         * libio/bug-fclose1.c: New file.
48699 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48701         [BZ #12511]
48702         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48703         don't set DF_1_NODELETE here.
48704         (do_lookup_x): When entering new entry test for copy relocation
48705         and if necessary set DF_1_NODELETE flag.
48706         * elf/tst-unique4.cc: New file.
48707         * elf/tst-unique4.h: New file.
48708         * elf/tst-unique4lib.cc: New file.
48709         * elf/Makefile: Add rules to build and run tst-unique4.
48710         Patch by Piotr Bury <pbury@goahead.com>.
48712 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48714         [BZ #12052]
48715         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48717         [BZ #12625]
48718         * misc/mntent_r.c (addmntent): Flush the stream after the output
48720         [BZ #12393]
48721         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48722         (is_trusted_path_normalize): Skip initial colon.  Append slash
48723         to empty buffer.  Duplicate is_trusted_path code but allow
48724         constructed patch to be prefix.
48725         (is_dst): Allow $ORIGIN followed by /.
48726         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48727         Correct testing of result of is_trusted_path_normalize
48728         (decompose_rpath): Fix warning.
48730 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48732         [BZ #11257]
48733         * grp/initgroups.c (internal_getgrouplist): When we found the service
48734         list through the initgroups entry in nsswitch.conf do not always
48735         continue on a successful lookup.  Don't always use the
48736         __nss_group_database value if it is set.
48737         * nss/nsswitch.conf (initgroups): Change action for successful db
48738         lookup to continue for compatibility.
48740 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48742         [BZ #11532]
48743         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48744         and CP774 modules.
48745         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48746         and CP774 modules.
48747         * iconvdata/tst-tables.sh: Likewise.
48748         * iconvdata/cp770.c: New file.
48749         * iconvdata/cp771.c: New file.
48750         * iconvdata/cp772.c: New file.
48751         * iconvdata/cp773.c: New file.
48752         * iconvdata/cp774.c: New file.
48753         * iconvdata/testdata/CP770: New file.
48754         * iconvdata/testdata/CP770..UTF8: New file.
48755         * iconvdata/testdata/CP771: New file.
48756         * iconvdata/testdata/CP771..UTF8: New file.
48757         * iconvdata/testdata/CP772: New file.
48758         * iconvdata/testdata/CP772..UTF8: New file.
48759         * iconvdata/testdata/CP773: New file.
48760         * iconvdata/testdata/CP773..UTF8: New file.
48761         * iconvdata/testdata/CP774: New file.
48762         * iconvdata/testdata/CP774..UTF8: New file.
48764         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48765         END CHARMAP line.
48766         * iconvdata/gen-8bit-gap.sh: Likewise.
48767         * iconvdata/gen-8bit.sh: Likewise.
48769         * locale/iso-639.def: Add ary entry.
48771         [BZ #11258]
48772         * locale/C-translit.h.in: Add U20A1 transliteration.
48774         [BZ #12178]
48775         * locale/iso-639.def: Add wae entry.
48776         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48778         [BZ #12545]
48779         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48780         for n.
48782         [BZ #12711]
48783         * locale/C-translit.h.in: Add entry for U20B9.
48784         Patch by pravin.d.s@gmail.com.
48786 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48788         [BZ #12713]
48789         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48790         ENAMETOOLONG use generic getcwd.
48791         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48792         in rtld.  Use *stat64.
48793         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48794         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48795         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48796         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48797         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48798         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48799         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48800         __fstatat64 macros.
48801         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48802         * dirent/rewinddir.c: Add libc_hidden_def.
48803         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48804         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48806         * include/dirent.h (__alloc_dir): Add flags parameter.
48807         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48808         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48809         __alloc_dir.
48810         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48811         from fdopendir if O_CLOEXEC is already set.
48813 2011-03-15  Alan Modra  <amodra@gmail.com>
48815         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48816         l_tls_firstbyte_offset non-zero.  Save padding offset in
48817         l_tls_firstbyte_offset for later use.
48818         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48819         freeing static tls block.
48821 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48823         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48824         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48825         being defined by the kernel headers.
48827 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48829         [BZ #12734]
48830         * resolv/resolv.h: Define RES_NOTLDQUERY.
48831         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48832         no-tld-query and set RES_NOTLDQUERY.
48833         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48834         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48835         modern BIND to search name as TLD unless forbidden.
48837 2011-05-07  Petr Baudis  <pasky@suse.cz>
48838             Ulrich Drepper  <drepper@gmail.com>
48840         [BZ #12393]
48841         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48842         (is_trusted_path): ...to here.
48843         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48844         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48845         using is_trusted_path_normalize() in setuid scripts.
48847 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48849         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48850         __BEGIN/__END_DECLS.
48852 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48854         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48855         NSS_STATUS_NOTFOUND if no record was found.
48857 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48859         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48860         (headers-not-in-tirpc): Remove rpc/netdb.h
48861         * resolv/netdb.h: Revert last change.
48863 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48865         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48866         circular dependency between libgcc.a and libc.a.
48868 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48870         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48871         * nis/Makefile: Don't install rpcsvc/*.
48872         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48873         instead of <rpc/types.h>.
48874         (MAXHOSTNAMELEN): Define.
48876 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48878         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48880 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48882         [BZ #12714]
48883         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48884         gethostbyname4_r when IPv6 results are possible.
48886 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48888         [BZ #12723]
48889         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48890         _PC_PIPE_BUF handling.
48892 2011-04-30  Bruno Haible  <bruno@clisp.org>
48894         [BZ #12717]
48895         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48896         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48897         to 'int'.
48898         * inet/getnameinfo.c (getnameinfo): Likewise.
48900 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48902         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48903         to groups setting in database lookup.
48904         * nss/nsswitch.conf: Add initgroups entry.
48906 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48908         [BZ #12685]
48909         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48910         mode string.
48911         Patch by Eric Blake <eblake@redhat.com>.
48913 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48915         * sunrpc/Makefile (need-export-routines): Add svc_run.
48916         (routines): Remove svc_run.
48917         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48918         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48919         * sunrpc/svc_run.c (svc_run): Likewise.
48920         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48922 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48924         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48925         problem in reallocation in last patch.
48927 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48929         * sunrpc/Makefile: Move inclusion of Rules.
48931 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48933         * nss/nss_files/files-initgroups.c: New file.
48934         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48935         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48936         _nss_files_initgroups_dyn.
48938 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48940         * elf/elf.h (R_ARM_IRELATIVE): Define.
48942 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48944         * po/ru.po: Update from translation team.
48946 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48948         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48949         dependencies.
48951 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48953         [BZ #12653]
48954         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48955         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48956         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48957         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48958         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48960 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48962         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48963         differing bytes.
48964         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48965         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48966         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48968 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48970         [BZ #12420]
48971         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48972         storing it.
48973         * stdlib/bug-getcontext.c: New file.
48974         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48976 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48978         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48979         instructions into .machine "z9-109".
48980         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48981         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48983 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48985         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48986         between environment variables and auxiliary vector.
48988 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48990         * Makefile: Add rules to build linkobj/libc.so.
48991         * include/libc-symbols.h: Define libc_hidden_nolink.
48992         * include/rpc/auth.h: Mark functions which are to be hidden.
48993         * include/rpc/auth_des.h: Likewise.
48994         * include/rpc/auth_unix.h: Likewise.
48995         * include/rpc/clnt.h: Likewise.
48996         * include/rpc/des_crypt.h: Likewise.
48997         * include/rpc/key_prot.h: Likewise.
48998         * include/rpc/pmap_clnt.h: Likewise.
48999         * include/rpc/pmap_prot.h: Likewise.
49000         * include/rpc/pmap_rmt.h: Likewise.
49001         * include/rpc/rpc_msg.h: Likewise.
49002         * include/rpc/svc.h: Likewise.
49003         * include/rpc/svc_auth.h: Likewise.
49004         * include/rpc/xdr.h: Likewise.
49005         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49006         * nss/Makefile: Likewise.
49007         * sunrpc/Makefile: Don't install headers.  Build library with normal
49008         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49009         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49010         for the compat linking library.  Remove use of INTDEF/INTUSE.
49011         * sunrpc/auth_none.c: Likewise.
49012         * sunrpc/auth_unix.c: Likewise.
49013         * sunrpc/authdes_prot.c: Likewise.
49014         * sunrpc/authuxprot.c: Likewise.
49015         * sunrpc/clnt_gen.c: Likewise.
49016         * sunrpc/clnt_perr.c: Likewise.
49017         * sunrpc/clnt_raw.c: Likewise.
49018         * sunrpc/clnt_simp.c: Likewise.
49019         * sunrpc/clnt_tcp.c: Likewise.
49020         * sunrpc/clnt_udp.c: Likewise.
49021         * sunrpc/clnt_unix.c: Likewise.
49022         * sunrpc/des_crypt.c: Likewise.
49023         * sunrpc/des_soft.c: Likewise.
49024         * sunrpc/get_myaddr.c: Likewise.
49025         * sunrpc/key_call.c: Likewise.
49026         * sunrpc/key_prot.c: Likewise.
49027         * sunrpc/netname.c: Likewise.
49028         * sunrpc/pm_getmaps.c: Likewise.
49029         * sunrpc/pm_getport.c: Likewise.
49030         * sunrpc/pmap_clnt.c: Likewise.
49031         * sunrpc/pmap_prot.c: Likewise.
49032         * sunrpc/pmap_prot2.c: Likewise.
49033         * sunrpc/pmap_rmt.c: Likewise.
49034         * sunrpc/publickey.c: Likewise.
49035         * sunrpc/rpc_cmsg.c: Likewise.
49036         * sunrpc/rpc_common.c: Likewise.
49037         * sunrpc/rpc_dtable.c: Likewise.
49038         * sunrpc/rpc_prot.c: Likewise.
49039         * sunrpc/rpc_thread.c: Likewise.
49040         * sunrpc/rtime.c: Likewise.
49041         * sunrpc/svc.c: Likewise.
49042         * sunrpc/svc_auth.c: Likewise.
49043         * sunrpc/svc_authux.c: Likewise.
49044         * sunrpc/svc_raw.c: Likewise.
49045         * sunrpc/svc_run.c: Likewise.
49046         * sunrpc/svc_simple.c: Likewise.
49047         * sunrpc/svc_tcp.c: Likewise.
49048         * sunrpc/svc_udp.c: Likewise.
49049         * sunrpc/svc_unix.c: Likewise.
49050         * sunrpc/svcauth_des.c: Likewise.
49051         * sunrpc/xcrypt.c: Likewise.
49052         * sunrpc/xdr.c: Likewise.
49053         * sunrpc/xdr_array.c: Likewise.
49054         * sunrpc/xdr_float.c: Likewise.
49055         * sunrpc/xdr_intXX_t.c: Likewise.
49056         * sunrpc/xdr_mem.c: Likewise.
49057         * sunrpc/xdr_rec.c: Likewise.
49058         * sunrpc/xdr_ref.c: Likewise.
49059         * sunrpc/xdr_sizeof.c: Likewise.
49060         * sunrpc/xdr_stdio.c: Likewise.
49062 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49064         [BZ #12650]
49065         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49066         * sysdeps/ia64/dl-tls.h: Likewise.
49067         * sysdeps/powerpc/dl-tls.h: Likewise.
49068         * sysdeps/s390/dl-tls.h: Likewise.
49069         * sysdeps/sh/dl-tls.h: Likewise.
49070         * sysdeps/sparc/dl-tls.h: Likewise.
49071         * sysdeps/x86_64/dl-tls.h: Likewise.
49072         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49074 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49076         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49077         rpath element also skip the following colon.
49078         (expand_dynamic_string_token): Add is_path parameter and pass
49079         down to DL_DST_REQUIRED and _dl_dst_substitute.
49080         (decompose_rpath): Call expand_dynamic_string_token with
49081         non-zero is_path.  Ignore empty rpaths.
49082         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49083         with zero is_path.
49085 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49088         Make cancelable.
49090 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49092         [BZ #12655]
49093         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49094         Patch by Filipe David Manana <fdmanana@apache.org>.
49096 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49098         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49099         Maintain aligned stack.
49100         (CHECK_RSP): Remove unused macro.
49102 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49104         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49105         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49107 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49109         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49111         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49113 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49115         [BZ #12518]
49116         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49117         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49118         * sysdeps/x86_64/memmove.c: New file.
49119         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49120         (memcpy): Renamed to ...
49121         (__new_memcpy): This.
49122         (memcpy): Provide GLIBC_2_14 memcpy.
49123         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49124         (memcpy): Provide GLIBC_2_2_5 memcpy.
49126 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49128         [BZ #12631]
49129         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49131 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49133         * misc/syncfs.c: New file.
49134         * misc/Makefile (routines): Add syncfs.
49135         * posix/unistd.h: Declare syncfs.
49136         * sysdeps/unix/syscalls.list: Add syncfs.
49138 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49140         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49141         open_by_handle_at.
49142         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49143         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49144         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49145         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49146         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49147         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49148         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49150 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49152         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49153         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49154         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49155         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49156         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49157         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49158         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49160         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49161         sync_file_range.c with -fexceptions.
49162         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49163         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49164         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49165         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49166         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49167         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49168         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49169         sync_file_range as cancellation point
49170         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49171         now a wrapper around __call_sync_file_range with cancellation handling.
49172         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49173         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49174         function name to __call_sync_file_range.
49175         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49176         Add call_sync_file_range.
49178 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49180         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49181         bits/timex.h.
49183 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49185         * iconv/iconv.h: Fix typo in comment.
49186         * io/fcntl.h: Likewise.
49187         * libio/stdio.h: Likewise.
49188         * posix/spawn.h: Likewise.
49189         * posix/unistd.h: Likewise.
49190         * stdlib/stdlib.h: Likewise.
49191         * time/time.h: Likewise.
49192         * wcsmbs/wchar.h: Likewise.
49194         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49195         open_by_handle): Add.
49196         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49197         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49198         Augment a few comments.
49199         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49200         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49201         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49202         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49203         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49204         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49205         open_by_handle.
49207         * io/fcntl.h (AT_EMPTY_PATH): Define.
49209 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49211         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49212         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49213         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49214         to...
49215         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49216         * Versions.def: Add GLIBC_2.14.
49217         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49218         Export.
49220 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49222         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49223         round counter.
49224         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49226 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49228         [BZ #12597]
49229         * string/test-strncmp.c (do_page_test): New function.
49230         (check2): Likewise.
49231         (test_main): Call check2.
49232         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49234 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49236         [BZ #12587]
49237         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49238         Handle cache information in CPU leaf 4.
49239         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49241 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49243         [BZ #12583]
49244         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49245         character representation.
49246         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49248 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49250         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49251         END(__isnan) to END(__isnanf) to match function entry point/label
49252         EALIGN(__isnanf,...).
49254 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49256         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49258 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49260         [BZ #12510]
49261         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49262         copy from the symbol referenced in the relocation to initialize the
49263         used variable.
49264         Patch by Piotr Bury <pbury@goahead.com>.
49265         * elf/Makefile: Add rules to build and tst-unique3.
49266         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49267         * elf/tst-unique3.cc: New file.
49268         * elf/tst-unique3.h: New file.
49269         * elf/tst-unique3lib.cc: New file.
49270         * elf/tst-unique3lib2.cc: New file.
49272         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49274 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49276         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49277         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49278         to _start.
49280 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49282         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49283         to-be-loaded object along a path to loader is ld.so.
49285 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49286             Ulrich Drepper  <drepper@gmail.com>
49288         * sysdeps/x86_64/memset.S: After aligning destination, code
49289         branches to different locations depending on the value of
49290         misalignment, when multiarch is enabled. Fix this.
49292 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49294         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49295         Set _x86_64_preferred_memory_instruction for AMD processsors.
49296         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49297         Set bit_Prefer_SSE_for_memop for AMD processors.
49299 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49301         * libio/fmemopen.c (fmemopen): Optimize a bit.
49303 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49305         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49307 2011-03-03  Roland McGrath  <roland@redhat.com>
49309         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49311 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49313         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49314         __bzero_ultra1 instead of __memset_ultra1.
49316 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49317             Ulrich Drepper  <drepper@gmail.com>
49319         [BZ #12509]
49320         * include/link.h (struct link_map): Add l_orig_initfini.
49321         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49322         returning unsuccessfully.
49323         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49324         close of a file loaded at startup, restore the original l_initfini
49325         list.
49326         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49327         list, store the pointer.
49328         * elf/Makefile ($(objpfx)noload-mem): New rule.
49329         (noload-ENV): Define.
49330         (tests): Add $(objpfx)noload-mem.
49331         * elf/noload.c: Include <memcheck.h>.
49332         (main): Call mtrace.  Close all opened handles.
49334 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49336         [BZ #12454]
49337         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49338         dependencies are missing.
49340 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49342         Fix __if_freereq crash: Unlike the generic version which uses free,
49343         Hurd needs munmap.
49344         * sysdeps/mach/hurd/ifreq.h: New file.
49346 2011-01-27  Petr Baudis  <pasky@suse.cz>
49347             Ulrich Drepper  <drepper@gmail.com>
49349         [BZ 12445]#
49350         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49351         to extend_alloca().
49352         * stdio-common/bug23.c: New file.
49353         * stdio-common/Makefile (tests): Add bug23.
49355 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49356             Ulrich Drepper  <drepper@gmail.com>
49358         [BZ #12489]
49359         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49360         before performing relro protection.  At old place add assertion
49361         to make sure nothing changed.
49363 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49364             Glauber de Oliveira Costa  <glommer@gmail.com>
49366         * elf/elf.h: Add new ARM TLS relocs.
49368 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49371         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49372         cast from r3.
49373         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49374         'tests' variable.
49375         * sysdeps/wordsize-64/tst-writev.c: New file.
49377 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49379         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49380         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49381         insns in _dl_start to prevent a TOC reference before relocs are
49382         resolved.
49384 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49386         [BZ #12469]
49387         * Makeconfig: Remove RANLIB definition.
49388         * Makerules: Don't use RANLIB.
49389         * aclocal.m4: Remove ranlib test.
49390         * configure.in: No need to check for ranlib.
49391         * elf/rtld-Rules: Don't use RANLIB.
49393 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49395         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49396         protection macro.
49397         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49398         inclusion protection macro.
49400         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49401         SIGRTMIN and SIGRTMAX and print information in that case only when
49402         SIGRTMIN is defined.
49404 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49406         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49407         arginfo fn returning -1.
49409         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49410         and thousands string is zero terminated.
49412 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49414         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49415         sysdeps/unix/sysv/linux/bits/socket.h.
49417 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49419         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49420         (__CPU_COUNT): Remove old macros.
49421         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49422         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49423         (__CPU_ALLOC, __CPU_FREE): Add macros.
49424         (__sched_cpualloc, __sched_cpufree): Add declarations.
49426 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49428         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49429         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49430         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49431         (readdhstai): Return value of addhstaiX call.
49432         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49433         (addgrbyX): Return value returned by cache_addgr.
49434         (readdgrbyname): Return value returned by addgrbyX.
49435         (readdgrbygid): Likewise.
49436         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49437         (addpwbyX): Return value returned by cache_addpw.
49438         (readdpwbyname): Return value returned by addhstbyX.
49439         (readdpwbyuid): Likewise.
49440         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49441         (addservbyX): Return value returned by cache_addserv.
49442         (readdservbyname): Return value returned by addservbyX:
49443         (readdservbyport): Likewise.
49444         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49445         (addhstbyX): Return value returned by cache_addhst.
49446         (readdhstbyname): Return value returned by addhstbyX.
49447         (readdhstbyaddr): Likewise.
49448         (readdhstbynamev6): Likewise.
49449         (readdhstbyaddrv6): Likewise.
49450         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49451         (readdinitgroups): Return value returned by addinitgroupsX.
49452         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49453         (prune_cache): Keep track of timeout value of re-added entries.
49454         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49455         * nscd/nscd.h: Adjust prototypes of readd* functions.
49457 2011-02-04  Roland McGrath  <roland@redhat.com>
49459         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49460         (nis_stats): Likewise.
49461         * nis/nis_modify.c (nis_modify): Likewise.
49462         * nis/nis_remove.c (nis_remove): Likewise.
49463         * nis/nis_add.c (nis_add): Likewise.
49465         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49467         * posix/fnmatch_loop.c: Add some consts.
49469         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49471 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49473         [BZ #12460]
49474         * config.make.in (config-cflags-novzeroupper): Define.
49475         * configure.in: Substitute libc_cv_cc_novzeroupper.
49476         * elf/Makefile (AVX-CFLAGS): Define.
49477         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49478         (CFLAGS-tst-auditmod4a.c): Likewise.
49479         (CFLAGS-tst-auditmod4b.c): Likewise.
49480         (CFLAGS-tst-auditmod6b.c): Likewise.
49481         (CFLAGS-tst-auditmod6c.c): Likewise.
49482         (CFLAGS-tst-auditmod7b.c): Likewise.
49483         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49485 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49487         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49488         function to the callback.
49489         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49491 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49493         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49494         of errno.
49496 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49498         [BZ #11724]
49499         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49500         of constructors.
49501         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49502         of destructors.
49503         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49505         [BZ #11724]
49506         * elf/Makefile: Add rules to build and run new test.
49507         * elf/tst-initorder.c: New file.
49508         * elf/tst-initorder.exp: New file.
49509         * elf/tst-initordera1.c: New file.
49510         * elf/tst-initordera2.c: New file.
49511         * elf/tst-initordera3.c: New file.
49512         * elf/tst-initordera4.c: New file.
49513         * elf/tst-initorderb1.c: New file.
49514         * elf/tst-initorderb2.c: New file.
49515         * elf/tst-order-a1.c: New file.
49516         * elf/tst-order-a2.c: New file.
49517         * elf/tst-order-a3.c: New file.
49518         * elf/tst-order-a4.c: New file.
49519         * elf/tst-order-b1.c: New file.
49520         * elf/tst-order-b2.c: New file.
49521         * elf/tst-order-main.c: New file.
49522         New test case by George Gensure <werkt0@gmail.com>.
49524 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49526         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49527         decoding ACE if AI_CANONIDN.
49529 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49531         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49533 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49535         * version.h (RELEASE): Bump for 2.13 release.
49536         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49538         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49540         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49541         MADV_NOHUGEPAGE.
49542         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49543         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49544         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49545         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49546         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49547         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49549         * posix/getconf.c: Update copyright year.
49550         * catgets/gencat.c: Likewise.
49551         * csu/version.c: Likewise.
49552         * debug/catchsegv.sh: Likewise.
49553         * debug/xtrace.sh: Likewise.
49554         * elf/ldconfig.c: Likewise.
49555         * elf/ldd.bash.in: Likewise.
49556         * elf/sprof.c (print_version): Likewise.
49557         * iconv/iconv_prog.c: Likewise.
49558         * iconv/iconvconfig.c: Likewise.
49559         * locale/programs/locale.c: Likewise.
49560         * locale/programs/localedef.c: Likewise.
49561         * malloc/memusage.sh: Likewise.
49562         * malloc/mtrace.pl: Likewise.
49563         * nscd/nscd.c (print_version): Likewise.
49564         * nss/getent.c: Likewise.
49566         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49567         PF_CAIF, and PF_ALG.
49568         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49570 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49572         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49573         (modules-names): Use them.
49574         (ifunc-test-modules, ifunc-pie-tests): Define.
49575         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49576         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49577         (test-extras): Likewise.
49578         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49579         $(compile-command.c).
49580         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49581         (all-built-dso): Define.
49582         (check-textrel.out, check-execstack.out): Depend on it.
49584         * configure.in: Don't override --enable-multi-arch.
49586 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49588         [BZ #6812]
49589         * nscd/hstcache.c (tryagain): Define.
49590         (cache_addhst): Return tryagain not notfound for temporary errors.
49591         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49592         failed.
49594 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49596         [BZ #10563]
49597         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49598         to make the syscall.
49599         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49601         [BZ #12378]
49602         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49603         and fall back to matching as normal character if the string ends before
49604         the matching ']' is found.  This is what POSIX requires.
49605         * posix/testfnm.c: Adjust test result.
49606         * posix/globtest.sh: Adjust test result.  Add new test.
49607         * posix/tst-fnmatch.input: Likewise.
49608         * posix/tst-fnmatch2.c: Add new test.
49610 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49612         * elf/Makefile (check-execstack): Revert last change.  Depend on
49613         check-execstack.h.
49614         (check-execstack.h): New target.
49615         (generated): Add check-execstack.h.
49616         * elf/check-execstack.c: Include "check-execstack.h".
49617         (main): Revert last change.
49618         (handle_file): Return zero if GNU_STACK is absent and
49619         DEFAULT_STACK_PERMS doesn't include PF_X.
49621 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49623         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49624         in child fails because the descriptor is already closed.
49625         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49626         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49627         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49629         [BZ #12397]
49630         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49631         syscall.
49633         [BZ #10484]
49634         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49635         temporary buffer used to handle multi lookups locally.
49636         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49638 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49640         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49641         loader is ld.so.
49643 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49645         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49646         alignment for SSE2.
49648 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49650         [BZ #12394]
49651         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49652         characters.  When rounding increased number of integer digits recompute
49653         number of groups.
49654         * stdio-common/tst-grouping.c: New file.
49655         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49657 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49659         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49660         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49662         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49663         void.
49664         * bits/select.h: Likewise.
49666 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49668         * po/ja.po: Update from translation team.
49670 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49672         [BZ #11155]
49673         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49674         implementation just like for lxstat, fxstatat, et al.
49676 2010-12-27  Jim Meyering  <meyering@redhat.com>
49678         [BZ #12348]
49679         * posix/regexec.c (build_trtable): Return failure indication upon
49680         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49682 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49684         [BZ #12201]
49685         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49686         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49687         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49688         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49690         [BZ #12207]
49691         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49693         [BZ #12204]
49694         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49695         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49697 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49699         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49700         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49701         script has SORT_BY_INIT_PRIORITY.
49702         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49703         NO_CTORS_DTORS_SECTIONS is defined.
49704         * elf/soinit.c: Likewise.
49705         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49706         NO_CTORS_DTORS_SECTIONS is defined.
49707         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49708         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49709         * sysdeps/sh/init-first.c: Likewise.
49710         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49712 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49714         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49715         always use the slow path.
49717 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49719         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49720         similar rule which adds the sysdep directories to the header search in
49721         order to pick up the correct platform stackinfo.h.
49722         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49723         perform test if it is, otherwise return successfully without testing.
49724         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49725         DEFAULT_STACK_PERMS define in stackinfo.h.
49726         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49727         defined in stackinfo.h.
49728         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49729         DEFAULT_STACK_PERMS defined in stackinfo.h.
49730         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49731         * sysdeps/ia64/stackinfo.h: Likewise.
49732         * sysdeps/s390/stackinfo.h: Likewise.
49733         * sysdeps/sh/stackinfo.h: Likewise.
49734         * sysdeps/sparc/stackinfo.h: Likewise.
49735         * sysdeps/x86_64/stackinfo.h: Likewise.
49736         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49737         PF_X for powerpc64.  Retain PF_X for powerpc32.
49739 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49741         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49742         accurately.
49743         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49744         GETDENTS_64BIT_ALIGNED.
49746 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49748         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49750 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49752         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49753         _GNU_SOURCE.
49755         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49756         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49757         Remove __restrict.
49758         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49759         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49761 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49763         [BZ #11655]
49764         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49765         are initialized.
49767 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49769         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49771 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49773         * po/it.po: Update from translation team.
49775 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49777         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49778         unused codes.
49780 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49782         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49784 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49786         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49787         specially.
49788         (gaih_getanswer_slice): Likewise.
49790 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49792         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49794 2010-05-31  Petr Baudis  <pasky@suse.cz>
49796         [BZ #11149]
49797         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49798         silently even in the chroot mode.
49800 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49802         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49803         last patch a bit.  Pretty printing
49805 2010-05-31  Petr Baudis <pasky@suse.cz>
49807         [BZ #10085]
49808         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49809         initialization of skip_initgroups_dyn.
49811 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49813         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49814         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49816 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49818         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49820 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49822         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49823         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49824         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49825         ($(objpfx)tst-fnmatch-mem): New rule.
49826         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49827         * posix/tst-fnmatch.c (main): Call mtrace.
49829 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49831         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49832         Support Intel processor model 6 and model 0x2c.
49834 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49836         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49837           signed comparison.
49839 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49841         [BZ #12205]
49842         * string/test-strncasecmp.c (check_result): New function.
49843         (do_one_test): Use it.
49844         (check1): New function.
49845         (test_main): Use it.
49846         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49847         Support strcasecmp and strncasecmp.
49849 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49851         [BZ #12194]
49852         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49853         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49855 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49857         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49858         IFUNC support.
49859         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49860         memset-x86-64.
49861         * sysdeps/x86_64/multiarch/bzero.S: New file.
49862         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49863         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49864         * sysdeps/x86_64/multiarch/memset.S: New file.
49865         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49866         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49867         Set bit_Prefer_SSE_for_memop for Intel processors.
49868         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49869         Define.
49870         (index_Prefer_SSE_for_memop): Define.
49871         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49873 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49875         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49876         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49878 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49880         [BZ #12191]
49881         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49882         (__x86_64_raw_data_cache_size_half): Likewise.
49883         (__x86_64_raw_shared_cache_size): Likewise.
49884         (__x86_64_raw_shared_cache_size_half): Likewise.
49886         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49887         (__x86_64_raw_data_cache_size_half): Likewise.
49888         (__x86_64_raw_shared_cache_size): Likewise.
49889         (__x86_64_raw_shared_cache_size_half): Likewise.
49890         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49891         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49892         and __x86_64_raw_shared_cache_size_half.  Round
49893         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49894         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49895         to multiple of 256 bytes.
49897 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49899         [BZ #12167]
49900         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49901         of inacessible symlinks.  Verify result of symlink before returning it.
49902         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49903         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49905 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49907         * math/math.h (isinf): Fix typo in comment.
49909 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49911         * po/da.po: Update from translation team.
49913 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49915         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49916         is added to the list.
49918 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49919             Ulrich Drepper  <drepper@gmail.com>
49921         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49922         the global list here.  Move code to...
49923         (_dl_add_to_namespace_list): ...here.  New function.
49924         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49925         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49926         * elf/dl-load.c (lose): Don't remove the element from the list.
49927         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49928         (_dl_map_object): Likewise.
49930 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49932         [BZ #12159]
49933         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49934         into all bytes of SSE register.
49935         Patch by Richard Li <richardpku@gmail.com>.
49937 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49939         [BZ #12140]
49940         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49941         perturbing.
49943 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49945         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49946         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49947         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49948         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49950         submachine.
49951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49953 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49955         * include/dlfcn.h (__RTLD_SECURE): Define.
49956         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49957         mode & __RTLD_SECURE instead.
49958         (open_path): Rename preloaded parameter to secure.
49959         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49960         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49961         * elf/dl-deps.c (openaux): Likewise.
49962         * elf/rtld.c (struct map_args): Remove is_preloaded.
49963         (map_doit): Don't use it.
49964         (dl_main): Likewise.
49965         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49966         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49968 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49970         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49971         (sysd-rules-targets): Remove duplicates.
49972         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49973         rtld-%.$o dependency.
49975 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49977         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49978         _dl_map_object do it.
49980 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49982         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49983         fast fma builtins, define the macros in the C99 standard.
49984         (FP_FAST_FMAF): Likewise.
49985         (FP_FAST_FMAL): Likewise.
49986         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49988         * bits/mathdef.h: Update copyright year.
49989         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49991 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49993         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49994         builtins, define the macros in the C99 standard.
49995         (FP_FAST_FMAF): Likewise.
49996         (FP_FAST_FMAL): Likewise.
49997         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49998         multiply/add.
49999         (FP_FAST_FMAF): Likewise.
50001 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
50003         [BZ #3268]
50004         * math/libm-test.inc (fma_test): Some new testcases.
50005         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50006         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50007         y and infinite z.  Do multiplication by C already in long double.
50008         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50009         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50010         y and infinite z.  Do bitwise or of inexact bit into u.d.
50011         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50012         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50013         * sysdeps/i386/fpu/s_fma.S: Removed.
50014         * sysdeps/i386/fpu/s_fmal.S: Removed.
50016 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50018         [BZ #3268]
50019         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50020         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50021         computation is not scheduled after fetestexcept.  Fix value
50022         of minimum denormal long double.
50024 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50026         [BZ #3268]
50027         * math/libm-test.inc (fma_test): Add some more tests.
50028         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50029         correctly.
50031 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50033         * scripts/data/localplt-s390-linux-gnu.data: New file.
50034         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50036 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50038         [BZ #3268]
50039         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50040         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50041         instead of dbl-64.
50042         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50043         inlines.
50044         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50045         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50046         if one of x and y is very large and the other is subnormal.
50047         * sysdeps/s390/fpu/s_fmaf.c: New file.
50048         * sysdeps/s390/fpu/s_fma.c: New file.
50049         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50050         * sysdeps/powerpc/fpu/s_fma.S: New file.
50051         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50052         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50053         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50055 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50057         [BZ #3268]
50058         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50059         fma tests.
50060         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50061         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50062         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50063         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50064         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50065         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50066         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50068 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50070         [BZ #12078]
50071         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50072         * posix/bug-regex31.input: Add test case.
50074 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50076         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50077         * posix/bug-regex31.input: New file.
50079         [BZ #12078]
50080         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50081         (parse_sub_exp): Fix last change, use postorder.
50083         * posix/bug-regex31.c: New file.
50084         * posix/Makefile: Add rules to build and run bug-regex31.
50086         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50088         [BZ #12078]
50089         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50091         [BZ #12108]
50092         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50093         to have entries in sys_siglist.
50095         [BZ #12093]
50096         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50097         be NULL.
50099 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50101         [BZ #3268]
50102         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50103         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50104         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50105         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50106         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50107         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50108         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50109         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50110         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50111         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50112         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50113         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50114         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50115         * math/ftestexcept.c (fetestexcept): Likewise.
50116         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50117         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50118         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50119         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50120         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50121         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50122         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50124 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50126         [BZ #12107]
50127         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50128         newline.
50130 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50132         * string/bug-strstr1.c: New file.
50133         * string/Makefile: Add rules to build and run bug-strstr1.
50135 2010-10-05  Eric Blake  <eblake@redhat.com>
50137         [BZ #12092]
50138         * string/str-two-way.h (two_way_long_needle): Always clear memory
50139         when skipping input due to the shift table.
50141 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50143         [BZ #12005]
50144         * malloc/mcheck.c: Handle large requests.
50146         [BZ #12077]
50147         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50148         for strncmp and strncasecmp.
50149         * string/stratcliff.c: Add tests for strcmp and strncmp.
50150         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50152 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50154         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50155         __set_fpscr.
50157 2010-09-30  Andreas Jaeger  <aj@suse.de>
50159         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50160         (CGROUP_SUPER_MAGIC): Define.
50161         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50162         Handle btrfs and cgroup file systems.
50163         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50164         Likewise.
50166 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50168         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50169         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50171 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50173         [BZ #12067]
50174         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50175         trying to locate the ELF header.
50177 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50179         [BZ #11611]
50180         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50181         Mask out sign-bit copies when constructing f_fsid.
50183 2010-09-24  Petr Baudis <pasky@suse.cz>
50185         * debug/stack_chk_fail_local.c: Add missing licence exception.
50186         * debug/warning-nop.c: Likewise.
50188 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50190         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50191         implementing getdents64 using getdents syscall, set d_type if
50192         __ASSUME_GETDENTS32_D_TYPE.
50194 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50196         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50197         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50199 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50201         [BZ #12037]
50202         * posix/unistd.h: Undo change of feature selection for ftruncate from
50203         2010-01-11.
50205 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50207         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50208         detection.
50210 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50212         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50213         fanotify_mark.
50214         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50216 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50218         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50219         variables after CHECK_SP call.
50220         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50222 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50223             Ulrich Drepper  <drepper@redhat.com>
50225         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50226         re-relocationg ld.so.
50227         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50228         _dl_init_paths call.
50229         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50230         here anymore.
50232 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50234         * resolv/res_init.c (__res_vinit): Count the default server we added.
50236 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50237             Ulrich Drepper  <drepper@redhat.com>
50239         [BZ #11968]
50240         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50241         (____longjmp_chk): Use %ebx for saving value across system call.
50242         Add unwind info.
50244 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50246         * manual/Makefile: Don't mix pattern rules with normal rules.
50248 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50250         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50251         operation.
50252         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50253         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50254         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50255         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50256         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50257         Likewise.
50259 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50261         [BZ #11979]
50262         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50263         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50265 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50267         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50268         * sysdeps/x86_64/addmul_1.S: Likewise.
50269         * sysdeps/x86_64/lshift.S: Likewise.
50270         * sysdeps/x86_64/mul_1.S: Likewise.
50271         * sysdeps/x86_64/rshift.S: Likewise.
50272         * sysdeps/x86_64/sub_n.S: Likewise.
50273         * sysdeps/x86_64/submul_1.S: Likewise.
50275 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50277         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50278         Define __sched_param instead of SCHED_* and sched_param when
50279         <bits/sched.h> is included with __need_schedparam defined.
50280         * bits/sched.h [__need_schedparam]
50281         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50282         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50283         (__defined_schedparam): Define to 1.
50284         (__sched_param): New structure, identical to sched_param.
50285         (__need_schedparam): Undefine.
50287 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50289         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50290         (epoll_create1): Declare.
50292         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50294 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50296         [BZ #7066]
50297         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50298         shifting retval into place.
50300 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50302         * nis/rpcsvc/nis.h: Update copyright notice.
50303         * nis/rpcsvc/nis.x: Likewise.
50304         * nis/rpcsvc/nis_callback.h: Likewise.
50305         * nis/rpcsvc/nis_callback.x: Likewise.
50306         * nis/rpcsvc/nis_object.x: Likewise.
50307         * nis/rpcsvc/nis_tags.h: Likewise.
50308         * nis/rpcsvc/yp.h: Likewise.
50309         * nis/rpcsvc/yp.x: Likewise.
50310         * nis/rpcsvc/ypupd.h: Likewise.
50311         * nis/yp_xdr.c: Likewise.
50312         * nis/ypupdate_xdr.c: Likewise.
50314         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50315         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50316         (pmap_getport): Use __libc_rpc_getport.
50317         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50318         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50319         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50321 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50324         fanotify_mark.
50326 2010-08-27  Roland McGrath  <roland@redhat.com>
50328         * sysdeps/i386/i686/multiarch/Makefile
50329         (CFLAGS-varshift.c): New variable.
50331 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50333         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50334         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50336         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50338         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50340 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50342         * sysdeps/x86_64/strlen.S: Unroll the loop.
50343         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50344         strlen-sse2 strlen-sse2-bsf.
50345         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50346         __strlen_no_bsf if bit_Slow_BSF is set.
50347         (__strlen_sse42): Removed.
50348         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50349         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50351 2010-08-25  Roland McGrath  <roland@redhat.com>
50353         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50354         * sysdeps/x86_64/multiarch/varshift.c: New file.
50355         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50356         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50357         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50358         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50360 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50362         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50363         strlen-sse2 strlen-sse2-bsf.
50364         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50365         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50366         (__strlen_sse2): Removed.
50367         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50368         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50369         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50370         bit_Slow_BSF for Atom.
50371         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50372         (index_Slow_BSF): Define.
50373         (HAS_SLOW_BSF): Define.
50375 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50377         [BZ #10851]
50378         * resolv/res_init.c (__res_vinit): When no server address at all
50379         is given default to loopback.
50381 2010-08-24  Roland McGrath  <roland@redhat.com>
50383         * configure.in: Remove config-name.h generation.
50384         * configure: Regenerated.
50385         * config-name.in: File removed.
50386         * scripts/config-uname.sh: New file.
50387         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50388         ($(objdir)config-name.h): New target.
50390         * sunrpc/rpc_parse.h: Avoid nested comment.
50392 2010-08-24  Richard Henderson  <rth@redhat.com>
50393             Ulrich Drepper  <drepper@redhat.com>
50394             H.J. Lu  <hongjiu.lu@intel.com>
50396         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50398         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50399         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50400         _mm_alignr_epi8 with _mm_loadu_si128.
50401         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50402         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50403         (__m128i_shift_right): Removed.
50404         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50405         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50406         * sysdeps/x86_64/multiarch/varshift.h: New file.
50407         * sysdeps/x86_64/multiarch/varshift.S: New file.
50409 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50411         * configure.in: Move assembler checks to before sysdep dir checking.
50413 2010-08-20  Petr Baudis  <pasky@suse.cz>
50415         * LICENSES: Sync the sunrpc license.
50417 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50419         * sunrpc/auth_des.c: Update copyright notice once again.
50420         * sunrpc/auth_none.c: Likewise.
50421         * sunrpc/auth_unix.c: Likewise.
50422         * sunrpc/authdes_prot.c: Likewise.
50423         * sunrpc/authuxprot.c: Likewise.
50424         * sunrpc/bindrsvprt.c: Likewise.
50425         * sunrpc/clnt_gen.c: Likewise.
50426         * sunrpc/clnt_perr.c: Likewise.
50427         * sunrpc/clnt_raw.c: Likewise.
50428         * sunrpc/clnt_simp.c: Likewise.
50429         * sunrpc/clnt_tcp.c: Likewise.
50430         * sunrpc/clnt_udp.c: Likewise.
50431         * sunrpc/clnt_unix.c: Likewise.
50432         * sunrpc/des_crypt.c: Likewise.
50433         * sunrpc/des_soft.c: Likewise.
50434         * sunrpc/get_myaddr.c: Likewise.
50435         * sunrpc/getrpcport.c: Likewise.
50436         * sunrpc/key_call.c: Likewise.
50437         * sunrpc/key_prot.c: Likewise.
50438         * sunrpc/openchild.c: Likewise.
50439         * sunrpc/pm_getmaps.c: Likewise.
50440         * sunrpc/pm_getport.c: Likewise.
50441         * sunrpc/pmap_clnt.c: Likewise.
50442         * sunrpc/pmap_prot.c: Likewise.
50443         * sunrpc/pmap_prot2.c: Likewise.
50444         * sunrpc/pmap_rmt.c: Likewise.
50445         * sunrpc/rpc/auth.h: Likewise.
50446         * sunrpc/rpc/auth_unix.h: Likewise.
50447         * sunrpc/rpc/clnt.h: Likewise.
50448         * sunrpc/rpc/des_crypt.h: Likewise.
50449         * sunrpc/rpc/key_prot.h: Likewise.
50450         * sunrpc/rpc/netdb.h: Likewise.
50451         * sunrpc/rpc/pmap_clnt.h: Likewise.
50452         * sunrpc/rpc/pmap_prot.h: Likewise.
50453         * sunrpc/rpc/pmap_rmt.h: Likewise.
50454         * sunrpc/rpc/rpc.h: Likewise.
50455         * sunrpc/rpc/rpc_des.h: Likewise.
50456         * sunrpc/rpc/rpc_msg.h: Likewise.
50457         * sunrpc/rpc/svc.h: Likewise.
50458         * sunrpc/rpc/svc_auth.h: Likewise.
50459         * sunrpc/rpc/types.h: Likewise.
50460         * sunrpc/rpc/xdr.h: Likewise.
50461         * sunrpc/rpc_clntout.c: Likewise.
50462         * sunrpc/rpc_cmsg.c: Likewise.
50463         * sunrpc/rpc_common.c: Likewise.
50464         * sunrpc/rpc_cout.c: Likewise.
50465         * sunrpc/rpc_dtable.c: Likewise.
50466         * sunrpc/rpc_hout.c: Likewise.
50467         * sunrpc/rpc_main.c: Likewise.
50468         * sunrpc/rpc_parse.c: Likewise.
50469         * sunrpc/rpc_parse.h: Likewise.
50470         * sunrpc/rpc_prot.c: Likewise.
50471         * sunrpc/rpc_sample.c: Likewise.
50472         * sunrpc/rpc_scan.c: Likewise.
50473         * sunrpc/rpc_scan.h: Likewise.
50474         * sunrpc/rpc_svcout.c: Likewise.
50475         * sunrpc/rpc_tblout.c: Likewise.
50476         * sunrpc/rpc_util.c: Likewise.
50477         * sunrpc/rpc_util.h: Likewise.
50478         * sunrpc/rpcinfo.c: Likewise.
50479         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50480         * sunrpc/rpcsvc/key_prot.x: Likewise.
50481         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50482         * sunrpc/rpcsvc/mount.x: Likewise.
50483         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50484         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50485         * sunrpc/rpcsvc/rex.x: Likewise.
50486         * sunrpc/rpcsvc/rstat.x: Likewise.
50487         * sunrpc/rpcsvc/rusers.x: Likewise.
50488         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50489         * sunrpc/rpcsvc/spray.x: Likewise.
50490         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50491         * sunrpc/rtime.c: Likewise.
50492         * sunrpc/svc.c: Likewise.
50493         * sunrpc/svc_auth.c: Likewise.
50494         * sunrpc/svc_authux.c: Likewise.
50495         * sunrpc/svc_raw.c: Likewise.
50496         * sunrpc/svc_run.c: Likewise.
50497         * sunrpc/svc_simple.c: Likewise.
50498         * sunrpc/svc_tcp.c: Likewise.
50499         * sunrpc/svc_udp.c: Likewise.
50500         * sunrpc/svc_unix.c: Likewise.
50501         * sunrpc/svcauth_des.c: Likewise.
50502         * sunrpc/xcrypt.c: Likewise.
50503         * sunrpc/xdr.c: Likewise.
50504         * sunrpc/xdr_array.c: Likewise.
50505         * sunrpc/xdr_float.c: Likewise.
50506         * sunrpc/xdr_mem.c: Likewise.
50507         * sunrpc/xdr_rec.c: Likewise.
50508         * sunrpc/xdr_ref.c: Likewise.
50509         * sunrpc/xdr_sizeof.c: Likewise.
50510         * sunrpc/xdr_stdio.c: Likewise.
50512         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50513         handling.
50515 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50517         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50519 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50521         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50522         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50523         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50524         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50525         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50526         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50527         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50528         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50529         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50530         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50531         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50532         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50533         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50534         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50536 2010-07-26  Anton Blanchard  <anton@samba.org>
50538         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50539         * malloc/arena.c (heap_trim): Likewise.
50541 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50543         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50544         here.  Not...
50545         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50546         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50548 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50550         * sysdeps/i386/elf/Makefile: New file.
50552 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50554         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50555         from fanotify_init.
50556         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50557         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50559 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50561         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50562         of strncasecmp_l.
50563         * sysdeps/multiarch/strcmp.S: Likewise.
50565 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50567         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50568         strncase_l-nonascii.
50569         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50570         Add strncase_l-ssse3.
50571         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50572         * sysdeps/x86_64/strcmp.S: Likewise.
50573         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50574         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50575         * sysdeps/x86_64/strncase.S: New file.
50576         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50577         * sysdeps/x86_64/strncase_l.S: New file.
50578         * string/Makefile (strop-tests): Add strncasecmp.
50579         * string/test-strncasecmp.c: New file.
50581         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50582         warning.
50584         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50585         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50587 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50589         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50591 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50593         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50594         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50595         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50597 2010-05-01  Alan Modra  <amodra@gmail.com>
50599         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50600         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50601         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50602         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50603         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50604         tidying.  Don't tail-call __sigjmp_save for static lib.
50605         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50606         save location.
50607         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50608         (CALL_MCOUNT): Add eh info, and nop after bl.
50609         (TAIL_CALL_SYSCALL_ERROR): New macro.
50610         (PSEUDO_RET): Use it.
50611         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50612         Correct save location of integer regs and cr.
50613         (_dl_profile_resolve): Correct cr save location.  Delete nops
50614         after bl when SHARED.  Reduce cfi size a little by better
50615         placement of cfi directives.
50616         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50617         make a stack frame.  Instead use parm save area as a temp.
50618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50619         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50621         Don't make a stack frame for parent, use parm save area.
50622         Increase child stack frame to 112 bytes.  Don't save unused reg,
50623         and adjust reg usage.  Set up cfi on error recovery and
50624         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50626         (__makecontext): Add dummy nop after jump to exit.
50627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50628         Use correct parm save area and cr save, reduce stack frame.
50629         Correct cfi for possible PSEUDO_RET frame setup.
50630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50631         Branch to local label emitted by PSEUDO_RET rather than
50632         __syscall_error.
50634 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50636         [BZ #11904]
50637         * locale/programs/locale.c (print_assignment): New function.
50638         (show_locale_vars): Use it.
50640 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50642         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50643         field.
50644         (struct statfs64): Likewise.
50645         (_STATFS_F_FLAGS): Define.
50646         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50647         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50648         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50649         (ST_VALID): Define locally.
50650         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50651         __statvfs_getflags, use the provided value.
50652         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50653         __ASSUME_STATFS_F_FLAGS.
50655         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50657         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50658         Add sys/fanotify.h.
50659         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50660         fanotify_mask for GLIBC_2.13.
50661         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50662         fanotify_init and fanotify_mark.
50663         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50664         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50666         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50667         Add prlimit.
50668         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50669         prlimit64 for GLIBC_2.13.
50670         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50671         prlimit64.
50672         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50673         syscall.
50674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50675         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50676         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50677         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50678         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50679         add prlimit alias.
50680         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50682         [BZ #11903]
50683         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50684         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50686         * nss/Makefile: Add rules to build and run tst-nss-test1.
50687         * shlib-versions: Add entry for libnss_test1.
50688         * nss/nss_test1.c: New file.
50689         * nss/tst-nss-test1.c: New file.
50691         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50692         (__nss_configure_lookup): Set appropriate entry in
50693         __nss_configure_lookup to true.
50694         * nss/nsswitch.h: Define enum with indeces of databases in
50695         databases and __nss_database_custom arrays.  Declare
50696         __nss_database_custom.
50697         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50698         to avoid using nscd when custom rules are installed.
50699         * nss/getXXbyYY_r.c: Likewise.
50700         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50702         * nss/nss_files/files-parse.c: Whitespace fixes.
50704 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50706         [BZ #11883]
50707         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50708         * posix/fnmatch_loop.c: Likewise.
50710 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50712         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50713         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50714         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50715         * Versions.def [GLIBC_2.13]: Add.
50717 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50719         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50720         Also fail if tpwd after pwuid call is NULL.
50722 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50724         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50725         when converting to ms.
50727 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50729         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50730         EOPNOTSUPP errors with ENOTTY.
50731         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50732         EOPNOTSUPP errors with ENOTTY.
50734 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50736         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50737         Add strcasecmp_l-ssse3.
50738         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50739         strcasecmp.
50740         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50741         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50742         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50744 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50746         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50748         * string/Makefile (strop-tests): Add strcasecmp.
50749         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50750         strcasecmp_l-nonascii.
50751         (gen-as-const-headers): Add locale-defines.sym.
50752         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50753         * sysdeps/x86_64/strcasecmp.S: New file.
50754         * sysdeps/x86_64/strcasecmp_l.S: New file.
50755         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50756         * sysdeps/x86_64/locale-defines.sym: New file.
50757         * string/test-strcasecmp.c: New file.
50759         * string/test-strcasestr.c: Test both ends of the range of characters.
50760         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50762 2010-07-29  Roland McGrath  <roland@redhat.com>
50764         [BZ #11856]
50765         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50767 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50769         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50770         for ld.so.
50772 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50774         * manual/memory.texi (Malloc Tunable Parameters): Document
50775         M_PERTURB.
50777 2010-07-26  Roland McGrath  <roland@redhat.com>
50779         [BZ #11840]
50780         * configure.in (-fgnu89-inline check): Set and substitute
50781         gnu89_inline, not libc_cv_gnu89_inline.
50782         * configure: Regenerated.
50783         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50785 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50787         * string/test-strnlen.c: New file.
50788         * string/Makefile (strop-tests): Add strnlen.
50789         * string/tester.c (test_strnlen): Add a few more test cases.
50790         * string/tst-strlen.c: Better error reporting.
50792         * sysdeps/x86_64/strnlen.S: New file.
50794 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50796         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50797         lower-latency instructions.
50799 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50801         * string/test-strcasestr.c: New file.
50802         * string/test-strstr.c: New file.
50803         * string/Makefile (strop-tests): Add strstr and strcasestr.
50804         * string/str-two-way.h: Don't undefine MAX.
50805         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50807 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50809         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50810         strcasestr-nonascii.
50811         (CFLAGS-strcasestr-nonascii.c): Define.
50812         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50813         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50814         Remove unused attribute.
50816 2010-07-20  Roland McGrath  <roland@redhat.com>
50818         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50819         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50820         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50821         like LD_HWCAP_MASK can disable hwcaps.
50823 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50825         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50827 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50829         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50830         call in strcasestr.
50831         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50832         __strcasestr_sse42_nonascii.
50833         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50834         strcasestr-nonascii.c.
50835         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50837 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50839         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50840         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50841         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50842         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50844 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50846         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50847         fcntl.
50849 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50851         [BZ #11577]
50852         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50853         dl_signal_cerror.
50855 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50857         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50858         _PC_PIPE_BUF using F_GETPIPE_SZ.
50860 2010-07-05  Roland McGrath  <roland@redhat.com>
50862         * manual/arith.texi (Rounding Functions): Fix rint description
50863         implicit in round description.
50865 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50867         * elf/Makefile: Fix linking for a few tests to make recent linker
50868         happy.
50870 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50872         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50873         $(common-objpfx)libc_nonshared.a.
50875 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50877         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50878         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50879         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50880         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50881         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50882         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50883         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50884         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50899         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50900         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50901         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50902         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50903         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50904         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50905         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50906         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50907         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50908         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50909         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50910         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50926 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50928         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50929         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50930         * string/memmove.c (memmove): Renamed to ...
50931         (MEMMOVE): ...this.  Default to memmove.
50932         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50933         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50934         (END_CHK): Define.
50935         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50936         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50937         mempcpy-ssse3-back memmove-ssse3-back.
50938         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50939         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50940         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50941         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50942         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50943         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50944         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50945         * sysdeps/x86_64/multiarch/memmove.c: New file.
50946         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50947         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50948         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50949         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50950         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50951         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50952         Define.
50953         (index_Fast_Copy_Backward): Define.
50954         (HAS_ARCH_FEATURE): Define.
50955         (HAS_FAST_REP_STRING): Define.
50956         (HAS_FAST_COPY_BACKWARD): Define.
50958 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50960         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50961         Restore proper fallback handling.
50963 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50965         [BZ #11701]
50966         * posix/group_member.c (__group_member): Correct checking loop.
50968         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50969         OOM in getpwuid_r correctly.  Return error number when the caller
50970         should return, otherwise -1.
50971         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50972         call returning > 0 value.
50973         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50975 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50977         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50978         libc_nonshared.a from targets in modules-names.
50980 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50982         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50983         requires it.
50985 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50987         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50988         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50989         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50990         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50992 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50994         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50996 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50998         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50999         and F_GETPIPE_SZ.
51000         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51001         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51002         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51003         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51004         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51005         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51007 2010-06-14  Roland McGrath  <roland@redhat.com>
51009         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51011 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51013         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51014         __REDIRECT followed by __THROW.
51015         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51016         * posix/getopt.h (getopt): Likewise.
51018 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51020         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51021         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51022         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51023         in AT_FLAGS.
51024         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51025         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51027 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51029         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51031 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51033         [BZ #11640]
51034         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51035         Properly check family and model.
51037 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51039         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51041 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51043         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51045 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51047         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51048         symbol reference.
51050 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51052         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51053         symbol reference.
51055 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51057         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51058         and internal_recvmmsg.
51059         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51060         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51061         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51062         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51064         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51065         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51066         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51068 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51070         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51072 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51074         POWER7 optimizations.
51075         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51076         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51078 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51080         * version.h: Update for 2.13 development version.
51082 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51084         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51085         exceptions.  Return 0.
51087 2010-05-07  Roland McGrath  <roland@redhat.com>
51089         * elf/ldconfig.c (main): Add a const.
51091 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51093         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51094         (args_options): Add no-idn option.
51095         (ahosts_keys_int): Add idn_flags to ai_flags.
51096         (parse_option): Handle 'i' option to clear idn_flags.
51098         * malloc/malloc.c (_int_free): Possible race in the most recently
51099         added check.  Only act on the data if no current modification
51100         happened.
51102 See ChangeLog.17 for earlier changes.