pthread_once: Add fast path and remove x86 variants.
[glibc.git] / ChangeLog
blobf6a7e43c329ac30e1001b5daec7679ba6cb54400
1 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3         [BZ #15215]
4         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5         (__pthread_once_slow): ... here.
6         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
9 2014-10-20  Torvald Riegel  <triegel@redhat.com>
11         [BZ #15215]
12         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
13         __PTHREAD_ONCE_FORK_GEN_INCR): New.
14         * sysdeps/nptl/fork.c (__libc_fork): Use them.
15         * nptl/pthread_once.c (__pthread_once): Likewise.
16         Update comments.
18 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
20         [BZ #14138]
21         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
22         name.
23         (writev): Use __libc_writev as strong name.
24         * sysdeps/unix/sysv/linux/readv.c: Remove file.
25         * sysdeps/unix/sysv/linux/writev.c: Likewise.
27 2014-10-17  Roland McGrath  <roland@hack.frob.com>
29         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
31         * sysdeps/i386/nptl/tls.h
32         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
33         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
34         New macros.
35         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
36         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
37         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
38         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
39         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
40         Call CHECK_THREAD_SYSINFO instead of doing an assert.
42         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
43         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
44         on [__NR_futex].
45         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
46         broken out of ...
47         (__pthread_mutex_init): ... here.  Call it.
48         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
49         Conditionalize PI cases on [__NR_futex].
50         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
51         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
52         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
54         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
55         conditional on [SIGSETXID].
56         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
57         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
58         is defined.  Likewise for SIGSETXID.
59         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
60         Conditionalize definitions on [SIGSETXID].
61         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
62         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
63         unblocking on [SIGCANCEL].
65         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
66         [__NR_set_robust_list].
68 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
70         * string/strcoll_l.c (get_next_seq): Fix up formatting.
71         (do_compare): Likewise.
73 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
75         [BZ #15884]
76         * string/strcoll_l.c: Don't include stdio.h.
77         (coll_seq): Remove members idxarr and rulearr.
78         (get_next_seq_cached): Remove function.
79         (get_next_seq): Likewise.
80         (get_next_seq_nocache): Rename to get_next_seq.
81         (do_compare): Remove function.
82         (do_compare_nocache): Rename to do_compare.
83         (STRCOLL): Remove weight and rules cache.
85 2014-10-16  Roland McGrath  <roland@hack.frob.com>
87         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
88         * sysdeps/arm/sfp-machine.h: ... to here.
89         * sysdeps/arm/Implies: Remove arm/soft-fp.
91 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
93         * conform/data/sys/utsname.h-data (*_t): Allow.
94         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
95         [POSIX] (WEXITED): Do not expect constant.
96         [POSIX] (WSTOPPED): Likewise.
97         [POSIX] (WNOHANG): Likewise.
98         [POSIX] (WNOWAIT): Likewise.
99         [POSIX] (siginfo_t): Do not expect type or elements.
100         [POSIX] (pid_t): Do not expect type.
101         [POSIX] (signal.h): Do not allow header.
102         [POSIX] (sys/resource.h): Likewise.
103         [POSIX] (si_*): Do not allow pattern.
104         [POSIX] (W*): Likewise.
105         [POSIX] (P_*): Likewise.
106         [POSIX] (BUS_*): Likewise.
107         [POSIX] (CLD_*): Likewise.
108         [POSIX] (FPE_*): Likewise.
109         [POSIX] (ILL_*): Likewise.
110         [POSIX] (POLL_*): Likewise.
111         [POSIX] (SEGV_*): Likewise.
112         [POSIX] (SI_*): Likewise.
113         [POSIX] (TRAP_*): Likewise.
114         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
115         variable.
117 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
119         [BZ #12926]
120         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
121         infinite loop when __recvmsg returns 0.
123 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
125         * CANCEL-FCT-WAIVE: Remove file.
126         * CANCEL-FILE-WAIVE: Likewise.
128         [BZ #14132]
129         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
130         instead of INTVARDEF.
131         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
132         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
133         rtld_hidden_data_def instead of INTVARDEF.
134         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
135         * elf/dl-deps.c (expand_dst): Likewise.
136         * elf/dl-load.c (_dl_dst_count): Likewise.
137         (_dl_dst_substitute): Likewise.
138         (decompose_rpath): Likewise.
139         (_dl_init_paths): Likewise.
140         (open_path): Likewise.
141         (_dl_map_object): Likewise.
142         * elf/rtld.c (dl_main): Likewise.
143         (process_dl_audit): Likewise.
144         (process_envvars): Likewise.
145         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
146         Remove declaration.
147         (__libc_enable_secure): Use rtld_hidden_proto.
149 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
151         * elf/dl-load.c
152         (add_path): New function broken out of _dl_rtld_di_serinfo.
153         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
155 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
157         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
158         parentheses around macro arguments.
159         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
160         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
161         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
162         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
163         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
164         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
165         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
166         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
167         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
168         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
169         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
170         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
171         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
172         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
173         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
174         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
175         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
176         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
177         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
178         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
179         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
180         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
181         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
182         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
183         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
184         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
185         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
186         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
187         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
188         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
189         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
190         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
191         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
192         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
193         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
194         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
195         Likewise.
196         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
197         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
198         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
199         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
200         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
201         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
202         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
203         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
204         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
205         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
206         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
207         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
208         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
209         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
210         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
211         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
212         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
213         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
214         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
215         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
216         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
217         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
218         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
219         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
220         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
221         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
222         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
223         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
224         (_FP_FRAC_SRS_1): Likewise.
225         (_FP_FRAC_CLZ_1): Likewise.
226         (_FP_MUL_MEAT_1_imm): Likewise.
227         (_FP_MUL_MEAT_1_wide): Likewise.
228         (_FP_MUL_MEAT_1_hard): Likewise.
229         (_FP_SQRT_MEAT_1): Likewise.
230         (_FP_FRAC_ASSEMBLE_1): Likewise.
231         (_FP_FRAC_DISASSEMBLE_1): Likewise.
232         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
233         (__FP_CLZ_2): Likewise.
234         (_FP_MUL_MEAT_2_wide): Likewise.
235         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
236         (_FP_MUL_MEAT_2_gmp): Likewise.
237         (_FP_MUL_MEAT_2_120_240_double): Likewise.
238         (_FP_SQRT_MEAT_2): Likewise.
239         (_FP_FRAC_ASSEMBLE_2): Likewise.
240         (_FP_FRAC_DISASSEMBLE_2): Likewise.
241         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
242         (_FP_FRAC_CLZ_4): Likewise.
243         (_FP_MUL_MEAT_4_wide): Likewise.
244         (_FP_MUL_MEAT_4_gmp): Likewise.
245         (_FP_SQRT_MEAT_4): Likewise.
246         (_FP_FRAC_ASSEMBLE_4): Likewise.
247         (_FP_FRAC_DISASSEMBLE_4): Likewise.
248         * soft-fp/op-common.h (_FP_CMP): Likewise.
249         (_FP_CMP_EQ): Likewise.
250         (_FP_CMP_UNORD): Likewise.
251         (_FP_TO_INT): Likewise.
252         (_FP_FROM_INT): Likewise.
253         [!__FP_CLZ] (__FP_CLZ): Likewise.
254         (_FP_DIV_HELP_imm): Likewise.
255         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
256         Likewise.
257         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
258         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
259         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
260         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
261         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
262         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
263         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
264         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
265         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
266         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
267         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
268         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
269         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
270         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
271         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
272         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
273         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
274         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
275         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
276         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
277         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
278         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
279         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
280         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
281         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
282         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
283         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
284         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
285         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
286         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
287         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
288         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
289         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
290         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
291         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
292         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
293         (FP_UNPACK_RAW_SP): Likewise.
294         (FP_PACK_RAW_S): Likewise.
295         (FP_PACK_RAW_SP): Likewise.
296         (FP_UNPACK_S): Likewise.
297         (FP_UNPACK_SP): Likewise.
298         (FP_UNPACK_SEMIRAW_S): Likewise.
299         (FP_UNPACK_SEMIRAW_SP): Likewise.
300         (FP_PACK_S): Likewise.
301         (FP_PACK_SP): Likewise.
302         (FP_PACK_SEMIRAW_S): Likewise.
303         (FP_PACK_SEMIRAW_SP): Likewise.
304         (_FP_SQRT_MEAT_S): Likewise.
305         (FP_CMP_S): Likewise.
306         (FP_CMP_EQ_S): Likewise.
307         (FP_CMP_UNORD_S): Likewise.
308         (FP_TO_INT_S): Likewise.
309         (FP_FROM_INT_S): Likewise.
311         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
313         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
314         (FP_EX_INVALID_IMZ): Likewise.
315         (FP_EX_INVALID_IMZ_FMA): Likewise.
316         (FP_EX_INVALID_ISI): Likewise.
317         (FP_EX_INVALID_ZDZ): Likewise.
318         (FP_EX_INVALID_IDI): Likewise.
319         (FP_EX_INVALID_SQRT): Likewise.
320         (FP_EX_INVALID_CVI): Likewise.
321         (FP_EX_INVALID_VC): Likewise.
322         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
323         "invalid" exceptions.
324         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
325         (_FP_ADD_INTERNAL): Likewise.
326         (_FP_MUL): Likewise.
327         (_FP_FMA): Likewise.
328         (_FP_DIV): Likewise.
329         (_FP_CMP_CHECK_NAN): Likewise.
330         (_FP_SQRT): Likewise.
331         (_FP_TO_INT): Likewise.
332         (FP_EXTEND): Likewise.
334 2014-10-09  Allan McRae  <allan@archlinux.org>
336         * po/fr.po: Update French translation from translation project.
338 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
340         [BZ #14132]
341         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
342         of INTDEF.
343         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
344         (__cxa_atexit): Use libc_hidden_proto.
345         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
347         [BZ #14132]
348         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
349         declaration.
350         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
351         [!_ISOMAC] (__iswspace_l_internal): Likewise.
352         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
353         [!_ISOMAC] (__iswctype_internal): Likewise.
354         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
355         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
356         alias.
357         (fcntl): Remove __fcntl_internal alias.
358         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
359         __connect_internal alias.
360         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
361         Likewise.
363         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
364         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
365         FP_DENORM_ZERO.
366         (_FP_CHECK_FLUSH_ZERO): New macro.
367         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
368         (_FP_CMP): Likewise.
369         (_FP_CMP_EQ): Likewise.
370         (_FP_TO_INT): Do not set inexact for subnormal arguments if
371         FP_DENORM_ZERO.
372         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
373         (FP_TRUNC): Likewise.
375         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
376         treated as invalid conversion, not as normal exponent.
378         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
379         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
380         (_FP_CMP_EQ): Likewise.
381         (_FP_CMP_UNORD): Likewise.
382         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
383         (FP_CMP_EQ_D): Likewise.
384         (FP_CMP_UNORD_D): Likewise.
385         * soft-fp/extended.h (FP_CMP_E): Likewise.
386         (FP_CMP_EQ_E): Likewise.
387         (FP_CMP_UNORD_E): Likewise.
388         * soft-fp/quad.h (FP_CMP_Q): Likewise.
389         (FP_CMP_EQ_Q): Likewise.
390         (FP_CMP_UNORD_Q): Likewise.
391         * soft-fp/single.h (FP_CMP_S): Likewise.
392         (FP_CMP_EQ_S): Likewise.
393         (FP_CMP_UNORD_S): Likewise.
394         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
395         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
396         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
397         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
398         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
399         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
400         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
401         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
402         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
403         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
404         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
405         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
406         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
407         to FP_CMP_Q.
408         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
409         FP_CMP_Q.
410         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
411         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
412         FP_CMP_EQ_Q.
413         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
414         FP_CMP_Q.
415         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
416         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
417         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
418         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
419         FP_CMP_EQ_Q.
420         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
421         FP_CMP_Q.
422         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
423         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
424         FP_CMP_EQ_Q.
425         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
426         FP_CMP_Q.
427         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
428         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
429         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
430         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
431         FP_CMP_EQ_Q.
433         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
434         a subnormal result, set the underflow exception if trapping on
435         underflow is enabled.
436         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
437         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
438         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
439         redefine to 0.
440         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
441         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
442         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
443         * soft-fp/extendxftf2.c (__extendxftf2): Use
444         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
446         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
447         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
448         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
449         FP_HANDLE_EXCEPTIONS.
450         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
451         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
452         FP_HANDLE_EXCEPTIONS.
453         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
454         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
455         FP_HANDLE_EXCEPTIONS.
456         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
457         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
458         FP_HANDLE_EXCEPTIONS.
460 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
462         [BZ #14132]
463         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
464         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
465         use INTUSE.
466         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
467         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
468         Remove alias.
469         (__adjtimex): Define using libc_hidden_ver.
470         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
471         Remove declaration.
472         (ntp_gettime): Call __adjtimex directly.
473         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
474         Remove declaration.
475         (ntp_gettimex): Call __adjtimex directly.
476         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
477         __adjtimex_internal alias.
479 2014-10-08  Roland McGrath  <roland@hack.frob.com>
481         [BZ #17460]
482         * nscd/nscd.c (more_help): Rewrite list of tables collection
483         using xstrdup and asprintf.
485         * nscd/nscd_conf.c: Remove local xstrdup declaration.
487 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
488             Roland McGrath  <roland@hack.frob.com>
490         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
491         (do_lookup_unique): ... local function 'enter' here; update callers.
493 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
495         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
496         compat_symbol calls on [SHARED].
497         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
498         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
499         Remove.
500         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
501         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
502         (oldsetrlimit): Remove.
503         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
505         (lchown): New syscall entry.
506         (oldsetrlimit): Remove.
507         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
508         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
509         (oldsetrlimit): Remove.
510         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
512         [BZ #14138]
513         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
514         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
515         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
516         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
517         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
518         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
519         (fchown): Likewise.
520         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
521         (fchown): Likewise.
522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
523         Likewise.
525 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
527         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
528         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
529         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
530         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
531         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
532         Likewise.
533         (__old_sem_post): Likewise.
535 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
537         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
538         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
539         HAVE_CLOCK_GETTIME_VSYSCALL macros.
540         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
541         Use INLINE_VSYSCALL macro.
542         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
543         __vdso_clock_gettime.
544         * sysdeps/unix/sysv/linux/tile/init-first.c
545         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
546         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
547         __vdso_clock_gettime.
549         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
550         to set up frame more cleanly.
552         * sysdeps/tile/memcmp.c: New file.
554         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
556         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
557         * sysdeps/tile/tilegx/strcasestr.c: New file.
558         * sysdeps/tile/tilegx/strnlen.c: New file.
559         * sysdeps/tile/tilegx/strstr.c: New file.
561         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
563 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
565         * nptl/tst-setuid3.c: Write errors to stdout.
567 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
569         * elf/dl-deps.c
570         (preload): New functions broken out of _dl_map_object_deps.
571         (_dl_map_object_deps):  Remove a nested function. Update call sites.
573 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
575         [BZ #14138]
576         * sysdeps/unix/sysv/linux/execve.c: Remove file.
577         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
579 2014-10-01  Steve Ellcey  <sellcey@mips.com>
581         * sysdeps/mips/strcmp.S: New.
583 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
585         [BZ #14138]
586         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
587         (linkat): Likewise.
588         (mkdirat): Likewise.
589         (readlinkat): Likewise.
590         (renameat): Likewise.
591         (symlinkat): Likewise.
592         (unlinkat): Likewise.
593         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
594         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
595         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
596         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
597         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
598         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
599         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
601 2014-09-30  Will Newton  <will.newton@linaro.org>
603         * math/math.h: Define long double math functions if
604         _LIBC_TEST is defined.
605         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
607         * localedata/Makefile: Move assignment to tests-special
608         into an ifdef testing run-built-tests.
609         * timezone/Makefile: Likewise.
611 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
613         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
614         with $(BASH) not $(SHELL).
616 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
617             Matthew LeGendre  <legendre1@llnl.gov>
619         [BZ #17411]
620         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
621         l_reloc_result.
623 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
625         * stdio-common/printf_fp.c
626         (hack_digit): New function, broken out of ...
627         (__printf_fp): ... local function here.  Update call sites.
628         hack_digit now takes an additional parameter that is a pointer
629         to a struct of the referenced locals.  Those locals moved inside
630         the struct and references updated.
632 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
634         * aclocal.m4: Require autoconf 2.69.
635         * configure: Regenerated.
636         * sysdeps/aarch64/configure: Likewise.
637         * sysdeps/alpha/configure: Likewise.
638         * sysdeps/arm/armv7/configure: Likewise.
639         * sysdeps/arm/configure: Likewise.
640         * sysdeps/ia64/configure: Likewise.
641         * sysdeps/mach/configure: Likewise.
642         * sysdeps/mips/configure: Likewise.
643         * sysdeps/s390/configure: Likewise.
644         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
647         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
648         file.
649         * sysdeps/ia64/configure.ac: Likewise.
651 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
654         specify symbol version for ld.so.  Do not include entry for
655         libpthread.
656         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
657         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
658         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
660         [BZ #14171]
661         * Makeconfig [$(build-shared) = yes]
662         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
663         makefiles.
664         [$(build-shared) = yes && $(soversions.mk-done) = t]
665         ($(common-objpfx)gnu/lib-names.h): Remove rule.
666         [$(build-shared) = yes && $(soversions.mk-done) = t]
667         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
668         to Makerules.
669         [$(build-shared) = yes && $(soversions.mk-done) = t]
670         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
671         here.
672         [$(build-shared) = yes && $(soversions.mk-done) = t]
673         (common-generated): Don't append gnu/lib-names.h and
674         gnu/lib-names.stmp here.
675         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
676         (lib-names-h-abi): New variable.
677         [$(build-shared) = yes && $(soversions.mk-done) = t]
678         (lib-names-stmp-abi): Likewise.
679         [$(build-shared) = yes && $(soversions.mk-done) = t &&
680         abi-variants] (before-compile): Append
681         $(common-objpfx)$(lib-names-h-abi).
682         [$(build-shared) = yes && $(soversions.mk-done) = t &&
683         abi-variants] (common-generated): Append gnu/lib-names.h.
684         [$(build-shared) = yes && $(soversions.mk-done) = t &&
685         abi-variants] (install-others-nosubdir): Depend on
686         $(inst_includedir)/$(lib-names-h-abi).
687         [$(build-shared) = yes && $(soversions.mk-done) = t &&
688         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
689         [$(build-shared) = yes && $(soversions.mk-done) = t]
690         ($(common-objpfx)$(lib-names-h-abi)): New rule.
691         [$(build-shared) = yes && $(soversions.mk-done) = t]
692         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
693         [$(build-shared) = yes && $(soversions.mk-done) = t]
694         (common-generated): Append $(lib-names-h-abi) and
695         $(lib-names-stmp-abi).
696         * scripts/lib-names.awk: Do not handle multi being set.
697         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
698         Remove variable.
699         (abi-lp64_be-ld-soname): Likewise.
700         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
701         Likewise.
702         (abi-hard-ld-soname): Likewise.
703         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
704         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
705         Remove variable.
706         (abi-o32_hard-ld-soname): Likewise.
707         (abi-o32_soft_2008-ld-soname): Likewise.
708         (abi-o32_hard_2008-ld-soname): Likewise.
709         (abi-n32_soft-ld-soname): Likewise.
710         (abi-n32_hard-ld-soname): Likewise.
711         (abi-n32_soft_2008-ld-soname): Likewise.
712         (abi-n32_hard_2008-ld-soname): Likewise.
713         (abi-n64_soft-ld-soname): Likewise.
714         (abi-n64_hard-ld-soname): Likewise.
715         (abi-n64_soft_2008-ld-soname): Likewise.
716         (abi-n64_hard_2008-ld-soname): Likewise.
717         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
718         Likewise.
719         (abi-64-v2-ld-soname): Likewise.
720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
721         ld.so entries.
722         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
723         variable.
724         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
725         entry.
726         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
727         variable.
728         (abi-64-ld-soname): Likewise.
729         (abi-x32-ld-soname): Likewise.
730         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
731         entry.
732         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
734 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
736         [BZ #14138]
737         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
738         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
739         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
740         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
741         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
742         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
743         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
744         syscall entry for GLIBC_2.2 symbol version.
745         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
746         Likewise.
747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
748         (setrlimit): Likewise.
749         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
750         Likewise.
752 2014-09-23  Will Newton  <will.newton@linaro.org>
754         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
755         _LINUX_ARM_SYSDEP_H include guard too.
756         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
757         define.
759 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
761         * sysdeps/unix/sysv/linux/eventfd.c:
762         Make first argument unsigned.
763         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
764         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
766 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
768         * socket/recvmmsg.c (recvmmsg): Drop const argument.
769         * socket/sys/socket.h: Likewise
770         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
772 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
774         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
776 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
778         * time/tst-ftime.c: New test.
779         * time/Makefile (tests): Add tst-ftime.
781 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
783         * soft-fp/extended.h: Fix comment formatting.
784         * soft-fp/op-1.h: Likewise.
785         * soft-fp/op-2.h: Likewise.
786         * soft-fp/op-4.h: Likewise.
787         * soft-fp/op-8.h: Likewise.
788         * soft-fp/op-common.h: Likewise.
789         * soft-fp/soft-fp.h: Likewise.
791         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
793 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
795         [BZ #6652]
796         * Makeconfig (soversions-default-setname): Remove variable.
797         ($(common-objpfx)soversions.i): Don't pass default_setname to
798         soversions.awk.
799         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
800         oldest_abi to abi-versions.awk.
801         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
802         * config.make.in (oldest-abi): Remove variable.
803         * configure.ac (--enable-oldest-abi): Remove configure option.
804         * configure: Regenerated.
805         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
806         text.
807         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
808         * scripts/soversions.awk: Do not handle default_setname variable.
809         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
810         variable.
811         * sysdeps/mach/hurd/configure: Regenerated.
812         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
813         variable.
814         * sysdeps/unix/sysv/linux/configure: Regenerated.
816 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
818         * elf/Makefile (CFLAGS-interp.c): Remove.
819         ($(elf-objpfx)runtime-linker.h): Generate header with linker
820         path string.
821         * elf/interp.c: Include generated runtime-linker.h
823         * Makerules (lib%.so): Don't include $(+interp) in
824         prerequisites.
825         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
826         * dlfcn/eval.c: Remove file.
828         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
829         macros.
831         [BZ #17266]
832         * misc/sys/cdefs.h: Define __extern_always_inline for clang
833         4.2 and newer.
835         [BZ #17370]
836         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
838 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
839             Jakub Jelinek  <jakub@redhat.com>
841         [BZ #17266]
842         * libio/stdio.h: Check definition of __fortify_function
843         instead of __extern_always_inline to include bits/stdio2.h.
844         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
845         check if __extern_always_inline is defined.
846         [__USE_MISC || __USE_XOPEN]: Likewise.
847         [__USE_ISOC99] Likewise.
848         * misc/sys/cdefs.h (__fortify_function): Define only if
849         __extern_always_inline is defined.
850         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
851         __extern_always_inline and __extern_inline only for g++-4.3
852         and newer or a compatible gcc.
854 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
856         [BZ #17371]
857         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
858         last change to handle zero prefix length.
860 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
862         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
863         _SC_REGEX_VERSION.
865         * posix/getconf.c (vars): Add _POSIX_IPV6 and
866         _POSIX_RAW_SOCKETS.
868 2014-09-13  Allan McRae  <allan@archlinux.org>
870         * po/ru.po: Update Russian translation from translation project.
872 2014-09-12  Roland McGrath  <roland@hack.frob.com>
874         * locale/programs/locale.c (show_locale_vars): Inline local function
875         into its sole call site.  Clean up some style nits.
876         (print_item): New function, broken out of ...
877         (show_info): ... local function here.  Clean up style nits.
879         * locale/programs/ld-ctype.c (set_one_default): New function, broken
880         out of ...
881         (set_class_defaults): ... local function set_default here.
882         Define set_default as a macro locally to pass constant parameters.
883         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
884         rather than a shared local.
886         * stdlib/rpmatch.c (try): New function, broken out of ...
887         (rpmatch): ... local function here.  Also, prototypify definition.
889 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
891         * scripts/soversions.awk: Do not handle configuration names.
892         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
893         vendor and os variables to soversions.awk.
894         * configure.ac: Do not modify gnu-* host_os.
895         * configure: Regenerated
896         * shlib-versions: Remove first column with configuration names.
897         * nptl/shlib-versions: Likewise.
898         * nptl_db/shlib-versions: Likewise.
899         * sysdeps/hppa/shlib-versions: Likewise.
900         * sysdeps/m68k/shlib-versions: Likewise.
901         * sysdeps/mach/hurd/shlib-versions: Likewise.
902         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
903         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
904         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
905         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
906         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
907         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
908         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
909         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
911         Likewise.
912         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
913         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
914         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
915         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
916         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
917         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
918         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
919         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
922         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
924         Regenerated.
925         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
927         Condition symbol version definitions on [HAVE_ELFV2_ABI].
929         * shlib-versions: Remove OS-specific entries.  Moved to files in
930         sysdeps.
931         * sysdeps/mach/hurd/shlib-versions: New file.
932         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
934         * nptl/shlib-versions: Remove architecture-specific entries.
935         Moved to files in sysdeps.
936         * shlib-versions: Likewise.
937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
938         file.
939         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
940         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
941         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
942         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
944         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
945         (UDP_NO_CHECK6_RX): Likewise.
947 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
949         * sysdeps/posix/sysconf.c (__sysconf): Spell
950         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
952 2014-08-12  Florian Weimer  <fweimer@redhat.com>
954         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
955         loading.
956         * iconv/Versions (__gconv_transliterate): Export for use from
957         gconv modules.
958         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
959         (struct __gconv_trans_data, __gconv_trans_fct,
960         __gconv_trans_context_fct, __gconv_trans_query_fct,
961         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
962         definitions.
963         (struct __gconv_step_data): Remove __trans member.
964         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
965         longer hidden.  Remove unused trans_data argument.
966         * iconv/gconv_int.h (struct trans_struct): Remove definition.
967         (__gconv_translit_find): Remove declaration.
968         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
969         prototype.
970         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
971         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
972         trans_data argument.  Add hidden definition.
973         (__gconv_translit_find): Remove.
974         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
975         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
976         * iconv/skeleton.c: Remove transliteration initialization.
977         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
978         __gconv_step_data initialization.
979         * libio/iofwide.c (__libio_translit_): Remove.
980         (_IO_fwide): Adjust struct __gconv_step_data initialization.
981         * wcsmbs/btowc.c (__btowc): Likewise.
982         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
983         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
984         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
985         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
986         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
987         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
988         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
989         * wcsmbs/wctob.c (wctob): Likewise.
991 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
993         [BZ #16194]
994         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
995         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
996         register usage.
997         * sysdeps/x86/Makefile: Adjust.
999 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1000             Roland McGrath  <roland@hack.frob.com>
1002         * locale/weight.h: Add include guard.
1003         (findidx): Make static rather than auto; take new parameters
1004         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1005         * locale/weightwc.h: Likewise.
1006         * posix/fnmatch_loop.c
1007         (FCT): Change type of EXTRA from int32_t to wint_t.
1008         Don't include either header inside the function.
1009         Call FINDIDX rather than findidx, and pass new arguments.
1010         #undef FINDIDX at the end of the file.
1011         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1012         FINDIDX before including fnmatch_loop.c for the non-wide version.
1013         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1014         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1015         for the wide version.
1016         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1017         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1018         Pass new arguments to findidx.
1019         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1020         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1021         Don't #include it inside the function.  Pass new arguments to findidx.
1022         * posix/regex_internal.h
1023         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1024         (re_string_elem_size_at): Don't #include it inside the function.
1025         Pass new arguments to findidx.
1026         * string/strcoll_l.c: #include WEIGHT_H at top level.
1027         (get_next_seq): Don't #include it inside the function.
1028         Pass new arguments to findidx.
1029         (get_next_seq_nocache): Likewise.
1030         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1031         (STRXFRM): Don't #include it inside the function.
1032         Pass new arguments to findidx.
1034 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1036         [BZ #17344]
1037         * malloc/malloc.c (unlink): Turn asserts into a call to
1038         malloc_printerr.
1040 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1042         [BZ #17370]
1043         * libio/wfileops (do_ftell_wide): Free OUT.
1045 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1047         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1049 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1051         [BZ #17363]
1052         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1053         group if the current group is empty.
1055 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1057         * benchtests/bench-memset.c (test_main): Add more test from size
1058         from 32 to 512 bytes.
1059         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1060         Add POWER8 memset object.
1061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1062         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1063         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1064         implementation.
1065         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1066         Likewise.
1067         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1068         multiarch POWER8 memset optimization.
1069         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1070         POWER8 memset optimization.
1072         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1073         Remove bzero multiarch objects.
1074         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1075         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1076         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1077         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1078         Remove define.
1079         [__bzero]: Redefine to specific name.
1080         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1081         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1082         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1083         define.
1084         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1085         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1087 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1089         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1090         warnings into errors.
1092         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1093         __cxa_thread_atexit_impl prototype.
1095 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1097         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1098         Fix capitalization of error message.
1100 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1102         * sysdeps/mips/preconfigure: Modify ABI tests.
1104 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1106         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1108 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1109             Carlos O'Donell  <carlos@systemhalted.org>
1111         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1112         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1113         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1114         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1115         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1116         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1117         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1118         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1119         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1120         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1121         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1122         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1123         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1124         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1125         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1126         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1127         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1128         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1129         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1130         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1131         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1132         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1133         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1134         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1135         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1136         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1137         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1138         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1139         Deconditionalize the code that was previously under [RESET_PID].
1140         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1141         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1142         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1143         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1144         include sysdep.h.
1146 2014-09-08  Allan McRae  <allan@archlinux.org>
1148         * version.h (RELEASE): Set to "development".
1149         (VERSION): Set to "2.20.90"
1151 2014-09-07  Allan McRae  <allan@archlinux.org
1153         * version.h (RELEASE): Set to "stable".
1154         (VERSION): Set to "2.20"
1155         * include/features.h (__GLIBC_MINOR__): Set to 20.
1157         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1158         Liebler.
1160         * po/ko.po: Update Korean translation from translation project.
1162 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1164         [BZ #17354]
1165         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1166         macro for handling signed relocations.
1168 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1170         [BZ #17325]
1171         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1172         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1173         assert.
1174         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1175         * iconvdata/ibm935.c (BODY): Likewise.
1176         * iconvdata/ibm937.c (BODY): Likewise.
1177         * iconvdata/ibm939.c (BODY): Likewise.
1178         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1179         assert.
1180         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1181         script.
1182         * iconvdata/run-iconv-test.sh: New test loop for checking for
1183         decoder crashers.
1185 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1187         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1188         libm_hidden_ver.
1190 2014-09-01  Allan McRae  <allan@archlinux.org>
1192         * po/eo.po: Update Esperanto translation from translation project.
1194         * po/ca.po: Update Catalan translation from translation project.
1196 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1198         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1199         __proc_dostop call.
1201 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1203         [BZ #17319]
1204         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1205         to call set_thread_area instead of hand written asm.
1206         (__NR_set_thread_area): Removed define.
1207         (TLS_FLAG_WRITABLE): Likewise.
1208         (__ASSUME_SET_THREAD_AREA): Remove check.
1209         (TLS_EBX_ARG): Remove define.
1210         (TLS_LOAD_EBX): Likewise.
1212 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1214         Simplify atomicity of socket creation in bind.
1216         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1217         looking up the name after linking the file.
1219 2014-08-27  Allan McRae  <allan@archlinux.org>
1221         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1223 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1225         [BZ #17187]
1226         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1227         trans_compare, open_translit, __gconv_translit_find):
1228         Remove module loading code.
1230 2014-08-26  Allan McRae  <allan@archlinux.org>
1232         * po/vi.po: Update Vietnamese translation from translation project.
1234         * po/uk.po: Update Ukrainian translation from translation project.
1236         * po/fr.po: Update French translation from translation project.
1238         * po/ru.po: Update Russian translation from translation project.
1240         * po/pl.po: Update Polish translation from translation project.
1242         * po/cs.po: Update Czech translation from translation project.
1244         * po/de.po: Update German translation from translation project.
1246         * po/bg.po: Update Bulgarian translation from translation project.
1248         * po/sv.po: Update Sweedish translation from translation project.
1250         * po/nl.po: Update Dutch translation from translation project.
1252         * po/es.po: Update Spanish translation from translation project.
1254 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1256         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1258         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1259         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1260         (CPPFLAGS-iconvconfig): Likewise.
1261         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1263         * include/libc-symbols.h: Remove unnecessary check for
1264         NOT_IN_libc.
1265         * nptl/pthreadP.h: Likewise.
1266         * sysdeps/aarch64/setjmp.S: Likewise.
1267         * sysdeps/alpha/setjmp.S: Likewise.
1268         * sysdeps/arm/sysdep.h: Likewise.
1269         * sysdeps/i386/setjmp.S: Likewise.
1270         * sysdeps/m68k/setjmp.c: Likewise.
1271         * sysdeps/posix/getcwd.c: Likewise.
1272         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1273         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1274         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1275         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1276         * sysdeps/sh/sh3/setjmp.S: Likewise.
1277         * sysdeps/sh/sh4/setjmp.S: Likewise.
1278         * sysdeps/unix/alpha/sysdep.h: Likewise.
1279         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1280         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1281         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1282         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1285         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1286         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1287         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1288         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1289         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1290         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1291         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1292         * sysdeps/x86_64/setjmp.S: Likewise.
1294 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1296         [BZ #17263]
1297         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1298         <stdint.h>.
1299         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1300         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1302 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1304         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1306         [BZ #17262]
1307         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1308         and __x86_64__ when disabling x87 inline functions.
1310 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1312         [BZ #17259]
1313         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1314         asm statement with __cpuid_count.
1316 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1318         * configure.ac: Change __ehdr_start code to dereference the struct.
1319         Run readelf on the output to look for relocations.
1320         * configure: Regenerated.
1322 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1324         [BZ #17261]
1325         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1326         value to 0.
1327         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1329 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1331         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1333 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1335         [BZ #16892]
1336         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1337         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1339 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1341         * malloc/malloc.c: Fix typo in comment.
1343 2014-08-09  Allan McRae  <allan@archlinux.org>
1345         * Regenerate libc.po.
1347 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1349         * intl/tst-gettext2.sh: Check every lang file for creation.
1351 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1353         * sysdeps/aarch64/fpu/math_private.h
1354         (libc_feholdsetround_noex_aarch64_ctx): New function.
1356 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1358         * sysdeps/arm/armv6/strcpy.S (strcpy):
1359         Fix performance issue in misaligned cases.
1361 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1363         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1364         Move definition from termios.h.
1365         (struct termio): Likewise.
1366         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1367         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1368         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1369         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1370         Likewise.
1371         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1372         Move definition to ioctl-types.h
1373         (struct termio): Likewise.
1374         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1375         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1376         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1377         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1378         Likewise.
1380 2014-08-05  Richard Henderson  <rth@redhat.com>
1382         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1383         exceptions.
1384         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1385         Add fraiseexcpt.
1386         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1387         Use __feraiseexcept.
1388         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1389         Protect libm symbols with IS_IN_libm.
1391         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1393 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1395         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1397 2014-08-04  Will Newton  <will.newton@linaro.org>
1399         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1400         file.
1402 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1404         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1405         variants for each function.
1407 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1409         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1410         appended ...
1411         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1412         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1413         appended ...
1414         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1415         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1416         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1417         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1418         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1419         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1420         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1421         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1422         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1423         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1424         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1425         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1426         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1427         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1428         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1429         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1430         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1431         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1432         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1433         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1434         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1435         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1436         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1437         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1438         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1439         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1440         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1441         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1442         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1443         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1444         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1445         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1446         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1447         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1448         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1449         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1450         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1451         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1452         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1453         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1454         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1455         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1456         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1457         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1458         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1459         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1460         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1461         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1462         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1463         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1464         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1465         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1466         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1467         Update #include.
1468         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1469         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1471 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1473         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1474         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1475         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1476         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1477         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1478         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1480 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1482         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1483         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1484         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1485         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1487 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1489         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1490         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1491         (__libc_vfork): Define function under this name.
1492         (__vfork): Define as an alias.
1493         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1494         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1496 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1498         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1499         that was previously under [RESET_PID].
1500         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1502 2014-08-04  Andreas Schwab  <schwab@suse.de>
1504         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1506 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1508         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1509         (main): Likewise.
1511 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1513         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1515 2014-08-01  Richard Henderon  <rth@redhat.com>
1517         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1518         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1519         typo in exact zero test.
1520         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1521         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1522         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1524 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1526         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1527         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1528         * sysdeps/arm/sysdep.h: ... here.
1529         [!__ASSEMBLER__]: Include <stdint.h>.
1531 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1533         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1534         (HAVE_WCTYPE_H): Likewise.
1535         (HAVE_ISWCTYPE): Likewise.
1536         (ENABLE_NLS): Likewise.
1537         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1538         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1540         * posix/regex_internal.c: Check if DEBUG is defined and is
1541         set.
1543         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1544         (HAVE_MBSRTOWCS): Likewise.
1545         * posix/fnmatch.c: Include string.h unconditionally.
1547 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1549         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1550         reversal.
1552 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1554         * sysdeps/generic/safe-fatal.h: New file.
1555         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1556         * nptl/forward.c: Include it.
1557         (__pthread_unwind): Use __safe_fatal as default action, rather
1558         than a bogus use of INTERNAL_SYSCALL that could never work.
1560         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1561         * configure.ac (libc_cv_builtin_trap): New test.
1562         * configure: Regenerated.
1563         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1564         (ABORT_INSTRUCTION): Define using __builtin_trap.
1566         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1567         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1568         * sysdeps/nptl/nptl-signals.h: New file.
1569         * nptl/pthreadP.h: Include <nptl-signals.h>.
1571 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1573         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1574         (ONE_DIRECTION): Define.
1575         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1576         (ONE_DIRECTION): Define.
1577         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1578         (ONE_DIRECTION): Define.
1580 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1582         * sysdeps/s390/Makefile: Delete file.
1583         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1584         * sysdeps/s390/__longjmp.c: Delete file.
1585         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1586         Remove fields __flags and __reserved.
1587         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1588         and add versioning.
1589         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1590         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1591         * sysdeps/s390/rtld-setjmp.S: Likewise.
1592         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1593         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1594         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1595         * sysdeps/s390/s390-32/setjmp.S: ... here.
1596         Add versioning.
1597         (__sigsetjmp): Remove setting __flags field.
1598         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1599         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1600         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1601         * sysdeps/s390/s390-64/setjmp.S: ... here.
1602         Add versioning.
1603         (__sigsetjmp): Remove setting __flags field.
1604         * sysdeps/s390/setjmp.S: Delete file.
1605         * sysdeps/s390/sigjmp.c: Likewise.
1606         * sysdeps/s390/v1-longjmp.c: Likewise.
1607         * sysdeps/s390/v1-setjmp.h: Likewise.
1608         * sysdeps/s390/v1-sigjmp.c: Likewise.
1609         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1610         Remove v1-longjmp_chk.
1611         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1612         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1613         Include debug/longjmp_chk.c and add versioning.
1614         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1615         Include nptl/pt-longjmp.c and add versioning.
1616         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1617         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1618         Include __longjmp.c.
1619         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1620         Move to ...
1621         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1622         (__getcontext): Remove setting __flags field.
1623         Add versioning.
1624         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1625         Don't restore upper high grps.
1626         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1627         Likewise.
1628         (__swapcontext): Remove setting uc_flags field.
1629         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1630         Delete file.
1631         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1632         Include __longjmp.c.
1633         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1634         Move to ...
1635         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1636         (__getcontext): Remove setting __flags field.
1637         Add versioning.
1638         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1639         (__swapcontext): Remove setting uc_flags field.
1640         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1641         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1642         Remove fields uc_high_gprs and __reserved.
1643         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1644         New file with reverted content.
1645         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1646         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1647         Regenerated.
1648         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1649         Regenerated.
1651 2014-07-31  Andreas Schwab  <schwab@suse.de>
1653         * config.h.in (HAVE_IFUNC): Define to 0.
1654         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1655         definedness.
1657 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1659         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1660         memmove-avx-unaligned, memcpy-avx-unaligned and
1661         mempcpy-avx-unaligned.
1662         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1663         Add tests for AVX memcpy functions.
1664         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1665         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1666         memcpy_chk.
1667         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1668         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1669         memmove_chk.
1670         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1671         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1672         mempcpy_chk.
1673         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1674         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1675         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1677 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1679         [BZ #17213]
1680         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1681         powerpc64le.
1683 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1685         [BZ #16839]
1686         * manual/llio.texi: Add section about open file description locks.
1687         * manual/examples/ofdlocks.c: Example of open file description
1688         lock usage.
1689         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1690         F_OFD_SETLK, and F_OFD_SETLKW.
1692 2014-07-23  Allan McRae  <allan@archlinux.org>
1694         * po/es.po: Update Spanish translation from translation project.
1696 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1698         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1700 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1702         [BZ #17078]
1703         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1704         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1705         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1707 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1709         [BZ #17088]
1710         * math/fesetenv.c (__fesetenv)
1711         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1712         * math/feupdateenv.c (__feupdateenv)
1713         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1715         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1716         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1717         (__ASSUME_SOCKETCALL): Do not define.
1719         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1720         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1721         (__ASSUME_SOCKETCALL): Do not define.
1722         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1723         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1724         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1725         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1726         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1727         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1728         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1729         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1731         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1732         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1733         (__ASSUME_SOCKETCALL): Do not define.
1734         (__ASSUME_IPC64): Define unconditionally.
1735         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1736         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1737         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1738         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1739         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1740         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1741         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1742         Likewise.
1744         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1745         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1746         (__ASSUME_SOCKETCALL): Do not define.
1747         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1748         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1749         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1750         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1751         (__ASSUME_REQUEUE_PI): Define unconditionally.
1752         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1753         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1754         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1755         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1756         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1757         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1759         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1760         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1761         (__ASSUME_SOCKETCALL): Do not define.
1762         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1763         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1764         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1765         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1766         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1767         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1769         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1770         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1771         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1772         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1773         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1774         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1775         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1776         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1777         (__ASSUME_GETCPU_SYSCALL): Likewise.
1779         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1780         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1781         cases for individual architectures.
1782         * sysdeps/gnu/configure: Regenerated.
1783         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1784         LIBC_SLIBDIR_RTLDDIR.
1785         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1786         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1787         LIBC_SLIBDIR_RTLDDIR.
1788         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1790         LIBC_SLIBDIR_RTLDDIR.
1791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1792         Regenerated.
1793         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1794         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1795         file.
1796         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1797         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1798         file.
1799         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1800         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1801         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1802         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1804         * sysdeps/aarch64/shlib-versions: Move to ...
1805         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1806         * sysdeps/alpha/shlib-versions: Move to ...
1807         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1808         * sysdeps/arm/shlib-versions: Move to ...
1809         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1810         * sysdeps/hppa/shlib-versions: Move all contents except for
1811         libgcc_s entry to ...
1812         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1813         entry from ...
1814         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1815         * sysdeps/ia64/shlib-versions: Move to ...
1816         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1817         entry from ...
1818         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1819         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1820         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1821         * sysdeps/microblaze/shlib-versions: Move to ...
1822         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1823         * sysdeps/mips/shlib-versions: Move to ...
1824         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1825         entry from ...
1826         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1827         * sysdeps/tile/shlib-versions: Move to ...
1828         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1829         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1830         from ...
1831         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1832         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1833         entry from ...
1834         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1836 2014-07-17  Will Newton  <will.newton@linaro.org>
1838         * sysdeps/arm/bits/atomic.h
1839         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1840         (__arch_compare_and_exchange_bool_16_int): Likewise.
1841         (__arch_compare_and_exchange_bool_64_int): Likewise.
1843         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1844         into an #else block.
1846 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1848         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1849         just Linux configurations.  Test empirically that the compiler sets
1850         __ARM_EABI__, rather than using the tuple to decide.
1851         * sysdeps/arm/preconfigure: Regenerated.
1852         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1853         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1854         contents appended ...
1855         * sysdeps/arm/configure.ac: ... here.
1856         * sysdeps/arm/configure: Regenerated.
1858 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1860         * nptl/pthread_kill.c: New file.
1861         * nptl/pthread_sigmask.c: New file.
1862         * nptl/pthread_sigqueue.c: New file.
1864         * sysdeps/nptl/lowlevellock.h: New file.
1865         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1866         * sysdeps/nptl/lowlevellock-futex.h: New file.
1868         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1869         Remove dead declarations.
1871 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1873         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1874         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1875         config-cflags-avx2.
1876         * sysdeps/x86_64/configure.ac: Likewise.
1877         * sysdeps/i386/configure: Regenerated.
1878         * sysdeps/x86_64/configure: Likewise.
1879         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1880         memset-avx2 only if config-cflags-avx2 is yes.
1881         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1882         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1883         defined.
1884         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1885         only if HAVE_AVX2_SUPPORT is defined.
1886         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1888 2014-07-14  Alan Modra  <amodra@gmail.com>
1890         [BZ #17153]
1891         * elf/elf.h (DT_PPC64_NUM): Correct value.
1892         * NEWS: Add to fixed bug list.
1894 2014-07-13  Jim Meyering  <meyering@fb.com>
1896         [BZ 17150]
1897         regex: don't deref NULL upon heap allocation failure
1898         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1899         failure in one more place.
1900         To trigger the segfault, configure grep -with-included-regex,
1901         build it, and run these commands:
1902         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1904 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1906         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1908 2014-07-11  Richard Henderson  <rth@redhat.com>
1910         * sysdeps/aarch64/libm-test-ulps: Update.
1912 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1914         [BZ #17135]
1915         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1916         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1917         (__nptl_setxid): Initialize error member.  Call
1918         __nptl_setxid_error.
1919         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1920         * nptl/descr.h (struct xid_command): Add error member.
1921         * nptl/tst-setuid3.c: New file.
1922         * nptl/Makefile (tests): Add it.
1924 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1926         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1927         New define.
1928         (__lll_trylock): Use __lll_base_trylock.
1929         (__lll_cond_trylock): Likewise.
1931 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1933         * nptl/pthread_create.c (start_thread): Use atomic_or and
1934         lll_futex_wake directly rather than lll_robust_dead.
1935         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1936         (lll_robust_dead): Macro removed.
1937         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1938         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1939         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1940         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1941         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1942         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1943         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1944         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1945         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1946         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1947         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1948         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1949         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1950         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1951         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1953         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1954         Use atomic_compare_and_exchange_val_acq directly rather than
1955         lll_robust_trylock.
1956         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1957         (__lll_robust_trylock, lll_robust_trylock): Removed.
1958         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1959         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1960         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1961         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1962         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1963         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1964         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1965         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1966         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1967         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1968         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1969         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1970         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1971         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1973 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1975         * manual/locale.texi (Locale Names): New section documenting
1976         locale name syntax.  Adjust menu and node chaining accordingly.
1977         (Choosing Locale): Reference Locale Names, Locale Categories.
1978         Mention setting LC_ALL=C.  Reflect that name syntax is now
1979         documented.
1980         (Locale Categories): New section title.  Reference Locale Names.
1981         LC_ALL is an environment variable, but not a category.
1982         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1983         description, now in Locale Name.  Reference that section.  Locale
1984         name syntax is now documented.
1986 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1988         [BZ #17137]
1989         * locale/findlocale.c (name_present, valid_locale_name): New
1990         functions.
1991         (_nl_find_locale): Use the loc_name variable to store name
1992         candidates.  Call name_present and valid_locale_name to check and
1993         validate locale names.  Return an error if the locale is invalid.
1995 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1997         * locale/setlocale.c (setlocale): Use strdup for allocating
1998         composite name copy.
2000 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2002         Sync up with gnulib.
2003         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2004         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2005         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2006         and _GL_ARG_NONNULL.
2007         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2008         [!_LIBC]: Include code for Windows and Cygwin.
2009         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2010         Include prototype for int strerror_r.
2011         [!_LIBC] (is_open): New function.
2012         (flush_stdout): New function.
2013         (print_errno_message): Use it.
2014         (error): Likewise.
2015         (error_at_line): Likewise.
2016         (error_tail) Add function attribute macros.  Use
2017         __builtin_expect.
2019         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2021         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2023         * io/ftw.c: Include sys/param.h unconditionally.
2025         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2027         [BZ #17125]
2028         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2029         libc_freeres_ptr.
2030         (freecache): New function to free CACHE on exit.
2032         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2033         initialization.
2035 2014-07-09  David S. Miller  <davem@davemloft.net>
2037         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2039         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2040         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2041         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2042         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2043         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2044         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2045         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2046         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2047         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2048         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2049         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2050         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2051         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2053 2014-07-09  Andreas Schwab  <schwab@suse.de>
2055         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2056         output.
2057         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2058         (do_test): Likewise.
2060         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2062 2014-07-09  Will Newton  <will.newton@linaro.org>
2064         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2065         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2066         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2067         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2068         * sysdeps/hppa/start.S (_start): Likewise.
2070 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2072         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2074         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2075         defined.
2077 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2079         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2080         after checking that it is non-NULL.
2082         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2084 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2086         * sysdeps/powerpc/memmove.c: Remove file.
2087         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2088         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2089         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2090         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2091         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2092         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2093         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2094         string memmove instead of removed powerpc one.
2096         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2097         [weak_alias]: Fix compiler warning due trailing data.
2098         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2099         [weak_alias]: Likewise.
2100         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2101         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2103         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2104         (__libc_ifunc_impl_list): Add memmove functions.
2106 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2108         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2109         Remove code.
2110         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2111         Likewise
2112         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2113         Likewise
2114         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2115         Likewise
2116         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2117         Likewise
2118         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2119         Likewise
2120         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2121         Likewise
2122         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2123         Likewise
2124         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2125         Likewise
2126         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2127         Likewise
2128         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2129         Likewise
2130         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2131         Likewise
2132         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2133         Likewise
2134         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2135         Likewise
2136         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2137         Likewise
2138         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2139         Likewise
2140         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2141         Likewise
2143 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2145         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2146         to avoid alignment traps in non-cacheable memory.
2147         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2149         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2150         multiarch objects.
2151         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2152         file: multiarch power7 memmove.
2153         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2154         multiarch default memmove.
2155         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2156         multiarch memove for powerpc32/power4.
2158         * string/bcopy.c: Use full path to include memmove.c.
2159         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2160         multiarch objects.
2161         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2162         bcopy for powerpc64.
2163         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2164         bcopy for powerpc64.
2165         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2166         and memmove implementations.
2167         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2168         optimized multiarch memmove for POWER7/powerpc64.
2169         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2170         default multiarch memmove for powerpc64.
2171         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2172         multiarch for powerpc64.
2173         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2174         for POWER7/powerpc64.
2175         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2176         memmove for POWER7/powerpc64.
2178         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2179         glibc default one.
2181         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2182         __ELF_NATIVE_CLASS equal to 64.
2184 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2186         * sysdeps/nptl/lowlevellock.h: File removed.
2188         * NEWS: NPTL is no longer an add-on!
2189         * nptl/internaltypes.h: Moved ...
2190         * sysdeps/nptl/internaltypes.h: ... here.
2191         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2192         * sysdeps/nptl/fork.c: Likewise.
2193         * sysdeps/nptl/gai_misc.h: Likewise.
2194         * sysdeps/nptl/librt-cancellation.c: Likewise.
2195         * sysdeps/nptl/jmp-unwind.c: Likewise.
2196         * sysdeps/nptl/setxid.h: Likewise.
2197         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2198         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2199         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2200         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2201         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2202         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2203         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2204         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2205         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2206         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2207         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2208         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2209         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2210         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2211         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2212         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2213         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2214         * nptl/Makeconfig: Moved ...
2215         * sysdeps/nptl/Makeconfig: ... here.
2216         * nptl/configure: File removed.
2217         * nptl/ANNOUNCE: File removed.
2218         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2219         * sysdeps/unix/sysv/linux/configure: Regenerated.
2221         * nptl/Makefile (routines): Add libc_pthread_init,
2222         libc_multiple_threads, register-atfork and unregister-atfork.
2223         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2224         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2225         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2226         pthread-pi-defines.sym, structsem.sym.
2227         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2228         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2229         [$(subdir) = nptl] (tests): Add tst-setgetname.
2230         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2231         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2232         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2233         [!LIBC_SIGACTION]: Remove aliases.
2234         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2235         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2236         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2237         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2238         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2239         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2240         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2241         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2242         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2243         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2244         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2245         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2246         __libc_allocate_rtsig_private.
2247         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2248         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2249         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2250         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2251         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2252         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2253         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2254         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2255         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2256         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2257         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2258         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2259         * nptl/internaltypes.h: ... here.
2260         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2261         * sysdeps/nptl/jmp-unwind.c: ... here.
2262         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2263         * nptl/libc-lowlevellock.c: ... here.
2264         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2265         * nptl/libc_multiple_threads.c: ... here.
2266         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2267         * nptl/libc_pthread_init.c: ... here.
2268         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2269         * nptl/lowlevelbarrier.sym: ... here.
2270         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2271         * nptl/lowlevelcond.sym: ... here.
2272         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2273         * nptl/lowlevellock.c: ... here.
2274         * nptl/lowlevellock.h: Moved ...
2275         * sysdeps/nptl/lowlevellock.h: ... here.
2276         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2277         * nptl/lowlevelrobustlock.c: ... here.
2278         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2279         * nptl/lowlevelrobustlock.sym: ... here.
2280         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2281         * nptl/lowlevelrwlock.sym: ... here.
2282         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2283         * nptl/pt-fork.c: ... here.
2284         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2285         * nptl/pthread-pi-defines.sym: ... here.
2286         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2287         * nptl/pthread_attr_getaffinity.c: ... here.
2288         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2289         * nptl/pthread_attr_setaffinity.c: ... here.
2290         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2291         * nptl/pthread_mutex_cond_lock.c: ... here.
2292         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2293         Update #include.
2294         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2295         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2296         * nptl/pthread_once.c: ... here, replacing old file.
2297         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2298         * nptl/pthread_yield.c: ... here.
2299         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2300         * nptl/register-atfork.c: ... here.
2301         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2302         * nptl/sem_post.c: ... here.
2303         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2304         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2305         * nptl/sem_timedwait.c: ... here.
2306         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2307         * nptl/sem_trywait.c: ... here.
2308         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2309         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2310         * nptl/sem_wait.c: ... here.
2311         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2312         * nptl/structsem.sym: ... here.
2313         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2314         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2315         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2316         * nptl/unregister-atfork.c: ... here.
2317         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2318         * nptl/unwindbuf.sym: ... here.
2319         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2320         * sysdeps/nptl/fork.c: ... here.
2321         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2322         * sysdeps/nptl/fork.h: ... here.
2323         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2324         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2325         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2326         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2327         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2328         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2329         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2330         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2331         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2332         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2333         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2334         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2335         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2336         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2337         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2338         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2339         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2340         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2341         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2342         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2343         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2344         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2345         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2346         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2347         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2348         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2349         * sysdeps/unix/sysv/linux/raise.c: ... here.
2350         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2351         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2352         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2353         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2354         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2355         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2356         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2357         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2358         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2359         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2360         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2361         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2362         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2363         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2364         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2366 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2368         * sysdeps/generic/memcopy.h: Add comment for
2369         MEMCPY_OK_FOR_FWD_MEMMOVE.
2371 2014-07-04  Will Newton  <will.newton@linaro.org>
2373         * string/memchr.c: Merge from gnulib.
2374         [_LIBC]: Remove conditionals.
2375         (__ptr_t): Remove define.
2376         (LONG_MAX_32_BITS): Likewise.
2377         (LONG_MAX): Likewise.
2378         (MEMCHR): Use ANSI prototype and optimize algorithm.
2380         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2382 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2384         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2385         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2387         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2388         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2389         in a bare environment with no <stdlib.h> installed.
2390         * sysdeps/nptl/configure: Regenerated.
2392         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2394         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2395         AC_EGREP_CPP for kernel header checks, so they only succeed if
2396         including <linux/version.h> actually works right.
2397         * sysdeps/unix/sysv/linux/configure: Regenerated.
2399         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2400         value so it's not diagnosed as unused.
2402         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2403         thing) with "ifeq ($(subdir),rt)".
2405 2014-07-03  Richard Henderson  <rth@redhat.com>
2407         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2408         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2409         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2411         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2412         (math_force_eval): New.
2414         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2415         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2417         * sysdeps/alpha/fpu/s_round.c: Remove file.
2418         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2420         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2421         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2422         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2423         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2424         (_dl_start, print_statistics): Likewise.
2425         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2426         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2428         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2429         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2430         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2431         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2432         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2433         (HP_SMALL_TIMING_AVAIL): Define.
2434         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2435         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2436         (HP_SMALL_TIMING_AVAIL): Define.
2437         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2438         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2440         * sysdeps/aarch64/hp-timing.h: New file.
2442         * sysdeps/generic/hp-timing.h: Remove dead comment.
2443         * sysdeps/generic/hp-timing-common.h: New file.
2444         * sysdeps/alpha/hp-timing.h: Include it.
2445         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2446         * sysdeps/i386/i686/hp-timing.h: Likewise.
2447         * sysdeps/ia64/hp-timing.h: Likewise.
2448         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2449         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2450         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2451         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2452         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2453         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2454         (hp_timing_t): New.
2456         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2457         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2458         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2459         * elf/rtld.c (_dl_start_final): Likewise.
2460         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2461         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2462         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2463         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2464         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2465         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2466         (HP_TIMING_DIFF_INIT): Remove.
2467         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2468         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2469         (HP_TIMING_DIFF_INIT): Remove.
2470         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2471         * sysdeps/i386/i686/hp-timing.c: Remove file.
2472         * sysdeps/x86_64/hp-timing.c: Remove file.
2473         * sysdeps/ia64/hp-timing.c: Remove file.
2474         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2475         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2476         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2477         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2479         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2480         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2481         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2482         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2483         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2484         (HP_TIMING_ACCUM): Remove.
2485         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2486         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2487         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2489         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2490         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2491         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2492         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2493         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2494         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2495         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2496         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2498         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2500 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2502         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2504 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2506         Sync up with gettext.
2507         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2508         [_MSC_VER]: Include malloc.h
2509         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2510         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2511         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2512         TEMP_FAILURE_RETRY.  Cast return of alloca.
2513         [!_LIBC] Call gl_rwlock_init.
2514         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2516 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2518         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2519         before checking its value.
2521 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2523         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2525         * debug/memcpy_chk.c: Don't include pagecopy.h.
2526         * debug/mempcpy_chk.c: Likewise.
2527         * string/memcpy.c: Likewise.
2528         * string/memmove.c: Likewise.
2529         * sysdeps/powerpc/memmove.c: Likewise.
2530         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2531         definition of PAGE_COPY_FWD_MAYBE here...
2532         * sysdeps/generic/pagecopy.h: ... from here.
2533         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2535 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2536             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2538         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2539         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2540         optimizations.
2541         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2542         (__libc_ifunc_impl_list): Likewise.
2543         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2544         multiarch strcat for PPC64.
2545         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2546         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2548 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2550         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2552 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2554         * intl/loadmsgcat.c: Remove declaration of
2555         get_sysdep_segment_value.
2556         (get_sysdep_segment_value): Use ISO C style.
2557         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2558         semicolon.  Fix typo and formatting in comment.
2559         (_nl_unload_domain): Use ISO C style.
2561         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2563 2014-07-02  Will Newton  <will.newton@linaro.org>
2565         * malloc/obstack.c: Merge from gnulib master.
2566         [HAVE_CONFIG_H]: Remove conditional code.
2567         [!_LIBC]: Include config.h.
2568         [!ELIDE_CODE]: Don't include inttypes.h, include
2569         stdint.h unconditionally.
2570         (print_and_abort): Mark as _Noreturn.
2571         (_obstack_allocated_p): Mark as __attribute_pure__.
2572         (obstack_free): Rename to __obstack_free.
2573         [!__attribute__]: Remove conditional code.
2574         * malloc/obstack.h: Merge from gnulib master.
2575         [__cplusplus]: Move conditional down.
2576         [!__attribute_pure__]: Define __attribute_pure__ here
2577         if it is not already defined.
2578         (_obstack_memory_used): Mark as __attribute_pure__.
2579         [!__obstack_free]: Define as obstack_free.
2580         [__GNUC__]: Remove check for ancient NeXT gcc.
2582 2014-07-02  Will Newton  <will.newton@linaro.org>
2583             Paul Eggert  <eggert@cs.ucla.edu>
2585         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2587 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2589         * resolv/gethnamaddr.c: Add comment warning that the file is
2590         not maintained.
2592 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2594         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2595         entries.
2597         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2598         entry for aio_cancel and aio_cancel64.
2599         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2600         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2601         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2602         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2603         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2604         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2605         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2606         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2607         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2608         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2609         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2610         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2611         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2613 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2615         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2616         * nptl/pthread_mutex_lock.c: Likewise.
2617         * nptl/pthread_mutex_timedlock.c: Likewise.
2618         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2620 2014-07-01  Richard henderson  <rth@redhat.com>
2622         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2623         (__isnan, __isnanl): Remove.
2624         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2626         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2628 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2630         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2632 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2634         * resolv/nss_dns/dns-host.c (getanswer_r)
2635         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2637 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2639         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2640         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2641         undefine.
2642         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2643         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2645 2014-07-01  Roland McGrath <roland@hack.frob.com>
2647         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2648         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2650         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2651         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2653         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2654         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2655         ... here.
2656         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2657         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2659         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2660         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2661         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2662         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2664         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2665         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2666         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2667         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2668         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2669         Moved ...
2670         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2671         ... here.
2672         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2673         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2674         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2675         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2676         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2677         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2678         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2679         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2680         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2681         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2682         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2683         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2684         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2685         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2686         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2687         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2688         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2689         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2690         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2691         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2692         ... here.
2693         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2694         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2695         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2696         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2697         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2698         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2699         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2700         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2702 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2704         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2705         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2706         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2707         Add sysdep.
2709 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2711         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2713 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2715         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2716         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2718         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2720         * sysdeps/arm/libm-test-ulps: Regenerated.
2722 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2723             Roland McGrath <roland@hack.frob.com>
2725         * test-skeleton.c (signal_handler): Kill the whole process group
2726         before killing the child individually.
2727         (main): Report any failure on `setpgid'.
2729 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2731         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2732         from _TLS_H to _ARM_NPTL_TLS_H.
2733         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2734         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2736 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2738         [BZ #16539]
2739         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2740         (__expm1l): Return argument unchanged when small but not
2741         subnormal.
2743         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2744         include macro name.
2745         (_FP_UNPACK_RAW_1_P): Likewise.
2746         (_FP_PACK_RAW_1): Likewise.
2747         (_FP_PACK_RAW_1_P): Likewise.
2748         (_FP_MUL_MEAT_1_wide): Likewise.
2749         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2750         (_FP_MUL_MEAT_1_hard): Likewise.
2751         (_FP_DIV_MEAT_1_imm): Likewise.
2752         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2753         (_FP_DIV_MEAT_1_udiv): Likewise.
2754         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2755         (_FP_UNPACK_RAW_2): Likewise.
2756         (_FP_UNPACK_RAW_2_P): Likewise.
2757         (_FP_PACK_RAW_2): Likewise.
2758         (_FP_PACK_RAW_2_P): Likewise.
2759         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2760         (_FP_MUL_MEAT_2_wide): Likewise.
2761         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2762         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2763         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2764         (_FP_MUL_MEAT_2_gmp): Likewise.
2765         (_FP_DIV_MEAT_2_udiv): Likewise.
2766         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2767         (_FP_FRAC_SRL_4): Likewise.
2768         (_FP_FRAC_SRST_4): Likewise.
2769         (_FP_FRAC_SRS_4): Likewise.
2770         (_FP_UNPACK_RAW_4): Likewise.
2771         (_FP_UNPACK_RAW_4_P): Likewise.
2772         (_FP_PACK_RAW_4): Likewise.
2773         (_FP_PACK_RAW_4_P): Likewise.
2774         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2775         (_FP_MUL_MEAT_4_wide): Likewise.
2776         (_FP_MUL_MEAT_4_gmp): Likewise.
2777         (umul_ppppmnnn): Likewise.
2778         (_FP_DIV_MEAT_4_udiv): Likewise.
2779         (__FP_FRAC_ADD_4): Likewise.
2780         (__FP_FRAC_SUB_3): Likewise.
2781         (__FP_FRAC_SUB_4): Likewise.
2782         (__FP_FRAC_DEC_3): Likewise.
2783         (__FP_FRAC_DEC_4): Likewise.
2784         (__FP_FRAC_ADDI_4): Likewise.
2785         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2786         (_FP_FRAC_SRL_8): Likewise.
2787         (_FP_FRAC_SRS_8): Likewise.
2789         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2790         include macro name.
2791         (FP_UNPACK_RAW_EP): Likewise.
2792         (FP_PACK_RAW_E): Likewise.
2793         (FP_PACK_RAW_EP): Likewise.
2794         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2795         (_FP_ISSIGNAN): Likewise.
2796         (_FP_ADD_INTERNAL): Likewise.
2797         (_FP_FMA): Likewise.
2798         (_FP_CMP): Likewise.
2799         (_FP_SQRT): Likewise.
2800         (_FP_TO_INT): Likewise.
2801         (_FP_FROM_INT): Likewise.
2802         (FP_EXTEND): Likewise.
2803         (_FP_DIV_MEAT_N_loop): Likewise.
2805 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2807         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2808         throughout.
2810 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2812         [BZ #17097]
2813         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2814         result with correct sign in case of exponents that produce
2815         overflow except for X very close to 1.
2817 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2819         mktime: merge #if/#ifdef usage from glibc
2820         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2821         as that works with both Glibc's and Gnulib's style.
2822         See thread starting at Siddhesh Poyarekar's bug report at:
2823         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2825 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2827         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2828         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2829         * sysdeps/tile/tilegx/memmove.c: Remove file.
2831 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2833         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2834         abi-name definition.
2835         * scripts/soversions.awk: Do not handle or generate ABI lines.
2836         * shlib-versions: Remove ABI entries.
2837         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2838         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2840 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2842         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2843         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2844         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2845         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2846         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2847         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2848         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2849         Moved ...
2850         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2851         ... here.
2852         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2853         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2854         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2855         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2856         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2857         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2858         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2859         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2860         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2861         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2862         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2863         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2864         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2865         Moved ...
2866         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2867         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2868         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2869         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2870         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2871         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2872         Moved ...
2873         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2874         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2875         Moved ...
2876         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2877         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2878         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2879         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2880         Moved ...
2881         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2882         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2883         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2884         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2885         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2886         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2887         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2888         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2889         Moved ...
2890         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2891         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2892         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2893         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2894         Moved ...
2895         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2896         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2897         Moved ...
2898         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2899         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2900         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2901         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2902         Moved ...
2903         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2904         ... here.
2905         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2906         Identical file removed.
2907         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2908         Moved ...
2909         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2910         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2911         Identical file removed.
2912         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2913         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2914         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2915         Moved ...
2916         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2917         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2918         Identical file removed.
2919         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2920         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2921         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2922         Identical file removed.
2923         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2924         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2925         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2926         Identical file removed.
2927         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2928         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2929         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2930         Identical file removed.
2931         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2932         Moved ...
2933         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2934         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2935         Identical file removed.
2936         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2937         Moved ...
2938         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2939         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2940         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2941         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2942         Identical file removed.
2943         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2944         Moved ...
2945         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2946         ... here.
2947         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2948         Identical file removed.
2949         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2950         Moved ...
2951         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2952         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2953         Identical file removed.
2954         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2955         Moved ...
2956         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2957         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2958         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2959         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2960         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2961         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2962         Moved ...
2963         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2964         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2965         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2967         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2968         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2969         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2970         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2971         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2973 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2975         [BZ #17092]
2976         * nscd/nscd.c (monitor_child): Return exit status of child
2977         instead of return value from wait syscall.
2979 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2981         * configure.ac (libc_commonpagesize): Remove variable.
2982         (libc_relro_required): Likewise.
2983         (libc_cv_z_relro): Remove configure test.
2984         * configure: Regenerated.
2985         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2986         variable.
2987         (libc_relro_required): Likewise.
2988         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2989         (libc_relro_required): Likewise.
2990         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2991         (libc_relro_required): Likewise.
2992         * sysdeps/arm/preconfigure: Regenerated.
2993         * sysdeps/ia64/preconfigure: Remove file.
2994         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2995         variable.
2996         (libc_relro_required): Likewise.
2998         [BZ #16561]
2999         [BZ #16562]
3000         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3001         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3002         recompute overflowing results in original rounding mode.
3003         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3004         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3005         recompute overflowing results in original rounding mode.
3006         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3007         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3008         recompute overflowing results in original rounding mode.
3009         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3010         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3011         recompute overflowing results in original rounding mode.
3012         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3013         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3014         recompute overflowing results in original rounding mode.
3015         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3016         (libc_feholdsetround_ctx): New macro.
3017         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3018         * sysdeps/i386/fpu/libm-test-ulps: Update.
3019         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3021 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3023         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3024         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3025         corresponding .cpsetup call.
3027 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3029         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3030         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3031         * sysdeps/arm/Makefile [$(subdir) = csu]
3032         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3033         (static-only-routines): Add aeabi_read_tp here.
3034         (shared-only-routines): Add libc-aeabi_read_tp here.
3035         (CFLAGS-libc-start.c): Add -fexceptions here.
3036         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3037         (sysdep_routines, static-only-routines, shared-only-routines):
3038         Don't add to these here.
3039         (CFLAGS-libc-start.c): Likewise.
3041         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3042         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3043         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3044         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3045         * sysdeps/arm/Makefile [$(subdir) = rt]
3046         (librt-sysdep_routines, librt-shared-only-routines):
3047         Append rt-aeabi_unwind_cpp_pr1 here.
3048         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3049         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3050         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3051         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3052         Append nptl-aeabi_unwind_cpp_pr1 here.
3053         (tests): Filter out tst-cleanupx4 here.
3054         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3055         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3056         Don't do those here.
3058 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3060         * scripts/list-sources.sh: Do not handle ports specially.
3062 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3064         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3065         * sysdeps/arm/feupdateenv.c: Likewise.
3067         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3069 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3071         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3072         trailing whitespace removed.
3073         * scripts/config.guess: Update to version 2014-03-23.
3074         * scripts/config.sub: Update to version 2014-05-01
3075         * scripts/install-sh: Update to version 2013-12-25.23.
3076         * scripts/move-if-change: Update from gnulib.
3078 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3080         * debug/memmove_chk.c: Remove pagecopy.h include.
3082 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3084         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3085         identical to gnulib mktime.
3087 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3089         * configure.ac: Do not test for machine being rs6000.  Do not test
3090         for powerpc*-*soft.
3091         * configure: Regenerated.
3093         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3094         test.
3095         * configure: Regenerated.
3096         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3097         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3098         Remove configure test.
3099         * sysdeps/arm/configure: Regenerated.
3100         * sysdeps/nptl/configure.ac: Do not check
3101         libc_cv_asm_cfi_directives.
3102         * sysdeps/nptl/configure: Regenerated.
3103         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3104         * sysdeps/x86_64/nptl/configure: Remove generated file.
3105         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3106         unconditional.
3107         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3109 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3111         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3112         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3113         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3114         it is defined.
3116         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3117         instead of whether it is defined.
3118         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3119         * sysdeps/hppa/dl-machine.h: Likewise.
3120         * sysdeps/ia64/dl-machine.h: Likewise.
3121         * sysdeps/m68k/dl-machine.h: Likewise.
3122         * sysdeps/microblaze/dl-machine.h: Likewise.
3123         * sysdeps/mips/dl-machine.: Likewise.
3124         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3125         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3126         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3127         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3128         * sysdeps/sh/dl-machine.h: Likewise.
3129         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3130         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3131         * sysdeps/tile/dl-machine.h: Likewise.
3132         * sysdeps/x86_64/dl-machine.h: Likewise.
3134         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3135         code.
3136         (verify_persistent_db): Likewise.
3138 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3140         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3141         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3143         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3145         Moved ...
3146         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3147         ... here.
3148         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3149         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3151         Identical file removed.
3152         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3153         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3154         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3155         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3156         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3157         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3158         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3159         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3161         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3162         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3163         Moved ...
3164         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3166         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3168         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3170         Moved ...
3171         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3173         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3174         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3175         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3176         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3177         Identical file removed.
3178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3179         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3180         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3181         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3183         Moved ...
3184         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3185         ... here.
3186         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3187         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3188         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3189         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3190         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3191         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3193         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3195         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3197         Moved ...
3198         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3199         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3200         Moved ...
3201         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3203         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3205         Moved ...
3206         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3208         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3210         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3211         folded into ...
3212         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3213         * sysdeps/unix/sysv/linux/s390/Versions
3214         (libpthread: GLIBC_2.19): New version set.
3215         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3216         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3217         (librt: GLIBC_2.3.3): New version set.
3218         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3219         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3220         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3221         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3222         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3223         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3224         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3225         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3226         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3227         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3228         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3229         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3230         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3231         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3232         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3233         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3234         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3235         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3236         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3237         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3238         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3239         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3240         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3241         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3242         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3243         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3244         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3245         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3246         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3247         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3248         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3249         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3250         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3251         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3252         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3253         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3254         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3255         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3256         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3257         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3258         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3259         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3260         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3261         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3262         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3264         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3265         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3266         (__libc_vfork): Define the function under this name.
3267         [!NOT_IN_libc] (__vfork): Make this an alias.
3268         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3269         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3270         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3271         (__libc_vfork): Define the function under this name.
3272         [!NOT_IN_libc] (__vfork): Make this an alias.
3273         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3274         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3275         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3276         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3277         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3278         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3280         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3281         code that was previously under [RESET_PID].
3282         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3283         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3284         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3286         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3287         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3288         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3289         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3290         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3291         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3292         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3293         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3294         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3295         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3296         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3297         Moved ...
3298         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3299         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3300         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3301         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3302         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3303         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3304         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3305         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3306         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3307         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3308         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3309         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3310         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3311         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3312         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3313         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3314         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3315         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3316         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3317         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3318         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3319         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3320         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3321         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3322         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3323         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3324         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3325         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3326         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3328 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3330         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3331         that was previously under [RESET_PID].
3332         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3334 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3336         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3337         not undefine and redefine.
3338         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3339         [O_CLOEXEC]: Make code unconditional.
3340         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3341         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3342         <kernel-features.h>.
3343         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3344         conditional variable definition.
3345         (shm_open) [O_CLOEXEC]: Make code unconditional.
3346         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3347         code.
3349         * configure.ac (USE_REGPARMS): Don't define here.
3350         * configure: Regenerated.
3351         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3352         * sysdeps/i386/configure: Regenerated.
3354         * nptl/createthread.c: Don't include kernel-features.h.
3355         * nptl/pthread_cancel.c: Likewise.
3356         * nptl/pthread_condattr_setclock.c: Likewise.
3357         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3358         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3359         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3360         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3361         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3362         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3363         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3364         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3365         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3366         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3367         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3368         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3369         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3370         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3371         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3372         * nscd/gai.c: Likewise.
3373         * nss/nss_db/db-open.c: Likewise.
3374         * sysdeps/generic/ldsodefs.h: Likewise.
3375         * sysdeps/sh/nptl/tls.h: Likewise.
3376         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3377         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3378         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3379         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3380         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3381         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3382         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3383         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3384         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3385         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3386         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3387         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3388         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3389         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3390         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3391         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3392         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3393         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3394         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3395         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3396         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3397         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3398         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3399         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3400         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3401         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3402         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3403         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3404         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3405         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3406         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3407         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3408         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3409         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3410         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3411         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3412         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3413         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3414         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3415         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3416         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3417         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3418         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3419         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3420         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3421         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3422         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3423         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3424         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3425         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3426         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3427         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3428         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3429         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3430         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3431         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3432         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3433         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3456         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3457         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3458         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3459         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3460         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3461         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3462         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3463         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3464         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3465         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3466         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3467         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3468         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3469         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3470         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3471         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3472         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3473         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3474         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3475         * sysdeps/unix/sysv/linux/system.c: Likewise.
3476         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3477         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3478         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3479         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3480         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3481         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3482         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3484         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3485         * configure: Regenerated.
3486         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3488         * configure.ac (base_machine): Do not set specially for particular
3489         machines here.
3490         * configure: Regenerated.
3491         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3492         settings from configure.ac.
3493         * sysdeps/i386/preconfigure: New file.
3494         * sysdeps/s390/preconfigure: Likewise.
3495         * sysdeps/sh/preconfigure: Likewise.
3496         * sysdeps/sparc/preconfigure: Likewise.
3498 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3500         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3501         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3502         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3503         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3504         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3505         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3506         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3507         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3508         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3509         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3510         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3511         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3512         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3513         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3514         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3515         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3516         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3517         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3518         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3520         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3521         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3522         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3523         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3524         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3525         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3526         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3527         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3528         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3529         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3530         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3531         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3532         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3533         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3534         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3535         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3536         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3537         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3538         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3539         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3540         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3541         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3542         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3543         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3544         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3545         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3546         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3547         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3548         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3549         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3550         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3551         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3552         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3553         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3554         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3555         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3556         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3557         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3559         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3560         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3561         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3562         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3563         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3564         Moved ...
3565         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3566         ... here.
3567         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3568         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3569         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3570         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3571         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3572         Moved ...
3573         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3574         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3575         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3576         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3577         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3578         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3579         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3580         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3581         Moved ...
3582         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3583         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3584         Moved ...
3585         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3586         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3587         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3589         Moved ...
3590         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3591         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3592         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3593         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3594         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3595         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3596         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3597         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3598         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3599         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3600         Moved ...
3601         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3602         ... here.
3603         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3604         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3605         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3606         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3607         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3608         Moved ...
3609         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3610         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3611         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3612         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3613         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3614         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3615         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3616         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3617         Moved ...
3618         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3619         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3620         Moved ...
3621         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3622         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3623         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3625         Moved ...
3626         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3627         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3628         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3629         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3630         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3632 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3634         * timezone/checktab.awk: Update from tzcode 2014e.
3635         * timezone/private.h: Likewise.
3636         * timezone/tzfile.h: Likewise.
3637         * timezone/zdump.c: Likewise.
3638         * timezone/zic.c: Likewise.
3640         * sysdeps/unix/sysv/linux/kernel-features.h
3641         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3642         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3643         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3644         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3645         Remove conditional code.
3647 2014-06-25  Will Newton  <will.newton@linaro.org>
3649         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3650         (_dl_arm_cap_flags): Add HWCAP2 values.
3651         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3652         (_DL_HWCAP_COUNT): Increase to 37.
3653         (_DL_HWCAP_LAST): New define.
3654         (_DL_HWCAP2_LAST): New define.
3655         (_dl_procinfo): Add support for printing
3656         AT_HWCAP2 entries.
3657         (_dl_string_hwcap): Use _dl_hwcap_string.
3659 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3661         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3663 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3665         * README: Do not mention ports directory.
3667         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3668         Remove macro.
3669         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3670         <kernel-features.h>.
3671         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3672         conditional variable definition.
3673         (__futimes): Update comment.
3674         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3675         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3677         [BZ #16560]
3678         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3679         arguments close to 0.
3680         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3681         Likewise.
3682         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3683         Likewise.
3684         * math/auto-libm-test-in: Add more tests of exp10.
3685         * math/auto-libm-test-out: Regenerated.
3686         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3688         * sysdeps/unix/sysv/linux/kernel-features.h
3689         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3690         * sysdeps/unix/sysv/linux/readv.c: Do not include
3691         <kernel-features.h>.
3692         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3693         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3694         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3695         unconditional.
3696         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3697         conditional code.
3698         * sysdeps/unix/sysv/linux/writev.c: Do not include
3699         <kernel-features.h>.
3700         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3701         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3702         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3703         unconditional.
3704         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3705         conditional code.
3707 2014-06-25  Will Newton  <will.newton@linaro.org>
3709         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3710         comment changes throughout the file.  Remove checks
3711         for HAVE_*_H definitions that are not required.
3712         (__gen_tempname): Call abort if an unknown kind value is
3713         passed.
3715 2014-06-25  Andreas Schwab  <schwab@suse.de>
3717         [BZ #17086]
3718         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3719         scalbln, scalblnf, scalblnl in libc.
3721 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3723         [BZ #17086]
3724         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3725         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3726         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3728 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3730         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3731         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3732         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3733         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3734         Update #include.
3735         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3736         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3737         Update #include.
3738         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3739         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3740         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3741         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3742         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3743         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3744         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3745         * sysdeps/x86/bits/semaphore.h: ... here.
3746         * sysdeps/x86/nptl/elide.h: Moved ...
3747         * sysdeps/x86/elide.h: ... here.
3748         * sysdeps/x86_64/nptl/Implies: File removed.
3749         * sysdeps/i386/nptl/Implies: File removed.
3751 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3753         [BZ #16539]
3754         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3755         return the argument for normal arguments with exponent below -64.
3756         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3757         Likewise.
3758         * math/auto-libm-test-in: Add another test of expm1.
3759         * math/auto-libm-test-out: Regenerated.
3761         [BZ #16287]
3762         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3763         calling __erfcl for arguments at least 16.
3764         * math/auto-libm-test-in: Add more tests of erf.
3765         * math/auto-libm-test-out: Regenerated.
3767         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3768         individual architectures.
3769         * sysdeps/unix/sysv/linux/configure: Regenerated.
3770         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3771         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3772         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3773         (ldd_rewrite_script): Define variable.
3774         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3776         file.
3777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3778         generated file.
3779         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3780         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3781         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3782         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3783         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3784         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3785         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3786         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3788 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3790         [BZ #17084]
3791         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3792         Rename member __data.d to __data.__elision_data.
3794 2014-06-24  Wilco  <wdijkstr@arm.com>
3796         * NEWS: Add 16918 to fixed bug list.
3798 2014-06-24  Wilco  <wdijkstr@arm.com>
3800         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3802 2014-06-24  Wilco  <wdijkstr@arm.com>
3804         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3805         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3806         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3807         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3808         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3809         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3810         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3811         Use _FPU_MASK_RM.
3813 2014-06-24  Wilco  <wdijkstr@arm.com>
3815         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3817 2014-06-24  Wilco  <wdijkstr@arm.com>
3819         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3820         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3821         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3822         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3824 2014-06-24  Wilco  <wdijkstr@arm.com>
3826         [BZ #16918]
3827         * sysdeps/arm/feupdateenv.c (feupdateenv):
3828         Rewrite to reduce FPSCR accesses and fix return value.
3830 2014-06-24  Wilco  <wdijkstr@arm.com>
3832         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3833         Optimize to avoid unnecessary FPSCR writes.
3834         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3835         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3836         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3837         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3839 2014-06-24  Wilco  <wdijkstr@arm.com>
3841         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3842         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3843         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3844         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3845         Call libc_fetestexcept_vfp.
3846         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3847         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3848         __SOFTFP__ ifdef so that they can be built for softfp.
3850 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3852         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3853         argument type signed char.
3855         * Makerules (check-abi): Dump diff of symlist if the test
3856         fails.
3858 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3860         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3861         using abort.
3863         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3864         Remove unused variable ST.
3866 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3868         [BZ #16354]
3869         [BZ #17061]
3870         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3871         small arguments before calling __expm1.
3872         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3873         small arguments before calling __expm1f.
3874         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3875         small arguments before calling __expm1l.
3876         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3877         Likewise.
3878         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3879         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3880         spurious underflow for some cosh tests.
3881         * math/auto-libm-test-out: Regenerated.
3882         * sysdeps/i386/fpu/libm-test-ulps: Update.
3884         [BZ #17050]
3885         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3886         (__ieee754_y1): Set errno if return value overflows.
3887         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3888         (__ieee754_y1f): Set errno if return value overflows.
3889         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3890         (__ieee754_y1l): Set errno if return value overflows.
3891         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3892         (__ieee754_y1l): Set errno if return value overflows.
3893         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3894         * math/auto-libm-test-out: Regenerated.
3896         * math/gen-auto-libm-tests.c: Document use of
3897         ignore-zero-inf-sign.
3898         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3899         (input_flags): Add ignore-zero-inf-sign.
3900         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3901         * math/gen-libm-test.pl (generate_testfile): Handle
3902         ignore-zero-inf-sign.
3903         * math/auto-libm-test-in: Mark some cpow tests with
3904         ignore-zero-inf-sign and some with xfail-rounding.
3905         * math/auto-libm-test-out: Regenerated.
3906         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3907         * sysdeps/i386/fpu/libm-test-ulps: Update.
3908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3910         [BZ #16315]
3911         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3912         overflowing or underflowing operations take place with sign of
3913         result.
3914         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3915         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3916         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3917         (__ieee754_pow): Recompute overflowing and underflowing results in
3918         original rounding mode.
3919         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3920         (__powl_helper): Allow negative argument X and scale negated value
3921         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3922         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3923         overflowing or underflowing operations take place with sign of
3924         result.
3925         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3926         Include <math.h>.
3927         * math/auto-libm-test-in: Add more tests of pow.
3928         * math/auto-libm-test-out: Regenerated.
3929         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3930         (pow_tonearest_test_data): Remove.
3931         (pow_test_tonearest): Likewise.
3932         (pow_towardzero_test_data): Likewise.
3933         (pow_test_towardzero): Likewise.
3934         (pow_downward_test_data): Likewise.
3935         (pow_test_downward): Likewise.
3936         (pow_upward_test_data): Likewise.
3937         (pow_test_upward): Likewise.
3938         (main): Don't call removed functions.
3939         * sysdeps/i386/fpu/libm-test-ulps: Update.
3940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3942 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3945         Moved ...
3946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3948         Moved ...
3949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3951         Moved ...
3952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3954         Moved ...
3955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3957         File removed.
3958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3959         File removed.
3960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3961         File removed.
3962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3963         File removed.
3964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3965         File removed.
3966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3967         File removed.
3968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3969         File removed.
3970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3971         File removed.
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3973         File removed.
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3975         File removed.
3976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3977         File removed.
3978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3979         File removed.
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3981         Moved ...
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3984         Moved ...
3985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3986         ... here.
3987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3988         Moved ...
3989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3991         Moved ...
3992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3994         Moved ...
3995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3997         Moved ...
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4000         Moved ...
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4003         Moved ...
4004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4006         Moved ...
4007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4010         ... here.
4011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4012         Moved ...
4013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4015         Moved ...
4016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4017         ... here.
4018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4019         Moved ...
4020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4021         ... here.
4022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4023         Moved ...
4024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4025         ... here.
4026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4027         Moved ...
4028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4030         Moved ...
4031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4035         Moved ...
4036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4037         ... here.
4038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4039         Moved ...
4040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4041         ... here.
4042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4043         Moved ...
4044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4046         Moved ...
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4049         Moved ...
4050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4052         Moved ...
4053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4055         Moved ...
4056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4057         ... here.
4058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4059         Moved ...
4060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4062         Moved ...
4063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4065         Moved ...
4066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4068         Moved ...
4069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4073         Moved ...
4074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4076         Moved ...
4077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4079         Moved ...
4080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4081         ... here.
4082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4083         Moved ...
4084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4085         ... here.
4086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4087         Moved ...
4088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4089         ... here.
4090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4091         Moved ...
4092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4094         Moved ...
4095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4097         Moved ...
4098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4100         Moved ...
4101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4102         ... here.
4103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4104         Moved ...
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4106         ... here.
4107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4108         Moved ...
4109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4110         ... here.
4111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4112         Moved ...
4113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4115         Moved ...
4116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4118 2014-06-23  Will Newton  <will.newton@linaro.org>
4119             Wilco  <wdijkstr@arm.com>
4121         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4122         implementation.  Include get-rounding-mode.h.
4123         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4124         [!libc_feholdsetround_noex_ctx]: Define
4125         libc_feholdsetround_noex_ctx.
4126         [!libc_feholdsetround_noexf_ctx]: Define
4127         libc_feholdsetround_noexf_ctx.
4128         [!libc_feholdsetround_noexl_ctx]: Define
4129         libc_feholdsetround_noexl_ctx.
4130         (libc_feholdsetround_ctx): New function.
4131         (libc_feresetround_ctx): New function.
4132         (libc_feholdsetround_noex_ctx): New function.
4133         (libc_feresetround_noex_ctx): New function.
4135 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4137         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4138         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4139         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4140         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4141         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4142         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4144         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4145         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4146         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4147         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4148         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4149         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4150         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4151         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4152         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4153         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4154         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4155         Moved ...
4156         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4157         ... here.
4158         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4159         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4160         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4161         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4162         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4163         Moved ...
4164         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4165         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4166         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4167         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4168         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4169         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4170         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4171         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4172         Moved ...
4173         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4174         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4175         Moved ...
4176         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4177         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4178         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4179         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4180         Moved ...
4181         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4182         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4183         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4184         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4185         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4186         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4187         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4188         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4189         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4190         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4191         Moved ...
4192         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4193         ... here.
4194         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4195         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4196         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4197         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4198         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4199         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4200         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4201         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4202         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4203         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4204         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4205         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4206         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4207         Moved ...
4208         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4209         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4210         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4211         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4212         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4213         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4214         Moved ...
4215         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4216         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4217         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4218         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4219         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4221         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4222         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4223         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4224         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4225         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4226         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4227         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4228         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4229         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4230         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4231         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4232         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4233         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4234         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4235         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4236         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4237         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4238         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4239         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4240         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4241         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4242         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4243         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4244         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4245         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4246         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4247         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4248         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4250 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4252         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4253         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4254         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4255         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4256         (IPV6_PMTUDISC_INTERFACE): Likewise.
4257         (IPV6_PMTUDISC_OMIT): Likewise.
4259 2014-06-23  Andreas Schwab  <schwab@suse.de>
4261         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4262         Remove unused errout label.
4264 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4266         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4267         macro: hardware supports Vector Crypto instructions.
4269 2014-06-23  Will Newton  <will.newton@linaro.org>
4271         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4272         rather than __builtin_expect.
4274         * elf/dl-lookup.c (undefined_msg): Remove variable.
4275         (_dl_lookup_symbol_x): Replace undefined_msg with string
4276         literal.
4278         * elf/dl-lookup.c (do_lookup_unique): New function.
4279         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4280         to a separate function.
4282 2014-06-23  Andreas Schwab  <schwab@suse.de>
4284         [BZ #17079]
4285         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4286         before reading the next line.
4288 2014-06-23  Will Newton  <will.newton@linaro.org>
4290         * test-skeleton.c (signal_handler): Use printf and %m
4291         rather than perror.  Use printf rather than fprintf to
4292         stderr.  Use puts rather than fputs to stderr.
4293         (main): Likewise.
4295 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4297         * nscd/nscd.c (thread_info_t): Remove typedef.
4298         (thread_info): Remove variable.
4300 2014-06-21  Allan McRae  <allan@archlinux.org>
4302         * NEWS: Mention CVE-2014-4043.
4304 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4306         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4307         * nptl/smp.h: ... here.
4309         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4311         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4312         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4313         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4314         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4316         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4317         * nptl/stack-aliasing.h: New file.
4318         * sysdeps/i386/i686/stack-aliasing.h: New file.
4319         * sysdeps/i386/i686/nptl/Makefile: File removed.
4320         * sysdeps/x86_64/stack-aliasing.h: New file.
4321         * sysdeps/x86_64/nptl/Makefile
4322         (CFLAGS-pthread_create.c): Variable removed.
4324         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4325         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4326         old file.
4327         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4328         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4329         old file.
4331 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4333         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4334         (__ASSUME_SIGFRAME_V2): Remove macro.
4335         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4336         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4337         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4338         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4339         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4340         Declare as function.  Remove conditional macro definitions.
4341         (__default_rt_sa_restorer): Likewise.
4342         (__default_sa_restorer_v1): Remove declaration.
4343         (__default_sa_restorer_v2): Likewise.
4344         (__default_rt_sa_restorer_v1): Likewise.
4345         (__default_rt_sa_restorer_v2): Likewise.
4346         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4347         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4348         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4350 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4352         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4353         (libpthread-routines): Add sysdep.
4354         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4355         * sysdeps/unix/sysv/linux/sparc/Versions
4356         (libpthread: GLIBC_2.3.3): New version set.
4357         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4358         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4359         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4360         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4361         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4362         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4363         Moved ...
4364         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4365         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4366         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4367         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4368         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4369         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4370         * sysdeps/sparc/nptl/sem_init.c: ... here.
4371         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4372         * sysdeps/sparc/nptl/sem_post.c: ... here.
4373         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4374         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4375         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4376         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4377         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4378         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4379         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4380         (libpthread-routines): Add cpu_relax.
4381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4382         File removed.
4383         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4384         (librt: GLIBC_2.3.3): New version set.
4385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4386         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4387         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4388         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4391         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4393         Moved ...
4394         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4395         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4396         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4398         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4400         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4401         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4402         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4403         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4404         Moved ...
4405         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4406         Update #include.
4407         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4408         Moved ...
4409         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4410         Update #include.
4411         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4412         Moved ...
4413         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4414         Update #include.
4415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4416         Moved ...
4417         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4418         Update #include.
4419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4420         Moved ...
4421         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4422         Update #include.
4423         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4424         Moved ...
4425         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4426         Update #include.
4427         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4428         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4429         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4430         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4431         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4432         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4433         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4434         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4435         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4436         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4437         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4438         Moved ...
4439         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4440         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4441         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4442         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4443         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4445 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4447         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4448         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4449         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4450         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4451         * nscd/nscd.c: Likewise.
4452         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4453         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4454         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4455         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4457         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4458         <kernel-features.h>.
4459         (init_mq_netlink): Remove conditional have_sock_cloexec
4460         definitions.  Remove code conditional on have_sock_cloexec < 0.
4461         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4462         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4463         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4464         <kernel-features.h>.
4465         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4466         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4468 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4470         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4471         Add tests for memset_chk and memset.
4473         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4474         with AVX2_Usable.
4476 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4478         [BZ #16046]
4479         * elf/tst-dl-iter-static.c: New file.
4480         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4482         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4483         error.
4485 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4487         * sysdeps/unix/sysv/linux/kernel-features.h
4488         (__ASSUME_F_GETOWN_EX): Remove macro.
4489         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4490         <kernel-features.h>.
4491         (miss_F_GETOWN_EX): Remove variable or macro.
4492         (do_fcntl): Do not check miss_F_GETOWN_EX.
4493         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4495         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4496         Remove macro.
4497         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4498         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4499         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4501         * sysdeps/unix/sysv/linux/kernel-features.h
4502         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4503         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4504         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4505         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4507 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4509         [BZ #17075]
4510         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4511         Fix calculation of the symbol's value.
4512         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4513         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4514         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4515         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4516         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4517         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4518         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4519         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4520         (modules-names): Add `tst-armtlsdescmod',
4521         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4522         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4523         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4524         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4525         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4526         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4527         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4528         ($(objpfx)tst-armtlsdescloc): New dependency.
4529         ($(objpfx)tst-armtlsdescextnow): Likewise.
4530         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4531         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4532         TLS scheme support.
4533         * sysdeps/arm/configure: Regenerate.
4535 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4537         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4538         (__atfct_seterrno_2): Likewise.
4539         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4540         <kernel-features.h>.
4541         (__ASSUME_ATFCTS): Do not undefine and redefine.
4542         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4543         (__have_atfcts): Remove conditional definition.
4544         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4545         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4546         unreachable if [__ASSUME_ATFCTS].
4547         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4548         not undefine and redefine.
4549         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4550         <kernel-features.h>.
4551         (faccessat) [__NR_faccessat]: Make code unconditional.
4552         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4553         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4554         <kernel-features.h>.
4555         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4556         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4557         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4558         <kernel-features.h>.
4559         (fchownat) [__NR_fchownat]: Make code unconditional.
4560         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4561         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4562         <kernel-features.h>.
4563         (futimesat) [__NR_futimesat]: Make code unconditional.
4564         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4565         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4566         <kernel-features.h>.
4567         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4568         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4569         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4570         <kernel-features.h>.
4571         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4572         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4573         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4574         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4575         <kernel-features.h>.
4576         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4577         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4578         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4579         <kernel-features.h>.
4580         (linkat) [__NR_linkat]: Make code unconditional.
4581         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4582         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4583         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4584         <kernel-features.h>.
4585         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4586         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4587         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4588         <kernel-features.h>.
4589         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4590         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4591         * sysdeps/unix/sysv/linux/openat.c: Do not include
4592         <kernel-features.h>.
4593         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4594         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4595         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4596         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4597         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4598         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4599         <kernel-features.h>.
4600         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4601         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4602         result of INLINE_SYSCALL directly, not via int variable.
4603         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4604         <kernel-features.h>.
4605         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4606         (renameat) [__NR_renameat]: Make code unconditional.
4607         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4608         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4609         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4610         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4611         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4612         (__ASSUME_ATFCTS): Do not undefine and redefine.
4613         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4614         <kernel-features.h>.
4615         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4616         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4617         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4618         <kernel-features.h>.
4619         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4620         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4621         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4622         (__ASSUME_ATFCTS): Do not undefine and redefine.
4623         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4624         <kernel-features.h>.
4625         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4626         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4627         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4628         <kernel-features.h>.
4629         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4630         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4632 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4634         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4636 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4638         [BZ #17069]
4639         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4640         constructed tree before returning error.
4641         * posix/bug-regexp36.c: Expand test case.
4643 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4645         [BZ #6803]
4646         * math/libm-test.inc (scalbln_test_date):
4647         Add errno expectations.
4648         * math/w_scalblnf.c: New File.
4649         Add wrapper which checks for setting errno to ERANGE.
4650         Add weak_alias for corresponding scalbln function.
4651         * math/w_scalbln.c: Likewise.
4652         * math/w_scalblnl.c: Likewise.
4653         * math/Makefile (libm-calls): Add w_scalbln.
4654         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4655         Remove weak_alias for corresponding scalbln function.
4656         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4657         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4658         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4659         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4660         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4661         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4662         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4663         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4664         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4665         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4666         Remove long_double_symbol for scalblnl function in libm, libc.
4667         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4668         Add wrapper which checks for setting errno to ERANGE.
4669         Add long_double_symbol for scalblnl function in libm, libc.
4670         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4671         Remove long_double_symbol for scalblnl in libm.
4672         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4673         Add wrapper which checks for setting errno to ERANGE.
4674         Add long_double_symbol for scalblnl function in libm.
4675         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4676         Do not use wrapper because of own implementation.
4678 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4680         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4681         3 bytes for __pad1 for x32.
4682         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4684 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4685             H.J. Lu  <hongjiu.lu@intel.com>
4687         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4688         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4689         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4690         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4691         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4693 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4695         [BZ #17069]
4696         * posix/regcomp.c (parse_expression): Deallocate partially
4697         constructed tree before returning error.
4698         * posix/Makefile.c (tests): Add bug-regex36.
4699         (generated): Add bug-regex36.mtrace.
4700         (tests-special): Add $(objpfx)bug-regex36-mem.out
4701         (bug-regex36-ENV): New variable.
4702         ($(objpfx)bug-regex36-mem.out): New rule.
4703         * posix/bug-regex36.c: New file.
4705 2014-06-19  Will Newton  <will.newton@linaro.org>
4707         * malloc/malloc.c (systrim): If extra is zero then return
4708         early.
4710 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4712         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4714 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4716         * sysdeps/aarch64/strchr.S: New file.
4718 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4720         [BZ #17022]
4721         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4722         from arguments -2 or below.
4723         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4724         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4726 2014-06-18  Andreas Schwab  <schwab@suse.de>
4728         [BZ #17062]
4729         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4730         of a bracket expr not to run off the end of the string.
4731         * posix/Makefile (tests): Add tst-fnmatch3.
4732         * posix/tst-fnmatch3.c: New file.
4734 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4736         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4737         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4738         [$(cross-compiling) = no]: Likewise.
4739         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4740         [$(cross-compiling) = no]: Likewise.
4742 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4744         [BZ #17031]
4745         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4746         double, adjusted for any remainder from the high double.
4747         * math/libm-test.inc (nearbyint): Add tests.
4748         (rint): Likewise.
4750 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4752         * nptl/sysdeps/powerpc/Makefile: Moved ...
4753         * sysdeps/powerpc/nptl/Makefile: ... here.
4754         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4755         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4756         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4757         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4758         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4759         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4760         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4761         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4762         * nptl/sysdeps/powerpc/tls.h: Moved ...
4763         * sysdeps/powerpc/nptl/tls.h: ... here.
4765 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4767         [BZ #16681]
4768         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4769         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4770         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4771         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4772         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4773         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4774         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4775         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4776         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4778 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4780         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4782 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4784         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4785         defined operator.
4787         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4788         $TIMEOUTFACTOR.
4790 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4792         [BZ #17058]
4793         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4794         non-executed part of the test.
4796 2014-06-16  Andreas Schwab  <schwab@suse.de>
4798         * string/bits/string2.h (strdup, strndup): Update feature guard.
4800 2014-06-14  David S. Miller  <davem@davemloft.net>
4802         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4804 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4806         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4807         that was previously under [RESET_PID].
4808         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4810         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4811         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4812         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4813         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4814         (__libc_vfork): New strong alias.
4815         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4817 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4819         * sysdeps/generic/elide.h: New file.
4821 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4823         * Makefile (installed-headers): Adjust path of pthread.h header.
4825 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4827         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4828         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4829         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4830         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4832         * nptl/sysdeps/s390/Makefile: Moved ...
4833         * sysdeps/s390/nptl/Makefile: ... here.
4834         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4835         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4836         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4837         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4838         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4839         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4840         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4841         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4842         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4843         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4844         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4845         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4846         * nptl/sysdeps/s390/tls.h: Moved ...
4847         * sysdeps/s390/nptl/tls.h: ... here.
4849         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4850         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4852 2014-06-13  David S. Miller  <davem@davemloft.net>
4854         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4855         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4856         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4857         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4858         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4860         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4861         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4862         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4863         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4864         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4865         Remove RESET_PID cpp guards.
4866         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4867         Remove RESET_PID cpp guards.
4868         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4870 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4872         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4873         __sp to uintptr_t.
4875 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4877         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4878         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4879         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4880         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4881         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4882         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4883         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4884         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4885         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4886         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4887         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4888         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4889         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4890         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4891         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4892         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4893         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4894         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4895         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4896         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4898         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4899         (pthread_rwlock_rdlock): Add elision.
4900         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4901         (pthread_rwlock_wrlock): Add elision.
4902         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4903         (pthread_rwlock_trywrlock): Add elision.
4904         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4905         (pthread_rwlock_tryrdlock): Add elision.
4906         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4907         (pthread_rwlock_tryrdlock): Add elision unlock.
4908         * nptl/sysdeps/pthread/pthread.h:
4909         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4910         (PTHREAD_RWLOCK_INITIALIZER,
4911         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4912         Handle new elision field.
4913         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4914         * sysdeps/arm/nptl/bits/pthreadtypes.h
4915         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4916         * sysdeps/sh/nptl/bits/pthreadtypes.h
4917         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4918         * sysdeps/tile/nptl/bits/pthreadtypes.h
4919         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4920         * sysdeps/a/nptl/bits/pthreadtypes.h
4921         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4922         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4923         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4924         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4925         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4926         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4927         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4928         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4929         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4930         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4931         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4932         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4933         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4934         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4935         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4936         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4937         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4938         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4939         (elision_init): Set try_xbegin to zero when no RTM.
4940         * sysdeps/x86/nptl/bits/pthreadtypes.h
4941         (pthread_rwlock_t): Change __pad1 to __rwelision.
4942         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4944 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4946         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4947         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4948         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4949         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4951 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4953         [BZ #16996]
4954         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4955         that the cached result has been set before returning it.
4957 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4959         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4960         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4961         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4962         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4963         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4964         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4966         * nptl/sysdeps/sparc/Makefile: Moved ...
4967         * sysdeps/sparc/nptl/Makefile: ... here.
4968         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4969         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4970         * nptl/sysdeps/sparc/tls.h: Moved ...
4971         * sysdeps/sparc/nptl/tls.h: ... here.
4972         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4973         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4974         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4975         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4976         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4977         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4978         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4979         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4980         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4981         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4982         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4983         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4984         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4985         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4986         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4987         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4988         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4989         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4990         Update #include.
4991         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4992         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4993         Update #include.
4994         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4995         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4996         Update #include.
4997         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4998         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4999         Update #include.
5001         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5003         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5004         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5006         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5007         (struct list_links): Type removed.
5008         (struct thread_node, struct timer_node): Replace struct list_links
5009         with struct list_head.
5010         (list_unlink_ip): Likewise.
5011         * sysdeps/pthread/timer_routines.c
5012         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5013         (list_append, list_insbefore): Likewise.
5014         (list_init): Function removed.
5015         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5016         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5017         * sysdeps/pthread/Makefile: ... here, new file.
5019         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5020         * sysdeps/nptl/Implies: ... here.
5021         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5022         * nptl/sysdeps/pthread/list.h: Moved ...
5023         * include/list.h: ... here.
5024         * nptl/sysdeps/pthread/createthread.c: Moved ...
5025         * nptl/createthread.c: ... here.
5026         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5027         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5028         * nptl/pt-longjmp.c: ... here.
5029         * nptl/sysdeps/pthread/Makefile: Moved ...
5030         * sysdeps/nptl/Makefile: ... here.
5031         * nptl/sysdeps/pthread/Subdirs: Moved ...
5032         * sysdeps/nptl/Subdirs: ... here.
5033         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5034         * sysdeps/nptl/aio_misc.h: ... here.
5035         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5036         * sysdeps/nptl/bits/libc-lock.h: ... here.
5037         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5038         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5039         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5040         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5041         * nptl/sysdeps/pthread/configure: Moved ...
5042         * sysdeps/nptl/configure: ... here.
5043         * nptl/sysdeps/pthread/configure.ac: Moved ...
5044         * sysdeps/nptl/configure.ac: ... here.
5045         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5046         * sysdeps/nptl/gai_misc.h: ... here.
5047         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5048         * sysdeps/nptl/librt-cancellation.c: ... here.
5049         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5050         * sysdeps/nptl/malloc-machine.h: ... here.
5051         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5052         * sysdeps/nptl/pthread-functions.h: ... here.
5053         * nptl/sysdeps/pthread/pthread.h: Moved ...
5054         * sysdeps/nptl/pthread.h: ... here.
5055         * nptl/sysdeps/pthread/setxid.h: Moved ...
5056         * sysdeps/nptl/setxid.h: ... here.
5057         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5058         * sysdeps/nptl/sigfillset.c: ... here.
5059         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5060         * sysdeps/nptl/tcb-offsets.h: ... here.
5061         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5062         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5063         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5064         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5065         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5066         * sysdeps/pthread/allocalim.h: ... here.
5067         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5068         * sysdeps/pthread/bits/sigthread.h: ... here.
5069         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5070         * sysdeps/pthread/flockfile.c: ... here.
5071         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5072         * sysdeps/pthread/ftrylockfile.c: ... here.
5073         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5074         * sysdeps/pthread/funlockfile.c: ... here.
5075         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5076         * sysdeps/pthread/posix-timer.h: ... here.
5077         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5078         * sysdeps/pthread/timer_create.c: ... here.
5079         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5080         * sysdeps/pthread/timer_delete.c: ... here.
5081         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5082         * sysdeps/pthread/timer_getoverr.c: ... here.
5083         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5084         * sysdeps/pthread/timer_gettime.c: ... here.
5085         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5086         * sysdeps/pthread/timer_routines.c: ... here.
5087         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5088         * sysdeps/pthread/timer_settime.c: ... here.
5089         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5090         * sysdeps/pthread/tst-timer.c: ... here.
5091         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5092         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5094         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5095         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5097         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5098         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5099         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5100         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5101         Update #include target.
5102         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5103         * sysdeps/i386/i686/nptl/Makefile: ... here.
5104         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5105         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5106         Update #include target.
5107         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5108         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5109         * nptl/sysdeps/i386/Makefile: Moved ...
5110         * sysdeps/i386/nptl/Makefile: ... here.
5111         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5112         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5113         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5114         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5115         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5116         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5117         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5118         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5119         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5120         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5121         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5122         * nptl/sysdeps/i386/tls.h: Moved ...
5123         * sysdeps/i386/nptl/tls.h: ... here.
5125         * sysdeps/sh/Makefile [$(subdir) = csu]
5126         (gen-as-const-headers): Add tcb-offsets.sym.
5127         * nptl/sysdeps/sh/Makefile: File removed.
5128         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5129         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5130         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5131         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5132         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5133         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5134         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5135         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5136         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5137         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5138         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5139         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5140         * nptl/sysdeps/sh/tls.h: Moved ...
5141         * sysdeps/sh/nptl/tls.h: ... here.
5142         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5143         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5144         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5145         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5146         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5147         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5148         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5149         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5150         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5151         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5152         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5153         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5154         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5155         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5156         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5157         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5158         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5159         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5160         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5161         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5162         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5163         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5164         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5165         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5166         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5167         Moved ...
5168         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5169         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5170         Moved ...
5171         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5172         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5173         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5174         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5175         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5176         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5177         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5178         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5179         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5180         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5181         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5182         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5183         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5184         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5185         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5186         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5187         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5188         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5189         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5191 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5193         * posix/spawn_faction_addopen.c: Include string.h.
5195 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5197         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5198         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5199         * nptl/sysdeps/x86_64/Makefile: Moved ...
5200         * sysdeps/x86_64/nptl/Makefile: ... here.
5201         * nptl/sysdeps/x86_64/configure: Moved ...
5202         * sysdeps/x86_64/nptl/configure: ... here.
5203         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5204         * sysdeps/x86_64/nptl/configure.ac: ... here.
5205         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5206         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5207         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5208         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5209         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5210         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5211         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5212         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5213         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5214         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5215         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5216         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5217         * nptl/sysdeps/x86_64/tls.h: Moved ...
5218         * sysdeps/x86_64/nptl/tls.h: ... here.
5219         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5220         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5221         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5222         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5224         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5226 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5228         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5230 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5232         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5233         type.
5234         [POSIX] (off_t): Likewise.
5235         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5236         [POSIX] (S_ISBLK): Require macro.
5237         [POSIX] (S_ISCHR): Likewise.
5238         [POSIX] (S_ISDIR): Likewise.
5239         [POSIX] (S_ISFIFO): Likewise.
5240         [POSIX] (S_ISREG): Likewise.
5241         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5242         optional-macro.
5243         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5244         type.
5245         [POSIX] (time_t): Likewise.
5246         [POSIX] (timer_t): Likewise.
5248 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5250         [BZ #17048]
5251         * posix/spawn_int.h (struct __spawn_action): Make the path string
5252         non-const to support deallocation.
5253         * posix/spawn_faction_addopen.c
5254         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5255         * posix/spawn_faction_destroy.c
5256         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5257         path in all spawn_do_open actions.
5258         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5259         posix_spawn_file_actions_addopen.
5261 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5263         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5264         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5265         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5266         conditional code always true.
5267         (__libc_vfork): New alias.
5269 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5271         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5272         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5274         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5276         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5277         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5279         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5280         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5282         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5283         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5285 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5287         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5288         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5289         multiarch strcmp for PPC64.
5290         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5291         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5292         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5293         multiarch optimizations.
5294         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5295         (__libc_ifunc_impl_list): Likewise.
5297 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5299         * benchtests/scripts/validate_benchout.py: New script.
5300         * benchtests/Makefile (bench-func): Call it.
5301         * benchtests/scripts/benchout.schema.json: New file.
5303 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5305         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5306         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5307         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5308         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5309         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5310         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5311         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5312         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5313         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5314         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5315         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5316         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5317         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5318         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5319         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5320         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5322         Moved ...
5323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5324         ... here.
5325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5326         Moved ...
5327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5329         Moved ...
5330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5331         ... here.
5332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5333         Moved ...
5334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5335         ... here.
5336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5337         Moved ...
5338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5340         Moved ...
5341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5342         ... here.
5343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5344         Moved ...
5345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5346         ... here.
5347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5348         Moved ...
5349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5351         Moved ...
5352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5353         ... here.
5354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5355         Moved ...
5356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5357         ... here.
5358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5359         Moved ...
5360         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5361         ... here.
5362         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5363         Moved ...
5364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5366         Moved ...
5367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5368         ... here.
5369         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5370         Moved ...
5371         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5372         ... here.
5373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5374         Moved ...
5375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5376         ... here.
5377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5378         Moved ...
5379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5381         Moved ...
5382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5383         ... here.
5384         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5385         Moved ...
5386         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5387         ... here.
5388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5389         Moved ...
5390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5392         Moved ...
5393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5394         ... here.
5395         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5396         Moved ...
5397         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5399         Moved ...
5400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5401         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5402         Moved ...
5403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5404         ... here.
5405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5406         Moved ...
5407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5408         ... here.
5409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5410         Moved ...
5411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5412         ... here.
5413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5414         Moved ...
5415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5417         Moved ...
5418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5419         ... here.
5420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5421         Moved ...
5422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5423         ... here.
5424         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5425         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5426         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5427         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5428         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5429         Moved ...
5430         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5431         ... here.
5432         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5433         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5434         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5435         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5436         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5437         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5438         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5439         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5440         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5441         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5442         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5443         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5444         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5445         Moved ...
5446         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5447         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5448         Moved ...
5449         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5450         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5451         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5452         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5453         Moved ...
5454         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5455         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5456         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5457         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5458         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5459         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5460         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5462 2014-06-10  Wilco  <wdijkstr@arm.com>
5464         * math/test-fenv-return.c: New file.
5465         * math/Makefile: Add new test test-fenv-return.
5467 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5469         [BZ #17042]
5470         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5471         when x - 1 is zero.
5472         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5473         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5474         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5475         0.0L for an argument of 1.0L.
5476         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5477         Likewise.
5478         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5479         value when x - 1 is zero.
5480         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5481         * sysdeps/i386/fpu/libm-test-ulps: Update.
5482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5484 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5486         [BZ #15119]
5487         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5489 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5491         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5492         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5494 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5496         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5497         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5499         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5500         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5502         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5503         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5505         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5506         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5508         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5509         if not already defined.
5510         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5511         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5512         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5513         (TLS_INIT_TP): Use it.
5514         (TLS_DEFINE_INIT_TP): New macro.
5515         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5517 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5519         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5520         constant.
5521         [POSIX] (IXANY): Likewise.
5522         [POSIX] (OLCUC): Likewise.
5523         [POSIX || POSIX2008] (CBAUD): Do not allow.
5524         [POSIX || POSIX2008] (DEFECHO): Likewise.
5525         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5526         [POSIX || POSIX2008] (ECHOKE): Likewise.
5527         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5528         [POSIX || POSIX2008] (EXTA): Likewise.
5529         [POSIX || POSIX2008] (EXTB): Likewise.
5530         [POSIX || POSIX2008] (FLUSHO): Likewise.
5531         [POSIX || POSIX2008] (LOBLK): Likewise.
5532         [POSIX || POSIX2008] (PENDIN): Likewise.
5533         [POSIX || POSIX2008] (SWTCH): Likewise.
5534         [POSIX || POSIX2008] (VDISCARD): Likewise.
5535         [POSIX || POSIX2008] (VDSUSP): Likewise.
5536         [POSIX || POSIX2008] (VLNEXT): Likewise.
5537         [POSIX || POSIX2008] (VREPRINT): Likewise.
5538         [POSIX || POSIX2008] (VSTATUS): Likewise.
5539         [POSIX || POSIX2008] (VWERASE): Likewise.
5540         (B*): Change to B[0123456789]*.
5541         * conform/data/time.h-data [POSIX || UNIX98]
5542         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5543         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5544         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5545         [POSIX] (tm_*): Do not allow.
5547 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5549         * Makefile (install): Don't set LANGUAGE.
5550         * Makefile.in (install): Likewise.
5551         * assert/Makefile (test-assert-ENV): Remove variable.
5552         (test-assert-perr-ENV): Likewise.
5553         * elf/Makefile (neededtest4-ENV): Likewise.
5554         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5555         [$(cross-compiling) = no]: Don't set LANGUAGE.
5556         * io/ftwtest-sh (LANG): Remove variable.
5557         * libio/Makefile (tst-widetext-ENV): Likewise.
5558         * manual/install.texi (Running make install): Don't refer to
5559         environment settings for make install.
5560         * INSTALL: Regenerated.
5561         * nptl/tst-tls6.sh: Don't set LANG.
5562         * posix/globtest.sh (LANG): Remove variable.
5563         * string/Makefile (tester-ENV): Likewise.
5564         (inl-tester-ENV): Likewise.
5565         (noinl-tester-ENV): Likewise.
5566         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5567         [$(cross-compiling) = no]: Don't set LANGUAGE.
5568         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5569         without explicit environment settings.
5571 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5573         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5574         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5575         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5576         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5578 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5580         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5581         other files in the crypt directory.
5582         * crypt/crypt.c: Remove duplicate includes.
5583         * crypt/crypt-entry.c: Likewise.
5584         * crypt/crypt_util.c: Likewise.
5586 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5588         * Makeconfig (run-program-env): New variable.
5589         (run-program-prefix-before-env): Likewise.
5590         (run-program-prefix-after-env): Likewise.
5591         (run-program-prefix): Define in terms of new variables.
5592         (built-program-cmd-before-env): New variable.
5593         (built-program-cmd-after-env): Likewise.
5594         (built-program-cmd): Define in terms of new variables.
5595         (test-program-prefix-before-env): New variable.
5596         (test-program-prefix-after-env): Likewise.
5597         (test-program-prefix): Define in terms of new variables.
5598         (test-program-cmd-before-env): New variable.
5599         (test-program-cmd-after-env): Likewise.
5600         (test-program-cmd): Define in terms of new variables.
5601         * Rules (make-test-out): Use $(run-program-env).
5602         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5603         (help): Do not mention environment variables.  Mention
5604         --timeoutfactor option.
5605         (timeoutfactor): New variable.
5606         (blacklist_exports): Remove function.
5607         (exports): Remove variable.
5608         (command): Do not include ${exports}.
5609         * manual/install.texi (Configuring and compiling): Do not mention
5610         test wrappers preserving environment variables.  Mention that last
5611         assignment to a variable must take precedence.
5612         * INSTALL: Regenerated.
5613         * benchtests/Makefile (run-bench): Use $(run-program-env).
5614         * catgets/Makefile ($(objpfx)test1.cat): Use
5615         $(built-program-cmd-before-env), $(run-program-env) and
5616         $(built-program-cmd-after-env).
5617         ($(objpfx)test2.cat): Do not specify environment variables
5618         explicitly.
5619         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5620         $(run-program-env) and $(built-program-cmd-after-env).
5621         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5622         $(run-program-env) and $(test-program-cmd-after-env).
5623         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5624         explicitly.
5625         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5626         run_program_env and test_program_cmd_after_env arguments.
5627         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5628         * elf/tst-pathopt.sh: Use run_program_env argument.
5629         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5630         $(test-wrapper-env) and $(run-program-env).
5631         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5632         run_program_env arguments.
5633         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5634         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5635         $(test-program-prefix-before-env), $(run-program-env) and
5636         $(test-program-prefix-after-env).
5637         ($(objpfx)tst-gettext2.out): Likewise.
5638         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5639         run_program_env and test_program_prefix_after_env arguments.
5640         * intl/tst-gettext2.sh: Likewise.
5641         * intl/tst-gettext4.sh: Do not set environment variables
5642         explicitly.
5643         * intl/tst-gettext6.sh: Likewise.
5644         * intl/tst-translit.sh: Likewise.
5645         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5646         $(test-program-prefix-before-env), $(run-program-env) and
5647         $(test-program-prefix-after-env).
5648         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5649         run_program_env and test_program_prefix_after_env arguments.
5650         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5651         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5652         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5653         explicitly with each use of ${test_wrapper_env}.
5654         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5655         $(test-program-prefix-before-env), $(run-program-env) and
5656         $(test-program-prefix-after-env).
5657         * posix/tst-getconf.sh: Do not set environment variables
5658         explicitly.
5659         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5660         run_program_env and test_program_prefix_after_env arguments.
5661         * stdio-common/tst-printf.sh: Do not set environment variables
5662         explicitly.
5663         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5664         $(test-program-prefix-before-env), $(run-program-env) and
5665         $(test-program-prefix-after-env).
5666         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5667         run_program_env and test_program_prefix_after_env arguments.
5668         Split $test calls into $test_pre and $test.
5669         * timezone/Makefile (build-testdata): Use
5670         $(built-program-cmd-before-env), $(run-program-env) and
5671         $(built-program-cmd-after-env).
5673 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5675         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5676         strlen for non SHARED builds.
5678 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5680         * nptl/allocatestack.c (check_list): Inlined function...
5681         (__reclaim_stacks): ... here.
5683 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5685         [BZ #15698]
5686         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5687         memory overrun.
5689 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5691         * Rules (make-test-out): Include
5692         LOCPATH=$(common-objpfx)localedata in default environment.
5693         * debug/Makefile (tst-chk1-ENV): Remove variable.
5694         (tst-chk2-ENV): Likewise.
5695         (tst-chk3-ENV): Likewise.
5696         (tst-chk4-ENV): Likewise.
5697         (tst-chk5-ENV): Likewise.
5698         (tst-chk6-ENV): Likewise.
5699         (tst-lfschk1-ENV): Likewise.
5700         (tst-lfschk2-ENV): Likewise.
5701         (tst-lfschk3-ENV): Likewise.
5702         (tst-lfschk4-ENV): Likewise.
5703         (tst-lfschk5-ENV): Likewise.
5704         (tst-lfschk6-ENV): Likewise.
5705         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5706         (tst-iconv7-ENV): Likewise.
5707         * intl/Makefile (LOCPATH-ENV): Likewise.
5708         (tst-codeset-ENV): Likewise.
5709         (tst-gettext3-ENV): Likewise.
5710         (tst-gettext5-ENV): Likewise.
5711         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5712         (tst-fopenloc-ENV): Likewise.
5713         (tst-fgetws-ENV): Remove variable.
5714         (tst-ungetwc1-ENV): Likewise.
5715         (tst-ungetwc2-ENV): Likewise.
5716         (bug-ungetwc2-ENV): Likewise.
5717         (tst-swscanf-ENV): Likewise.
5718         (bug-ftell-ENV): Likewise.
5719         (tst-fgetwc-ENV): Likewise.
5720         (tst-fseek-ENV): Likewise.
5721         (tst-ftell-partial-wide-ENV): Likewise.
5722         (tst-ftell-active-handler-ENV): Likewise.
5723         (tst-ftell-append-ENV): Likewise.
5724         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5725         (tst-regexloc-ENV): Likewise.
5726         (bug-regex1-ENV): Likewise.
5727         (tst-regex-ENV): Likewise.
5728         (tst-regex2-ENV): Likewise.
5729         (bug-regex5-ENV): Likewise.
5730         (bug-regex6-ENV): Likewise.
5731         (bug-regex17-ENV): Likewise.
5732         (bug-regex18-ENV): Likewise.
5733         (bug-regex19-ENV): Likewise.
5734         (bug-regex20-ENV): Likewise.
5735         (bug-regex22-ENV): Likewise.
5736         (bug-regex23-ENV): Likewise.
5737         (bug-regex25-ENV): Likewise.
5738         (bug-regex26-ENV): Likewise.
5739         (bug-regex30-ENV): Likewise.
5740         (bug-regex32-ENV): Likewise.
5741         (bug-regex33-ENV): Likewise.
5742         (bug-regex34-ENV): Likewise.
5743         (bug-regex35-ENV): Likewise.
5744         (tst-rxspencer-ENV): Likewise.
5745         (tst-rxspencer-no-utf8-ENV): Likewise.
5746         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5747         (tst-sscanf-ENV): Likewise.
5748         (tst-swprintf-ENV): Likewise.
5749         (tst-swscanf-ENV): Likewise.
5750         (test-vfprintf-ENV): Likewise.
5751         (scanf13-ENV): Likewise.
5752         (bug14-ENV): Likewise.
5753         (tst-grouping-ENV): Likewise.
5754         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5755         (tst-strtod3-ENV): Likewise.
5756         (tst-strtod4-ENV): Likewise.
5757         (tst-strtod5-ENV): Likewise.
5758         (testmb2-ENV): Likewise./
5759         * string/Makefile (tst-strxfrm-ENV): Likewise.
5760         (tst-strxfrm2-ENV): Likewise.
5761         (bug-strcoll1-ENV): Likewise.
5762         (test-strcasecmp-ENV): Likewise.
5763         (test-strncasecmp-ENV): Likewise.
5764         * time/Makefile (tst-strptime-ENV): Likewise.
5765         (tst-ftime_l-ENV): Likewise.
5766         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5767         (tst-mbrtowc-ENV): Likewise.
5768         (tst-wcrtomb-ENV): Likewise.
5769         (tst-mbrtowc2-ENV): Likewise.
5770         (tst-c16c32-1-ENV): Likewise.
5771         (tst-mbsnrtowcs-ENV): Likewise.
5773 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5775         * manual/resource.texi (How to get information about the memory
5776         subsystem?): Fix typo.
5777         Reported by Peon de la Parra Ivan <peon@keba.com>
5779 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5781         [BZ #16882]
5782         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5783         (pthread_spin_lock): Branch out of spin loop to proper location.
5784         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5785         (pthread_spin_lock): Likewise.
5787         * nptl/tst-spin4.c: New test.
5788         * nptl/Makefile (tests): Add tst-spin4.
5790 2014-06-03  Andreas Schwab  <schwab@suse.de>
5792         [BZ #15946]
5793         * resolv/res_send.c (send_dg): Reload file descriptor after
5794         calling reopen.
5796 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5798         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5800 2014-06-03  Richard Henderson  <rth@redhat.com>
5802         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5803         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5804         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5805         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5806         in the SAVE_PID block.
5807         (__libc_vfork): New alias.
5808         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5810         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5811         child in registers, not on the stack.  Remove RESET_PID conditionals.
5812         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5814 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5816         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5818 2014-06-03  Wilco  <wdijkstr@arm.com>
5820         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5821         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5822         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5823         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5824         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5825         Likewise.
5827 2014-06-03  Wilco  <wdijkstr@arm.com>
5829         * sysdeps/aarch64/fpu/math_private.h
5830         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5831         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5832         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5833         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5834         Fix declarations.
5836 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5838         * crypt/crypt-private.h: Include ufc-crypt.h.
5839         (__b64_from_24bit): Declare extern.
5840         * crypt/crypt_util.c(__b64_from_24bit): New function.
5841         (b64t): New static const variable.
5842         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5843         (b64t): Remove variable.
5844         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5845         * crypt/sha256-crypt.c: Include crypt-private.h.
5846         (b64t): Remove variable.
5847         (__sha256_crypt_r): Remove b64_from_24bit and replace
5848         with __b64_from_24bit.
5849         * crypt/sha512-crypt.c: Likewise.
5851 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5853         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5854         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5855         Label the code __libc_vfork rather than __vfork.
5856         [!NOT_IN_libc] (vfork): Define as weak alias.
5857         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5858         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5859         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5861 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5863         * malloc/malloc.c (malloc_info): Fix format specifier for
5864         n_mmaps.
5866 2014-06-02  Wilco  <wdijkstr@arm.com>
5868         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5869         FPCR write.
5871 2014-06-02  Wilco  <wdijkstr@arm.com>
5873         [BZ #17009]
5874         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5875         Rewrite to reduce FPCR/FPSR accesses.
5877 2014-06-01  David S. Miller  <davem@davemloft.net>
5879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5881 2014-05-31  David S. Miller  <davem@davemloft.net>
5883         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5884         to occur in round to nearest mode when |x| >= 2.0
5886 2014-05-30  Richard Henderson  <rth@twiddle.net>
5888         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5889         (PSEUDO_RET_NOERRNO): Remove.
5890         (ret): Don't redefine.
5891         (ret_NOERRNO): Define in terms of ret.
5892         (ret_ERRVAL): Likewise.
5894         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5895         use of PSEUDO_RET; perform the error check directly.
5897 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5899         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5900         with __int128_t.
5902 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5904         * malloc/malloc (malloc_info): Fix formatting.
5906 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5907             Roland McGrath  <roland@hack.frob.com>
5909         * malloc/malloc (malloc_info): Also print mmapped statistics.
5911 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5913         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5914         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5916 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5918         * malloc/malloc.c (malloc_info): Inline mi_arena.
5920 2014-05-29  Richard Henderson  <rth@twiddle.net>
5922         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5923         Remove comma before expanding ASM_ARGS_##nr.
5924         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5925         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5926         of ASM_ARGS_##nr.
5927         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5928         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5929         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5930         (ASM_ARGS_1): Add leading comma.
5932         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5933         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5934         to __errno_location.
5935         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5936         Remove the expected plt for __errno_location.
5938         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5939         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5940         call to __read_tp.
5942         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5943         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5944         it and break it down.
5945         (DOCARGS_0, DOCARGS_1): Do nothing.
5946         (DOCARGS_2): Update to store into the new stack frame.
5947         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5948         (UNDOCARGS_1): Update to restore from the new stack frame.
5949         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5950         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5952         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5953         (SINGLE_THREAD_P): New parameter for result regno.
5954         (PSEUDO): Update to match; use cbz instead of beq.
5956         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5957         Use ENTRY to define the _nocancel entry point.  Share the syscall
5958         and syscall error check paths with the cancel path.
5959         (PSEUDO_END): New.
5961         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5962         whitespace; tabs before and after asm mnemonics.
5964 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5966         [BZ #15132]
5967         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5968         Call fstat64 or stat64 internally, depending on arguments passed.
5969         Replace stat buffer argument with file descriptor argument.
5970         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5971         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5972         Pass fd to __internal_statvfs instead of calling fstat64.
5973         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5974         Pass fd to __internal_statvfs64 instead of calling fstat64.
5975         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5976         Pass -1 to __internal_statvfs instead of calling stat64.
5977         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5978         Pass -1 to __internal_statvfs64 instead of calling stat64.
5980 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5982         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5983         that was previously under [RESET_PID].
5984         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5986         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5987         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5989 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5991         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5993         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5994         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5996 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5998         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6000 2014-05-27  Andreas Schwab  <schwab@suse.de>
6002         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6003         TLS_INIT_TP macro.
6004         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6005         * elf/rtld.c (init_tls, dl_main): Likewise.
6006         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6007         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6008         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6009         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6010         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6011         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6012         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6013         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6014         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6015         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6016         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6017         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6018         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6019         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6020         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6021         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6022         * sysdeps/generic/tls.h: Update description.
6024 2014-05-27  Will Newton  <will.newton@linaro.org>
6026         [BZ #16990]
6027         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6028         and restore r2 rather than just restoring.
6030 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6032         [BZ #16724]
6033         * libio/tst-ftell-append.c: New test case.
6034         * libio/Makefile (tests): Add test case.
6035         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6036         append mode.
6037         * libio/wfileops.c (do_ftell_wide): Likewise.
6039 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6043         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6044         ...
6045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6047         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6048         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6049         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6050         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6051         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6052         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6053         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6054         Moved ...
6055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6057         Moved ...
6058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6059         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6060         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6061         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6062         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6063         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6064         ...
6065         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6067         Moved ...
6068         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6069         here.
6070         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6071         ...
6072         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6073         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6074         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6077         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6079         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6081         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6082         merge into ...
6083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6084         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6085         ...
6086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6087         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6088         ...
6089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6090         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6091         Moved ...
6092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6093         here.
6094         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6095         Moved ...
6096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6097         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6098         Moved ...
6099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6102         conditional [RESET_PID].
6103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6104         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6105         removed.
6106         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6107         removed.
6109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6110         <tcb-offsets.h>.
6111         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6112         (__libc_vfork): New strong alias.
6113         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6114         removed.
6115         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6116         Removed.
6118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6119         <tcb-offsets.h>.
6120         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6121         (__libc_vfork): New strong alias.
6122         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6123         removed.
6124         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6125         removed.
6127 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6129         * malloc/malloc.c (mi_arena): New function.
6130         (malloc_info): Remove nested function mi_arena. Call non-nosted
6131         function mi_arena.
6133 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6135         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6136         by insrwi.
6137         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6138         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6139         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6140         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6141         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6142         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6143         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6145 2014-05-26  Andreas Schwab  <schwab@suse.de>
6147         [BZ #16984]
6148         * locale/programs/repertoire.c (repertoire_read): Add slash
6149         between I18NPATH element and file name.
6150         * locale/programs/locfile.c (locfile_read): Likewise.
6152 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6154         * nptl/pthread_mutexattr_settype.c
6155         (__pthread_mutexattr_settype):
6156         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6158 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6160         * nptl/tst-mutex5 (do_test):
6161         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6163 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6165         * benchtests/README: Document 'init' directive.
6166         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6167         BENCH_INIT.
6168         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6169         (parse_file): Recognize 'init' directive.
6171 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6173         [BZ #16796]
6174         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6175         alignment of struct pthread.
6177 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6179         [BZ #16878]
6180         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6181         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6182         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6183         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6185 2014-05-25  Richard Henderson  <rth@twiddle.net>
6187         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6188         (SINGLE_THREAD_P_PIC): Remove.
6189         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6190         (SINGLE_THREAD_P_PIC): Remove.
6192         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6193         branch to syscall error ...
6194         (PSEUDO): ... here.
6195         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6196         from __local_syscall_error to .Lsyscall_error.
6197         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6198         (SYSCALL_ERROR): Update label name.
6200         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6201         Do not use DOARGS/UNDOARGS.
6202         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6203         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6204         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6205         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6206         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6208         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6209         block comment.
6211         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6212         define if !NOT_IN_libc.
6213         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6214         define with non-default symbol versions.
6216 2014-05-23  Richard Henderson  <rth@twiddle.net>
6218         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6219         (vfork, __vfork): Define via compat_symbol.
6221         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6222         [!HAVE_IFUNC] (vfork_compat): Remove.
6223         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6225 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6227         [BZ #16978]
6228         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6229         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6230         variable.
6232 2014-05-23  Richard Henderson  <rth@twiddle.net>
6234         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6235         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6236         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6237         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6239         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6240         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6241         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6242         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6243         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6244         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6245         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6246         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6247         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6248         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6249         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6250         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6251         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6252         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6253         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6254         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6256         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6257         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6258         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6259         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6260         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6261         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6262         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6263         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6264         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6265         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6266         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6267         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6268         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6270         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6271         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6272         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6273         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6274         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6275         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6276         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6277         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6278         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6279         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6280         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6281         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6282         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6283         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6284         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6285         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6286         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6287         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6288         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6289         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6290         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6291         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6292         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6293         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6294         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6296         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6297         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6298         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6299         before exiting on error.
6300         (__libc_vfork): New strong alias.
6301         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6302         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6304         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6305         that was previously under [RESET_PID].
6306         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6308         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6310 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6312         [BZ #16977]
6313         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6314         value when x - 1 is zero.
6315         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6316         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6317         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6318         0.0L for an argument of 1.0L.
6319         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6320         Likewise.
6321         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6322         value when x - 1 is zero.
6323         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6324         * sysdeps/i386/fpu/libm-test-ulps: Update.
6325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6327 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6329         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6330         alphasort and versionsort.
6332 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6334         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6335         macro.
6336         [copysignf]: Likewise.
6338 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6340         * crypt/md5-crypt.c: Fix formatting.
6342 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6344         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6345         (b64_from_24bit): New function.
6347 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6349         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6350         libc_hidden_builtin_def to ifunc.
6351         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6352         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6354 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6356         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6357         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6359 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6361         * nscd/Depend (linuxthreads): Remove.
6362         (nptl): Add.
6363         * resolv/Depend (linuxthreads): Remove.
6364         * rt/Depend (linuxthreads): Remove.
6366         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6367         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6368         $(common-objpfx)elf/.
6369         (link-libc-before-gnulib): Likewise.
6370         (elfobjdir): Remove variable.
6371         * Makefile (install): Use $(elf-objpfx) instead of
6372         $(common-objpfx)elf/.
6373         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6374         $(elfobjdir)/.
6375         (link-libc-deps): Likewise.
6376         ($(common-objpfx)libc.so): Likewise.
6377         ($(common-objpfx)linkobj/libc.so): Likewise.
6378         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6379         instead of $(common-objpfx)elf/.
6380         (symbolic-link-list): Likewise.
6381         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6382         [$(cross-compiling) = no]: Likewise.
6383         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6384         $(elfobjdir)/.
6385         (static-gnulib-arch): Likewise.
6386         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6387         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6388         $(common-objpfx)elf/.
6390 2014-05-21  Richard Henderson  <rth@redhat.com>
6392         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6393         (SINGLE_THREAD_P): Use the correct width load.  Fold
6394         into the ldr offset.
6396         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6397         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6399 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6401         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6402         (libgcc_s_resume): Use __attribute_used__.
6403         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6404         Likewise.
6406 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6408         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6409         optimization when used with float constants.
6411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6413 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6415         [BZ #16915]
6416         * locale/nl_langinfo_l.c: Make direct reference to every
6417         _nl_current_CATEGORY symbol.
6418         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6419         (tests-static): Add tst-langinfo-static.
6420         (tests-special): Add tst-langinfo-static.out.
6421         ($(objpfx)tst-langinfo.out): Redirect output.
6422         ($(objpfx)tst-langinfo-static.out): New.
6423         * localedata/tst-langinfo.sh: Send output to stdout.
6424         * localedata/tst-langinfo-static.c: New file.
6426         [BZ #16965]
6427         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6428         when the shift amount is modulo the limb size.
6430 2014-05-20  Richard Henderson  <rth@redhat.com>
6432         [BZ #16967]
6433         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6434         Change type of sa_flags from unsigned int to int.
6436         [BZ #16966]
6437         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6439         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6441 2014-05-20  Will Newton  <will.newton@linaro.org>
6443         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6444         Test the return value of the system call in the nocancel case.
6446 2014-05-20  Will Newton  <will.newton@linaro.org>
6447             Yvan Roux  <yvan.roux@linaro.org>
6449         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6450         #include of asm/ptrace.h.
6451         (PTRACE_GET_THREAD_AREA): Remove #undef.
6452         (PTRACE_GETHBPREGS): Likewise.
6453         (PTRACE_SETHBPREGS): Likewise.
6454         (struct user_regs_struct): New structure.
6455         (struct user_fpsimd_struct): New structure.
6456         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6457         #include of asm/ptrace.h and second #include of sys/user.h.
6458         (PTRACE_GET_THREAD_AREA): Remove #undef.
6459         (PTRACE_GETHBPREGS): Likewise.
6460         (PTRACE_SETHBPREGS): Likewise.
6461         (ELF_NGREG): Use new struct user_regs_struct.
6462         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6464 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6466         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6467         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6469 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6471         [BZ #16958]
6472         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6473         membar to avoid block loads/stores to overlap previous stores.
6475 2014-05-17  Richard Henderson  <rth@redhat.com>
6477         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6478         Create the __##syscall_name##_nocancel entry point.
6479         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6480         Remove; let the sysdep-cancel.h code create it.
6482 2014-05-17  David S. Miller  <davem@davemloft.net>
6484         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6485         Protect with __USE_GNU.
6486         (TIOCSET_TEMPT): Likewise.
6487         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6488         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6489         these are already provided in bits/ioctl-types.h
6491 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6493         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6494         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6496         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6497         Use wait4 regardless of [__NR_waitpid].
6499 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6501         PR libgcc/60166
6502         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6503         (_FP_NANSIGN_Q): Set the quiet bit.
6505 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6507         * benchtests/Makefile
6508         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6509         not $(common-objpfx)math/libm.so.
6510         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6511         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6512         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6513         $(common-objpfx)dlfcn/libdl.so.
6514         ($(objpfx)tst-audit8): Depend on $(libm), not
6515         $(common-objpfx)math/libm.so.
6516         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6517         not $(common-objpfx)dlfcn/libdl.so.
6518         * math/Makefile
6519         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6520         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6521         [$(build-shared) = yes].
6522         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6523         $(common-objpfx)nptl/libpthread.so.
6524         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6525         $(common-objpfx)math/libm.so$(libm.so-version) or
6526         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6527         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6528         $(common-objpfx)dlfcn/libdl.so.
6529         * setjmp/Makefile (link-libm): Remove variable.
6530         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6531         * stdio-common/Makefile (link-libm): Remove variable.
6532         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6533         * stdlib/Makefile (link-libm): Remove variable.
6534         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6535         ($(objpfx)tst-strtod-round): Likewise.
6536         ($(objpfx)tst-tininess): Likewise.
6537         ($(objpfx)tst-strtod-underflow): Likewise.
6538         ($(objpfx)tst-strtod6): Likewise.
6539         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6540         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6541         $(common-objpfx)dlfcn/libdl.so.
6543 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6545         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6546         BSD terminal modes definitions.
6548 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6550         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6551         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6553         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6554         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6555         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6556         Don't do #include_next.
6557         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6558         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6559         Don't do #include_next.
6560         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6561         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6562         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6563         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6565 2014-05-16  Allan McRae  <allan@archlinux.org>
6567         * po/sv.po: Update Swedish translation from translation project.
6569         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6570         in sed expression.
6572 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6574         [BZ #16917]
6575         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6576         errno if the TIOCGPTN ioctl fails with an error different than
6577         EINVAL.
6578         * login/tst-ptsname.c: New file.
6579         * login/Makefile (tests): Add tst-ptsname.
6581         [BZ #16943]
6582         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6583         and prlimit64.
6585 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6587         [BZ #16849]
6588         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6589         herrno to return EAI_AGAIN.
6591 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6593         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6594         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6595         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6596         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6597         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6598         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6599         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6600         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6601         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6602         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6603         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6604         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6605         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6606         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6607         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6608         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6609         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6610         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6611         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6612         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6613         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6614         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6615         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6616         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6617         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6618         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6619         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6620         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6621         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6622         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6623         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6624         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6625         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6626         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6627         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6628         Moved ...
6629         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6630         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6631         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6632         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6633         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6635         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6636         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6637         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6638         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6639         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6641         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6645         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6649         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6651         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6653         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6654         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6657         Moved ...
6658         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6660         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6661         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6662         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6663         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6664         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6665         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6666         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6670         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6674         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6678         Moved ...
6679         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6681         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6683         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6684         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6685         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6686         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6687         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6688         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6689         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6690         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6691         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6692         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6693         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6694         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6695         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6696         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6697         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6698         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6699         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6700         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6701         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6702         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6703         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6704         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6705         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6706         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6707         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6708         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6709         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6710         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6711         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6713         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6715         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6716         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6718         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6719         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6720         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6721         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6722         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6723         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6724         Moved ...
6725         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6727         Moved ...
6728         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6729         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6730         Moved ...
6731         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6732         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6733         Moved ...
6734         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6735         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6736         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6737         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6738         Moved ...
6739         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6740         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6741         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6742         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6743         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6744         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6745         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6747         Moved ...
6748         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6749         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6750         Moved ...
6751         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6752         ... here.
6753         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6754         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6755         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6756         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6757         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6758         Moved ...
6759         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6760         ... here.
6761         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6762         Moved ...
6763         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6764         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6765         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6766         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6767         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6768         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6769         Moved ...
6770         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6772         Moved ...
6773         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6774         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6775         Moved ...
6776         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6777         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6778         Moved ...
6779         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6781         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6782         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6783         Moved ...
6784         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6785         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6786         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6787         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6788         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6789         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6790         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6791         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6792         Moved ...
6793         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6794         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6795         Moved ...
6796         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6797         ... here.
6798         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6799         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6800         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6801         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6802         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6803         Moved ...
6804         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6805         ... here.
6806         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6807         Moved ...
6808         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6809         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6810         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6811         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6812         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6813         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6814         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6815         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6816         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6817         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6818         Moved ...
6819         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6820         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6821         Moved ...
6822         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6823         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6824         Moved ...
6825         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6826         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6827         Moved ...
6828         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6829         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6830         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6831         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6832         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6833         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6834         Moved ...
6835         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6836         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6837         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6838         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6839         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6840         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6841         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6842         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6843         Moved ...
6844         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6845         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6846         Moved ...
6847         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6848         ... here.
6849         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6850         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6851         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6852         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6853         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6854         Moved ...
6855         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6856         ... here.
6857         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6858         Moved ...
6859         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6860         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6861         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6862         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6863         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6864         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6865         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6866         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6867         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6868         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6869         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6871         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6872         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6874         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6875         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6877         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6878         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6879         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6880         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6881         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6882         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6883         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6884         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6885         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6886         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6887         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6888         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6889         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6890         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6891         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6892         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6893         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6894         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6895         Moved ...
6896         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6897         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6898         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6899         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6900         Moved ...
6901         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6902         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6903         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6904         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6905         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6906         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6907         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6908         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6909         Moved ...
6910         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6911         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6912         Moved ...
6913         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6914         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6915         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6916         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6917         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6918         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6919         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6920         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6921         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6922         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6923         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6924         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6925         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6926         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6927         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6928         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6929         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6931         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6932         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6933         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6934         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6935         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6937         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6938         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6939         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6940         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6941         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6942         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6943         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6944         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6945         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6946         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6948         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6949         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6951         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6952         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6953         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6954         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6955         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6956         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6957         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6958         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6959         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6960         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6961         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6962         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6963         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6964         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6965         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6966         Update #include.
6967         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6968         Likewise.
6969         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6970         Likewise.
6971         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6972         Likewise.
6973         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6974         Likewise.
6975         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6976         Likewise.
6977         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6978         Likewise.
6979         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6980         Likewise.
6981         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6982         Likewise.
6983         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6984         Likewise.
6985         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6986         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6987         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6988         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6989         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6990         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6991         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6992         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6993         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6994         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6995         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6996         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6997         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6998         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6999         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7001         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7002         that was previously under [RESET_PID].
7003         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7004         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7005         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7007         * sysdeps/i386/nptl/Implies: New file.
7008         * sysdeps/x86_64/nptl/Implies: New file.
7009         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7010         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7011         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7012         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7014         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7015         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7016         (__libc_vfork): New strong alias.
7017         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7018         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7020         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7021         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7022         (__libc_vfork): New strong alias.
7023         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7024         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7026         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7027         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7028         (__libc_vfork): New strong alias.
7029         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7030         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7031         * nptl/pt-vfork.c: New file.
7032         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7033         (libpthread: GLIBC_2.20): New version set (empty).
7035 2014-05-14  Will Newton  <will.newton@linaro.org>
7037         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7038         rather than #if.
7040 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7042         [BZ #16564]
7043         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7044         arguments with exponent 65 or above.
7045         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7046         arguments 0x1p113L or above.
7047         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7048         to arguments 0x1p107L or above.
7049         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7050         positive arguments with exponent 65 or above.
7051         * math/auto-libm-test-in: Add more tests of log1p.
7052         * math/auto-libm-test-out: Regenerated.
7054         [BZ #16928]
7055         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7056         non-finite arguments is +0.
7057         * math/s_cacosf.c (__cacosf): Likewise.
7058         * math/s_cacosl.c (__cacosl): Likewise.
7059         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7060         * sysdeps/i386/fpu/libm-test-ulps: Update.
7061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7063         [BZ #16927]
7064         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7065         value.
7066         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7067         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7068         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7069         for explicit high bit of mantissa when testing for argument equal
7070         to 1.
7071         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7072         * sysdeps/i386/fpu/libm-test-ulps: Update.
7073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7075         [BZ #16516]
7076         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7077         (__erf): Scale by 16 instead of 8 in potentially underflowing
7078         case.  Ensure exception if result actually underflows.
7079         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7080         (__erff): Scale by 16 instead of 8 in potentially underflowing
7081         case.  Ensure exception if result actually underflows.
7082         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7083         (efx8): Remove variable.
7084         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7085         case.  Ensure exception if result actually underflows.
7086         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7087         (efx8): Remove variable.
7088         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7089         case.  Ensure exception if result actually underflows.
7090         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7091         (efx8): Remove variable.
7092         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7093         case.  Ensure exception if result actually underflows.
7094         * math/auto-libm-test-in: Add more tests of erf.
7095         * math/auto-libm-test-out: Regenerated.
7097 2014-05-14  Andreas Schwab  <schwab@suse.de>
7099         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7100         Remove code conditionalized on USE___THREAD.
7102         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7103         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7104         not definedness.
7106 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7108         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7109         Define unconditionally.
7110         (__ASSUME_O_CLOEXEC): Likewise.
7111         (__ASSUME_SOCK_CLOEXEC): Likewise.
7112         (__ASSUME_IN_NONBLOCK): Likewise.
7113         (__ASSUME_PIPE2): Likewise.
7114         (__ASSUME_EVENTFD2): Likewise.
7115         (__ASSUME_SIGNALFD4): Likewise.
7116         (__ASSUME_DUP3): Likewise.
7117         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7118         (__ASSUME_DUP3): Do not define.
7119         (__ASSUME_EVENTFD2): Likewise.
7120         (__ASSUME_IN_NONBLOCK): Likewise.
7121         (__ASSUME_O_CLOEXEC): Likewise.
7122         (__ASSUME_PIPE2): Likewise.
7123         (__ASSUME_SIGNALFD4): Likewise.
7124         (__ASSUME_SOCK_CLOEXEC): Likewise.
7125         (__ASSUME_UTIMES): Undefine.
7126         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7127         (__ASSUME_UTIMES): Do not define.
7128         (__ASSUME_O_CLOEXEC): Likewise.
7129         (__ASSUME_SOCK_CLOEXEC): Likewise.
7130         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7131         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7132         0x020621].
7133         (__ASSUME_PIPE2): Likewise.
7134         (__ASSUME_EVENTFD2): Likewise.
7135         (__ASSUME_SIGNALFD4): Likewise.
7136         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7137         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7138         Do not define.
7139         (__ASSUME_EVENTFD2): Likewise.
7140         (__ASSUME_SIGNALFD4): Likewise.
7141         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7142         (__ASSUME_32BITUIDS): Likewise.
7143         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7144         (__ASSUME_IPC64): Likewise.
7145         (__ASSUME_ST_INO_64_BIT): Likewise.
7146         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7147         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7148         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7149         (__ASSUME_UTIMES): Do not define.
7150         (__ASSUME_PSELECT): Likewise.
7151         (__ASSUME_PPOLL): Likewise.
7152         (__ASSUME_O_CLOEXEC): Likewise.
7153         (__ASSUME_SOCK_CLOEXEC): Likewise.
7154         (__ASSUME_IN_NONBLOCK): Likewise.
7155         (__ASSUME_PIPE2): Likewise.
7156         (__ASSUME_EVENTFD2): Likewise.
7157         (__ASSUME_SIGNALFD4): Likewise.
7158         (__ASSUME_DUP3): Likewise.
7159         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7160         (__ASSUME_UTIMES): Likewise.
7161         (__ASSUME_O_CLOEXEC): Likewise.
7162         (__ASSUME_SOCK_CLOEXEC): Likewise.
7163         (__ASSUME_IN_NONBLOCK): Likewise.
7164         (__ASSUME_PIPE2): Likewise.
7165         (__ASSUME_EVENTFD2): Likewise.
7166         (__ASSUME_SIGNALFD4): Likewise.
7167         (__ASSUME_DUP3): Likewise.
7168         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7169         (__ASSUME_UTIMES): Likewise.
7170         (__ASSUME_O_CLOEXEC): Likewise.
7171         (__ASSUME_SOCK_CLOEXEC): Likewise.
7172         (__ASSUME_IN_NONBLOCK): Likewise.
7173         (__ASSUME_PIPE2): Likewise.
7174         (__ASSUME_EVENTFD2): Likewise.
7175         (__ASSUME_SIGNALFD4): Likewise.
7176         (__ASSUME_DUP3): Likewise.
7177         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7178         Likewise.
7179         (__ASSUME_UTIMES): Likewise.
7180         (__ASSUME_EVENTFD2): Likewise.
7181         (__ASSUME_SIGNALFD4): Likewise.
7182         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7183         (__ASSUME_O_CLOEXEC): Likewise.
7184         (__ASSUME_SOCK_CLOEXEC): Likewise.
7185         (__ASSUME_IN_NONBLOCK): Likewise.
7186         (__ASSUME_PIPE2): Likewise.
7187         (__ASSUME_EVENTFD2): Likewise.
7188         (__ASSUME_SIGNALFD4): Likewise.
7189         (__ASSUME_DUP3): Likewise.
7190         (__ASSUME_UTIMES): Undefine.
7192         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7193         feclearexcept.  Remove symbol versioning code.
7194         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7195         symbol versioning code.
7196         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7197         symbol versioning code.
7198         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7199         feupdateenv.  Remove symbol versioning code.
7200         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7201         fegetexceptflag.  Remove symbol versioning code.
7202         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7203         fesetexceptflag.  Remove symbol versioning code.
7204         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7205         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7206         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7207         (__posix_fadvise64_l32): Remove prototype.
7208         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7209         code.
7211 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7213         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7214         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7215         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7216         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7218 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7220         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7221         current working directory
7223 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7225         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7226         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7227         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7228         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7229         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7230         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7231         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7232         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7233         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7234         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7235         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7236         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7237         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7238         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7239         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7240         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7241         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7242         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7243         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7244         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7245         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7246         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7247         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7248         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7249         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7250         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7251         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7252         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7253         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7254         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7255         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7256         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7257         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7258         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7259         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7260         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7261         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7262         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7263         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7264         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7265         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7266         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7268         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7269         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7271         * sysdeps/unix/sysv/linux/arm/Makefile
7272         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7273         Add rt-aeabi_unwind_cpp_pr1.
7274         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7275         Add nptl-aeabi_unwind_cpp_pr1.
7276         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7277         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7278         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7279         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7280         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7281         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7283         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7284         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7285         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7286         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7288         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7289         Deconditionalize the code that was previously under [RESET_PID].
7290         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7292         * sysdeps/generic/exit-thread.h: New file.
7293         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7294         * include/unistd.h (__exit_thread): Remove declaration.
7295         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7296         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7297         * csu/libc-start.c: Include <exit-thread.h>.
7298         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7299         * nptl/pthread_create.c: Include <exit-thread.h>.
7300         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7301         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7302         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7303         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7304         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7305         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7306         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7307         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7308         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7309         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7310         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7311         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7312         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7313         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7314         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7315         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7316         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7318 2014-05-13  Andreas Schwab  <schwab@suse.de>
7320         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7322 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7324         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7325         (__ASSUME_UTIMES): Do not condition on kernel version.
7326         (__ASSUME_PSELECT): Define unconditionally.
7327         (__ASSUME_PPOLL): Likewise.
7328         (__ASSUME_ATFCTS): Likewise.
7329         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7330         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7331         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7332         (__ASSUME_UTIMENSAT): Define unconditionally.
7333         (__ASSUME_PRIVATE_FUTEX): Likewise.
7334         (__ASSUME_FALLOCATE): Likewise.
7335         (__ASSUME_O_CLOEXEC): Likewise.
7336         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7337         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7338         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7339         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7340         (__ASSUME_IN_NONBLOCK): Likewise.
7341         (__ASSUME_PIPE2): Likewise.
7342         (__ASSUME_EVENTFD2): Likewise.
7343         (__ASSUME_SIGNALFD4): Likewise.
7344         (__ASSUME_DUP3): Likewise.
7345         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7346         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7347         (__ASSUME_AT_RANDOM): Likewise.
7348         (__ASSUME_PREADV): Likewise.
7349         (__ASSUME_PWRITEV): Likewise.
7350         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7351         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7352         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7353         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7354         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7355         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7356         (__ASSUME_O_CLOEXEC): Define unconditionally.
7357         (__ASSUME_PSELECT): Do not undefine conditionally.
7358         (__ASSUME_PPOLL): Likewise.
7359         (__ASSUME_ATFCTS): Likewise.
7360         (__ASSUME_SET_ROBUST_LIST): Likewise.
7361         (__ASSUME_UTIMENSAT): Likewise.
7362         (__ASSUME_FDATASYNC): Define unconditionally.
7363         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7364         (__ASSUME_SIGFRAME_V2): Likewise.
7365         )__ASSUME_EVENTFD2): Likewise.
7366         (__ASSUME_SIGNALFD4): Likewise.
7367         (__ASSUME_PSELECT): Do not undefine conditionally.
7368         (__ASSUME_PPOLL): Likewise.
7369         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7370         (__ASSUME_PSELECT): Define unconditionally.
7371         (__ASSUME_PPOLL): Likewise.
7372         (__ASSUME_O_CLOEXEC): Likewise.
7373         (__ASSUME_SOCK_CLOEXEC): Likewise.
7374         (__ASSUME_IN_NONBLOCK): Likewise.
7375         (__ASSUME_PIPE2): Likewise.
7376         (__ASSUME_EVENTFD2): Likewise.
7377         (__ASSUME_SIGNALFD4): Likewise.
7378         (__ASSUME_DUP3): Likewise.
7379         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7380         (__ASSUME_O_CLOEXEC): Likewise.
7381         (__ASSUME_SOCK_CLOEXEC): Likewise.
7382         (__ASSUME_IN_NONBLOCK): Likewise.
7383         (__ASSUME_PIPE2): Likewise.
7384         (__ASSUME_EVENTFD2): Likewise.
7385         (__ASSUME_SIGNALFD4): Likewise.
7386         (__ASSUME_DUP3): Likewise.
7387         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7388         (__ASSUME_EVENTFD2): Likewise.
7389         (__ASSUME_SIGNALFD4): Likewise.
7390         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7392 2014-05-12  Andreas Schwab  <schwab@suse.de>
7394         [BZ #16932]
7395         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7396         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7397         than maximum RPC packet size.
7398         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7399         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7400         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7401         (_nss_nis_getservbyport_r): Likewise.
7403 2014-05-12  Will Newton  <will.newton@linaro.org>
7405         * malloc/Makefile (tests): Add tst-mallopt.
7406         * malloc/tst-mallopt.c: New file.
7408 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7410         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7411         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7413 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7415         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7416         (tst-tlsmod6.so): Likewise.
7418 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7420         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7422 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7424         [BZ #16064]
7425         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7426         and <dl-procinfo.h>.
7427         (__fegetenv): Save SSE state in envp->__eip if supported.
7428         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7429         envp->__eip if supported.
7430         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7431         and <dl-procinfo.h>.
7432         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7433         __data_offset and __data_selector in environment to 0.  Set SSE
7434         state if supported.
7435         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7436         test-fenv-sse.
7437         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7438         -mfpmath=sse.
7439         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7441 2014-05-09  Will Newton  <will.newton@linaro.org>
7443         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7444         and libc_relro_required for ARM.
7445         * sysdeps/arm/preconfigure: Regenerate.
7447 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7448             Stefan Liebler  <stli@linux.vnet.ibm.com>
7450         * config.make.in (enable-lock-elision): New Makefile variable.
7451         * configure.ac: Likewise.
7452         * configure: Regenerate.
7453         * sysdeps/s390/configure.ac:
7454         Add check for gcc transactions support.
7455         * sysdeps/s390/configure: Regenerate.
7456         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7457         Build elision files if enabled.
7458         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7459         Add lock elision support for s390.
7460         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7461         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7462         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7463         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7464         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7465         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7466         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7467         Likewise.
7468         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7469         Likewise.
7470         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7471         Likewise.
7472         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7473         Likewise.
7474         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7475         (__lll_timedlock_elision, __lll_lock_elision)
7476         (__lll_unlock_elision, __lll_trylock_elision)
7477         (lll_timedlock_elision, lll_lock_elision)
7478         (lll_unlock_elision, lll_trylock_elision): Add.
7479         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7480         (pthread_mutex_t): Add lock elision support for s390.
7482 2014-05-14  Wilco  <wdijkstr@arm.com>
7484         * sysdeps/arm/fclrexcpt.c: Cleanup.
7485         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7486         * sysdeps/arm/feenablxcpt.c: Cleanup.
7487         * sysdeps/arm/fegetenv.c: Cleanup.
7488         * sysdeps/arm/fegetexcept.c: Cleanup.
7489         * sysdeps/arm/fegetround.c: Cleanup.
7490         * sysdeps/arm/feholdexcpt.c: Cleanup.
7491         * sysdeps/arm/fesetenv.c: Cleanup.
7492         * sysdeps/arm/fesetround.c: Cleanup.
7493         * sysdeps/arm/feupdateenv.c: Cleanup.
7494         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7495         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7496         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7497         * sysdeps/arm/ftestexcept.c: Cleanup.
7498         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7499         * sysdeps/arm/setfpucw.c: Cleanup.
7501 2014-05-09  Will Newton  <will.newton@linaro.org>
7503         * sysdeps/arm/armv7/strcmp.S: New file.
7504         * NEWS: Mention addition of ARMv7 optimized strcmp.
7506 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7508         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7509         look for %.ac rather than %.in.
7511         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7512         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7513         * sysdeps/mach/hurd/configure: Regenerated.
7514         * sysdeps/unix/sysv/linux/configure: Regenerated.
7516         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7518 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7520         [BZ# 16922]
7521         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7522         (LONG_SUB): Ditto.
7523         (PTR_SUB): Ditto.
7525 2014-05-07  Andreas Schwab  <schwab@suse.de>
7527         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7528         when skipping over non-matching result from nscd.
7530 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7532         [BZ #16876]
7533         * nptl/sockperf.c (client): Check socket return value.
7535         [BZ #16877]
7536         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7537         nscd security class.
7539 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7541         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7542         * sysdeps/arm/unwind.h: ... here.
7544 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7546         [BZ# 16916]
7547         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7548         Define.
7550 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7552         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7553         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7554         multiarch strncpy for PPC64.
7555         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7556         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7557         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7558         multiarch optimizations.
7559         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7560         (__libc_ifunc_impl_list): Likewise.
7561         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7562         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7563         multiarch stpncpy for PPC64.
7564         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7565         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7567 2014-05-06  Andreas Schwab  <schwab@suse.de>
7569         [BZ #16912]
7570         * gmon/mcount.c (_MCOUNT_DECL): Use
7571         atomic_compare_and_exchange_bool_acq instead of
7572         catomic_compare_and_exchange_bool_acq.
7574 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7576         * elf/Makefile (others, install-bin): Remove pldd.
7577         (pldd-modules): Variable removed.
7578         ($(objpfx)pldd): Target removed.
7579         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7580         (others, install-bin): Append pldd here.
7581         ($(objpfx)pldd): New target.
7583         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7584         to 0, so the first #if test emitted later doesn't see it undefined.
7585         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7586         * sysdeps/gnu/errlist.c: Regenerated.
7588 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7590         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7591         [libc_hidden_builtin_def]: Define to empty value.
7592         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7593         [libc_hidden_builtin_def]: Likewise.
7594         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7595         [libc_hidden_builtin_def]: Likewise.
7596         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7597         [libc_hidden_builtin_def]: Likewise.
7598         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7599         __redirect_memcpy and define ifunc as default hidden symbol.
7600         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7601         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7603 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7605         * locale/iso-4217.def: Reintroduce XDR currency.
7607 2014-05-04  Allan McRae  <allan@archlinux.org>
7609         * po/eo.po: Update Esperanto translation from translation project.
7611 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7613         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7614         and FEATURE_INDEX_MAX to 1.
7615         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7617 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7619         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7620         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7621         * iconvdata/big5.c (ONE_DIRECTION): Define.
7622         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7623         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7624         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7625         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7626         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7627         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7628         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7629         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7630         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7631         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7632         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7633         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7634         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7635         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7636         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7637         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7638         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7639         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7640         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7641         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7642         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7643         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7644         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7645         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7646         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7647         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7648         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7649         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7650         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7651         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7652         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7653         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7654         * iconvdata/johab.c (ONE_DIRECTION): Define.
7655         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7656         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7657         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7658         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7659         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7660         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7661         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7662         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7663         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7664         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7666 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7668         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7669         (_IO_JUMPS_OFFSET): Define to 0.
7671         * nptl/sysdeps/pthread/bits/libc-lock.h
7672         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7673         (__libc_lock_define_initialized_recursive): Always define using
7674         initializer.  Modern compilers treat uninitialized (implicit zero) and
7675         explicit zero initializers the same (i.e. put the datum in bss).
7677 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7679         * nscd/nscd-client.h: Include <string.h>.
7681 2014-05-01  David S. Miller  <davem@davemloft.net>
7683         [BZ #16885]
7684         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7685         multiple zero bytes exist at the end of a string.
7686         Reported by Aurelien Jarno <aurelien@aurel32.net>
7688         * string/test-strcmp.c (check): Add explicit test for situations where
7689         there are multiple zero bytes after the first.
7691 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7693         [BZ #16890]
7694         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7695         when compiling wprintf.
7696         * stdio-common/tstdiomisc.c (t3): New function.
7697         (main): Call it.
7699 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7701         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7702         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7703         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7704         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7706 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7708         * stdlib/longlong.h: Updated from GCC.
7710 2014-05-01  Will Newton  <will.newton@linaro.org>
7711             Bernard Ogden  <bernie.ogden@linaro.org>
7713         * NEWS: Update fixed bug list.
7715         [BZ #15119]
7716         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7718 2014-04-30  David S. Miller  <davem@davemloft.net>
7720         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7721         (libc_feholdexcept_setround_sparc_ctx): New function.
7722         (libc_fesetenv_sparc_ctx): Likewise.
7723         (libc_feupdateenv_sparc_ctx): Likewise.
7724         (libc_feholdsetround_sparc_ctx): Likewise.
7725         (libc_feholdexcept_setround_ctx): Define.
7726         (libc_feholdexcept_setroundf_ctx): Likewise.
7727         (libc_feholdexcept_setroundl_ctx): Likewise.
7728         (libc_fesetenv_ctx): Likewise.
7729         (libc_fesetenvf_ctx): Likewise.
7730         (libc_fesetenvl_ctx): Likewise.
7731         (libc_feupdateenv_ctx): Likewise.
7732         (libc_feupdateenvf_ctx): Likewise.
7733         (libc_feupdateenvl_ctx): Likewise.
7734         (libc_feresetround_ctx): Likewise.
7735         (libc_feresetroundf_ctx): Likewise.
7736         (libc_feresetroundl_ctx): Likewise.
7737         (libc_feholdsetround_ctx): Likewise.
7738         (libc_feholdsetroundf_ctx): Likewise.
7739         (libc_feholdsetroundl_ctx): Likewise.
7741         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7742         with __USE_GNU instead of XOPEN cpp guards.
7744         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7745         0.
7747         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7748         with XOPEN cpp guards.
7750 2014-04-30  Julian Brown  <julian@codesourcery.com>
7752         [BZ #16888]
7753         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7754         handling.
7756 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7758         [BZ #9894]
7759         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7760         Change to 2.6.32.
7761         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7762         * sysdeps/unix/sysv/linux/configure: Regenerated.
7763         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7764         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7765         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7766         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7767         * README: Update reference to required Linux kernel version.
7768         * manual/install.texi (Linux): Update reference to required Linux
7769         kernel headers version.
7770         * INSTALL: Regenerated.
7772         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7773         header inclusion.
7774         [POSIX] (limits.h): Likewise.
7775         [POSIX] (math.h): Likewise.
7776         [POSIX] (sys/wait.h): Likewise.
7777         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7778         function.
7779         [POSIX] (stddef.h): Do not allow header inclusion.
7781 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7783         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7785 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7787         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7788         Return immediately after lll_futex_wake.
7790 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7792         [BZ #16791]
7793         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7794         structure.
7795         (datahead_init_pos): Call datahead_init_common early.
7796         (datahead_init_neg): Likewise.
7798         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7799         datahead_init_neg): New functions.
7800         * nscd/aicache.c (addhstaiX): Use them.
7801         * nscd/grpcache.c (cache_addgr): Likewise.
7802         * nscd/hstcache.c (cache_addhst): Likewise.
7803         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7804         * nscd/netgroupcache.c (do_notfound): Likewise.
7805         (addgetnetgrentX): Likewise.
7806         (addinnetgrX): Likewise.
7807         * nscd/pwdcache.c (cache_addpw): Likewise.
7808         * nscd/servicescache.c (cache_addserv): Likewise.
7810 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7811             Atsushi Onoe  <atsushi@onoe.org>
7813         [BZ #14308]
7814         [BZ #12994]
7815         [BZ #13651]
7816         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7817         one response is valid.
7818         * resolv/res_send.c (send_dg): Check for validity of other
7819         response if the current response is a referral.
7821 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7823         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7825 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7827         [BZ #16823]
7828         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7829         Always divide by positive zero when computing -Inf result.
7830         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7831         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7833 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7835         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7836         FPSCR if value do not change.
7837         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7838         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7839         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7840         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7841         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7842         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7843         function.
7845 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7847         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7848         * sysdeps/unix/sysv/linux/hppa: Move directory from
7849         ports/systeps/unix/sysv/linux/hppa.
7850         * README: Update listing for hppa-*-linux-gnu.
7852 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7854         [BZ #16754]
7855         * manual/stdio.texi (Hook functions): Fix types of stream hook
7856         functions.
7857         [BZ #16854]
7858         * socket/sys/socket.h: Fix typo in comment.
7860 2014-04-28  Wilco  <wdijkstr@arm.com>
7862         * sysdeps/arm/fenv_private.h: New file.
7863         * sysdeps/arm/math_private.h: New file.
7864         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7866 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7868         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7869         with __int128_t.
7870         (La_x86_64_retval): Likewise.
7872 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7874         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7875         fpsr if value didn't change.
7876         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7877         to fpcr if value didn't change.
7878         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7879         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7880         fpsr or fpcr if value didn't change.
7881         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7882         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7883         fpcr if value didn't change.
7884         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7885         to fpsr if value didn't change.
7887 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7889         * nptl/tst-sem3.c: Use test-skeleton.c
7890         (main): Rename to do_test.  Use return instead of
7891         exit.
7892         * nptl/tst-sem4.c: Use test-skeleton.c
7893         (main): Rename to do_test.
7895 2014-04-22  David S. Miller  <davem@davemloft.net>
7897         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7898         (struct sigaction): New struct member __glibc_reserved0, change
7899         type of sa_flags to int.
7901 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7903         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7904         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7906 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7908         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7909         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7911 2014-04-22  Will Newton  <will.newton@linaro.org>
7912             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7914         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7915         (__longjmp): Add longjmp and longjmp_target SystemTap
7916         probes.
7917         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7918         (__sigsetjmp): Add setjmp SystemTap probe.
7920 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7922         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7923         match manual order.
7925 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7927         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7929         * sysdeps/powerpc/fpu/fenv_private.h
7930         (libc_feholdexcept_setroundl_ctx): Define to
7931         libc_feholdexcept_setround_ppc_ctx.
7932         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7933         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7934         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7935         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7937 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7939         * sysdeps/aarch64/math-tests.h: New file.
7941 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7943         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7944         New.
7945         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7946         Check and set bit_AVX2_Usable.
7947         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7948         macro.
7949         (bit_AVX2): Likewise.
7950         (index_AVX2_Usable): Likewise.
7951         (CPUID_AVX2): Likewise.
7952         (HAS_AVX2): Likewise.
7954 2014-04-17  Will Newton  <will.newton@linaro.org>
7956         * manual/setjmp.texi (System V contexts): Add note that
7957         calling setcontext on a context created by a call to a
7958         signal handler is undefined.  Update text to note that
7959         setcontext from a signal handler is possible but not
7960         recommended.
7962         [BZ #16629]
7963         * stdlib/tst-setcontext.c: Include signal.h.
7964         (main): Check that the signal stack before and
7965         after swapcontext is the same.
7967         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7968         Re-implement to restore registers in user code and avoid
7969         rt_sigreturn system call.
7971 2014-04-17  Wilco  <wdijkstr@arm.com>
7973         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7974         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7975         * math/test-fenv.c: Skip exception trap tests on targets which only
7976         support non-stop mode.
7978 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7979             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7981         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7982         (libc_feholdsetround_aarch64_ctx)
7983         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7984         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7985         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7986         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7987         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7988         (libc_feresetround_noexl_ctx): Define.
7990 2014-04-16  Richard Henderson  <rth@redhat.com>
7992         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7994         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7995         unwind tables.
7997         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7998         const from the non-libc, non-ldso copy.
8000         * sysdeps/alpha/libm-test-ulps: Regenerate.
8002 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8003             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8005         * sysdeps/aarch64/fpu/math_private.h: New file.
8007 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8009         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8011 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8013         [BZ #16275]
8014         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8015         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8016         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8017         Intel MPX bound registers before _dl_profile_fixup.
8018         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8019         registers after _dl_profile_fixup.  Save and restore bound
8020         registers bnd0/bnd1 when calling _dl_call_pltexit.
8021         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8022         (LR_BND_OFFSET): Likewise.
8023         (LRV_BND0_OFFSET): Likewise.
8024         (LRV_BND1_OFFSET): Likewise.
8026 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8028         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8029         to...
8030         * sysdeps/mach/hurd/i386/tls.h: ... here.
8031         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8032         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8033         fields.
8035 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8037         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8039 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8041         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8043 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8045         [BZ #14770]
8046         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8047         * sysdeps/s390/configure: Regenerate.
8049         [BZ #16824]
8050         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8051         Set round-to-nearest internally to reduce error accumulation.
8053 2014-04-16  Alan Modra  <amodra@gmail.com>
8055         [BZ #16740]
8056         [BZ #16619]
8057         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8058         * math/libm-test.inc (frexp_test_data): Add tests.
8059         * NEWS: Update fixed bug list.
8061 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8063         * benchtests/Makefile: Depend on libraries in build directory.
8064         (bench-math): Separate out math tests.
8065         (bench-pthread): Separate out pthread tests.
8066         (bench): Include math and pthread tests.
8068 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8070         [BZ #16831]
8071         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8072         _dl_debug_initialize.
8074         * configure.ac: Remove SELinux header check.
8075         * configure: Regenerate.
8076         * nscd/selinux.c (perms): Array of const char* to permission names.
8077         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8078         default policy. Call string_to_security_class and string_to_av_perm to
8079         translate strings. Enforce default policy and call avs_has_perm with
8080         results of translated strings.
8082 2014-04-13  David S. Miller  <davem@davemloft.net>
8084         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8086 2014-04-12  Allan McRae  <allan@archlinux.org>
8088         [BZ #16838]
8089         * manual/string.texi (Collation Functions): Fix qsort argument
8090         order in example.
8091         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8093 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8095         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8096         Make the test a no-op if there are no exceptions defined.
8098 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8100         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8101         enable-hardcoded-path-in-tests
8103 2014-04-11  Will Newton  <will.newton@linaro.org>
8105         * benchtests/Makefile (extra-objs): Add json-lib.o.
8106         (bench-func): Tidy up JSON output.
8107         * benchtests/bench-skeleton.c: Include json-lib.h.
8108         (main): Use JSON library functions to do output of
8109         benchmark results.
8110         * benchtests/bench-timing-type.c (main): Output the
8111         timing type simply, leaving formatting to the user.
8112         * benchtests/json-lib.c: New file.
8113         * benchtests/json-lib.h: Likewise.
8115 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8117         [BZ #15215]
8118         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8119         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8120         memory barriers.  Add comments.
8121         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8122         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8123         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8124         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8125         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8126         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8128 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8130         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8131         * sysdeps/s390/s390-64/configure.ac: ... this ...
8132         * sysdeps/s390/configure.ac: ... to here.
8133         * sysdeps/s390/s390-32/configure: Delete file.
8134         * sysdeps/s390/s390-64/configure: Delete file.
8135         * sysdeps/s390/configure: Regenerate.
8137 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8139         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8141 2014-04-11  Will Newton  <will.newton@linaro.org>
8143         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8144         to zero if it is not defined elsewhere.  (mtrim): Test
8145         the value of MALLOC_DEBUG with #if rather than #ifdef.
8147 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8149         * benchtests/pthread_once-inputs: New file.
8150         * benchtests/pthread_once-source.c: New file.
8151         * benchtests/README: Update documentation.
8153 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8154             H.J. Lu  <hongjiu.lu@intel.com>
8156         [BZ #16275]
8157         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8158         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8159         * sysdeps/x86_64/configure: Regenerated.
8160         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8161         macro.
8162         (REGISTER_SAVE_RAX): Likewise.
8163         (REGISTER_SAVE_RCX): Likewise.
8164         (REGISTER_SAVE_RDX): Likewise.
8165         (REGISTER_SAVE_RSI): Likewise.
8166         (REGISTER_SAVE_RDI): Likewise.
8167         (REGISTER_SAVE_R8): Likewise.
8168         (REGISTER_SAVE_R9): Likewise.
8169         (REGISTER_SAVE_BND0): Likewise.
8170         (REGISTER_SAVE_BND1): Likewise.
8171         (REGISTER_SAVE_BND2): Likewise.
8172         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8173         bound registers when calling _dl_fixup.
8175 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8177         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8178         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8179         of its definition.
8180         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8181         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8182         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8183         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8184         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8185         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8186         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8188 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8190         [BZ #15514]
8191         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8192         pathconf(_PC_NAME_MAX).
8194 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8196         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8197         Remove macro usage.
8198         (__PTHREAD_SPINS): Move definition to ...
8199         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8200         (__PTHREAD_SPINS): ... here.
8201         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8202         (__PTHREAD_SPIN): Likewise.
8203         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8204         (__PTHREAD_SPIN): Likewise.
8205         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8206         (__PTHREAD_SPIN): Likewise.
8207         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8208         (__PTHREAD_SPIN): Likewise.
8209         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8210         (__PTHREAD_SPIN): Likewise.
8211         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8212         (__PTHREAD_SPIN): Likewise.
8213         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8214         (__PTHREAD_SPIN): Likewise.
8215         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8216         (__PTHREAD_SPIN): Likewise.
8217         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8218         (__PTHREAD_SPIN): Likewise.
8219         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8220         (__PTHREAD_SPIN): Likewise.
8221         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8222         (__PTHREAD_SPIN): Likewise.
8223         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8224         (__PTHREAD_SPIN): Likewise.
8226         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8227         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8228         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8229         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8230         imply folder.
8231         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8232         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8233         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8234         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8235         correct imply path.
8236         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8237         strlen symbol for non multi-arch builds.
8238         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8239         missing hidden_def and weak_alias.
8241 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8243         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8245 2014-04-07  Will Newton  <will.newton@linaro.org>
8247         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8248         and contents.  [!_LIBC] Remove #ifndef and contents.
8249         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8250         * string/memccpy.c (__memccpy): Use ANSI prototype.
8251         * string/memfrob.c (memfrob): Likewise.
8252         * string/strcoll.c (STRCOLL): Likewise.
8253         * string/strlen.c (strlen): Likewise.
8254         * string/strtok.c (STRTOK): Likewise.
8255         * string/strcat.c: Remove unused #include of memcopy.h.
8256         (strcat): Use ANSI prototype.
8257         * string/strchr.c: Remove unused #include of memcopy.h.
8258         (strchr): Use ANSI prototype.
8259         * string/strcmp.c: Remove unused #include of memcopy.h.
8260         (strcmp): Use ANSI prototype.
8261         * string/strcpy.c: Remove unused #include of memcopy.h.
8262         (strcpy): Use ANSI prototype.
8264 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8266         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8267         * config.make.in (config-extra-cppflags): Set it from
8268         libc_extra_cppflags.
8269         * configure.ac (libc_extra_cflags): Make it accumulate over
8270         configure fragments.
8271         (libc_extra_cppflags): New flag.
8272         * configure. Regenerate.
8273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8274         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8275         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8278         [BZ #16815]
8279         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8280         result for FE_DOWNWARD rounding mode.
8281         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8282         Likewise.
8283         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8285 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8287         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8288         in function argument name.
8290 2014-04-03  David Svoboda  <svoboda@cert.org>
8292         [BZ #5666]
8293         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8294         explicitly.
8296 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8298         * elf/dl-unmap-segments.h: New file.
8299         * sysdeps/generic/ldsodefs.h
8300         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8301         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8302         * elf/dl-fptr.c: Likewise.
8303         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8304         * sysdeps/aarch64/tlsdesc.c: Likewise.
8305         * sysdeps/arm/tlsdesc.c: Likewise.
8306         * sysdeps/i386/tlsdesc.c: Likewise.
8307         * sysdeps/tile/dl-runtime.c: Likewise.
8308         * sysdeps/x86_64/tlsdesc.c: Likewise.
8309         * elf/dl-load.h: New file.
8310         * elf/dl-load.c: Include it.
8311         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8312         Macros moved to dl-load.h.
8313         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8314         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8315         Use _dl_unmap_segments in place of __munmap.
8316         Break out segment-mapping loop into ...
8317         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8319 2014-04-03  Will Newton  <will.newton@linaro.org>
8321         * elf/dl-lookup.c (do_lookup_x): Remove comment
8322         referring to nested function and move variable
8323         declarations down to before first use.
8325 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8327         [BZ #16799]
8328         [BZ #16800]
8329         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8330         with 0 numerator.
8331         * math/s_catanf.c (__catanf): Likewise.
8332         * math/s_catanh.c (__catanh): Likewise.
8333         * math/s_catanhf.c (__catanhf): Likewise.
8334         * math/s_catanhl.c (__catanhl): Likewise.
8335         * math/s_catanl.c (__catanl): Likewise.
8336         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8337         by positive zero when computing -Inf result.
8338         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8339         (catanh_test): Likewise.
8340         * sysdeps/i386/fpu/libm-test-ulps: Update.
8341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8343         [BZ #16789]
8344         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8345         instead of using underflowing value in computing result.
8346         * math/s_clog10.c (__clog10): Likewise.
8347         * math/s_clog10f.c (__clog10f): Likewise.
8348         * math/s_clog10l.c (__clog10l): Likewise.
8349         * math/s_clogf.c (__clogf): Likewise.
8350         * math/s_clogl.c (__clogl): Likewise.
8351         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8352         (clog10_test): Likewise.
8353         * sysdeps/i386/fpu/libm-test-ulps: Update.
8354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8356 2014-04-02  Alan Modra  <amodra@gmail.com>
8358         [BZ #16739]
8359         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8360         output when value is near a power of two.  Use int64_t for lx and
8361         remove casts.  Use decimal rather than hex exponent constants.
8362         Don't use long double multiplication when double will suffice.
8363         * math/libm-test.inc (nextafter_test_data): Add tests.
8364         * NEWS: Add 16739 and 16786 to bug list.
8366         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8368         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8370 2014-04-01  Will Newton  <will.newton@linaro.org>
8372         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8373         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8375 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8377         [BZ #13347]
8378         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8379         * nptl/tst-setuid2.c: New file.
8380         * nptl/Makefile (xtests): Add tst-setuid2.
8382 2014-04-01  Alan Modra  <amodra@gmail.com>
8384         [BZ #16786]
8385         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8387 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8389         [BZ #6803]
8390         [BZ #6804]
8391         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8392         set errno as appropriate.
8393         * math/w_scalbf.c (__scalbf): Likewise.
8394         * math/w_scalbl.c (__scalbl): Likewise.
8395         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8396         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8397         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8398         Add more NaN tests.
8400         [BZ #16349]
8401         * math/w_atan2.c: Include <errno.h>.
8402         (__atan2): Set errno for result underflowing to zero.
8403         * math/w_atan2f.c: Include <errno.h>.
8404         (__atan2f): Set errno for result underflowing to zero.
8405         * math/w_atan2l.c: Include <errno.h>.
8406         (__atan2l): Set errno for result underflowing to zero.
8407         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8408         tests.
8409         * math/auto-libm-test-out: Regenerated.
8411 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8413         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8414         Encode instruction correctly in little endian.
8415         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8416         Likewise.
8417         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8418         Likewise.
8419         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8420         Likewise.
8421         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8422         Likewise.
8424 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8426         [BZ #9894]
8427         * sysdeps/unix/sysv/linux/kernel-features.h
8428         [__sparc__ && !__arch64__ && !__sparc_v9__]
8429         (__ASSUME_SET_ROBUST_LIST): Do not define.
8430         [__sparc__ && !__arch64__ && !__sparc_v9__]
8431         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8432         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8433         Likewise.
8434         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8435         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8436         (__ASSUME_REQUEUE_PI): Likewise.
8437         (__ASSUME_SET_ROBUST_LIST): Likewise.
8438         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8439         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8440         Undefine.
8441         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8442         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8443         Likewise.
8444         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8445         Likewise.
8446         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8447         Likewise.
8448         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8449         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8450         Undefine.
8451         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8452         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8453         Likewise.
8455         [BZ #16648]
8456         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8457         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8458         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8460 2014-03-31  Will Newton  <will.newton@linaro.org>
8462         * benchtests/Makefile (bench): Add ffs and ffsll to list
8463         of tests.
8464         * benchtests/ffs-inputs: New file.
8465         * benchtests/ffsll-inputs: Likewise.
8467 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8469         [BZ #16770]
8470         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8471         too large before casting to int.
8472         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8473         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8474         * math/libm-test.inc (scalb_test_data): Add more tests.
8476 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8478         * benchtests/Makefile (DETAILED_OPT): New make option.
8479         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8480         set.
8481         * benchtests/bench-skeleton.c: Include stdbool.h.
8482         (main): Store and print timings per input.
8483         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8484         member to each argument value.
8485         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8486         (_print_arg_data): Initialize per-input timing to 0.
8488         * benchtests/Makefile (timing-type): New binary.
8489         (bench-clean): Also remove bench-timing-type.
8490         (bench): New target for timing-type.
8491         (bench-func): Print output in JSON format.
8492         * benchtests/bench-skeleton.c (main): Print output in JSON
8493         format.
8494         * benchtests/bench-timing-type.c: New file.
8495         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8496         (TIMING_PRINT_STATS): Remove.
8497         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8498         name separately.
8500         * benchtests/bench-modf.c: Remove.
8501         * benchtests/modf-inputs: New inputs file.
8503 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8505         [BZ #16362]
8506         * math/s_clog10.c (M_PI_LOG10E): New macro.
8507         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8508         imaginary parts are 0.
8509         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8510         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8511         imaginary parts are 0.
8512         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8513         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8514         imaginary parts are 0.
8515         * math/libm-test.inc (clog10_test_data): Update expected results
8516         for when real and imaginary parts are 0.
8518 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8520         * elf/dl-load.c: Finish conversion of __builtin_expect into
8521         __glibc_{un}likely.
8523 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8525         [BZ #16348]
8526         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8527         1+x for argument with exponent below -67.
8528         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8529         Likewise.
8530         * math/auto-libm-test-in: Add more tests of exp.
8531         * math/auto-libm-test-out: Regenerated.
8533 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8535         [BZ #16759]
8536         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8537         (nscd_getnetgrent): Use it.
8539         [BZ #16760]
8540         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8541         of stpcpy.
8543 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8545         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8546         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8547         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8548         (lll_robust_unlock): Remove out of line section. Use cfi
8549         intrinsics.
8550         (LLL_STUB_UNWIND_INFO*): Remove.
8551         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8552         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8553         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8554         (lll_robust_unlock): Remove out of line section. Use cfi
8555         intrinsics.
8556         (LLL_STUB_UNWIND_INFO*): Remove.
8558 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8560         [BZ #16758]
8561         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8562         blank values.
8564 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8566         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8568 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8570         [BZ #16198]
8571         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8572         fnstenv.
8573         * math/test-fenv-preserve.c: New file.
8574         * math/Makefile (tests): Add test-fenv-preserve.
8576 2014-03-26  Will Newton <will.newton@linaro.org>
8578         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8580 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8582         * scripts/versionlist.awk: Partition the version sets and emit all
8583         GLIBC_* (sorted) before all others (sorted).
8585 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8587         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8588         GLIBC_2.2.5 version.
8590 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8592         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8593         calls.
8595         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8596         previous change.
8598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8600 2014-03-25  Andreas Schwab  <schwab@suse.de>
8602         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8603         label to be used after in6ailist is initialized.
8605 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8607         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8608         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8610 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8612         [BZ #16357]
8613         [BZ #16599]
8614         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8615         min_plus_half.
8616         (fp_formats): Update initializers.
8617         (init_fp_formats): Initialize new field.
8618         (output_for_one_input_case): Allow underflow for results up to
8619         min_plus_half.
8620         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8621         * math/auto-libm-test-in: Don't mark some underflows from asin and
8622         atanh as spurious.
8623         * math/auto-libm-test-out: Regenerated.
8624         * sysdeps/i386/fpu/libm-test-ulps: Update.
8625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8627 2014-03-25  Andreas Schwab  <schwab@suse.de>
8629         * libio/Makefile (tst-ftell-partial-wide-ENV)
8630         (tst-ftell-active-handler-ENV): Define.
8632 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8634         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8636 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8638         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8640 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8642         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8643         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8644         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8646 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8648         [BZ #16634]
8649         * elf/dl-load.c (open_verify): Add mode parameter.
8650         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8651         (open_path): Change from boolean 'secure' to complete flag 'mode'
8652         (_dl_map_object): Adjust.
8653         * elf/Makefile (tests): Add tst-dlopen-aout.
8654         * elf/tst-dlopen-aout.c: New test.
8656 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8658         [BZ #16714]
8659         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8660         (struct stat): Rename member pad0 to __glibc_reserved0.
8662         [BZ #16712]
8663         * sysdeps/s390/s390-32/bits/wordsize.h
8664         (__WORDSIZE32_SIZE_ULONG): New define.
8665         * sysdeps/s390/s390-64/bits/wordsize.h
8666         (__WORDSIZE32_SIZE_ULONG): Likewise.
8667         * sysdeps/generic/stdint.h (SIZE_MAX):
8668         Define as UL if __WORDSIZE32_SIZE_ULONG.
8670         [BZ #16713]
8671         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8672         (__glibc_reserved0): New variable.
8673         (sa_flags): Change type to int.
8675         * posix/Makefile (before-compile): Use += before-compile instead
8676         of a :=.
8678         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8679         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8681 2014-03-20  Andreas Schwab  <schwab@suse.de>
8683         [BZ #16743]
8684         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8685         non-matching result from nscd.
8687 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8689         * scripts/bench.py: Moved to ...
8690         * benchtests/scripts/bench.py: ... here.
8691         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8693 2014-03-24  Andreas Schwab  <schwab@suse.de>
8695         [BZ #16002]
8696         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8697         alloca_account and account alloca use for struct in6ailist.
8699 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8701         [BZ #16284]
8702         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8703         rounding mode to recompute results that overflow to infinity or
8704         underflow to zero.
8705         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8706         bug 16284.
8707         * math/auto-libm-test-out: Regenerated.
8708         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8709         (ccosh_test): Likewise.
8710         (csin_test_data): Use plus_oflow.
8711         (csin_test): Use ALL_RM_TEST.
8712         (csinh_test_data): Use plus_oflow.
8713         (csinh_test): Use ALL_RM_TEST.
8714         * sysdeps/i386/fpu/libm-test-ulps: Update.
8715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8717 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8719         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8720         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8721         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8723         [BZ #16731]
8724         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8725         when x - 1 is zero.
8726         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8727         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8728         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8729         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8730         argument is 1.
8731         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8732         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8733         zero.
8734         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8735         * sysdeps/i386/fpu/libm-test-ulps: Update.
8736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8738 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8740         * scripts/bench.pl: Remove file.
8741         * scripts/bench.py: New benchmark script.
8742         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8743         * benchtests/README: Mention python dependency.
8744         * scripts/pylintrc: New file.
8745         * scripts/pylint: New file.
8747         * bits/mathdef.h: Use #ifdef instead of #if.
8748         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8749         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8750         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8751         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8752         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8753         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8755 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8756             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8758         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8759         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8760         and strpbrk-ppc64 objects.
8761         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8762         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8763         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8764         multiarch strpbrk for POWER7.
8765         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8766         multiarch strpbrk for PPC64.
8767         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8768         ifunc selector.
8769         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8770         strpbrk for POWER7.
8772 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8774         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8775         (atan_test): Likewise.
8776         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8777         (atanh_test): Use ALL_RM_TEST.
8778         (atan2_test_data): Likewise.
8779         (cabs_test): Likewise.
8780         (cacosh_test): Likewise.
8781         (carg_test): Likewise.
8782         (casin_test): Likewise.
8783         (casinh_test): Likewise.
8784         (cbrt_test): Likewise.
8785         (csqrt_test): Likewise.
8786         (erf_test): Likewise.
8787         (erfc_test): Likewise.
8788         (pow10_test): Likewise.
8789         (exp2_test): Likewise.
8790         (hypot_test): Likewise.
8791         (j0_test): Likewise.
8792         (j1_test): Likewise.
8793         (lgamma_test): Likewise.
8794         (gamma_test): Likewise.
8795         (sincos_test): Likewise.
8796         (tanh_test): Likewise.
8797         (y0_test): Likewise.
8798         (y1_test): Likewise.
8799         * sysdeps/i386/fpu/libm-test-ulps: Update.
8800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8802 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8804         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8805         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8806         and strcspn-ppc64 objects.
8807         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8808         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8809         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8810         multiarch strcspn for POWER7.
8811         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8812         multiarch strcspn for PPC64.
8813         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8814         ifunc selector.
8815         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8816         strcspn for POWER7.
8818 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8820         * math/gen-libm-test.pl (generate_testfile): Expect only function
8821         name as argument to AUTO_TESTS_* and pass results for all rounding
8822         modes to parse_args.
8823         (parse_auto_input): Separate inputs of automatic tests from
8824         outputs before storing in %auto_tests.
8825         * math/libm-test.inc (acos_test_data): Update call to
8826         AUTO_TESTS_f_f.
8827         (acos_test): Use ALL_RM_TEST.
8828         (acos_tonearest_test_data): Remove.
8829         (acos_test_tonearest): Likewise.
8830         (acos_towardzero_test_data): Likewise.
8831         (acos_test_towardzero): Likewise.
8832         (acos_downward_test_data): Likewise.
8833         (acos_test_downward): Likewise.
8834         (acos_upward_test_data): Likewise.
8835         (acos_test_upward): Likewise.
8836         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8837         (asin_test_data): Likewise.
8838         (asin_test): Use ALL_RM_TEST.
8839         (asin_tonearest_test_data): Remove.
8840         (asin_test_tonearest): Likewise.
8841         (asin_towardzero_test_data): Likewise.
8842         (asin_test_towardzero): Likewise.
8843         (asin_downward_test_data): Likewise.
8844         (asin_test_downward): Likewise.
8845         (asin_upward_test_data): Likewise.
8846         (asin_test_upward): Likewise.
8847         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8848         (atan_test_data): Likewise.
8849         (atanh_test_data): Likewise.
8850         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8851         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8852         (carg_test_data): Likewise.
8853         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8854         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8855         (ccosh_test_data): Likewise.
8856         (cexp_test_data): Likewise.
8857         (clog_test_data): Likewise.
8858         (clog10_test_data): Likewise.
8859         (cos_test_data): Update call to AUTO_TESTS_f_f.
8860         (cos_test): Use ALL_RM_TEST.
8861         (cos_tonearest_test_data): Remove.
8862         (cos_test_tonearest): Likewise.
8863         (cos_towardzero_test_data): Likewise.
8864         (cos_test_towardzero): Likewise.
8865         (cos_downward_test_data): Likewise.
8866         (cos_test_downward): Likewise.
8867         (cos_upward_test_data): Likewise.
8868         (cos_test_upward): Likewise.
8869         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8870         (cosh_test): Use ALL_RM_TEST.
8871         (cosh_tonearest_test_data): Remove.
8872         (cosh_test_tonearest): Likewise.
8873         (cosh_towardzero_test_data): Likewise.
8874         (cosh_test_towardzero): Likewise.
8875         (cosh_downward_test_data): Likewise.
8876         (cosh_test_downward): Likewise.
8877         (cosh_upward_test_data): Likewise.
8878         (cosh_test_upward): Likewise.
8879         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8880         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8881         (ctan_test_data): Likewise.
8882         (ctan_test): Use ALL_RM_TEST.
8883         (ctan_tonearest_test_data): Remove.
8884         (ctan_test_tonearest): Likewise.
8885         (ctan_towardzero_test_data): Likewise.
8886         (ctan_test_towardzero): Likewise.
8887         (ctan_downward_test_data): Likewise.
8888         (ctan_test_downward): Likewise.
8889         (ctan_upward_test_data): Likewise.
8890         (ctan_test_upward): Likewise.
8891         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8892         (ctanh_test): Use ALL_RM_TEST.
8893         (ctanh_tonearest_test_data): Remove.
8894         (ctanh_test_tonearest): Likewise.
8895         (ctanh_towardzero_test_data): Likewise.
8896         (ctanh_test_towardzero): Likewise.
8897         (ctanh_downward_test_data): Likewise.
8898         (ctanh_test_downward): Likewise.
8899         (ctanh_upward_test_data): Likewise.
8900         (ctanh_test_upward): Likewise.
8901         (erf_test_data): Update call to AUTO_TESTS_f_f.
8902         (erfc_test_data): Likewise.
8903         (exp_test_data): Likewise.
8904         (exp_test): Use ALL_RM_TEST.
8905         (exp_tonearest_test_data): Remove.
8906         (exp_test_tonearest): Likewise.
8907         (exp_towardzero_test_data): Likewise.
8908         (exp_test_towardzero): Likewise.
8909         (exp_downward_test_data): Likewise.
8910         (exp_test_downward): Likewise.
8911         (exp_upward_test_data): Likewise.
8912         (exp_test_upward): Likewise.
8913         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8914         (exp10_test): Use ALL_RM_TEST.
8915         (exp10_tonearest_test_data): Remove.
8916         (exp10_test_tonearest): Likewise.
8917         (exp10_towardzero_test_data): Likewise.
8918         (exp10_test_towardzero): Likewise.
8919         (exp10_downward_test_data): Likewise.
8920         (exp10_test_downward): Likewise.
8921         (exp10_upward_test_data): Likewise.
8922         (exp10_test_upward): Likewise.
8923         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8924         (expm1_test_data): Likewise.
8925         (expm1_test): Use ALL_RM_TEST.
8926         (expm1_tonearest_test_data): Remove.
8927         (expm1_test_tonearest): Likewise.
8928         (expm1_towardzero_test_data): Likewise.
8929         (expm1_test_towardzero): Likewise.
8930         (expm1_downward_test_data): Likewise.
8931         (expm1_test_downward): Likewise.
8932         (expm1_upward_test_data): Likewise.
8933         (expm1_test_upward): Likewise.
8934         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8935         (fma_test): Use ALL_RM_TEST.
8936         (fma_towardzero_test_data): Remove.
8937         (fma_test_towardzero): Likewise.
8938         (fma_downward_test_data): Likewise.
8939         (fma_test_downward): Likewise.
8940         (fma_upward_test_data): Likewise.
8941         (fma_test_upward): Likewise.
8942         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8943         (j0_test_data): Update call to AUTO_TESTS_f_f.
8944         (j1_test_data): Likewise.
8945         (jn_test_data): Update call to AUTO_TESTS_if_f.
8946         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8947         (log_test_data): Update call to AUTO_TESTS_f_f.
8948         (log10_test_data): Likewise.
8949         (log1p_test_data): Likewise.
8950         (log2_test_data): Likewise.
8951         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8952         (pow_tonearest_test_data): Likewise.
8953         (sin_test_data): Update call to AUTO_TESTS_f_f.
8954         (sin_test): Use ALL_RM_TEST.
8955         (sin_tonearest_test_data): Remove.
8956         (sin_test_tonearest): Likewise.
8957         (sin_towardzero_test_data): Likewise.
8958         (sin_test_towardzero): Likewise.
8959         (sin_downward_test_data): Likewise.
8960         (sin_test_downward): Likewise.
8961         (sin_upward_test_data): Likewise.
8962         (sin_test_upward): Likewise.
8963         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8964         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8965         (sinh_test): Use ALL_RM_TEST.
8966         (sinh_tonearest_test_data): Remove.
8967         (sinh_test_tonearest): Likewise.
8968         (sinh_towardzero_test_data): Likewise.
8969         (sinh_test_towardzero): Likewise.
8970         (sinh_downward_test_data): Likewise.
8971         (sinh_test_downward): Likewise.
8972         (sinh_upward_test_data): Likewise.
8973         (sinh_test_upward): Likewise.
8974         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8975         (sqrt_test): Use ALL_RM_TEST.
8976         (sqrt_tonearest_test_data): Remove.
8977         (sqrt_test_tonearest): Likewise.
8978         (sqrt_towardzero_test_data): Likewise.
8979         (sqrt_test_towardzero): Likewise.
8980         (sqrt_downward_test_data): Likewise.
8981         (sqrt_test_downward): Likewise.
8982         (sqrt_upward_test_data): Likewise.
8983         (sqrt_test_upward): Likewise.
8984         (tan_test_data): Update call to AUTO_TESTS_f_f.
8985         (tan_test): Use ALL_RM_TEST.
8986         (tan_tonearest_test_data): Remove.
8987         (tan_test_tonearest): Likewise.
8988         (tan_towardzero_test_data): Likewise.
8989         (tan_test_towardzero): Likewise.
8990         (tan_downward_test_data): Likewise.
8991         (tan_test_downward): Likewise.
8992         (tan_upward_test_data): Likewise.
8993         (tan_test_upward): Likewise.
8994         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8995         (tgamma_test_data): Likewise.
8996         (y0_test_data): Likewise.
8997         (y1_test_data): Likewise.
8998         (yn_test_data): Update call to AUTO_TESTS_if_f.
8999         (main): Do not call removed functions.
9001 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9003         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9004         (ldexp_test_data): Remove.
9005         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9006         scalbn_test_data.
9007         (scalb_test): Use ALL_RM_TEST.
9009 2014-03-19  Andreas Schwab  <schwab@suse.de>
9011         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9013 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9015         [BZ #16649]
9016         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9017         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9018         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9019         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9020         (__ASSUME_PREADV): Undefine.
9021         (__ASSUME_PWRITEV): Likewise.
9023 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9025         * bits/mman-linux.h: Add comment about non-Linux use.
9026         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9027         bits/mman-linux.h resting place.
9029         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9030         * bits/mman-linux.h: ... here.
9032 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9034         * conform/conformtest.pl: Add standard definition when calling C
9035         preprocessor on data files.
9036         (checknamespace): Remove unused variable.
9038 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9040         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9041         minus_oflow, plus_uflow and minus_uflow in expected results.
9042         * math/libm-test.inc (scalbn_test_data): Add more tests of
9043         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9044         minus_uflow.
9045         (scalbn_test): Use ALL_RM_TEST.
9046         (scalbln_test_data): Add more tests of negative arguments.  Use
9047         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9048         (scalbln_test): Use ALL_RM_TEST.
9050 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9052         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9054 2014-03-18  Will Newton  <will.newton@linaro.org>
9056         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9057         inaccurate comment.
9059 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9061         * Makerules [!subdir] (check-abi): Exit with error status if a
9062         test failed.
9064 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9066         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9067         for rint.  Include results for all rounding modes.
9068         (nearbyint_test): Use ALL_RM_TEST.
9069         (rint_test_data): Include all tests used for nearbyint.
9071 2014-03-17  Will Newton  <will.newton@linaro.org>
9073         * nptl/sysdeps/pthread/pthread.h: Revert previous
9074         change.
9076         * sysdeps/generic/ldsodefs.h: Revert previous
9077         change.
9079         * libio/genops.c: Revert previous change.
9080         * libio/libioP.h: Likewise.
9081         * stdio-common/vfprintf.c: Likewise.
9083         * sysdeps/generic/math_private.h: Revert previous
9084         change.
9086         * sysdeps/generic/math_private.h: Check whether
9087         HAVE_RM_CTX is defined with #ifdef rather
9088         than #if.
9090         * argp/argp-fmtstream.h: Check whether
9091         __STRICT_ANSI__ is defined with #ifdef rather
9092         than #if.
9093         * argp/argp.h: Likewise.
9095         * libio/genops.c: Check whether
9096         _IO_JUMPS_OFFSET is defined with #ifdef rather
9097         than #if.
9098         * libio/libioP.h: Likewise.
9099         * stdio-common/vfprintf.c: Likewise.
9101         * sysdeps/generic/ldsodefs.h: Check whether
9102         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9103         than #if.
9105         * nptl/sysdeps/pthread/pthread.h: Check
9106         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9107         its value.
9109 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9111         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9112         setting O_APPEND.
9113         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9114         test case.
9116         [BZ #16680]
9117         * libio/fileops.c (_IO_file_open): Seek to end of file but
9118         don't cache the offset.
9119         (get_file_offset): Remove function.
9120         (do_ftell): Use cached offset when available.
9121         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9122         don't cache the offset.
9123         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9124         case.
9125         (do_one_test): Call it.
9126         (do_ftell_test): Fix up expected old offset for a+ mode.
9127         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9128         available.
9130         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9131         up test status with function return status.
9132         (do_write_test): Likewise.
9133         (do_append_test): Likewise.
9135         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9136         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9137         Remove.
9139 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9141         * math/gen-libm-test.pl (parse_args): Handle results specified for
9142         each rounding mode separately.
9143         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9144         tests and results from lrint_tonearest_test_data,
9145         lrint_towardzero_test_data, lrint_downward_test_data and
9146         lrint_upward_test_data.
9147         (lrint_test): Use ALL_RM_TEST.
9148         (lrint_tonearest_test_data): Remove.
9149         (lrint_test_tonearest): Likewise.
9150         (lrint_towardzero_test_data): Likewise.
9151         (lrint_test_towardzero): Likewise.
9152         (lrint_downward_test_data): Likewise.
9153         (lrint_test_downward): Likewise.
9154         (lrint_upward_test_data): Likewise.
9155         (lrint_test_upward): Likewise.
9156         (llrint_test_data): Merge in per-rounding-mode tests and results
9157         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9158         llrint_downward_test_data and llrint_upward_test_data.
9159         (llrint_test): Use ALL_RM_TEST.
9160         (llrint_tonearest_test_data): Remove.
9161         (llrint_test_tonearest): Likewise.
9162         (llrint_towardzero_test_data): Likewise.
9163         (llrint_test_towardzero): Likewise.
9164         (llrint_downward_test_data): Likewise.
9165         (llrint_test_downward): Likewise.
9166         (llrint_upward_test_data): Likewise.
9167         (llrint_test_upward): Likewise.
9168         (rint_test_data): Merge in per-rounding-mode tests and results
9169         from rint_tonearest_test_data, rint_towardzero_test_data,
9170         rint_downward_test_data and rint_upward_test_data.  Add
9171         per-rounding-mode results for tests not in those arrays.
9172         (rint_test): Use ALL_RM_TEST.
9173         (rint_tonearest_test_data): Remove.
9174         (rint_test_tonearest): Likewise.
9175         (rint_towardzero_test_data): Likewise.
9176         (rint_test_towardzero): Likewise.
9177         (rint_downward_test_data): Likewise.
9178         (rint_test_downward): Likewise.
9179         (rint_upward_test_data): Likewise.
9180         (rint_test_upward): Likewise.
9181         (main): Don't call removed functions.
9183 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9185         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9186         "Compiled on ..." crapola.  It is anti-useful.
9188 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9190         * scripts/evaluate-test.sh: Handle fourth argument to determine
9191         whether test run should stop on failure.
9192         * Makeconfig (stop-on-test-failure): New variable.
9193         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9194         $(stop-on-test-failure).
9195         * Makefile (tests): Give a summary of results from testing and
9196         exit with failure status if they include an ERROR or FAIL.
9197         (xtests): Likewise.
9198         * manual/install.texi (Configuring and compiling): Mention
9199         stop-on-test-failure=y.
9200         * INSTALL: Regenerated.
9202 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9204         * scripts/versionlist.awk: New file.
9205         * Makerules [$(build-shared) = yes]
9206         (postclean-generated): Add Versions.def, not Versions.def.v and
9207         Versions.def.v.i.
9208         ($(common-objpfx)Versions.def.v.i): Target removed.
9209         ($(common-objpfx)Versions.def): New target.
9210         ($(common-objpfx)Versions.all): Depend on that rather that
9211         $(common-objpfx)Versions.def.v.
9212         * Versions.def: File removed.
9214         * Makeconfig (+gccwarn): Add -Wundef.
9215         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9216         a dl-sysdep.h breaking its contract.
9217         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9218         * include/stackinfo.h: New file.
9219         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9220         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9221         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9222         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9223         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9224         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9225         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9226         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9227         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9228         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9229         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9230         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9231         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9232         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9233         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9235 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9237         [BZ #16707]
9238         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9239         implementation.
9240         * math/libm-test.inc (round_test_data): Add more tests.
9242         [BZ #16706]
9243         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9244         implementation.
9245         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9247         [BZ #16701]
9248         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9249         implementation.
9250         * math/libm-test.inc (ceil_test_data): Add more tests.
9252         * math/libm-test.inc (trunc_test_data): Add more tests related to
9253         BZ#16414.
9255 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9257         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9258         with #if rather than #ifdef.
9259         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9261 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9263         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9264         first.  Disable AVX-512 GCC support if assembler doesn't support
9265         it.
9266         * sysdeps/x86_64/configure: Regenerated.
9268 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9270         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9271         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9272         (__old_pthread_attr_setstack): Likewise.
9273         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9274         [!_STACK_GROWS_DOWN]: Likewise.
9276 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9278         * config.make.in (have-bash2): Delete.
9279         * configure.ac (libc_cv_have_bash2): Delete.
9280         * configure: Regenerate.
9281         * elf/Makefile (common-ldd-rewrite): Rename to ...
9282         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9283         (sh-ldd-rewrite): Delete.
9284         (bash-ldd-rewrite): Delete.
9285         (have-bash2): Delete checks.
9286         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9287         ldd-rewrite.
9289         * config.make.in (have-ksh): Delete.
9290         (KSH): Delete.
9291         * configure.ac (libc_cv_have_ksh): Delete.
9292         * configure: Regenerate.
9294         * elf/Makefile: Delete $(have-ksh) check.
9295         ($(objpfx)sotruss): Change KSH to BASH.
9296         * elf/sotruss.ksh: Rename to ...
9297         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9298         function style to match POSIX.  Drop ksh vim mode setting.
9300         * manual/time.texi (Specifying the Time Zone with TZ): Change
9301         Tuesday to Thursday.
9303         * debug/tst-longjmp_chk2.c: Update header comment.
9304         (stackoverflow_handler): Add comment.  Call assert on pass value.
9306 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9308         [BZ #16194]
9309         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9310         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9311         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9312         (La_x86_64_vector): Add zmm.
9313         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9314         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9315         ($(objpfx)tst-audit10): New target.
9316         ($(objpfx)tst-audit10.out): Likewise.
9317         (tst-audit10-ENV): New.
9318         (AVX512-CFLAGS): Likewise.
9319         (CFLAGS-tst-audit10.c): Likewise.
9320         (CFLAGS-tst-auditmod10a.c): Likewise.
9321         (CFLAGS-tst-auditmod10b.c): Likewise.
9322         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9323         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9324         * sysdeps/x86_64/configure: Regenerated.
9325         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9326         AVX-512 zmm register support.
9327         (_dl_x86_64_save_sse): Likewise.
9328         (_dl_x86_64_restore_sse): Likewise.
9329         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9330         size vector registers.
9331         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9332         (ZMM_SIZE): Likewise.
9333         * sysdeps/x86_64/tst-audit10.c: New file.
9334         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9335         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9337 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9339         * configure.ac (HAVE_EHDR_START): New check.
9340         * configure: Regenerated.
9341         * config.h.in (HAVE_EHDR_START): New #undef.
9342         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9343         assuming the lowest-addressed segment maps the start of the file.
9345 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9347         * INSTALL: Regenerated.
9349 2014-03-13  Will Newton  <will.newton@linaro.org>
9351         * manual/setjmp.texi (System V contexts): Improve
9352         clarity and grammar of documentation.
9354 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9356         [BZ #16381]
9357         * elf/Makefile (tests): Add tst-pie2.
9358         (tests-pie): Add tst-pie2.
9359         * elf/tst-pie2.c: New file.
9360         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9361         for ET_EXEC.
9362         * elf/rtld.c (map_doit): Load executable as lt_executable.
9363         (dl_main): Likewise.
9365 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9367         [BZ #16642]
9368         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9369         (__ASSUME_PSELECT): Undefine.
9371 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9373         [BZ #16689]
9374         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9375         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9376         static build.
9377         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9378         selector for static builds.
9380 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9382         [BZ #16695]
9383         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9384         key in the buffer.
9386 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9388         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9389         IFUNC selector for static builds.
9391 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9393         * sysdeps/mips/math_private.h [__mips_hard_float]
9394         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9395         libc_feresetround_mips_ctx.
9396         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9397         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9398         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9400         [BZ #16677]
9401         * math/s_nextafter.c (__nextafter): Do not return value from
9402         overflowing computation.
9403         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9404         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9405         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9406         Likewise.
9407         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9408         Likewise.
9409         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9410         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9412 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9414         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9415         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9416         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9417         the new mov targetting sp.
9419 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9421         [BZ #16683]
9422         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9423         Define it for static builds as well.
9424         (NO_BZERO_IMPL): Likewise.
9426 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9428         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9429         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9430         multiarch strspn for PPC64.
9431         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9432         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9434         (__libc_ifunc_impl_list): Likewise.
9435         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9436         multiarch optimizations
9437         * string/strspn.c (strspn): Using macro to redefine symbol name.
9439 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9440             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9442         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9443         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9444         multiarch strncat for PPC64.
9445         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9446         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9447         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9448         (__libc_ifunc_impl_list): Likewise.
9449         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9450         multiarch optimizations
9452 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9454         [BZ #16639]
9455         * nscd/nscd.service: Make service type forking.
9457 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9459         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9460         sign in non default rounding modes.
9461         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9463 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9465         * math/libm-test.inc (ALL_RM_TEST): New macro.
9466         (ceil_test): Use ALL_RM_TEST.
9467         (cimag_test): Likewise.
9468         (conj_test): Likewise.
9469         (copysign_test): Likewise.
9470         (cproj_test): Likewise.
9471         (creal_test): Likewise.
9472         (fabs_test): Likewise.
9473         (floor_test): Likewise.
9474         (fmax_test): Likewise.
9475         (fmin_test): Likewise.
9476         (fmod_test): Likewise.
9477         (fpclassify_test): Likewise.
9478         (frexp_test): Likewise.
9479         (ilogb_test): Likewise.
9480         (isfinite_test): Likewise.
9481         (finite_test): Likewise.
9482         (isgreater_test): Likewise.
9483         (isgreaterequal_test): Likewise.
9484         (isinf_test): Likewise.
9485         (isless_test): Likewise.
9486         (islessequal_test): Likewise.
9487         (islessgreater_test): Likewise.
9488         (isnan_test): Likewise.
9489         (isnormal_test): Likewise.
9490         (issignaling_test): Likewise.
9491         (isunordered_test): Likewise.
9492         (logb_test): Likewise.
9493         (logb_downward_test_data): Remove.
9494         (logb_test_downward): Likewise.
9495         (lround_test): Use ALL_RM_TEST.
9496         (llround_test): Likewise.
9497         (modf_test): Likewise.
9498         (nexttoward_test): Likewise.
9499         (remainder_test): Likewise.
9500         (drem_test): Likewise.
9501         (remainder_tonearest_test_data): Likewise.
9502         (remainder_test_tonearest): Likewise.
9503         (drem_test_tonearest): Likewise.
9504         (remainder_towardzero_test_data): Likewise.
9505         (remainder_test_towardzero): Likewise.
9506         (drem_test_towardzero): Likewise.
9507         (remainder_downward_test_data): Likewise.
9508         (remainder_test_downward): Likewise.
9509         (drem_test_downward): Likewise.
9510         (remainder_upward_test_data): Likewise.
9511         (remainder_test_upward): Likewise.
9512         (drem_test_upward): Likewise.
9513         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9514         (round_test): Use ALL_RM_TEST.
9515         (signbit_test): Likewise.
9516         (trunc_test): Likewise.
9517         (significand_test): Likewise.
9518         (main): Don't call removed functions.
9520 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9522         [BZ #16674]
9523         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9524         || __USE_XOPEN2K8].
9525         (ILL_ILLOPN): Likewise.
9526         (ILL_ILLADR): Likewise.
9527         (ILL_ILLTRP): Likewise.
9528         (ILL_PRVOPC): Likewise.
9529         (ILL_PRVREG): Likewise.
9530         (ILL_COPROC): Likewise.
9531         (ILL_BADSTK): Likewise.
9532         (FPE_INTDIV): Likewise.
9533         (FPE_INTOVF): Likewise.
9534         (FPE_FLTDIV): Likewise.
9535         (FPE_FLTOVF): Likewise.
9536         (FPE_FLTUND): Likewise.
9537         (FPE_FLTRES): Likewise.
9538         (FPE_FLTINV): Likewise.
9539         (FPE_FLTSUB): Likewise.
9540         (SEGV_MAPERR): Likewise.
9541         (SEGV_ACCERR): Likewise.
9542         (BUS_ADRALN): Likewise.
9543         (BUS_ADRERR): Likewise.
9544         (BUS_OBJERR): Likewise.
9545         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9546         (TRAP_TRACE): Likewise.
9547         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9548         __USE_XOPEN2K8].
9549         (CLD_KILLED): Likewise.
9550         (CLD_DUMPED): Likewise.
9551         (CLD_TRAPPED): Likewise.
9552         (CLD_STOPPED): Likewise.
9553         (CLD_CONTINUED): Likewise.
9554         (POLL_IN): Likewise.
9555         (POLL_OUT): Likewise.
9556         (POLL_MSG): Likewise.
9557         (POLL_ERR): Likewise.
9558         (POLL_PRI): Likewise.
9559         (POLL_HUP): Likewise.
9560         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9561         Likewise.
9562         (ILL_ILLOPN): Likewise.
9563         (ILL_ILLADR): Likewise.
9564         (ILL_ILLTRP): Likewise.
9565         (ILL_PRVOPC): Likewise.
9566         (ILL_PRVREG): Likewise.
9567         (ILL_COPROC): Likewise.
9568         (ILL_BADSTK): Likewise.
9569         (FPE_INTDIV): Likewise.
9570         (FPE_INTOVF): Likewise.
9571         (FPE_FLTDIV): Likewise.
9572         (FPE_FLTOVF): Likewise.
9573         (FPE_FLTUND): Likewise.
9574         (FPE_FLTRES): Likewise.
9575         (FPE_FLTINV): Likewise.
9576         (FPE_FLTSUB): Likewise.
9577         (SEGV_MAPERR): Likewise.
9578         (SEGV_ACCERR): Likewise.
9579         (BUS_ADRALN): Likewise.
9580         (BUS_ADRERR): Likewise.
9581         (BUS_OBJERR): Likewise.
9582         (BUS_MCEERR_AR): Likewise.
9583         (BUS_MCEERR_AO): Likewise.
9584         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9585         (TRAP_TRACE): Likewise.
9586         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9587         __USE_XOPEN2K8].
9588         (CLD_KILLED): Likewise.
9589         (CLD_DUMPED): Likewise.
9590         (CLD_TRAPPED): Likewise.
9591         (CLD_STOPPED): Likewise.
9592         (CLD_CONTINUED): Likewise.
9593         (POLL_IN): Likewise.
9594         (POLL_OUT): Likewise.
9595         (POLL_MSG): Likewise.
9596         (POLL_ERR): Likewise.
9597         (POLL_PRI): Likewise.
9598         (POLL_HUP): Likewise.
9599         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9600         (ILL_ILLOPN): Likewise.
9601         (ILL_ILLADR): Likewise.
9602         (ILL_ILLTRP): Likewise.
9603         (ILL_PRVOPC): Likewise.
9604         (ILL_PRVREG): Likewise.
9605         (ILL_COPROC): Likewise.
9606         (ILL_BADSTK): Likewise.
9607         (FPE_INTDIV): Likewise.
9608         (FPE_INTOVF): Likewise.
9609         (FPE_FLTDIV): Likewise.
9610         (FPE_FLTOVF): Likewise.
9611         (FPE_FLTUND): Likewise.
9612         (FPE_FLTRES): Likewise.
9613         (FPE_FLTINV): Likewise.
9614         (FPE_FLTSUB): Likewise.
9615         (SEGV_MAPERR): Likewise.
9616         (SEGV_ACCERR): Likewise.
9617         (BUS_ADRALN): Likewise.
9618         (BUS_ADRERR): Likewise.
9619         (BUS_OBJERR): Likewise.
9620         (BUS_MCEERR_AR): Likewise.
9621         (BUS_MCEERR_AO): Likewise.
9622         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9623         (TRAP_TRACE): Likewise.
9624         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9625         __USE_XOPEN2K8].
9626         (CLD_KILLED): Likewise.
9627         (CLD_DUMPED): Likewise.
9628         (CLD_TRAPPED): Likewise.
9629         (CLD_STOPPED): Likewise.
9630         (CLD_CONTINUED): Likewise.
9631         (POLL_IN): Likewise.
9632         (POLL_OUT): Likewise.
9633         (POLL_MSG): Likewise.
9634         (POLL_ERR): Likewise.
9635         (POLL_PRI): Likewise.
9636         (POLL_HUP): Likewise.
9637         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9638         Likewise.
9639         (ILL_ILLOPN): Likewise.
9640         (ILL_ILLADR): Likewise.
9641         (ILL_ILLTRP): Likewise.
9642         (ILL_PRVOPC): Likewise.
9643         (ILL_PRVREG): Likewise.
9644         (ILL_COPROC): Likewise.
9645         (ILL_BADSTK): Likewise.
9646         (ILL_BADIADDR): Likewise.
9647         (ILL_BREAK): Likewise.
9648         (FPE_INTDIV): Likewise.
9649         (FPE_INTOVF): Likewise.
9650         (FPE_FLTDIV): Likewise.
9651         (FPE_FLTOVF): Likewise.
9652         (FPE_FLTUND): Likewise.
9653         (FPE_FLTRES): Likewise.
9654         (FPE_FLTINV): Likewise.
9655         (FPE_FLTSUB): Likewise.
9656         (FPE_DECOVF): Likewise.
9657         (FPE_DECDIV): Likewise.
9658         (FPE_DECERR): Likewise.
9659         (FPE_INVASC): Likewise.
9660         (FPE_INVDEC): Likewise.
9661         (SEGV_MAPERR): Likewise.
9662         (SEGV_ACCERR): Likewise.
9663         (SEGV_PSTKOVF): Likewise.
9664         (BUS_ADRALN): Likewise.
9665         (BUS_ADRERR): Likewise.
9666         (BUS_OBJERR): Likewise.
9667         (BUS_MCEERR_AR): Likewise.
9668         (BUS_MCEERR_AO): Likewise.
9669         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9670         (TRAP_TRACE): Likewise.
9671         (TRAP_BRANCH): Likewise.
9672         (TRAP_HWBKPT): Likewise.
9673         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9674         __USE_XOPEN2K8].
9675         (CLD_KILLED): Likewise.
9676         (CLD_DUMPED): Likewise.
9677         (CLD_TRAPPED): Likewise.
9678         (CLD_STOPPED): Likewise.
9679         (CLD_CONTINUED): Likewise.
9680         (POLL_IN): Likewise.
9681         (POLL_OUT): Likewise.
9682         (POLL_MSG): Likewise.
9683         (POLL_ERR): Likewise.
9684         (POLL_PRI): Likewise.
9685         (POLL_HUP): Likewise.
9686         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9687         (ILL_ILLOPN): Likewise.
9688         (ILL_ILLADR): Likewise.
9689         (ILL_ILLTRP): Likewise.
9690         (ILL_PRVOPC): Likewise.
9691         (ILL_PRVREG): Likewise.
9692         (ILL_COPROC): Likewise.
9693         (ILL_BADSTK): Likewise.
9694         (FPE_INTDIV): Likewise.
9695         (FPE_INTOVF): Likewise.
9696         (FPE_FLTDIV): Likewise.
9697         (FPE_FLTOVF): Likewise.
9698         (FPE_FLTUND): Likewise.
9699         (FPE_FLTRES): Likewise.
9700         (FPE_FLTINV): Likewise.
9701         (FPE_FLTSUB): Likewise.
9702         (SEGV_MAPERR): Likewise.
9703         (SEGV_ACCERR): Likewise.
9704         (BUS_ADRALN): Likewise.
9705         (BUS_ADRERR): Likewise.
9706         (BUS_OBJERR): Likewise.
9707         (BUS_MCEERR_AR): Likewise.
9708         (BUS_MCEERR_AO): Likewise.
9709         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9710         (TRAP_TRACE): Likewise.
9711         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9712         __USE_XOPEN2K8].
9713         (CLD_KILLED): Likewise.
9714         (CLD_DUMPED): Likewise.
9715         (CLD_TRAPPED): Likewise.
9716         (CLD_STOPPED): Likewise.
9717         (CLD_CONTINUED): Likewise.
9718         (POLL_IN): Likewise.
9719         (POLL_OUT): Likewise.
9720         (POLL_MSG): Likewise.
9721         (POLL_ERR): Likewise.
9722         (POLL_PRI): Likewise.
9723         (POLL_HUP): Likewise.
9724         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9725         (ILL_ILLOPN): Likewise.
9726         (ILL_ILLADR): Likewise.
9727         (ILL_ILLTRP): Likewise.
9728         (ILL_PRVOPC): Likewise.
9729         (ILL_PRVREG): Likewise.
9730         (ILL_COPROC): Likewise.
9731         (ILL_BADSTK): Likewise.
9732         (FPE_INTDIV): Likewise.
9733         (FPE_INTOVF): Likewise.
9734         (FPE_FLTDIV): Likewise.
9735         (FPE_FLTOVF): Likewise.
9736         (FPE_FLTUND): Likewise.
9737         (FPE_FLTRES): Likewise.
9738         (FPE_FLTINV): Likewise.
9739         (FPE_FLTSUB): Likewise.
9740         (SEGV_MAPERR): Likewise.
9741         (SEGV_ACCERR): Likewise.
9742         (BUS_ADRALN): Likewise.
9743         (BUS_ADRERR): Likewise.
9744         (BUS_OBJERR): Likewise.
9745         (BUS_MCEERR_AR): Likewise.
9746         (BUS_MCEERR_AO): Likewise.
9747         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9748         (TRAP_TRACE): Likewise.
9749         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9750         __USE_XOPEN2K8].
9751         (CLD_KILLED): Likewise.
9752         (CLD_DUMPED): Likewise.
9753         (CLD_TRAPPED): Likewise.
9754         (CLD_STOPPED): Likewise.
9755         (CLD_CONTINUED): Likewise.
9756         (POLL_IN): Likewise.
9757         (POLL_OUT): Likewise.
9758         (POLL_MSG): Likewise.
9759         (POLL_ERR): Likewise.
9760         (POLL_PRI): Likewise.
9761         (POLL_HUP): Likewise.
9762         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9763         (ILL_ILLOPN): Likewise.
9764         (ILL_ILLADR): Likewise.
9765         (ILL_ILLTRP): Likewise.
9766         (ILL_PRVOPC): Likewise.
9767         (ILL_PRVREG): Likewise.
9768         (ILL_COPROC): Likewise.
9769         (ILL_BADSTK): Likewise.
9770         (FPE_INTDIV): Likewise.
9771         (FPE_INTOVF): Likewise.
9772         (FPE_FLTDIV): Likewise.
9773         (FPE_FLTOVF): Likewise.
9774         (FPE_FLTUND): Likewise.
9775         (FPE_FLTRES): Likewise.
9776         (FPE_FLTINV): Likewise.
9777         (FPE_FLTSUB): Likewise.
9778         (SEGV_MAPERR): Likewise.
9779         (SEGV_ACCERR): Likewise.
9780         (BUS_ADRALN): Likewise.
9781         (BUS_ADRERR): Likewise.
9782         (BUS_OBJERR): Likewise.
9783         (BUS_MCEERR_AR): Likewise.
9784         (BUS_MCEERR_AO): Likewise.
9785         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9786         (TRAP_TRACE): Likewise.
9787         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9788         __USE_XOPEN2K8].
9789         (CLD_KILLED): Likewise.
9790         (CLD_DUMPED): Likewise.
9791         (CLD_TRAPPED): Likewise.
9792         (CLD_STOPPED): Likewise.
9793         (CLD_CONTINUED): Likewise.
9794         (POLL_IN): Likewise.
9795         (POLL_OUT): Likewise.
9796         (POLL_MSG): Likewise.
9797         (POLL_ERR): Likewise.
9798         (POLL_PRI): Likewise.
9799         (POLL_HUP): Likewise.
9800         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9801         (ILL_ILLOPN): Likewise.
9802         (ILL_ILLADR): Likewise.
9803         (ILL_ILLTRP): Likewise.
9804         (ILL_PRVOPC): Likewise.
9805         (ILL_PRVREG): Likewise.
9806         (ILL_COPROC): Likewise.
9807         (ILL_BADSTK): Likewise.
9808         (ILL_DBLFLT): Likewise.
9809         (ILL_HARDWALL): Likewise.
9810         (FPE_INTDIV): Likewise.
9811         (FPE_INTOVF): Likewise.
9812         (FPE_FLTDIV): Likewise.
9813         (FPE_FLTOVF): Likewise.
9814         (FPE_FLTUND): Likewise.
9815         (FPE_FLTRES): Likewise.
9816         (FPE_FLTINV): Likewise.
9817         (FPE_FLTSUB): Likewise.
9818         (SEGV_MAPERR): Likewise.
9819         (SEGV_ACCERR): Likewise.
9820         (BUS_ADRALN): Likewise.
9821         (BUS_ADRERR): Likewise.
9822         (BUS_OBJERR): Likewise.
9823         (BUS_MCEERR_AR): Likewise.
9824         (BUS_MCEERR_AO): Likewise.
9825         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9826         (TRAP_TRACE): Likewise.
9827         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9828         __USE_XOPEN2K8].
9829         (CLD_KILLED): Likewise.
9830         (CLD_DUMPED): Likewise.
9831         (CLD_TRAPPED): Likewise.
9832         (CLD_STOPPED): Likewise.
9833         (CLD_CONTINUED): Likewise.
9834         (POLL_IN): Likewise.
9835         (POLL_OUT): Likewise.
9836         (POLL_MSG): Likewise.
9837         (POLL_ERR): Likewise.
9838         (POLL_PRI): Likewise.
9839         (POLL_HUP): Likewise.
9840         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9841         (ILL_ILLOPN): Likewise.
9842         (ILL_ILLADR): Likewise.
9843         (ILL_ILLTRP): Likewise.
9844         (ILL_PRVOPC): Likewise.
9845         (ILL_PRVREG): Likewise.
9846         (ILL_COPROC): Likewise.
9847         (ILL_BADSTK): Likewise.
9848         (FPE_INTDIV): Likewise.
9849         (FPE_INTOVF): Likewise.
9850         (FPE_FLTDIV): Likewise.
9851         (FPE_FLTOVF): Likewise.
9852         (FPE_FLTUND): Likewise.
9853         (FPE_FLTRES): Likewise.
9854         (FPE_FLTINV): Likewise.
9855         (FPE_FLTSUB): Likewise.
9856         (SEGV_MAPERR): Likewise.
9857         (SEGV_ACCERR): Likewise.
9858         (BUS_ADRALN): Likewise.
9859         (BUS_ADRERR): Likewise.
9860         (BUS_OBJERR): Likewise.
9861         (BUS_MCEERR_AR): Likewise.
9862         (BUS_MCEERR_AO): Likewise.
9863         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9864         (TRAP_TRACE): Likewise.
9865         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9866         __USE_XOPEN2K8].
9867         (CLD_KILLED): Likewise.
9868         (CLD_DUMPED): Likewise.
9869         (CLD_TRAPPED): Likewise.
9870         (CLD_STOPPED): Likewise.
9871         (CLD_CONTINUED): Likewise.
9872         (POLL_IN): Likewise.
9873         (POLL_OUT): Likewise.
9874         (POLL_MSG): Likewise.
9875         (POLL_ERR): Likewise.
9876         (POLL_PRI): Likewise.
9877         (POLL_HUP): Likewise.
9878         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9879         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9881         [BZ #16670]
9882         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9883         before #include of <time.h>.
9884         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9885         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9886         (test-xfail-UNIX98/sched.h/conform): Likewise.
9888 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9890         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9891         error absence of trapping exception support.
9892         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9894 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9896         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9897         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9898         * timezone/Makefile (testdata): Move definition above include of
9899         Rules.
9900         (test-zones): New variable.
9901         (tests-special): Add zone files.
9902         (build-testdata): Use $(evaluate-test).
9904         * elf/Makefile (tests-special): Rename tests to end with .out.
9905         ($(objpfx)noload-mem): Likewise.
9906         ($(objpfx)tst-leaks1-mem): Likewise.
9907         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9908         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9909         $(objpfx)test-iconvconfig.out.
9910         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9911         set -e inside subshell and redirect output to file.
9912         * iconvdata/Makefile (generated): Rename tests to end with .out.
9913         Correct type.
9914         (tests-special): Rename tests to end with .out.
9915         ($(objpfx)mtrace-tst-loading): Likewise.
9916         * intl/Makefile (generated): Likewise.
9917         (tests-special): Likewise.
9918         ($(objpfx)mtrace-tst-gettext): Likewise.
9919         * misc/Makefile (generated): Likewise.
9920         (tests-special): Likewise.
9921         ($(objpfx)tst-error1-mem): Likewise.
9922         * nptl/Makefile (tests-special): Likewise.
9923         ($(objpfx)tst-stack3-mem): Likewise.
9924         (generated): Likewise.
9925         * posix/Makefile (generated): Likewise.
9926         (tests-special): Likewise.
9927         (xtests-special): Likewise.
9928         ($(objpfx)tst-fnmatch-mem): Likewise.
9929         ($(objpfx)bug-regex2-mem): Likewise.
9930         ($(objpfx)bug-regex14-mem): Likewise.
9931         ($(objpfx)bug-regex21-mem): Likewise.
9932         ($(objpfx)bug-regex31-mem): Likewise.
9933         ($(objpfx)tst-vfork3-mem): Likewise.
9934         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9935         ($(objpfx)tst-pcre-mem): Likewise.
9936         ($(objpfx)tst-boost-mem): Likewise.
9937         ($(objpfx)bug-ga2-mem): Likewise.
9938         ($(objpfx)bug-glob2-mem): Likewise.
9939         * resolv/Makefile (generate): Likewise.
9940         (tests-special): Likewise.
9941         (xtests-special): Likewise.
9942         (generated): Likewise.
9943         ($(objpfx)mtrace-tst-leaks): Likewise.
9944         ($(objpfx)mtrace-tst-leaks2): Likewise.
9946         * scripts/merge-test-results.sh: New file.
9947         * Makefile (tests-special-notdir): New variable.
9948         (tests): Run merge-test-results.sh.
9949         (xtests): Likewise.
9950         * Rules (tests-special-notdir): New variable.
9951         (xtests-special-notdir): Likewise.
9952         (tests): Run merge-test-results.sh
9953         (xtests): Likewise.
9955         * Makeconfig (test-xfail-name): New variable.
9956         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9957         compute variable name for expected failures.
9958         * conform/Makefile (conformtest-headers-data): New variable.
9959         (conformtest-standards): Likewise.
9960         (conformtest-headers-ISO): Likewise.
9961         (conformtest-headers-ISO99): Likewise.
9962         (conformtest-headers-ISO11): Likewise.
9963         (conformtest-headers-POSIX): Likewise.
9964         (conformtest-headers-XPG3): Likewise.
9965         (conformtest-headers-XPG4): Likewise.
9966         (conformtest-headers-UNIX98): Likewise.
9967         (conformtest-headers-XOPEN2K): Likewise.
9968         (conformtest-headers-POSIX2008): Likewise.
9969         (conformtest-headers-XOPEN2K8): Likewise.
9970         (conformtest-header-list-base): Likewise.
9971         (conformtest-header-list-tests): Likewise.
9972         (conformtest-header-base): Likewise.
9973         (conformtest-header-tests): Likewise.
9974         (tests-special): Add $(conformtest-header-list-tests).  If
9975         [$(fast-check) && !$(cross-compiling)], add
9976         $(conformtest-header-tests) instead of
9977         $(objpfx)run-conformtest.out.
9978         (generated): Add $(conformtest-header-list-base).  If
9979         [$(fast-check) && !$(cross-compiling)], add
9980         $(conformtest-header-base).  Remove previous setting.
9981         ($(conformtest-header-list-tests)): New target.
9982         (test-xfail-run-conformtest): Remove variable.
9983         ($(objpfx)run-conformtest.out): Remove target.
9984         (test-xfail-ISO11/complex.h/conform): New variable.
9985         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9986         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9987         (test-xfail-XPG3/varargs.h/conform): Likewise.
9988         (test-xfail-XPG4/varargs.h/conform): Likewise.
9989         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9990         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9991         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9992         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9993         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9994         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9995         (test-xfail-XPG3/ftw.h/conform): Likewise.
9996         (test-xfail-XPG3/grp.h/conform): Likewise.
9997         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9998         (test-xfail-XPG3/limits.h/conform): Likewise.
9999         (test-xfail-XPG3/pwd.h/conform): Likewise.
10000         (test-xfail-XPG3/search.h/conform): Likewise.
10001         (test-xfail-XPG3/signal.h/conform): Likewise.
10002         (test-xfail-XPG3/stdio.h/conform): Likewise.
10003         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10004         (test-xfail-XPG3/string.h/conform): Likewise.
10005         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10006         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10007         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10008         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10009         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10010         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10011         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10012         (test-xfail-XPG3/termios.h/conform): Likewise.
10013         (test-xfail-XPG3/time.h/conform): Likewise.
10014         (test-xfail-XPG3/unistd.h/conform): Likewise.
10015         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10016         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10017         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10018         (test-xfail-XPG4/netdb.h/conform): Likewise.
10019         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10020         (test-xfail-XPG4/signal.h/conform): Likewise.
10021         (test-xfail-XPG4/stdio.h/conform): Likewise.
10022         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10023         (test-xfail-XPG4/stropts.h/conform): Likewise.
10024         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10025         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10026         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10027         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10028         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10029         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10030         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10031         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10032         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10033         (test-xfail-XPG4/termios.h/conform): Likewise.
10034         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10035         (test-xfail-XPG4/unistd.h/conform): Likewise.
10036         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10037         (test-xfail-POSIX/sched.h/conform): Likewise.
10038         (test-xfail-POSIX/signal.h/conform): Likewise.
10039         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10040         (test-xfail-POSIX/tar.h/conform): Likewise.
10041         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10042         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10043         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10044         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10045         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10046         (test-xfail-UNIX98/sched.h/conform): Likewise.
10047         (test-xfail-UNIX98/signal.h/conform): Likewise.
10048         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10049         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10050         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10051         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10052         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10053         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10054         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10055         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10056         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10057         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10058         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10059         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10060         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10061         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10062         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10063         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10064         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10065         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10066         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10067         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10068         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10069         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10070         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10071         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10072         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10073         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10074         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10075         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10076         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10077         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10078         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10079         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10080         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10081         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10082         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10083         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10084         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10085         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10086         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10087         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10088         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10089         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10090         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10091         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10092         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10093         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10094         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10095         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10096         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10097         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10098         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10099         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10100         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10101         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10102         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10103         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10104         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10105         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10106         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10107         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10108         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10109         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10110         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10111         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10112         (conformtest-cc-flags): Likewise.
10113         ($(conformtest-header-tests): New target.
10114         * conform/check-header-lists.sh: New file.
10115         * conform/run-conformtest.sh: Remove.
10117         * conform/conformtest.pl: Allow ' and \ in values given for
10118         constants.
10119         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10120         inclusion.
10121         [POSIX] (sys/types.h): Likewise.
10122         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10123         inclusion.
10124         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10125         inclusion.
10126         * conform/data/signal.h-data (SIGIO): Remove expectation.
10127         [XPG3] (SIGBUS): Do not expect.
10128         [POSIX || XPG3] (SIGPOLL): Likewise.
10129         [POSIX || XPG3] (SIGPROF): Likewise.
10130         [POSIX || XPG3] (SIGSYS): Likewise.
10131         [XPG3] (SIGTRAP): Likewise.
10132         [POSIX || XPG3] (SIGURG): Likewise.
10133         [POSIX || XPG3] (SIGVTALRM): Likewise.
10134         [POSIX || XPG3] (SIGXCPU): Likewise.
10135         [POSIX || XPG3] (SIGXFSZ): Likewise.
10136         [POSIX] (SA_SIGINFO): Expect.
10137         [XPG3] (siginfo_t): Do not expect type or contents.
10138         [POSIX] (si_pid): Do not expect element.
10139         [POSIX] (si_uid): Likewise.
10140         [POSIX] (si_addr): Likewise.
10141         [POSIX] (si_status): Likewise.
10142         [POSIX] (si_band): Likewise.
10143         [XPG4] (si_value): Likewise.
10144         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10145         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10146         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10147         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10148         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10149         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10150         [POSIX || XPG3] (ILL_COPROC): Likewise.
10151         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10152         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10153         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10154         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10155         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10156         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10157         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10158         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10159         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10160         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10161         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10162         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10163         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10164         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10165         [POSIX || XPG3] (CLD_EXITED): Likewise.
10166         [POSIX || XPG3] (CLD_KILLED): Likewise.
10167         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10168         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10169         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10170         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10171         [POSIX || XPG3] (POLL_IN): Likewise.
10172         [POSIX || XPG3] (POLL_OUT): Likewise.
10173         [POSIX || XPG3] (POLL_MSG): Likewise.
10174         [POSIX || XPG3] (POLL_ERR): Likewise.
10175         [POSIX || XPG3] (POLL_PRI): Likewise.
10176         [POSIX || XPG3] (POLL_HUP): Likewise.
10177         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10178         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10179         (SIG*): Do not allow.
10180         [XPG3] (si_*): Likewise.
10181         [XPG3] (SI_*): Likewise.
10182         [XPG3 || XPG4] (sigev_*): Likewise.
10183         [XPG3 || XPG4] (SIGEV_*): Likewise.
10184         [XPG3 || XPG4] (sival_*): Likewise.
10185         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10186         [POSIX || XPG3] (BUS_*): Likewise.
10187         [POSIX || XPG3] (CLD_*): Likewise.
10188         [POSIX || XPG3] (FPE_*): Likewise.
10189         [POSIX || XPG3] (ILL_*): Likewise.
10190         [POSIX || XPG3] (POLL_*): Likewise.
10191         [POSIX || XPG3] (SEGV_*): Likewise.
10192         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10193         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10194         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10195         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10196         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10197         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10198         Specify type and value.
10199         (TVERSLEN): Likewise.
10200         (REGTYPE): Likewise.
10201         (AREGTYPE): Likewise.
10202         (LNKTYPE): Likewise.
10203         (SYMTYPE): Likewise.
10204         (CHRTYPE): Likewise.
10205         (BLKTYPE): Likewise.
10206         (DIRTYPE): Likewise.
10207         (FIFOTYPE): Likewise.
10208         (CONTTYPE): Likewise.
10209         (TSUID): Likewise.
10210         (TSGID): Likewise.
10211         (TSVTX): Likewise.
10212         (TUREAD): Likewise.
10213         (TUWRITE): Likewise.
10214         (TUEXEC): Likewise.
10215         (TGREAD): Likewise.
10216         (TGWRITE): Likewise.
10217         (TGEXEC): Likewise.
10218         (TOREAD): Likewise.
10219         (TOWRITE): Likewise.
10220         (TOEXEC): Likewise.
10221         [POSIX] (TSVTX): Expect constant.
10223 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10225         * Makefile (tests): Change dependencies to ....
10226         (tests-special): ... additions to this variable.
10227         (tests): Depend on $(tests-special).
10228         * Makerules (check-abi-list): New variable.
10229         (check-abi): Depend on $(check-abi-list).
10230         [$(subdir) = elf] (tests-special): Add
10231         $(objpfx)check-abi-libc.out.
10232         [$(build-shared) = yes && subdir] (tests-special): Add
10233         $(check-abi-list).
10234         [$(build-shared) = yes && subdir] (tests): Do not depend on
10235         check-abi.
10236         * Rules (tests): Depend on $(tests-special).
10237         (xtests): Depend on $(xtests-special).
10238         * catgets/Makefile (tests): Change dependencies to ....
10239         (tests-special): ... additions to this variable.
10240         * conform/Makefile (tests): Change dependencies to ....
10241         (tests-special): ... additions to this variable.
10242         * elf/Makefile (tests): Change dependencies to ....
10243         (tests-special): ... additions to this variable.
10244         * grp/Makefile (tests): Change dependencies to ....
10245         (tests-special): ... additions to this variable.
10246         * iconv/Makefile (xtests): Change dependencies to ....
10247         (xtests-special): ... additions to this variable.
10248         * iconvdata/Makefile (tests): Change dependencies to ....
10249         (tests-special): ... additions to this variable.
10250         * intl/Makefile (tests): Change dependencies to ....
10251         (tests-special): ... additions to this variable.  Also add
10252         $(objpfx)tst-gettext.out.
10253         * io/Makefile (tests): Change dependencies to ....
10254         (tests-special): ... additions to this variable.
10255         * libio/Makefile (tests): Change dependencies to ....
10256         (tests-special): ... additions to this variable.
10257         * malloc/Makefile (tests): Change dependencies to ....
10258         (tests-special): ... additions to this variable.
10259         * misc/Makefile (tests): Change dependencies to ....
10260         (tests-special): ... additions to this variable.
10261         * nptl/Makefile (tests): Change dependencies to ....
10262         (tests-special): ... additions to this variable.
10263         * nptl_db/Makefile (tests): Change dependencies to ....
10264         (tests-special): ... additions to this variable.
10265         * posix/Makefile (tests): Change dependencies to ....
10266         (tests-special): ... additions to this variable.
10267         (xtests): Change dependencies to ....
10268         (xtests-special): ... additions to this variable.
10269         * resolv/Makefile (tests): Change dependencies to ....
10270         (tests-special): ... additions to this variable.
10271         (xtests): Change dependencies to ....
10272         (xtests-special): ... additions to this variable.
10273         * stdio-common/Makefile (tests): Change dependencies to ....
10274         (tests-special): ... additions to this variable.
10275         (do-tst-unbputc): Remove target.
10276         (do-tst-printf): Likewise.
10277         * stdlib/Makefile (tests): Change dependencies to ....
10278         (tests-special): ... additions to this variable.
10279         * string/Makefile (tests): Change dependencies to ....
10280         (tests-special): ... additions to this variable.
10281         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10282         (tests-special): ... additions to this variable.
10284         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10285         whole file.
10286         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10287         whole file.
10288         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10289         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10291         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10292         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10293         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10294         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10295         * conform/data/libgen.h-data [XPG3]: Likewise.
10296         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10297         * conform/data/ndbm.h-data [XPG3]: Likewise.
10298         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10299         * conform/data/netdb.h-data [XPG3]: Likewise.
10300         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10301         * conform/data/poll.h-data [XPG3]: Likewise.
10302         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10303         * conform/data/strings.h-data [XPG3]: Likewise.
10304         * conform/data/stropts.h-data [XPG3]: Likewise.
10305         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10306         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10307         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10308         Likewise.
10309         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10310         * conform/data/sys/time.h-data [XPG3]: Likewise.
10311         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10312         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10313         * conform/data/sys/un.h-data [XPG3]: Likewise.
10314         * conform/data/syslog.h-data [XPG3]: Likewise.
10315         * conform/data/ucontext.h-data [XPG3]: Likewise.
10316         * conform/data/utmpx.h-data [XPG3]: Likewise.
10317         * conform/data/varargs.h-data [UNIX98]: Enable file.
10319         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10321         * math/libm-test.inc (struct test_f_f_data): Move expected results
10322         into structure for each rounding mode.
10323         (struct test_ff_f_data): Likewise.
10324         (struct test_ff_f_data_nexttoward): Likewise.
10325         (struct test_fi_f_data): Likewise.
10326         (struct test_fl_f_data): Likewise.
10327         (struct test_if_f_data): Likewise.
10328         (struct test_fff_f_data): Likewise.
10329         (struct test_c_f_data): Likewise.
10330         (struct test_f_f1_data): Likewise.
10331         (struct test_fF_f1_data): Likewise.
10332         (struct test_ffI_f1_data): Likewise.
10333         (struct test_c_c_data): Likewise.
10334         (struct test_cc_c_data): Likewise.
10335         (struct test_f_i_data): Likewise.
10336         (struct test_ff_i_data): Likewise.
10337         (struct test_f_l_data): Likewise.
10338         (struct test_f_L_data): Likewise.
10339         (struct test_fFF_11_data): Likewise.
10340         (RM_): New macro.
10341         (RM_FE_DOWNWARD): Likewise.
10342         (RM_FE_TONEAREST): Likewise.
10343         (RM_FE_TOWARDZERO): Likewise.
10344         (RM_FE_UPWARD): Likewise.
10345         (RUN_TEST_LOOP_f_f): Update references to expected results.
10346         (RUN_TEST_LOOP_2_f): Likewise.
10347         (RUN_TEST_LOOP_fff_f): Likewise.
10348         (RUN_TEST_LOOP_c_f): Likewise.
10349         (RUN_TEST_LOOP_f_f1): Likewise.
10350         (RUN_TEST_LOOP_fF_f1): Likewise.
10351         (RUN_TEST_LOOP_fI_f1): Likewise.
10352         (RUN_TEST_LOOP_ffI_f1): Likewise.
10353         (RUN_TEST_LOOP_c_c): Likewise.
10354         (RUN_TEST_LOOP_cc_c): Likewise.
10355         (RUN_TEST_LOOP_f_i): Likewise.
10356         (RUN_TEST_LOOP_f_i_tg): Likewise.
10357         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10358         (RUN_TEST_LOOP_f_b): Likewise.
10359         (RUN_TEST_LOOP_f_b_tg): Likewise.
10360         (RUN_TEST_LOOP_f_l): Likewise.
10361         (RUN_TEST_LOOP_f_L): Likewise.
10362         (RUN_TEST_LOOP_fFF_11): Likewise.
10363         * math/gen-libm-test.pl (parse_args): Output four copies of
10364         expected results for each test.
10366         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10367         (__ASSUME_UTIMES): Remove.
10368         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10369         (__ASSUME_UTIMES): Likewise.
10371         * math/gen-auto-libm-tests.c: Update comment on output format.
10372         (output_for_one_input_case): Generate before-rounding and
10373         after-rounding information as conditions on output flags not
10374         floating-point format.
10375         * math/auto-libm-test-out: Regenerated.
10376         * math/gen-libm-test.pl (cond_value): New function.
10377         (or_cond_value): Use cond_value.
10378         (generate_testfile): Handle conditional exceptions.
10380 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10382         * math/libm-test.inc (max_valid_error): New variable.
10383         (init_max_error): Take new argument specifying whether function
10384         results are exactly determined.  Set max_valid_error and bound
10385         other variables for errors based on this argument.
10386         (set_max_error): Do not record results above max_valid_error.
10387         (check_float_internal): Only accept errors of up to 0.5ulps if
10388         also at most max_valid_error.
10389         (START): Take new argument EXACT and pass it to init_max_error.
10390         (acos_test): Update call to START.
10391         (acos_test_tonearest): Likewise.
10392         (acos_test_towardzero): Likewise.
10393         (acos_test_downward): Likewise.
10394         (acos_test_upward): Likewise.
10395         (acosh_test): Likewise.
10396         (asin_test): Likewise.
10397         (asin_test_tonearest): Likewise.
10398         (asin_test_towardzero): Likewise.
10399         (asin_test_downward): Likewise.
10400         (asin_test_upward): Likewise.
10401         (asinh_test): Likewise.
10402         (atan_test): Likewise.
10403         (atanh_test): Likewise.
10404         (atan2_test): Likewise.
10405         (cabs_test): Likewise.
10406         (cacos_test): Likewise.
10407         (cacosh_test): Likewise.
10408         (carg_test): Likewise.
10409         (casin_test): Likewise.
10410         (casinh_test): Likewise.
10411         (catan_test): Likewise.
10412         (catanh_test): Likewise.
10413         (cbrt_test): Likewise.
10414         (ccos_test): Likewise.
10415         (ccosh_test): Likewise.
10416         (ceil_test): Likewise.
10417         (cexp_test): Likewise.
10418         (cimag_test): Likewise.
10419         (clog_test): Likewise.
10420         (clog10_test): Likewise.
10421         (conj_test): Likewise.
10422         (copysign_test): Likewise.
10423         (cos_test): Likewise.
10424         (cos_test_tonearest): Likewise.
10425         (cos_test_towardzero): Likewise.
10426         (cos_test_downward): Likewise.
10427         (cos_test_upward): Likewise.
10428         (cosh_test): Likewise.
10429         (cosh_test_tonearest): Likewise.
10430         (cosh_test_towardzero): Likewise.
10431         (cosh_test_downward): Likewise.
10432         (cosh_test_upward): Likewise.
10433         (cpow_test): Likewise.
10434         (cproj_test): Likewise.
10435         (creal_test): Likewise.
10436         (csin_test): Likewise.
10437         (csinh_test): Likewise.
10438         (csqrt_test): Likewise.
10439         (ctan_test): Likewise.
10440         (ctan_test_tonearest): Likewise.
10441         (ctan_test_towardzero): Likewise.
10442         (ctan_test_downward): Likewise.
10443         (ctan_test_upward): Likewise.
10444         (ctanh_test): Likewise.
10445         (ctanh_test_tonearest): Likewise.
10446         (ctanh_test_towardzero): Likewise.
10447         (ctanh_test_downward): Likewise.
10448         (ctanh_test_upward): Likewise.
10449         (erf_test): Likewise.
10450         (erfc_test): Likewise.
10451         (exp_test): Likewise.
10452         (exp_test_tonearest): Likewise.
10453         (exp_test_towardzero): Likewise.
10454         (exp_test_downward): Likewise.
10455         (exp_test_upward): Likewise.
10456         (exp10_test): Likewise.
10457         (exp10_test_tonearest): Likewise.
10458         (exp10_test_towardzero): Likewise.
10459         (exp10_test_downward): Likewise.
10460         (exp10_test_upward): Likewise.
10461         (pow10_test): Likewise.
10462         (exp2_test): Likewise.
10463         (expm1_test): Likewise.
10464         (expm1_test_tonearest): Likewise.
10465         (expm1_test_towardzero): Likewise.
10466         (expm1_test_downward): Likewise.
10467         (expm1_test_upward): Likewise.
10468         (fabs_test): Likewise.
10469         (fdim_test): Likewise.
10470         (floor_test): Likewise.
10471         (fma_test): Likewise.
10472         (fma_test_towardzero): Likewise.
10473         (fma_test_downward): Likewise.
10474         (fma_test_upward): Likewise.
10475         (fmax_test): Likewise.
10476         (fmin_test): Likewise.
10477         (fmod_test): Likewise.
10478         (fpclassify_test): Likewise.
10479         (frexp_test): Likewise.
10480         (hypot_test): Likewise.
10481         (ilogb_test): Likewise.
10482         (isfinite_test): Likewise.
10483         (finite_test): Likewise.
10484         (isgreater_test): Likewise.
10485         (isgreaterequal_test): Likewise.
10486         (isinf_test): Likewise.
10487         (isless_test): Likewise.
10488         (islessequal_test): Likewise.
10489         (islessgreater_test): Likewise.
10490         (isnan_test): Likewise.
10491         (isnormal_test): Likewise.
10492         (issignaling_test): Likewise.
10493         (isunordered_test): Likewise.
10494         (j0_test): Likewise.
10495         (j1_test): Likewise.
10496         (jn_test): Likewise.
10497         (ldexp_test): Likewise.
10498         (lgamma_test): Likewise.
10499         (gamma_test): Likewise.
10500         (lrint_test): Likewise.
10501         (lrint_test_tonearest): Likewise.
10502         (lrint_test_towardzero): Likewise.
10503         (lrint_test_downward): Likewise.
10504         (lrint_test_upward): Likewise.
10505         (llrint_test): Likewise.
10506         (llrint_test_tonearest): Likewise.
10507         (llrint_test_towardzero): Likewise.
10508         (llrint_test_downward): Likewise.
10509         (llrint_test_upward): Likewise.
10510         (log_test): Likewise.
10511         (log10_test): Likewise.
10512         (log1p_test): Likewise.
10513         (log2_test): Likewise.
10514         (logb_test): Likewise.
10515         (logb_test_downward): Likewise.
10516         (lround_test): Likewise.
10517         (llround_test): Likewise.
10518         (modf_test): Likewise.
10519         (nearbyint_test): Likewise.
10520         (nextafter_test): Likewise.
10521         (nexttoward_test): Likewise.
10522         (pow_test): Likewise.
10523         (pow_test_tonearest): Likewise.
10524         (pow_test_towardzero): Likewise.
10525         (pow_test_downward): Likewise.
10526         (pow_test_upward): Likewise.
10527         (remainder_test): Likewise.
10528         (drem_test): Likewise.
10529         (remainder_test_tonearest): Likewise.
10530         (drem_test_tonearest): Likewise.
10531         (remainder_test_towardzero): Likewise.
10532         (drem_test_towardzero): Likewise.
10533         (remainder_test_downward): Likewise.
10534         (drem_test_downward): Likewise.
10535         (remainder_test_upward): Likewise.
10536         (drem_test_upward): Likewise.
10537         (remquo_test): Likewise.
10538         (rint_test): Likewise.
10539         (rint_test_tonearest): Likewise.
10540         (rint_test_towardzero): Likewise.
10541         (rint_test_downward): Likewise.
10542         (rint_test_upward): Likewise.
10543         (round_test): Likewise.
10544         (scalb_test): Likewise.
10545         (scalbn_test): Likewise.
10546         (scalbln_test): Likewise.
10547         (signbit_test): Likewise.
10548         (sin_test): Likewise.
10549         (sin_test_tonearest): Likewise.
10550         (sin_test_towardzero): Likewise.
10551         (sin_test_downward): Likewise.
10552         (sin_test_upward): Likewise.
10553         (sincos_test): Likewise.
10554         (sinh_test): Likewise.
10555         (sinh_test_tonearest): Likewise.
10556         (sinh_test_towardzero): Likewise.
10557         (sinh_test_downward): Likewise.
10558         (sinh_test_upward): Likewise.
10559         (sqrt_test): Likewise.
10560         (sqrt_test_tonearest): Likewise.
10561         (sqrt_test_towardzero): Likewise.
10562         (sqrt_test_downward): Likewise.
10563         (sqrt_test_upward): Likewise.
10564         (tan_test): Likewise.
10565         (tan_test_tonearest): Likewise.
10566         (tan_test_towardzero): Likewise.
10567         (tan_test_downward): Likewise.
10568         (tan_test_upward): Likewise.
10569         (tanh_test): Likewise.
10570         (tgamma_test): Likewise.
10571         (trunc_test): Likewise.
10572         (y0_test): Likewise.
10573         (y1_test): Likewise.
10574         (yn_test): Likewise.
10575         (significand_test): Likewise.
10577         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10578         individual tests in comment.
10579         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10580         (prev_max_error): New variable.
10581         (prev_real_max_error): Likewise.
10582         (prev_imag_max_error): Likewise.
10583         (compare_ulp_data): Don't refer to test names in comment.
10584         (find_test_ulps): Remove function.
10585         (find_function_ulps): Likewise.
10586         (find_complex_function_ulps): Likewise.
10587         (init_max_error): Take function name as argument.  Look up ulps
10588         for that function.
10589         (print_ulps): Remove function.
10590         (print_max_error): Use prev_max_error instead of calling
10591         find_function_ulps.
10592         (print_complex_max_error): Use prev_real_max_error and
10593         prev_imag_max_error instead of calling find_complex_function_ulps.
10594         (check_float_internal): Take max_ulp parameter instead of calling
10595         find_test_ulps.  Don't call print_ulps.
10596         (check_float): Update call to check_float_internal.
10597         (check_complex): Update calls to check_float_internal.
10598         (START): Pass argument to init_max_error.
10599         * math/gen-libm-test.pl (%results): Don't include "kind"
10600         information.
10601         (parse_ulps): Don't handle ulps of individual tests.
10602         (print_ulps_file): Likewise.
10603         (output_ulps): Likewise.
10604         * math/README.libm-test: Update.
10605         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10606         individual tests.
10607         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10608         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10609         * sysdeps/arm/libm-test-ulps: Likewise.
10610         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10611         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10612         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10613         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10614         * sysdeps/microblaze/libm-test-ulps: Likewise.
10615         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10616         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10617         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10618         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10619         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10620         * sysdeps/sh/libm-test-ulps: Likewise.
10621         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10622         * sysdeps/tile/libm-test-ulps: Likewise.
10623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10625 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10627         * math/libm-test.inc (print_complex_max_error): Check separately
10628         whether real and imaginary errors are within allowed range and
10629         pass 0 to print_complex_function_ulps instead of value within
10630         allowed range.
10632 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10634         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10635         formatting.
10636         (get_handles_fopen): Likewise.
10637         (do_write_test): Likewise.
10639         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10641         * libio/fileops.c (do_ftell): Use cached offset when
10642         available.
10643         * libio/iofwide.c (do_ftell_wide): Likewise.
10644         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10645         _IO_file_attach.
10646         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10648         [BZ #16532]
10649         * libio/libioP.h (get_file_offset): New function.
10650         * libio/fileops.c (get_file_offset): Likewise.
10651         (do_ftell): Likewise.
10652         (_IO_new_file_seekoff): Split out ftell logic.
10653         * libio/wfileops.c (do_ftell_wide): Likewise.
10654         (_IO_wfile_seekoff): Split out ftell logic.
10655         * libio/tst-ftell-active-handler.c: New test case.
10656         * libio/Makefile (tests): Add it.
10658 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10660         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10661         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10663 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10665         [BZ #16639]
10666         * nscd/connections.c (nscd_init): Call do_exit.
10667         (start_threads): Call do_exit and notify_parent.
10668         (begin_drop_privileges): Call do_exit.
10669         (finish_drop_privileges): Likewise.
10670         * nscd/selinux.c (preserve_capabilities): Likewise.
10671         (install_real_capabilities): Likewise.
10672         (nscd_selinux_enabled): Likewise.
10673         (avc_create_thread): Likewise.
10674         (avc_alloc_lock): Likewise.
10675         (nscd_avc_init): Likewise.
10676         * nscd/nscd.c (parent_fd): New static variable.
10677         (main): Create a pipe between parent and child processes.
10678         Skip closing parent_fd.
10679         (monitor_child): New function.
10680         (do_exit): Likewise.
10681         (notify_parent): Likewise.
10682         * nscd/nscd.h (notify_parent): Likewise.
10683         (do_exit): Likewise.
10685 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10687         * malloc/malloc.c (__libc_calloc): Revert last change.
10689 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10691         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10693 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10695         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10696         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10697         implementation.
10698         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10699         (__libc_ifunc_impl_list): Likewise.
10700         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10701         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10702         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10703         * string/strrchr.c: Define STRRCHR.
10705 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10707         * benchtest/bench-strtok.c (simple_strtok): Delete.
10708         (strtok_string): Use as benchmark.
10709         * string/strtok (STRTOK): New macro.
10711 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10713         * manual/threads.texi: Add header and standard comments to all
10714         functions.
10716         * elf/dl-lookup.c (check_match): New function.
10717         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10718         (do_lookup_x): Remove nested function check_match. Use non-nested
10719         function check_match.
10721 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10723         * csu/Makefile (generated, before-compile): Use += rather than =.
10724         * catgets/Makefile (generated, generated-dirs): Likewise.
10725         * debug/Makefile (generated): Likewise.
10726         * dlfcn/Makefile (generated): Likewise.
10727         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10728         * iconvdata/Makefile (before-compile, generated): Likewise.
10729         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10730         * libio/Makefile (generated): Likewise.
10731         * malloc/Makefile (generated): Likewise.
10732         * manual/Makefile (generated, generated-dirs): Likewise.
10733         * misc/Makefile (generated): Likewise.
10734         * posix/Makefile (generated): Likewise.
10735         * resolv/Makefile (generated): Likewise.
10736         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10737         * timezone/Makefile (generated, generated-dirs): Likewise.
10739         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10741 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10743         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10744         power8 implementation.
10745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10746         file: POWER8 llround ifunc implementation.
10747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10748         (__lllround): Add POWER8 implementation.
10749         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10750         POWER8 llround implementation.
10752         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10753         power8 implementation.
10754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10755         file: POWER8 llrint ifunc implementation.
10756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10757         Add POWER8 implementation.
10758         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10759         POWER8 llrint implementation.
10761         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10762         power8 implementation.
10763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10764         file: POWER8 finite ifunc implementation.
10765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10766         Add POWER8 implementation.
10767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10768         Likewise.
10769         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10770         POWER8 finite implementation.
10771         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10773         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10774         power8 implementation.
10775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10776         file: POWER8 isinf ifunc implementation.
10777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10778         POWER8 implementation.
10779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10780         Likewise.
10781         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10782         isinf implementation.
10783         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10785         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10786         (INIT_ARCH): Add hwcap2 initialization.
10787         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10788         power8 implementation.
10789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10790         file: POWER8 isnan ifunc implementation.
10791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10792         POWER8 implementation.
10793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10794         Likewise.
10795         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10796         isnan implementation.
10797         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10799 2014-02-27  Joey Ye  <joey.ye@arm.com>
10801         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10802         (_FP_NANFRAC_Q): Set to zero.
10804 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10806         [BZ #16623]
10807         * math/auto-libm-test-in: New test inputs.
10808         * math/auto-libm-test-out: Regenerate.
10809         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10810         and DA.
10811         (__cos): Likewise.
10812         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10814 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10816         * scripts/evaluate-test.sh: Take new argument indicating whether
10817         failure is expected.
10818         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10819         indicating whether failure is expected.
10820         * conform/Makefile (test-xfail-run-conformtest): New variable.
10821         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10822         level.
10823         * posix/Makefile (test-xfail-annexc): New variable.
10824         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10826 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10828         * argp/Makefile: Include Makeconfig immediately after defining
10829         subdir.
10830         * assert/Makefile: Likewise.
10831         * benchtests/Makefile: Likewise.
10832         * catgets/Makefile: Likewise.
10833         * conform/Makefile: Likewise.
10834         * crypt/Makefile: Likewise.
10835         * csu/Makefile: Likewise.
10836         (all): Remove target.
10837         * ctype/Makefile: Include Makeconfig immediately after defining
10838         subdir.
10839         * debug/Makefile: Likewise.
10840         * dirent/Makefile: Likewise.
10841         * dlfcn/Makefile: Likewise.
10842         * gmon/Makefile: Likewise.
10843         * gnulib/Makefile: Likewise.
10844         * grp/Makefile: Likewise.
10845         * gshadow/Makefile: Likewise.
10846         * hesiod/Makefile: Likewise.
10847         * hurd/Makefile: Likewise.
10848         (all): Remove target.
10849         * iconvdata/Makefile: Include Makeconfig immediately after
10850         defining subdir.
10851         * inet/Makefile: Likewise.
10852         * intl/Makefile: Likewise.
10853         * io/Makefile: Likewise.
10854         * libio/Makefile: Likewise.
10855         (all): Remove target.
10856         * locale/Makefile: Include Makeconfig immediately after defining
10857         subdir.
10858         * login/Makefile: Likewise.
10859         * mach/Makefile: Likewise.
10860         (all): Remove target.
10861         * malloc/Makefile: Include Makeconfig immediately after defining
10862         subdir.
10863         (all): Remove target.
10864         * manual/Makefile: Include Makeconfig immediately after defining
10865         subdir.
10866         * math/Makefile: Likewise.
10867         * misc/Makefile: Likewise.
10868         * nis/Makefile: Likewise.
10869         * nss/Makefile: Likewise.
10870         * po/Makefile: Likewise.
10871         (all): Remove target.
10872         * posix/Makefile: Include Makeconfig immediately after defining
10873         subdir.
10874         * pwd/Makefile: Likewise.
10875         * resolv/Makefile: Likewise.
10876         * resource/Makefile: Likewise.
10877         * rt/Makefile: Likewise.
10878         * setjmp/Makefile: Likewise.
10879         * shadow/Makefile: Likewise.
10880         * signal/Makefile: Likewise.
10881         * socket/Makefile: Likewise.
10882         * soft-fp/Makefile: Likewise.
10883         * stdio-common/Makefile: Likewise.
10884         * stdlib/Makefile: Likewise.
10885         * streams/Makefile: Likewise.
10886         * string/Makefile: Likewise.
10887         * sunrpc/Makefile: Likewise.
10888         (all): Remove target.
10889         * sysvipc/Makefile: Include Makeconfig immediately after defining
10890         subdir.
10891         * termios/Makefile: Likewise.
10892         * time/Makefile: Likewise.
10893         * timezone/Makefile: Likewise.
10894         (all): Remove target.
10895         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10896         subdir.
10897         * wctype/Makefile: Likewise.
10899 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10901         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10902         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10903         (libc_feholdexcept_setround_mips): Ditto.
10904         (libc_feholdsetround): New.
10905         (libc_feholdsetroundf): New.
10906         (libc_feholdsetroundl): New.
10907         (libc_feupdateenv_test_mips): New.
10908         (libc_feupdateenv_test): New.
10909         (libc_feupdateenv_testf): New.
10910         (libc_feupdateenv_testl): New.
10911         (libc_feresetround): New.
10912         (libc_feresetroundf): New.
10913         (libc_feresetroundl): New.
10914         (libc_fetestexcept_mips): New.
10915         (libc_fetestexcept): New.
10916         (libc_fetestexceptf): New.
10917         (libc_fetestexceptl): New.
10918         (HAVE_RM_CTX): New.
10919         (libc_feholdexcept_setround_mips_ctx): New.
10920         (libc_feholdexcept_setround_ctx): New.
10921         (libc_feholdexcept_setroundf_ctx): New.
10922         (libc_feholdexcept_setroundl_ctx): New.
10923         (libc_fesetenv_mips_ctx): New.
10924         (libc_fesetenv_ctx): New.
10925         (libc_fesetenv_ctxf): New.
10926         (libc_fesetenv_ctxl): New.
10927         (libc_feupdateenv_mips_ctx): New.
10928         (libc_feupdateenv_ctx): New.
10929         (libc_feupdateenvf_ctx): New.
10930         (libc_feupdateenvl_ctx): New.
10931         (libc_feholdsetround_mips_ctx): New.
10932         (libc_feholdsetround_ctx): New.
10933         (libc_feholdsetroundf_ctx): New.
10934         (libc_feholdsetroundl_ctx): New.
10935         (libc_feresetround_mips_ctx): New.
10936         (libc_feresetround_ctx): New.
10937         (libc_feresetroundf_ctx): New.
10938         (libc_feresetroundl_ctx): New.
10940 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10942         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10944         * manual/ipc.texi: New file.
10945         * manual/Makefile (chapters): Add ipc.
10946         * manual/job.texi: Add "Inter-Process Communication" to next.
10947         * manual/process.texi: Add "Inter-Process Communication" to prev.
10949 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10951         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10953 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10955         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10957         * manual/arith.texi: Fix spaces after sentences.
10958         * manual/charset.texi: Likewise.
10959         * manual/errno.texi: Likewise.
10960         * manual/install.texi: Likewise.
10961         * manual/llio.texi: Likewise.
10962         * manual/locale.texi: Likewise.
10963         * manual/maint.texi: Likewise.
10964         * manual/math.texi: Likewise.
10965         * manual/memory.texi: Likewise.
10966         * manual/message.texi: Likewise.
10967         * manual/probes.texi: Likewise.
10968         * manual/resource.texi: Likewise.
10969         * manual/signal.texi: Likewise.
10970         * manual/socket.texi: Likewise.
10971         * manual/stdio.texi: Likewise.
10972         * manual/string.texi: Likewise.
10973         * manual/time.texi: Likewise.
10974         * manual/users.texi: Likewise.
10976 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10978         [BZ #16632]
10979         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10980         _DEFAULT_SOURCE is defined.
10982 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10983             Carlos O'Donell  <carlos@redhat.com>
10985         [BZ #16613]
10986         * elf/dl-tls.c (_dl_count_modids): New function.
10987         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10988         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10989         audit library and increment generation counter.
10990         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10991         * elf/tst-audit9.c: New file.
10992         * elf/tst-auditmod9a.c: New file.
10993         * elf/tst-auditmod9b.c: New file.
10994         * elf/Makefile: Add rules to build and run tst-audit9.
10996 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10998         [BZ #15347]
10999         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11001 2014-02-25  Will Newton  <will.newton@linaro.org>
11003         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11004         (__longjmp): Restore sp and lr before restoring callee
11005         saved registers.  Add longjmp and longjmp_target
11006         SystemTap probe point.
11007         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11008         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11009         Define to zero to match jmpbuf layout.
11010         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11011         (__sigsetjmp): Save sp and lr before saving callee
11012         saved registers.  Add setjmp SystemTap probe point.
11014 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11016         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11018 2014-02-24  Andreas Schwab  <schwab@suse.de>
11020         [BZ #15804]
11021         * elf/pldd.c (wait_for_ptrace_stop): New function.
11022         (main): Call it after attaching.
11024 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11026         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11027         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11028         Versions files is now verboten.
11029         * hurd/Versions (libc: GLIBC_2.0):
11030         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11031         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11032         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11033         * mach/Versions: Likewise.
11035         * csu/Versions: Remove unused %include.
11036         * resolv/Versions: Likewise.
11038 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11040         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11041         ($(objpfx)check-local-headers.out): Likewise.
11042         ($(objpfx)begin-end-check.out): Likewise.
11043         * Makerules (check-abi-%.out): Likewise.
11044         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11045         ($(objpfx)test2.cat): Likewise.
11046         ($(objpfx)de/libc.cat): Likewise.
11047         ($(objpfx)test-gencat.out): Likewise.
11048         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11049         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11050         ($(objpfx)noload-mem): Likewise.
11051         ($(objpfx)tst-pathopt.out): Likewise.
11052         ($(objpfx)tst-rtld-load-self.out): Likewise.
11053         ($(objpfx)tst-array1-cmp.out): Likewise.
11054         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11055         ($(objpfx)tst-array2-cmp.out): Likewise.
11056         ($(objpfx)tst-array3-cmp.out): Likewise.
11057         ($(objpfx)tst-array4-cmp.out): Likewise.
11058         ($(objpfx)tst-array5-cmp.out): Likewise.
11059         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11060         ($(objpfx)check-textrel.out): Likewise.
11061         ($(objpfx)check-execstack.out): Likewise.
11062         ($(objpfx)check-localplt.out): Likewise.
11063         ($(objpfx)order2-cmp.out): Likewise.
11064         ($(objpfx)tst-leaks1-mem): Likewise.
11065         ($(objpfx)tst-leaks1-static-mem): Likewise.
11066         ($(objpfx)tst-initorder-cmp.out): Likewise.
11067         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11068         ($(objpfx)tst-unused-dep.out): Likewise.
11069         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11070         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11071         * iconv/Makefile (test-iconvconfig): Likewise.
11072         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11073         ($(objpfx)iconv-test.out): Likewise.
11074         ($(objpfx)tst-tables.out): Likewise.
11075         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11076         ($(objpfx)tst-gettext.out): Likewise.
11077         ($(objpfx)tst-translit.out): Likewise.
11078         ($(objpfx)tst-gettext2.out): Likewise.
11079         ($(objpfx)tst-gettext4.out): Likewise.
11080         ($(objpfx)tst-gettext6.out): Likewise.
11081         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11082         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11083         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11084         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11085         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11086         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11087         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11088         ($(objpfx)wordexp-tst.out): Likewise.
11089         ($(objpfx)annexc.out): Likewise.
11090         ($(objpfx)tst-fnmatch-mem): Likewise.
11091         ($(objpfx)bug-regex2-mem): Likewise.
11092         ($(objpfx)bug-regex14-mem): Likewise.
11093         ($(objpfx)bug-regex21-mem): Likewise.
11094         ($(objpfx)bug-regex31-mem): Likewise.
11095         ($(objpfx)tst-vfork3-mem): Likewise.
11096         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11097         ($(objpfx)tst-pcre-mem): Likewise.
11098         ($(objpfx)tst-boost-mem): Likewise.
11099         ($(objpfx)tst-getconf.out): Likewise.
11100         ($(objpfx)bug-ga2-mem): Likewise.
11101         ($(objpfx)bug-glob2-mem): Likewise.
11102         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11103         ($(objpfx)mtrace-tst-leaks2): Likewise.
11104         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11105         ($(objpfx)tst-printf.out): Likewise.
11106         ($(objpfx)tst-setvbuf1.out): Likewise.
11107         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11108         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11109         ($(objpfx)tst-fmtmsg.out): Likewise.
11110         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11111         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11113         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11114         * bits/sigaction.h [__USE_MISC]: Likewise.
11115         * bits/waitstatus.h: Update #endif comments.
11116         * ctype/ctype.h: Likewise.
11117         * dirent/dirent.h: Likewise.
11118         [__USE_MISC]: Remove redundant conditionals.
11119         * grp/grp.h: Update #endif comments.
11120         [__USE_GNU]: Remove redundant conditionals.
11121         [__USE_MISC]: Likewise.
11122         * inet/netinet/in.h [__USE_GNU]: Likewise.
11123         * io/sys/stat.h [__USE_MISC]: Likewise.
11124         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11125         * libio/bits/stdio.h: Update #endif comments.
11126         [__USE_MISC]: Remove redundant conditionals.
11127         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11128         * libio/stdio.h: Update #endif comments.
11129         [__USE_MISC]: Remove redundant conditionals.
11130         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11131         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11132         * math/math.h: Update #else and #endif comments.
11133         [__USE_MISC]: Remove redundant conditionals.
11134         * misc/sys/uio.h: Update #endif comments.
11135         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11136         * posix/glob.h [__USE_MISC]: Likewise.
11137         * posix/sys/types.h: Update #endif comments.
11138         [__USE_MISC]: Remove redundant conditionals.
11139         * posix/sys/wait.h: Update #endif comments.
11140         [__USE_MISC]: Remove redundant conditionals.
11141         * posix/unistd.h: Update #endif comments.
11142         [__USE_MISC]: Remove redundant conditionals.
11143         * pwd/pwd.h [__USE_GNU]: Likewise.
11144         [__USE_MISC]: Likewise.
11145         * resolv/netdb.h [__USE_GNU]: Likewise.
11146         * signal/signal.h: Update #endif comments.
11147         [__USE_MISC]: Remove redundant conditionals.
11148         * stdlib/stdlib.h: Update #else and #endif comments.
11149         [__USE_MISC]: Remove redundant conditionals.
11150         [__USE_GNU]: Likewise.
11151         * string/bits/string2.h [__USE_MISC]: Likewise.
11152         * string/string.h: Update #endif comments.
11153         [__USE_MISC]: Remove redundant conditionals.
11154         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11155         Likewise.
11156         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11157         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11158         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11159         Likewise.
11160         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11161         Likewise.
11162         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11163         comments.
11164         [__USE_MISC]: Remove redundant conditionals.
11165         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11166         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11167         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11168         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11169         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11170         Likewise.
11171         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11172         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11173         Likewise.
11174         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11175         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11176         Likewise.
11177         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11178         Likewise.
11179         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11180         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11181         Likewise.
11182         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11183         Likewise.
11184         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11185         * sysdeps/x86/bits/string.h: Update #endif comments.
11186         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11187         conditionals.
11188         * time/sys/time.h: Update #endif comments.
11189         * time/time.h: Likewise.
11190         [__USE_MISC]: Remove redundant conditionals.
11192 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11194         [BZ #16600]
11195         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11197 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11199         * Versions.def (librt): Add GLIBC_2.17.
11201 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11203         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11204         synonym for _SYS_AUXV_H to allow direct inclusion.
11205         * sysdeps/sparc/bits/hwcap.h: Likewise.
11206         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11207         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11208         * sysdeps/sparc/sysdep.h: Likewise.
11210 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11212         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11214 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11216         * benchtests/bench-strrchr.c: Print length instead of position.
11218 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11220         [BZ #16611]
11221         * sysdeps/unix/sysv/linux/kernel-features.h
11222         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11223         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11224         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11225         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11226         Likewise.
11227         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11228         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11229         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11230         (__ASSUME_SENDMMSG): Define instead of using previous
11231         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11232         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11233         (__ASSUME_SENDMMSG_SYSCALL): Define.
11234         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11235         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11236         Likewise.
11237         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11238         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11239         Likewise.
11240         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11241         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11242         Likewise.
11243         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11244         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11245         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11246         [__ASSUME_SENDMMSG]: Change conditionals to
11247         [__ASSUME_SENDMMSG_SOCKETCALL].
11248         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11249         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11250         Define.
11251         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11252         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11253         Likewise.
11254         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11255         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11256         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11257         [!__ASSUME_SENDMMSG]: Change conditional to
11258         [!__ASSUME_SENDMMSG_SOCKETCALL].
11259         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11260         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11261         Define.
11263         [BZ #16610]
11264         * sysdeps/unix/sysv/linux/kernel-features.h
11265         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11266         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11267         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11268         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11269         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11270         [__i386__ || __sparc__]
11271         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11272         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11273         (__ASSUME_RECVMMSG): Define instead of using previous
11274         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11275         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11276         (__ASSUME_RECVMMSG_SYSCALL): Define.
11277         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11278         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11279         Likewise.
11280         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11281         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11282         Likewise.
11283         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11284         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11285         Likewise.
11286         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11287         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11288         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11289         [__ASSUME_RECVMMSG]: Change condition to
11290         [__ASSUME_RECVMMSG_SOCKETCALL].
11291         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11292         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11293         Define.
11294         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11295         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11296         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11297         Likewise.
11298         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11299         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11300         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11301         [!__ASSUME_RECVMMSG]: Change condition to
11302         [!__ASSUME_RECVMMSG_SOCKETCALL].
11303         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11304         (__ASSUME_RECVMMSG_SYSCALL): Define.
11306         [BZ #16609]
11307         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11308         __powerpc__ || __s390__ || __sh__ || __sparc__]
11309         (__ASSUME_SOCKETCALL): Define.
11310         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11311         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11312         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11313         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11314         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11315         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11316         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11317         (__ASSUME_ACCEPT4): Define instead of using previous
11318         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11319         __powerpc__ || __sparc__ || __s390__)] condition.
11320         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11321         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11322         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11323         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11324         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11325         [!__ASSUME_ACCEPT4]: Change condition to
11326         [!__ASSUME_ACCEPT4_SOCKETCALL].
11327         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11328         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11329         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11330         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11331         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11332         __ASSUME_ACCEPT4_SYSCALL.
11333         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11334         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11335         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11336         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11337         __ASSUME_ACCEPT4_SYSCALL.
11338         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11339         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11340         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11341         [__ASSUME_ACCEPT4]: Change condition to
11342         [__ASSUME_ACCEPT4_SOCKETCALL].
11343         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11344         (__ASSUME_SOCKETCALL): Define.
11345         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11346         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11347         (__ASSUME_SOCKETCALL): Define.
11348         (__ASSUME_ACCEPT4): Remove.
11349         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11350         Define.
11351         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11352         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11353         Likewise.
11354         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11355         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11357         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11358         macro.
11359         (HWCAP_ARM_LPAE): Likewise.
11360         (HWCAP_ARM_EVTSTRM): Likewise.
11361         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11362         Add vpfd32, lpae and evtstrm.
11363         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11364         Increase to 22.
11366 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11368         * math/auto-libm-test-in: Add tests of clog10.
11369         * math/auto-libm-test-out: Regenerated.
11370         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11371         * sysdeps/i386/fpu/libm-test-ulps: Update.
11372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11374 2014-02-18  Andreas Schwab  <schwab@suse.de>
11376         [BZ #16574]
11377         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11378         Store non-zero if the second buffer was newly allocated.
11379         (send_dg): Likewise.
11380         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11381         to send_vc and send_dg.
11382         (res_nsend): Pass NULL for ansp2_malloced.
11383         * resolv/res_query.c (__libc_res_nquery): Add parameter
11384         answerp2_malloced and pass it down to __libc_res_nsend.
11385         (res_nquery): Pass additional NULL to __libc_res_nquery.
11386         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11387         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11388         second answer buffer if answerp2_malloced was set.
11389         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11390         (__libc_res_nquerydomain): Add parameter
11391         answerp2_malloced and pass it down to __libc_res_nquery.
11392         (res_nquerydomain): Pass additional NULL to
11393         __libc_res_nquerydomain.
11394         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11395         additional NULL to __libc_res_nsend and __libc_res_nquery.
11396         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11397         additional NULL to __libc_res_nsearch.
11398         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11399         parameter of __libc_res_nsearch to check for separately allocated
11400         second buffer.
11401         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11402         __libc_res_nquery.
11403         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11404         additional NULL to __libc_res_nquery.
11405         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11406         __libc_res_nsearch.
11407         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11408         * include/resolv.h: Update prototypes of __libc_res_nquery,
11409         __libc_res_nsearch, __libc_res_nsend.
11411 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11413         * math/auto-libm-test-in: Add tests of fma.
11414         * math/auto-libm-test-out: Regenerated.
11415         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11416         (fma_towardzero_test_data): Likewise.
11417         (fma_downward_test_data): Likewise.
11418         (fma_upward_test_data): Likewise.
11419         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11420         mpc_mode.
11421         (rounding_modes): Add values for new field.
11422         (func_calc_method): Add value mpfr_fff_f.
11423         (func_calc_desc): Add mpfr_fff_f union field.
11424         (test_function): Add field exact_args.
11425         (FUNC): Add macro argument EXACT_ARGS.
11426         (FUNC_mpfr_f_f): Update call to FUNC.
11427         (FUNC_mpfr_f_f): Likewise.
11428         (FUNC_mpfr_ff_f): Likewise.
11429         (FUNC_mpfr_if_f): Likewise.
11430         (FUNC_mpc_c_f): Likewise.
11431         (FUNC_mpc_c_c): Likewise.
11432         (test_functions): Add fma.  Update calls to FUNC.
11433         (handle_input_arg): Add argument exact_args.
11434         (add_test): Update call to handle_input_arg.
11435         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11436         (output_for_one_input_case): Update call to calc_generic_results.
11437         Recalculate exact zero results in each rounding mode.
11439         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11440         non-negative before setting low bit.
11441         * math/auto-libm-test-in: Mark one asin test possibly having
11442         spurious underflow.
11443         * math/auto-libm-test-out: Regenerated.
11444         * sysdeps/i386/fpu/libm-test-ulps: Update.
11445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11447 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11449         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11450         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11451         ports/sysdeps/unix/sysv/linux/microblaze.
11452         * README: Add missing listing for microblaze*-*-linux-gnu.
11454 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11456         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11457         duplicate code
11459 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11461         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11462         * sysdeps/unix/sysv/linux/ia64: Move directory from
11463         ports/sysdeps/unix/sysv/linux/ia64.
11464         * README: Update listing for ia64-*-linux-gnu.
11466 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11467             Joseph Myers  <joseph@codesourcery.com>
11469         * Makeconfig (test-name): New variable.
11470         (evaluate-test): Likewise.
11471         * Makerules (do-test-clean): Remove .test-result files.
11472         (common-mostlyclean): Likewise.
11473         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11474         * scripts/evaluate-test.sh: New file.
11476 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11478         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11479         separate $(objpfx)tst-fopenloc-cmp.out and
11480         $(objpfx)tst-fopenloc-mem.out targets.
11481         (tests): Update dependencies.
11482         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11483         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11484         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11485         (tst-rxspencer-no-utf8-ARGS): New variable.
11486         (tst-rxspencer-no-utf8-ENV): Likewise.
11487         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11488         instead of $(objpfx)tst-rxspencer-mem.
11489         ($(objpfx)tst-rxspencer-mem): Change target to
11490         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11491         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11492         * posix/tst-rxspencer-no-utf8.c: New file.
11494         * elf/Makefile ($(objpfx)order.out): Remove rule.
11495         [$(run-built-tests) = yes] (tests): Depend on
11496         $(objpfx)order-cmp.out.
11497         ($(objpfx)order-cmp.out): New rule.
11498         [$(run-built-tests) = yes] (tests): Depend on
11499         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11500         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11501         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11502         $(objpfx)tst-array5-static-cmp.out.
11503         ($(objpfx)tst-array1.out): Remove rule.
11504         ($(objpfx)tst-array1-cmp.out): New rule.
11505         ($(objpfx)tst-array1-static.out): Remove rule.
11506         ($(objpfx)tst-array1-static-cmp.out): New rule.
11507         ($(objpfx)tst-array2.out): Remove rule.
11508         ($(objpfx)tst-array2-cmp.out): New rule.
11509         ($(objpfx)tst-array3.out): Remove rule.
11510         ($(objpfx)tst-array3-cmp.out): New rule.
11511         ($(objpfx)tst-array4.out): Remove rule.
11512         ($(objpfx)tst-array4-cmp.out): New rule.
11513         ($(objpfx)tst-array5.out): Remove rule.
11514         ($(objpfx)tst-array5-cmp.out): New rule.
11515         ($(objpfx)tst-array5-static.out): Remove rule.
11516         ($(objpfx)tst-array5-static-cmp.out): New rule.
11517         [$(run-built-tests) = yes] (tests): Depend on
11518         $(objpfx)order2-cmp.out.
11519         ($(objpfx)order2.out): Remove rule.
11520         ($(objpfx)order2-cmp.out): New rule.
11521         ($(objpfx)tst-initorder.out): Remove rule.
11522         [$(run-built-tests) = yes] (tests): Depend on
11523         $(objpfx)tst-initorder-cmp.out.
11524         ($(objpfx)tst-initorder-cmp.out): New rule.
11525         ($(objpfx)tst-initorder2.out): Remove rule.
11526         [$(run-built-tests) = yes] (tests): Depend on
11527         $(objpfx)tst-initorder2-cmp.out.
11528         ($(objpfx)tst-initorder2-cmp.out): New rule.
11529         [$(run-built-tests) = yes] (tests): Depend on
11530         $(objpfx)tst-unused-dep-cmp.out.
11531         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11532         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11533         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11534         on $(objpfx)tst-setvbuf1-cmp.out.
11535         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11536         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11537         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11538         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11539         ($(objpfx)tst-svc.out): Remove rule.
11540         ($(objpfx)tst-svc-cmp.out): New rule.
11542 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11544         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11545         * ctype/ctype.h [__USE_MISC]: Likewise.
11546         * dirent/dirent.h [__USE_MISC]: Likewise.
11547         * grp/grp.h [__USE_MISC]: Likewise.
11548         * io/fcntl.h [__USE_MISC]: Likewise.
11549         * io/sys/stat.h [__USE_MISC]: Likewise.
11550         * libio/stdio.h [__USE_MISC]: Likewise.
11551         * posix/unistd.h [__USE_MISC]: Likewise.
11552         * pwd/pwd.h [__USE_MISC]: Likewise.
11553         * stdlib.h [__USE_MISC]: Likewise.
11554         * string/bits/string2.h [__USE_MISC]: Likewise.
11555         * string/string.h [__USE_MISC]: Likewise.
11556         * time/time.h [__USE_MISC]: Likewise.
11558 2014-02-13  Andreas Schwab  <schwab@suse.de>
11560         [BZ #16574]
11561         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11562         second answer buffer if it was separately allocated.
11564 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11566         * sysdeps/mips/math-tests.h: Include <features.h>.
11567         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11568         (ROUNDING_TESTS_long_double): Do not define.
11569         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11570         (EXCEPTION_TESTS_long_double): Likewise.
11571         * sysdeps/mips/mips64/libm-test-ulps: Update.
11573         * include/features.h (__USE_BSD): Remove macro definitions.
11574         (__USE_SVID): Likewise.
11575         (_BSD_SOURCE): Likewise.
11576         (_SVID_SOURCE): Likewise.
11577         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11578         from definition of _DEFAULT_SOURCE.
11579         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11580         [_DEFAULT_SOURCE].
11581         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11582         * bits/mman.h [__USE_BSD]: Likewise.
11583         * bits/termios.h [__USE_BSD]: Likewise.
11584         * bits/waitstatus.h [__USE_BSD]: Likewise.
11585         * ctype/ctype.h [__USE_SVID]: Likewise.
11586         * dirent/dirent.h [__USE_BSD]: Likewise.
11587         * grp/grp.h [__USE_SVID]: Likewise.
11588         [__USE_BSD]: Likewise.
11589         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11590         * io/fcntl.h [__USE_BSD]: Likewise.
11591         * io/ftw.h [__USE_BSD]: Likewise.
11592         * io/sys/stat.h [__USE_BSD]: Likewise.
11593         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11594         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11595         * libio/stdio.h [__USE_SVID]: Likewise.
11596         [__USE_BSD]: Likewise.
11597         * math/math.h [__USE_SVID]: Likewise.
11598         [__USE_BSD]: Likewise.
11599         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11600         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11601         * misc/search.h [__USE_SVID]: Likewise.
11602         * misc/sys/mman.h [__USE_BSD]: Likewise.
11603         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11604         * misc/sys/uio.h [__USE_BSD]: Likewise.
11605         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11606         * posix/glob.h [__USE_BSD]: Likewise.
11607         * posix/regex.h [__USE_BSD]: Likewise.
11608         * posix/sys/types.h [__USE_BSD]: Likewise.
11609         [__USE_SVID]: Likewise.
11610         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11611         * posix/sys/wait.h [__USE_BSD]: Likewise.
11612         [__USE_SVID]: Likewise.
11613         * posix/unistd.h [__USE_BSD]: Likewise.
11614         [__USE_SVID]: Likewise.
11615         * pwd/pwd.h [__USE_SVID]: Likewise.
11616         * resolv/netdb.h [__USE_BSD]: Likewise.
11617         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11618         * signal/signal.h [__USE_BSD]: Likewise.
11619         [__USE_SVID]: Likewise.
11620         * socket/sys/socket.h [__USE_BSD]: Likewise.
11621         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11622         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11623         [__USE_SVID]: Likewise.
11624         * string/bits/string2.h [__USE_BSD]: Likewise.
11625         [__USE_SVID]: Likewise.
11626         * string/bits/string3.h [__USE_BSD]: Likewise.
11627         * string/endian.h [__USE_BSD]: Likewise.
11628         * string/string.h [__USE_SVID]: Likewise.
11629         [__USE_BSD]: Likewise.
11630         * string/strings.h [__USE_BSD]: Likewise.
11631         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11632         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11633         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11634         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11635         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11636         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11637         Likewise.
11638         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11639         Likewise.
11640         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11641         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11642         Likewise.
11643         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11644         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11645         Likewise.
11646         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11647         Likewise.
11648         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11649         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11650         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11651         Likewise.
11652         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11653         Likewise.
11654         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11655         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11656         * termios/termios.h [__USE_BSD]: Likewise.
11657         * time/sys/time.h [__USE_BSD]: Likewise.
11658         * time/time.h [__USE_BSD]: Likewise.
11659         [__USE_SVID]: Likewise.
11661         * Makefile (subdir_targets): Remove subdir_lint.out.
11663         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11664         (do-tst-printf): Likewise.
11665         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11666         $(objpfx)tst-printf.out.
11668         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11670         * Makerules (check-abi-%): Change target to
11671         $(objpfx)check-abi-%.out.
11672         (check-abi target): Update dependencies.
11673         (check-abi-pattern variable): Redirect output of diff to $@.
11674         (check-abi variable): Likewise.
11675         * elf/Makefile (check-abi): Update dependencies.
11677         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11678         unused.
11679         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11680         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11681         subnormal range.
11682         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11683         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11684         value has largest subnormal exponent.
11685         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11686         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11687         * sysdeps/aarch64/soft-fp/sfp-machine.h
11688         (_FP_TININESS_AFTER_ROUNDING): New macro.
11689         * sysdeps/alpha/soft-fp/sfp-machine.h
11690         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11691         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11692         Likewise.
11693         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11694         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11695         * sysdeps/mips/soft-fp/sfp-machine.h
11696         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11697         * sysdeps/powerpc/soft-fp/sfp-machine.h
11698         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11699         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11700         Likewise.
11701         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11702         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11703         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11704         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11705         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11706         Likewise.
11708 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11710         [BZ #16545]
11711         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11712         model 1.
11714 2014-02-12  Richard Henderson  <rth@redhat.com>
11716         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11717         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11718         * sysdeps/unix/sysv/linux/alpha: Move directory from
11719         ports/sysdeps/unix/sysv/linux/alpha.
11720         * README: Update listing for alpha-*-linux-gnu.
11722 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11724         * include/features.h: Update comment documenting feature test
11725         macros.
11726         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11727         _DEFAULT_SOURCE.
11728         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11729         (_SVID_SOURCE): Likewise.
11730         (_DEFAULT_SOURCE): Update description of default features.
11731         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11732         with _GNU_SOURCE.
11733         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11734         (S_ISVTX): Likewise.
11735         * manual/math.texi (Mathematical Constants): Likewise.
11736         * manual/signal.texi (Interrupted Primitives): Likewise.
11737         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11738         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11739         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11740         Don't refer to _SVID_SOURCE in warning text.
11742         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11744         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11745         already defined.
11746         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11747         * sysdeps/mips/dl-lookup.c: Remove.
11748         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11750 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11752         [BZ #16447]
11753         * math/auto-libm-test-in: Add testcase for expl.
11754         * math/auto-libm-test-out: Regenerate.
11755         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11756         calculation of unsafe.
11757         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11759 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11761         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11762         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11763         ports/sysdeps/unix/sysv/linux/aarch64.
11764         * README: Update listing for aarch64*-*-linux-gnu.
11766 2014-02-11  Will Newton  <will.newton@linaro.org>
11768         * manual/probes.texi (Mathematical Function Probes): Use
11769         "triggered" instead of "hit".
11771         * manual/probes.texi (Internal Probes): Add documentation
11772         of setjmp, longjmp and longjmp_target probes.
11774         * include/stap-probe.h: Add comment about probe argument
11775         format.
11777         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11778         definition.  (tr_where, tr_freehook, tr_mallochook,
11779         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11781 2014-02-11  David S. Miller  <davem@davemloft.net>
11783         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11784         processing int_tests.
11786 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11788         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11789         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11790         * sysdeps/unix/sysv/linux/mips: Move directory from
11791         ports/sysdeps/unix/sysv/linux/mips.
11792         * README: Update listing for mips-*-linux-gnu and
11793         mips64-*-linux-gnu.
11795 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11797         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11798         * sysdeps/unix/sysv/linux/m68k: Move directory from
11799         ports/sysdeps/unix/sysv/linux/m68k.
11800         * README: Update listing for m68k-*-linux-gnu.
11802 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11804         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11805         * sysdeps/unix/sysv/linux/generic: Move directory from
11806         ports/sysdeps/unix/sysv/linux/generic.
11807         * sysdeps/unix/sysv/linux/tile: Move directory from
11808         ports/sysdeps/unix/sysv/linux/tile.
11809         * README: Update listing for tile*-*-linux-gnu.
11811 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11813         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11814         __builtin_expect.
11815         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11816         * catgets/open_catalog.c (__open_catalog): Likewise.
11817         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11818         * debug/confstr_chk.c: Likewise.
11819         * debug/fread_chk.c (__fread_chk): Likewise.
11820         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11821         * debug/getgroups_chk.c: Likewise.
11822         * debug/mbsnrtowcs_chk.c: Likewise.
11823         * debug/mbsrtowcs_chk.c: Likewise.
11824         * debug/mbstowcs_chk.c: Likewise.
11825         * debug/memcpy_chk.c: Likewise.
11826         * debug/memmove_chk.c: Likewise.
11827         * debug/mempcpy_chk.c: Likewise.
11828         * debug/memset_chk.c: Likewise.
11829         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11830         * debug/strcat_chk.c (__strcat_chk): Likewise.
11831         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11832         * debug/strncat_chk.c (__strncat_chk): Likewise.
11833         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11834         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11835         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11836         * debug/wcpncpy_chk.c: Likewise.
11837         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11838         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11839         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11840         * debug/wcsncpy_chk.c: Likewise.
11841         * debug/wcsnrtombs_chk.c: Likewise.
11842         * debug/wcsrtombs_chk.c: Likewise.
11843         * debug/wcstombs_chk.c: Likewise.
11844         * debug/wmemcpy_chk.c: Likewise.
11845         * debug/wmemmove_chk.c: Likewise.
11846         * debug/wmempcpy_chk.c: Likewise.
11847         * debug/wmemset_chk.c: Likewise.
11848         * dirent/scandirat.c (SCANDIRAT): Likewise.
11849         * dlfcn/dladdr1.c (dladdr1): Likewise.
11850         * dlfcn/dladdr.c (dladdr): Likewise.
11851         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11852         * dlfcn/dlerror.c (__dlerror): Likewise.
11853         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11854         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11855         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11856         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11857         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11858         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11859         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11860         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11861         Likewise.
11862         * elf/dl-conflict.c: Likewise.
11863         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11864         * elf/dl-dst.h: Likewise.
11865         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11866         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11867         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11868         * elf/dl-init.c (call_init, _dl_init): Likewise.
11869         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11870         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11871         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11872         Likewise.
11873         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11874         Likewise.
11875         * elf/dl-minimal.c (__libc_memalign): Likewise.
11876         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11877         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11878         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11879         * elf/dl-sym.c (do_sym): Likewise.
11880         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11881         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11882         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11883         * elf/dl-writev.h (_dl_writev): Likewise.
11884         * elf/ldconfig.c (search_dir): Likewise.
11885         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11886         (dl_main): Likewise.
11887         * elf/setup-vdso.h (setup_vdso): Likewise.
11888         * grp/compat-initgroups.c (compat_call): Likewise.
11889         * grp/fgetgrent.c (fgetgrent): Likewise.
11890         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11891         * grp/putgrent.c (putgrent): Likewise.
11892         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11893         Likewise.
11894         * hurd/hurdinit.c: Likewise.
11895         * iconvdata/8bit-gap.c (struct): Likewise.
11896         * iconvdata/ansi_x3.110.c : Likewise.
11897         * iconvdata/big5.c : Likewise.
11898         * iconvdata/big5hkscs.c : Likewise.
11899         * iconvdata/cp1255.c: Likewise.
11900         * iconvdata/cp1258.c : Likewise.
11901         * iconvdata/cp932.c : Likewise.
11902         * iconvdata/euc-cn.c: Likewise.
11903         * iconvdata/euc-jisx0213.c : Likewise.
11904         * iconvdata/euc-jp.c: Likewise.
11905         * iconvdata/euc-jp-ms.c : Likewise.
11906         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11907         * iconvdata/gb18030.c : Likewise.
11908         * iconvdata/gbbig5.c (const): Likewise.
11909         * iconvdata/gbgbk.c: Likewise.
11910         * iconvdata/gbk.c : Likewise.
11911         * iconvdata/ibm1364.c : Likewise.
11912         * iconvdata/ibm930.c : Likewise.
11913         * iconvdata/ibm932.c: Likewise.
11914         * iconvdata/ibm933.c : Likewise.
11915         * iconvdata/ibm935.c : Likewise.
11916         * iconvdata/ibm937.c : Likewise.
11917         * iconvdata/ibm939.c : Likewise.
11918         * iconvdata/ibm943.c: Likewise.
11919         * iconvdata/iso_11548-1.c: Likewise.
11920         * iconvdata/iso-2022-cn.c : Likewise.
11921         * iconvdata/iso-2022-cn-ext.c : Likewise.
11922         * iconvdata/iso-2022-jp-3.c: Likewise.
11923         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11924         * iconvdata/iso-2022-kr.c : Likewise.
11925         * iconvdata/iso646.c (gconv_end): Likewise.
11926         * iconvdata/iso_6937-2.c : Likewise.
11927         * iconvdata/iso_6937.c : Likewise.
11928         * iconvdata/iso8859-1.c: Likewise.
11929         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11930         * iconvdata/shift_jisx0213.c : Likewise.
11931         * iconvdata/sjis.c : Likewise.
11932         * iconvdata/t.61.c : Likewise.
11933         * iconvdata/tcvn5712-1.c : Likewise.
11934         * iconvdata/tscii.c: Likewise.
11935         * iconvdata/uhc.c : Likewise.
11936         * iconvdata/unicode.c (gconv_end): Likewise.
11937         * iconvdata/utf-16.c (gconv_end): Likewise.
11938         * iconvdata/utf-32.c (gconv_end): Likewise.
11939         * iconvdata/utf-7.c (base64): Likewise.
11940         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11941         * iconv/gconv_close.c (__gconv_close): Likewise.
11942         * iconv/gconv_open.c (__gconv_open): Likewise.
11943         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11944         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11945         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11946         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11947         (ucs4le_internal_loop_single): Likewise.
11948         * iconv/iconv.c (iconv): Likewise.
11949         * iconv/iconv_close.c: Likewise.
11950         * iconv/loop.c (SINGLE): Likewise.
11951         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11952         * include/atomic.h: Likewise.
11953         * inet/inet6_option.c (option_alloc): Likewise.
11954         * intl/bindtextdom.c (set_binding_values): Likewise.
11955         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11956         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11957         * intl/localealias.c (read_alias_file): Likewise.
11958         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11959         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11960         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11961         * libio/fmemopen.c (fmemopen): Likewise.
11962         * libio/iofgets.c (_IO_fgets): Likewise.
11963         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11964         * libio/iofgetws.c (fgetws): Likewise.
11965         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11966         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11967         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11968         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11969         * locale/findlocale.c (_nl_find_locale): Likewise.
11970         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11971         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11972         Likewise.
11973         * locale/setlocale.c (setlocale): Likewise.
11974         * login/programs/pt_chown.c (main): Likewise.
11975         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11976         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11977         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11978         (mmap, mmap64, mremap, munmap): Likewise.
11979         * math/e_exp2l.c: Likewise.
11980         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11981         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11982         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11983         * math/s_catan.c (__catan): Likewise.
11984         * math/s_catanf.c (__catanf): Likewise.
11985         * math/s_catanh.c (__catanh): Likewise.
11986         * math/s_catanhf.c (__catanhf): Likewise.
11987         * math/s_catanhl.c (__catanhl): Likewise.
11988         * math/s_catanl.c (__catanl): Likewise.
11989         * math/s_ccosh.c (__ccosh): Likewise.
11990         * math/s_ccoshf.c (__ccoshf): Likewise.
11991         * math/s_ccoshl.c (__ccoshl): Likewise.
11992         * math/s_cexp.c (__cexp): Likewise.
11993         * math/s_cexpf.c (__cexpf): Likewise.
11994         * math/s_cexpl.c (__cexpl): Likewise.
11995         * math/s_clog10.c (__clog10): Likewise.
11996         * math/s_clog10f.c (__clog10f): Likewise.
11997         * math/s_clog10l.c (__clog10l): Likewise.
11998         * math/s_clog.c (__clog): Likewise.
11999         * math/s_clogf.c (__clogf): Likewise.
12000         * math/s_clogl.c (__clogl): Likewise.
12001         * math/s_csin.c (__csin): Likewise.
12002         * math/s_csinf.c (__csinf): Likewise.
12003         * math/s_csinh.c (__csinh): Likewise.
12004         * math/s_csinhf.c (__csinhf): Likewise.
12005         * math/s_csinhl.c (__csinhl): Likewise.
12006         * math/s_csinl.c (__csinl): Likewise.
12007         * math/s_csqrt.c (__csqrt): Likewise.
12008         * math/s_csqrtf.c (__csqrtf): Likewise.
12009         * math/s_csqrtl.c (__csqrtl): Likewise.
12010         * math/s_ctan.c (__ctan): Likewise.
12011         * math/s_ctanf.c (__ctanf): Likewise.
12012         * math/s_ctanh.c (__ctanh): Likewise.
12013         * math/s_ctanhf.c (__ctanhf): Likewise.
12014         * math/s_ctanhl.c (__ctanhl): Likewise.
12015         * math/s_ctanl.c (__ctanl): Likewise.
12016         * math/w_pow.c: Likewise.
12017         * math/w_powf.c: Likewise.
12018         * math/w_powl.c: Likewise.
12019         * math/w_scalb.c (sysv_scalb): Likewise.
12020         * math/w_scalbf.c (sysv_scalbf): Likewise.
12021         * math/w_scalbl.c (sysv_scalbl): Likewise.
12022         * misc/error.c (error_tail): Likewise.
12023         * misc/pselect.c (__pselect): Likewise.
12024         * nis/nis_callback.c (__nis_create_callback): Likewise.
12025         * nis/nis_call.c (__nisfind_server): Likewise.
12026         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12027         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12028         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12029         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12030         * nis/nis_lookup.c (nis_lookup): Likewise.
12031         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12032         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12033         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12034         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12035         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12036         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12037         * nis/nss_compat/compat-initgroups.c (add_group)
12038         (internal_getgrent_r): Likewise.
12039         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12040         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12041         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12042         (internal_getspnam_r): Likewise.
12043         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12044         (_nss_nis_getaliasbyname_r): Likewise.
12045         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12046         (_nss_nis_getntohost_r): Likewise.
12047         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12048         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12049         (_nss_nis_getgrgid_r): Likewise.
12050         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12051         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12052         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12053         (_nss_nis_gethostbyname4_r): Likewise.
12054         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12055         (initgroups_netid): Likewise.
12056         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12057         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12058         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12059         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12060         (_nss_nis_getprotobynumber_r): Likewise.
12061         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12062         (_nss_nis_getsecretkey): Likewise.
12063         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12064         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12065         (_nss_nis_getpwuid_r): Likewise.
12066         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12067         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12068         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12069         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12070         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12071         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12072         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12073         Likewise.
12074         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12075         (_nss_nisplus_getntohost_r): Likewise.
12076         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12077         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12078         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12079         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12080         Likewise.
12081         * nis/nss_nisplus/nisplus-initgroups.c
12082         (_nss_nisplus_initgroups_dyn): Likewise.
12083         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12084         (_nss_nisplus_getnetbyaddr_r): Likewise.
12085         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12086         (_nss_nisplus_getprotobynumber_r): Likewise.
12087         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12088         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12089         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12090         Likewise.
12091         * nis/nss_nisplus/nisplus-service.c
12092         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12093         (_nss_nisplus_getservbyport_r): Likewise.
12094         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12095         (_nss_nisplus_getspnam_r): Likewise.
12096         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12097         Likewise.
12098         * nscd/aicache.c (addhstaiX): Likewise.
12099         * nscd/cache.c (cache_search, prune_cache): Likewise.
12100         * nscd/connections.c (register_traced_file, send_ro_fd)
12101         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12102         (main_loop_epoll): Likewise.
12103         * nscd/grpcache.c (addgrbyX): Likewise.
12104         * nscd/hstcache.c (addhstbyX): Likewise.
12105         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12106         * nscd/mem.c (gc, mempool_alloc): Likewise.
12107         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12108         (addinnetgrX): Likewise.
12109         * nscd/nscd-client.h (__nscd_acquire_maplock)
12110         (__nscd_drop_map_ref): Likewise.
12111         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12112         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12113         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12114         Likewise.
12115         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12116         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12117         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12118         (__nscd_get_map_ref): Likewise.
12119         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12120         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12121         Likewise.
12122         * nscd/pwdcache.c (addpwbyX): Likewise.
12123         * nscd/selinux.c (preserve_capabilities): Likewise.
12124         * nscd/servicescache.c (addservbyX): Likewise.
12125         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12126         * posix/fnmatch.c (fnmatch): Likewise.
12127         * posix/getopt.c (_getopt_internal_r): Likewise.
12128         * posix/glob.c (glob, glob_in_dir): Likewise.
12129         * posix/wordexp.c (exec_comm_child): Likewise.
12130         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12131         (getanswer_r, gaih_getanswer_slice): Likewise.
12132         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12133         * resolv/res_init.c: Likewise.
12134         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12135         * resolv/res_query.c (__libc_res_nquery): Likewise.
12136         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12137         Likewise.
12138         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12139         * stdio-common/perror.c (perror): Likewise.
12140         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12141         * stdio-common/tmpnam.c (tmpnam): Likewise.
12142         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12143         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12144         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12145         Likewise.
12146         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12147         * stdlib/putenv.c (putenv): Likewise.
12148         * stdlib/setenv.c (__add_to_environ): Likewise.
12149         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12150         * stdlib/strtol_l.c (INTERNAL): Likewise.
12151         * string/memmem.c (memmem): Likewise.
12152         * string/strerror.c (strerror): Likewise.
12153         * string/strnlen.c (__strnlen): Likewise.
12154         * string/test-memmem.c (simple_memmem): Likewise.
12155         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12156         * sunrpc/pm_getport.c (__get_socket): Likewise.
12157         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12158         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12159         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12160         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12161         Likewise.
12162         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12163         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12164         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12165         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12166         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12167         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12168         Likewise.
12169         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12170         Likewise.
12171         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12172         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12173         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12174         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12175         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12176         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12177         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12178         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12179         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12180         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12181         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12182         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12183         Likewise.
12184         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12185         Likewise.
12186         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12187         Likewise.
12188         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12189         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12190         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12191         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12192         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12193         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12194         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12195         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12196         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12197         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12198         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12199         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12200         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12201         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12202         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12203         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12204         Likewise.
12205         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12206         Likewise.
12207         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12208         Likewise.
12209         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12210         Likewise.
12211         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12212         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12213         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12214         Likewise.
12215         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12216         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12217         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12218         * sysdeps/posix/sleep.c: Likewise.
12219         * sysdeps/posix/tempname.c: Likewise.
12220         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12221         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12222         Likewise.
12223         * sysdeps/powerpc/powerpc32/dl-machine.h
12224         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12225         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12226         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12227         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12228         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12229         Likewise.
12230         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12231         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12232         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12233         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12234         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12235         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12236         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12237         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12238         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12239         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12240         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12241         (elf_machine_lazy_rel): Likewise.
12242         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12243         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12244         (elf_machine_lazy_rel): Likewise.
12245         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12246         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12247         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12248         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12249         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12250         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12251         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12252         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12253         Likewise.
12254         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12255         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12256         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12257         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12258         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12259         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12260         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12261         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12262         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12263         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12264         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12265         Likewise.
12266         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12267         (__posix_fallocate64_l64): Likewise.
12268         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12269         (posix_fallocate): Likewise.
12270         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12271         Likewise.
12272         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12273         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12274         (getifaddrs_internal): Likewise.
12275         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12276         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12277         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12278         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12279         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12280         (__posix_fallocate64_l64): Likewise.
12281         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12282         Likewise.
12283         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12284         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12285         (__get_clockfreq): Likewise.
12286         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12287         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12288         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12289         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12290         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12291         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12292         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12293         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12294         Likewise.
12295         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12296         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12297         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12298         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12299         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12300         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12301         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12302         Likewise.
12303         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12304         (posix_fallocate): Likewise.
12305         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12306         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12307         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12308         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12309         (elf_machine_rela, elf_machine_rela_relative)
12310         (elf_machine_lazy_rel): Likewise.
12311         * time/asctime.c (asctime_internal): Likewise.
12312         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12313         * time/tzset.c (__tzset_parse_tz): Likewise.
12314         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12315         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12316         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12317         * wcsmbs/wcsmbsload.h: Likewise.
12319         [BZ #15894]
12320         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12322         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12323         (arena_get2): Remove THREAD_STATS conditionals.
12324         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12325         (__malloc_stats, int): Likewise.
12327 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12329         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12330         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12332         * manual/setjmp.texi: Fix typos/grammar errors.
12334         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12335         Only return early when n is <= 0.  Delete unused return statement.
12337         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12338         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12339         * debug/tst-longjmp_chk3.c: New file.
12341         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12342         (test_main): Replace code with set_fortify_handler call.
12343         * debug/test-strcpy_chk.c: Likewise.
12344         * debug/tst-chk1.c: Likewise.
12345         * debug/tst-longjmp_chk.c: Likewise.
12346         * test-skeleton.c: Include fcntl.h & paths.h
12347         (set_fortify_handler): Define.
12349         * debug/tst-longjmp_chk.c: Add header comment and include
12350         ../test-skeleton.c.
12351         (do_test): Mark static.
12352         (TEST_FUNCTION): Define.
12354         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12355         (IP_PMTUDISC_INTERFACE): Likewise.
12356         (IP_MULTICAST_IF): Likewise.
12357         (IP_MULTICAST_TTL): Likewise.
12358         (IP_MULTICAST_LOOP): Likewise.
12359         (IP_ADD_MEMBERSHIP): Likewise.
12360         (IP_DROP_MEMBERSHIP): Likewise.
12361         (IP_UNBLOCK_SOURCE): Likewise.
12362         (IP_BLOCK_SOURCE): Likewise.
12363         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12364         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12365         (IP_MSFILTER): Likewise.
12366         (MCAST_JOIN_GROUP): Likewise.
12367         (MCAST_BLOCK_SOURCE): Likewise.
12368         (MCAST_UNBLOCK_SOURCE): Likewise.
12369         (MCAST_LEAVE_GROUP): Likewise.
12370         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12371         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12372         (MCAST_MSFILTER): Likewise.
12373         (IP_MULTICAST_ALL): Likewise.
12374         (IP_UNICAST_IF): Likewise.
12376         * timezone/Makefile: Delete $(have-ksh) check.
12377         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12378         * timezone/tzselect.ksh: Add +x mode bits.
12380         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12381         (ANON_INODE_FS_MAGIC): Likewise.
12382         (BDEVFS_MAGIC): Likewise.
12383         (BINFMTFS_MAGIC): Likewise.
12384         (BTRFS_TEST_MAGIC): Likewise.
12385         (CRAMFS_MAGIC_WEND): Likewise.
12386         (DEBUGFS_MAGIC): Likewise.
12387         (ECRYPTFS_SUPER_MAGIC): Likewise.
12388         (EXT3_SUPER_MAGIC): Likewise.
12389         (EXT4_SUPER_MAGIC): Likewise.
12390         (FUTEXFS_SUPER_MAGIC): Likewise.
12391         (HOSTFS_SUPER_MAGIC): Likewise.
12392         (HUGETLBFS_MAGIC): Likewise.
12393         (MINIX3_SUPER_MAGIC): Likewise.
12394         (MTD_INODE_FS_MAGIC): Likewise.
12395         (NILFS_SUPER_MAGIC): Likewise.
12396         (OPENPROM_SUPER_MAGIC): Likewise.
12397         (PIPEFS_MAGIC): Likewise.
12398         (PSTOREFS_MAGIC): Likewise.
12399         (QNX6_SUPER_MAGIC): Likewise.
12400         (RAMFS_MAGIC): Likewise.
12401         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12402         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12403         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12404         (SECURITYFS_MAGIC): Likewise.
12405         (SELINUX_MAGIC): Likewise.
12406         (SMACK_MAGIC): Likewise.
12407         (SOCKFS_MAGIC): Likewise.
12408         (SQUASHFS_MAGIC): Likewise.
12409         (STACK_END_MAGIC): Likewise.
12410         (TMPFS_MAGIC): Likewise.
12411         (USBDEVICE_SUPER_MAGIC): Likewise.
12412         (V9FS_MAGIC): Likewise.
12413         (XENFS_SUPER_MAGIC): Likewise.
12414         (CRAMFS_MAGIC): Fix typo in comment.
12415         (EXT2_SUPER_MAGIC): Update comment.
12416         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12418 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12420         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12421         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12422         * sysdeps/unix/sysv/linux/arm: Move directory from
12423         ports/sysdeps/unix/sysv/linux/arm.
12424         * README: Update listing for arm-*-linux-gnueabi.
12426         * README: Remove mention of am33.
12428 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12430         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12431         than the comma operator, to avoid "rhs of comma has no effect"
12432         compiler warnings.
12433         (__sigfillset, __sigandset, __sigorset): Likewise.
12434         * include/signal.h (__sigemptyset): Likewise.
12435         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12437 2014-02-07  Allan McRae  <allan@archlinux.org>
12439         * version.h (RELEASE): Set to "development".
12440         (VERSION): Set to "2.19.90"
12441         * NEWS: Add 2.20 section.
12443 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12445         [BZ #16529]
12446         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12448 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12450         * manual/contrib.texi: Update entry for Carlos O'Donell,
12451         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12453 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12455         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12457         * sysdeps/unix/sysv/linux/kernel-features.h
12458         [__LINUX_KERNEL_VERSION >= 0x020621]
12459         (__ASSUME_PROC_PID_TASK_COMM): Define.
12461 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12463         [BZ #16398]
12464         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12465         conversion when destination buffer does not have enough space.
12466         * libio/tst-ftell-partial-wide.c: New test case.
12467         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12469         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12470         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12471         Leonard and Allan McRae.
12473 2014-02-04  David S. Miller  <davem@davemloft.net>
12475         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12476         32-bit.
12478 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12481         New file
12482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12483         New file
12484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12485         New file.
12486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12487         New file.
12488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12489         New file.
12490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12491         New file.
12492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12493         New file.
12494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12495         New file.
12496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12497         New file.
12498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12499         New file.
12500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12501         New file.
12502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12503         New file.
12504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12505         New file.
12507 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12509         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12510         * shlib-versions: Likewise.
12512 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12513             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12515         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12516         (abilist-pattern): New variable, set to %-le.abilist.
12518         * Makerules (abilist-pattern): New variable.
12519         (vpath): Use $(abilist-pattern) in place of %.abilist.
12520         (check-abi-% pattern rule): Likewise.
12521         (check-abi, update-abi): Likewise.
12523 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12525         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12527 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12529         * manual/startup.texi: Add next, previous, and top entries for
12530         the `Program Arguments' and `Environment Variables' nodes.
12532 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12534         * manual/macros.texi: Add comments before MTASC-safety macros.
12536         * manual/users.texi: Document MTASC-safety properties.
12538         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12539         (pthread_getspecific, pthread_setspecific): Format with
12540         @deftypefun, and add @safety note.
12541         * manual/signal.texi: Move comments that analyze the above
12542         functions to their home place.
12544 2014-02-03  Allan McRae  <allan@archlinux.org>
12546         * po/sl.po: Update Slovenian translation from translation project.
12548 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12550         * manual/time.texi (timegm): Add missing blank after @c.
12551         Reported by Joseph Myers <joseph@codesourcery.com>.
12553 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12555         * manual/check-safety.sh: New.
12556         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12558         * manual/terminal.texi: Document MTASC-safety properties.
12560         * manual/filesys.texi: Document MTASC-safety properties.
12562         * manual/errno.texi: Document MTASC-safety properties.
12564         * manual/intro.texi: Document safety identifiers and
12565         conditionals.
12567         * manual/string.texi (wcstok): Fix prototype.
12568         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12570         * manual/time.texi: Document MTASC-safety properties.
12572         * manual/string.texi: Document MTASC-safety properties.
12574         * manual/threads.texi: Document MTASC-safety properties.
12576         * manual/stdio.texi: Document MTASC-safety properties.
12578         * manual/syslog.texi: Document MTASC-safety properties.
12580         * manual/sysinfo.texi: Document MTASC-safety properties.
12582         * manual/startup.texi: Document MTASC-safety properties.
12584         * manual/socket.texi: Document MTASC-safety properties.
12586         * manual/signal.texi: Document MTASC-safety properties.
12588 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12590         * manual/setjmp.texi: Document MTASC-safety properties.
12592         * manual/search.texi: Document MTASC-safety properties.
12594         * manual/resource.texi: Document MTASC-safety properties.
12596         * manual/process.texi: Document MTASC-safety properties.
12598         * manual/platform.texi: Document MTASC-safety properties.
12600         * manual/pipe.texi: Document MTASC-safety properties.
12602         * manual/pattern.texi: Document MTASC-safety properties.
12604         * manual/message.texi: Document MTASC-safety properties.
12606         [BZ #12751]
12607         * manual/memory.texi: Document MTASC-safety properties.
12609         * manual/math.texi: Document MTASC-safety properties.
12611         * manual/locale.texi: Document MTASC-safety properties.
12613         * manual/llio.texi: Document MTASC-safety properties.
12615         * manual/libdl.texi: New.
12617         * manual/lang.texi: Document MTASC-safety properties.
12619         * manual/job.texi: Document MTASC-safety properties.
12621         * manual/getopt.texi: Document MTASC-safety properties.
12623         * manual/ctype.texi: Document MTASC-safety properties.
12625 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12627         [BZ #16046]
12628         * csu/libc-tls.c (static_map): Remove variable.
12629         (__libc_setup_tls): Use main executable's link map for TLS data.
12630         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12631         casing for LM_ID_BASE and GL(dl_nns).
12632         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12633         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12634         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12635         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12636         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12637         member.
12638         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12639         l_phnum members.
12641 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12643         * manual/debug.texi: Document MTASC-safety properties.
12645 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12647         [BZ #16510]
12648         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12649         of __x86_64__ when disabling x87 inline functions.
12651 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12653         * manual/charset.texi: Document MTASC-safety properties.
12655         * manual/crypt.texi: Document MTASC-safety properties.
12657         * manual/conf.texi: Document MTASC-safety properties.
12659         * manual/arith.texi: Document MTASC-safety properties.
12661         * manual/argp.texi: Document MTASC-safety properties.
12663         * manual/macros.texi: Introduce macros to document multi
12664         thread, asynchronous signal and asynchronous cancellation
12665         safety properties.
12666         * manual/intro.texi: Introduce the properties themselves.
12668 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12670         * sysdeps/sh/sh4/Makefile: New file.
12672 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12674         * math/gen-libm-test.pl ($srcdir): New variable.
12675         ($auto_input): Use it.
12677 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12679         [BZ #16506]
12680         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12681         access beyond array bounds when parsing netgroups file.
12683         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12684         the old buffer before realloc.
12686 2014-01-27  Allan McRae  <allan@archlinux.org>
12688         * po/fr.po: Update French translation from translation project.
12690 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12692         * sysdeps/sh/libm-test-ulps: Regenerate.
12694 2014-01-24  David S. Miller  <davem@davemloft.net>
12696         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12698 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12700         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12701         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12703 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12705         [BZ #16474]
12706         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12707         string pointers after reallocation.
12709 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12711         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12712         __SH4A__ instead of __SH_FPU_ANY__.
12714 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12716         * sysdeps/sh/fpu_control.h: New file.
12717         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12718         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12719         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12720         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12721         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12722         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12723         * sysdeps/sh/sys/ucontext.h: Remove.
12724         * sysdeps/sh/sys: Remove directory.
12726 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12728         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12729         s390/sys/ucontext.h.
12730         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12731         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12733 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12735         [BZ #15605]
12736         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12738 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12740         [BZ#16431]
12741         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12742         Adjust the vDSO correctly for internal calls.
12743         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12745 2014-01-20  Allan McRae  <allan@archlinux.org>
12747         * po/ca.po: Update Catalan translation from translation project.
12749 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12751         * sysdeps/s390/sotruss-lib.c: New file.
12753 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12755         [BZ#16430]
12756         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12757         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12758         local calls issues by not having a PLT stub required for IFUNC calls.
12759         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12761 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12763         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12764         * math/test-fpucw-static.c: Likewise.
12766 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12768         [BZ #16453]
12769         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12771 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12773         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12774         implementation for powerpc.
12776 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12778         [BZ #14782]
12779         * sysdeps/posix/system.c (__libc_system): Do not enable
12780         asynchronous cancellation.
12782 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12784         [BZ #16427]
12785         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12786         handling only for numbers special also in the IEEE case.
12788 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12790         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12792 2014-01-11  Allan McRae  <allan@archlinux.org>
12794         * po/bg.po: Update Bulgarian translation from translation project.
12796         * po/de.po: Update German translation from translation project.
12798 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12800         * sysdeps/generic/gcc-compat.h: New file.
12802 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12804         * benchtests/asin-inputs: Correct slow inputs.
12805         * benchtests/acos-inputs: Likewise.
12807 2014-01-10  Allan McRae  <allan@archlinux.org>
12809         * po:sv.po: Update Swedish translation from translation project.
12811         * po/vi.po: Update Vietnamese translation from translation project.
12813         * po/eo.po: Update Esperanto translation from translation project.
12815         * po/cs.po: Update Czech translation from translation project.
12817         * po/nl.po: Update Dutch translation from translation project.
12819         * po/pl.po: Update Polish translation from translation project.
12821         * po/ru.po: Update Russian translation from translation project.
12823         * po/uk.po: Update Ukrainian translation from translation project.
12825 2014-01-08  Brooks Moses  <bmoses@google.com>
12827         * elf/dl-load.c: Fix comment typo.
12829 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12831         * po/header.pot: Rename to...
12832         * po/pot.header: ... this.
12833         * po/Makefile: Use pot.header.
12835 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12836             Maxim Kuvyrkov  <maxim@kugelworks.com>
12838         [BZ #16394]
12839         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12840         SRC and DEST against LEN.
12842 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12844         [BZ #16414]
12845         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12846         implementation.
12847         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12849 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12851         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12853 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12855         [BZ #16408]
12856         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12857         for large positive arguments.
12859 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12861         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12863         * math/auto-libm-test-in: Mark various tests with
12864         xfail-rounding:ldbl-128ibm.
12865         * math/auto-libm-test-out: Regenerated.
12867         [BZ #16407]
12868         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12869         Increase overflow threshold.
12871 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12873         [BZ #14286]
12874         * stdio-common/vfprintf.c: Check for integer overflow.
12876 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12878         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12879         the first argument and return value of __tls_get_addr_internal.
12881 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12883         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12884         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12886 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12888         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12889         * sysdeps/s390/rtld-global-offsets.sym: New file.
12890         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12891         GLIBC_2.19 symbol.
12892         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12893         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12894         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12895         ... this.
12896         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12897         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12898         ... this.
12899         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12900         Regenerate.
12901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12902         Regenerate.
12903         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12904         halfs of GPRs for high_gprs contexts.
12905         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12906         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12907         field.
12908         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12909         uc_flags field.
12910         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12911         64 bit versions:
12912         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12913         for high GPRs (uc_high_gprs) and for future extensions
12914         (__reserved).
12915         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12916         for future extensions (__reserved).
12917         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12918         64 bit versions:
12919         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12920         SC_HIGHGPRS offset definition.
12921         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12922         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12924         * Versions.def: Add GLIBC_2.19 for libpthread.
12925         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12926         siglongjmp for libpthread with GLIBC_2.19 symver.
12927         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12928         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12929         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12930         * sysdeps/s390/__longjmp.c: New file.
12931         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12932         * sysdeps/s390/longjmp.c: New file.
12933         * sysdeps/s390/setjmp.S: New file.
12934         * sysdeps/s390/sigjmp.S: New file.
12935         * sysdeps/s390/v1-longjmp.c: New file.
12936         * sysdeps/s390/v1-setjmp.h: New file.
12937         * sysdeps/s390/v1-sigjmp.c: New file.
12938         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12939         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12940         GLIBC_2.19 version.
12941         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12942         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12943         versioned symbols for ____longjmp_chk.
12944         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12945         Likewise.
12946         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12947         Regenerate.
12948         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12949         Regenerate.
12950         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12951         Regenerate.
12952         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12953         Regenerate.
12954         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12955         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12956         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12957         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12958         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12959         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12960         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12961         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12962         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12963         * sysdeps/s390/rtld-__longjmp.c: New file.
12964         * sysdeps/s390/rtld-setjmp.S: New file.
12966 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12968         [BZ #16400]
12969         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12970         Return -__logl (x) for small positive arguments without evaluating
12971         a polynomial.
12973 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12975         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12976         Rename to ...
12977         (__ptrace_peeksiginfo_args): ... this.
12978         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12979         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12980         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12982 2014-01-06  Allan McRae  <allan@archlinux.org>
12984         * inet/netinet/in.h: Fix typo in comment.
12986 2014-01-05  Andreas Jaeger  <aj@suse.de>
12988         * sysdeps/i386/fpu/libm-test-ulps: Update.
12990 2014-01-05  Allan McRae  <allan@archlinux.org>
12992         * po/libc.pot: Regenerated.
12994         * malloc/memusagestat.c: Fix gettext call formatting.
12996 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12998         * nscd/nscd.c: Improve usage() output.
13000 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13002         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13003         * sysdeps/unix/sysv/linux/configure: Regenerated.
13004         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13005         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13007 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13009         [BZ #16390]
13010         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13011         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13013 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13015         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13016         extra tokens at end of #undef directive.
13017         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13018         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13019         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13021 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13023         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13025         * math/auto-libm-test-in: Mark various tests with
13026         xfail-rounding:ldbl-128ibm.
13027         * math/auto-libm-test-out: Regenerated.
13029 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13031         [BZ #16386]
13032         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13033         numbers with subnormal high part when calculating exponent.
13035         [BZ #16385]
13036         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13037         fabs.
13039         [BZ #16384]
13040         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13041         M_LN2l.
13042         (__ieee754_acoshl): Use __log1pl not __log1p.
13044 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13046         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13047         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13048         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13049         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13050         (reused_arena, arena_get2): Convert to GNU style.
13051         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13052         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13053         (memalign_check, __malloc_set_state): Likewise.
13054         * malloc/mallocbug.c (main): Likewise.
13055         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13056         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13057         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13058         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13059         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13060         (__posix_memalign, malloc_info): Likewise.
13061         * malloc/malloc.h: Likewise.
13062         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13063         (mallochook, memalignhook, reallochook, mabort): Likewise.
13064         * malloc/mcheck.h: Likewise.
13065         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13066         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13067         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13068         * malloc/morecore.c (__default_morecore): Likewise.
13069         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13070         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13071         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13072         (print_and_abort): Likewise.
13073         * malloc/obstack.h: Likewise.
13074         * malloc/set-freeres.c (__libc_freeres): Likewise.
13075         * malloc/tst-mallocstate.c (main): Likewise.
13076         * malloc/tst-mtrace.c (main): Likewise.
13077         * malloc/tst-realloc.c (do_test): Likewise.
13079 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13081         [BZ #16366]
13082         * nscd/netgroupcache.c (do_notfound): New function.
13083         (addgetnetgrentX): Use it.
13085         [BZ # 16365]
13086         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13087         NSS_STATUS_NOTFOUND.
13089 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13091         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13094 2014-01-01  Allan McRae  <allan@archlinux.org>
13096         * scripts/update-copyrights: Update configure input file suffix.
13098         * NEWS: Update copyright year.
13099         * catgets/gencat.c: Likewise.
13100         * csu/version.c: Likewise.
13101         * debug/catchsegv.sh: Likewise.
13102         * debug/pcprofiledump.c: Likewise.
13103         * debug/xtrace.sh: Likewise.
13104         * elf/ldconfig.c: Likewise.
13105         * elf/ldd.bash.in: Likewise.
13106         * elf/pldd.c: Likewise.
13107         * elf/sotruss.ksh: Likewise.
13108         * elf/sprof.c: Likewise.
13109         * iconv/iconv_prog.c: Likewise.
13110         * iconv/iconvconfig.c: Likewise.
13111         * locale/programs/locale.c: Likewise.
13112         * locale/programs/localedef.c: Likewise.
13113         * login/programs/pt_chown.c: Likewise.
13114         * malloc/memusage.sh: Likewise.
13115         * malloc/memusagestat.c: Likewise.
13116         * malloc/mtrace.pl: Likewise.
13117         * manual/libc.texinfo: Likewise.
13118         * nscd/nscd.c: Likewise.
13119         * nss/getent.c: Likewise.
13120         * nss/makedb.c: Likewise.
13121         * posix/getconf.c: Likewise.
13122         * scripts/test-installation.pl: Likewise.
13124         * All files with FSF copyright notices: Update copyright dates
13125         using scripts/update-copyrights.
13126         * intl/plural.c: Regenerated.
13127         * locale/programs/charmap-kw.h: Likewise.
13128         * locale/programs/locfile-kw.h: Likewise.
13130 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13132         * sysdeps/unix/sysv/linux/configure: Regenerated.
13133         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13134         the linux/fanotify.h header.
13135         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13136         HAVE_LINUX_FANOTIFY_H is defined.
13138 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13140         * benchtests/cos-inputs: New inputs.
13141         * benchtests/sin-inputs: Likewise.
13143         * benchtests/atan-inputs: New inputs. Fix name of multiple
13144         precision fallback inputs.
13146         * benchtests/atanh-inputs: New inputs.
13147         * benchtests/tanh-inputs: Likewise.
13149         * benchtests/acosh-inputs: New inputs.
13150         * benchtests/asinh-inputs: Likewise.
13152         * benchtests/cosh-inputs: New inputs.
13153         * benchtests/sinh-inputs: Likewise.
13155         * benchtests/acos-inputs: Add more inputs.
13156         * benchtests/asin-inputs: Likewise.
13158 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13160         [BZ #16375]
13161         * manual/arith.texi: Fix spelling.
13162         * manual/charset.texi: Likewise.
13163         * manual/errno.texi: Likewise.
13164         * manual/filesys.texi: Likewise.
13165         * manual/lang.texi: Likewise.
13166         * manual/llio.texi: Likewise.
13167         * manual/locale.texi: Likewise.
13168         * manual/message.texi: Likewise.
13169         * manual/resource.texi: Likewise.
13170         * manual/search.texi: Likewise.
13171         * manual/setjmp.texi: Likewise.
13172         * manual/stdio.texi: Likewise.
13173         * manual/string.texi: Likewise.
13174         * manual/sysinfo.texi: Likewise.
13175         * manual/time.texi: Likewise.
13177 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13179         * po/sl.po: New file.
13181 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13183         * .gitignore: Add core/.gdbinit/.gdb_history.
13185 2013-12-27  Allan McRae  <allan@archlinux.org>
13187         [BZ #16369]
13188         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13189         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13191 2013-12-24  Brooks Moses  <bmoses@google.com>
13193         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13194         all compilers that claim C++98 compliance, not just GCC.
13195         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13196         Likewise.
13198 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13200         * NEWS: Restore accidentally deleted bug-fix entries.
13202 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13203             Ondřej Bílka  <neleai@seznam.cz>
13205         [BZ #15073]
13206         * malloc/malloc.c (_int_free): Perform sanity check only if we
13207         have_lock.
13209 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13211         [BZ #12986]
13212         * manual/stdio.texi (String Input Conversions): Clarify that character
13213         classes are not supported.
13215 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13219 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13221         [BZ #16337]
13222         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13223         Calculate results for small negative arguments directly rather
13224         than using reflection formula with special underflow handling.
13226         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13227         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13228         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13229         (fchflags): Likewise.
13230         (revoke): Likewise.
13231         (setlogin): Likewise.
13232         (sigaltstack): Likewise.
13233         (wait4): Likewise.
13234         (sigblock): Remove.
13235         (sigsetmask): Likewise.
13236         (wait3): Likewise.
13237         (waitpid): Likewise.
13238         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13239         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13240         file.
13241         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13242         * sysdeps/unix/bsd/Makefile: ... here.
13243         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13244         * sysdeps/unix/bsd/Versions: ... here.
13245         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13246         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13247         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13248         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13249         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13250         * sysdeps/unix/bsd/sigblock.c: ... here.
13251         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13252         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13253         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13254         * sysdeps/unix/bsd/sigvec.c: ... here.
13255         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13256         * sysdeps/unix/bsd/tcdrain.c: ... here.
13257         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13258         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13259         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13260         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13261         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13262         * sysdeps/unix/bsd/wait.c: ... here.
13263         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13264         * sysdeps/unix/bsd/wait3.c: ... here.
13265         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13266         * sysdeps/unix/bsd/waitpid.c: ... here.
13268 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13270         [BZ #16356]
13271         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13272         round-to-nearest for [!USE_AS_EXPM1L].
13273         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13274         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13275         more tests of exp and exp10.  Expect some exp10 tests to miss
13276         exceptions or fail in directed rounding modes.
13277         * math/auto-libm-test-out: Regenerated.
13278         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13279         (exp10_test_tonearest): New function.
13280         (exp10_towardzero_test_data): New array.
13281         (exp10_test_towardzero): New function.
13282         (exp10_downward_test_data): New array.
13283         (exp10_test_downward): New function.
13284         (exp10_upward_test_data): New array.
13285         (exp10_test_upward): New function.
13286         (main): Call the new functions.
13287         * sysdeps/i386/fpu/libm-test-ulps: Update.
13288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13290 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13292         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13293         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13294         * math/auto-libm-test-out: Regenerated.
13295         * math/libm-test.inc (acosh_test_data): Add more tests.
13296         (atanh_test_data): Likewise.
13297         (ceil_test_data): Likewise.
13298         (copysign_test_data): Likewise.
13299         * sysdeps/i386/fpu/libm-test-ulps: Update.
13300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13302         * timezone/checktab.awk: Update from tzcode 2013i.
13303         * timezone/private.h: Likewise.
13304         * timezone/scheck.c: Likewise.
13305         * timezone/tzfile.h: Likewise.
13306         * timezone/tzselect.ksh: Likewise.
13307         * timezone/zdump.c: Likewise.
13308         * timezone/zic.c: Likewise.
13310         * math/auto-libm-test-in: Add tests of cpow.
13311         * math/auto-libm-test-out: Regenerated.
13312         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13313         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13314         mpc_cc_c.
13315         (func_calc_desc): Add mpc_cc_c union field.
13316         (test_functions): Add cpow.
13317         (special_fill_2pi): New function.
13318         (special_real_inputs): Add 2pi.
13319         (calc_generic_results): Handle mpc_cc_c.
13320         * sysdeps/i386/fpu/libm-test-ulps: Update.
13321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13323         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13324         csqrt, ctan and ctanh.
13325         * math/auto-libm-test-out: Regenerated.
13326         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13327         (TEST_COND_x86): Likewise.
13328         (ccos_test_data): Use AUTO_TESTS_c_c.
13329         (ccosh_test_data): Likewise.
13330         (cexp_test_data): Likewise.
13331         (clog_test_data): Likewise.
13332         (csqrt_test_data): Likewise.
13333         (ctan_test_data): Likewise.
13334         (ctan_tonearest_test_data): Likewise.
13335         (ctan_towardzero_test_data): Likewise.
13336         (ctan_downward_test_data): Likewise.
13337         (ctan_upward_test_data): Likewise.
13338         (ctanh_test_data): Likewise.
13339         (ctanh_tonearest_test_data): Likewise.
13340         (ctanh_towardzero_test_data): Likewise.
13341         (ctanh_downward_test_data): Likewise.
13342         (ctanh_upward_test_data): Likewise.
13343         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13344         mpc_c_c.
13345         (func_calc_desc): Add mpc_c_c union field.
13346         (FUNC_mpc_c_c): New macro.
13347         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13348         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13349         ctanh.
13350         (special_fill_min_subnorm_p120): New function.
13351         (special_real_inputs): Add min_subnorm_p120.
13352         (calc_generic_results): Handle mpc_c_c.
13353         * sysdeps/i386/fpu/libm-test-ulps: Update.
13354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13356 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13358         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13359         (do_sin_slow): New functions.
13360         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13361         (cslow2, csloww1, csloww2): Use the new functions.
13363         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13364         Use M to change sign of result instead of X.  Assume X is
13365         positive.
13366         (csloww1): Likewise.
13367         (__sin): Adjust.
13368         (__cos): Adjust.
13370         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13371         arguments A and DA.
13372         (__sin): Adjust.
13373         (__cos): Likewise.
13375         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13376         (__cos): Likewise.
13377         (sloww1): Don't adjust sign of DX.
13378         (csloww1): Likewise.
13379         (sloww2): Use X directly and don't adjust sign of DX.
13380         (csloww2): Likewise.
13382 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13384         * math/auto-libm-test-in: Add tests of cabs and carg.
13385         * math/auto-libm-test-out: Regenerated.
13386         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13387         (carg_test_data): Likewise.
13388         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13389         mpc_c_f.
13390         (func_calc_desc): Add mpc_c_f union field.
13391         (test_functions): Add cabs and carg.
13392         (calc_generic_results): Handle mpc_c_f.
13394         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13395         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13396         as a macro and a compat symbol.
13397         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13398         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13399         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13400         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13401         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13402         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13403         not use .hidden.
13404         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13405         Likewise.
13406         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13407         Likewise.
13408         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13409         Likewise.
13410         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13411         Likewise.
13412         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13413         Likewise.
13414         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13415         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13416         from GLIBC_2.3.2.
13418 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13422 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13424         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13425         trailing whitespace removed.
13426         * scripts/config.guess: Update to version 2013-11-29.
13427         * scripts/config.sub: Update to version 2013-10-01.
13429         * math/auto-libm-test-in: Add tests of sincos.
13430         * math/auto-libm-test-out: Regenerated.
13431         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13432         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13433         mpfr_f_11.
13434         (func_calc_desc): Add mpfr_f_11 union field.
13435         (test_functions): Add sincos.
13436         (calc_generic_results): Handle mpfr_f_11.
13437         * sysdeps/i386/fpu/libm-test-ulps: Update.
13438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13440 2013-12-19  Andreas Schwab  <schwab@suse.de>
13442         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13443         CALL_MCOUNT.
13444         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13445         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13446         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13448 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13450         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13451         * sysdeps/i386/fpu/libm-test-ulps: Update.
13452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13454         [BZ #16293]
13455         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13456         round-to-nearest mode when using frndint.
13457         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13458         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13459         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13460         Likewise.
13461         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13462         sinh test to fail.
13463         * math/auto-libm-test-out: Regenerated.
13464         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13465         (TEST_COND_x86): Likewise.
13466         (expm1_tonearest_test_data): New array.
13467         (expm1_test_tonearest): New function.
13468         (expm1_towardzero_test_data): New array.
13469         (expm1_test_towardzero): New function.
13470         (expm1_downward_test_data): New array.
13471         (expm1_test_downward): New function.
13472         (expm1_upward_test_data): New array.
13473         (expm1_test_upward): New function.
13474         (main): Run the new test functions.
13475         * sysdeps/i386/fpu/libm-test-ulps: Update.
13476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13478         * include/features.h: Update comment documenting feature test
13479         macros.  Mention _DEFAULT_SOURCE in comment.
13480         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13481         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13482         _BSD_SOURCE and _SVID_SOURCE.
13483         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13484         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13485         !_SVID_SOURCE]: Likewise.
13486         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13487         (__USE_POSIX_IMPLICITLY): Define.
13488         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13489         (_POSIX_SOURCE): Undefine and redefine.
13490         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13491         (_POSIX_C_SOURCE): Likewise.
13492         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13493         (Feature Test Macros): Update documentation of default features.
13495 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13497         * benchtests/Makefile: Add bench-strtok.
13498         * benchtests/bench-strtok.c: New file: strtok benchtest.
13500 2013-12-19  Allan McRae  <allan@archlinux.org>
13502         * manual/install.texi: Suppress menu for plain text output.
13503         * INSTALL: Regenerated.
13505 2013-12-18  Brooks Moses  <bmoses@google.com>
13507         [BZ #15846]
13508         * misc/getauxval.c: Include errno.h.
13509         (__getauxval): Set errno to ENOENT if the requested type is not
13510         found.
13511         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13512         don't declare with __attribute_const__.
13513         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13514         * manual/startup.texi: Document that getauxval sets errno.
13516 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13518         * math/auto-libm-test-in: Add tests of jn and yn.
13519         * math/auto-libm-test-out: Regenerated.
13520         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13521         (yn_test_data): Likewise.
13522         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13523         mpfr_if_f.
13524         (func_calc_desc): Add mpfr_if_f union field.
13525         (FUNC_mpfr_if_f): New macro.
13526         (test_functions): Add jn and yn.
13527         (calc_generic_results): Assert type of second input for
13528         mpfr_ff_f.  Handle mpfr_if_f.
13529         (output_for_one_input_case): Disable all checking for arguments
13530         fitting floating-point types in case of an integer argument.
13531         * sysdeps/i386/fpu/libm-test-ulps: Update.
13532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13535         Don't expect fegetround reference in libm.so.
13537 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13539         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13540         $(config-cflags-nofma).
13542 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13544         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13545         * math/auto-libm-test-out: Regenerated.
13547         [BZ #16338]
13548         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13549         to determine exponent and adjust argument to have exponent of -1.
13550         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13551         log2.
13552         * math/auto-libm-test-out: Regenerated.
13553         * sysdeps/i386/fpu/libm-test-ulps: Update.
13554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13556 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13558         * manual/probes.texi: Remove cases when per-thread arenas are
13559         disabled.
13561 2013-12-18  Andreas Schwab  <schwab@suse.de>
13563         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13564         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13565         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13566         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13567         * sysdeps/i386/i686/multiarch/Makefile: Update.
13568         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13570 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13572         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13573         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13575 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13577         [BZ #15968]
13578         Support TZ transition times < 00:00:00.
13579         This is needed for version-3 tz-format files; it supports time
13580         stamps past 2037 for America/Godthab (the only entry in the tz
13581         database for which this change is relevant).
13582         * manual/time.texi (TZ Variable): Document transition times
13583         from -167:59:59 through -00:00:01.
13584         * time/tzset.c (tz_rule): Time of day is now signed.
13585         (__tzset_parse_tz): Parse negative time of day.
13587         Document TZ transition times >= 25:00:00.
13588         * manual/time.texi (TZ Variable): Document transition times from
13589         25:00:00 through 167:59:59.  These are already supported, and this
13590         support will help with version-3 tz-format files.
13592         * manual/time.texi (TZ Variable): Modernize North America example
13593         to reflect current (i.e., 2007-and-later) daylight saving rules.
13595         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13597 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13599         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13600         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13601         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13602         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13603         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13604         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13605         * sysdeps/unix/bsd/clock.c: Likewise.
13606         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13607         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13608         * sysdeps/unix/bsd/init-posix.c: Likewise.
13609         * sysdeps/unix/bsd/poll.c: Likewise.
13610         * sysdeps/unix/bsd/ptsname.c: Likewise.
13611         * sysdeps/unix/bsd/seekdir.c: Likewise.
13612         * sysdeps/unix/bsd/setegid.c: Likewise.
13613         * sysdeps/unix/bsd/seteuid.c: Likewise.
13614         * sysdeps/unix/bsd/setgid.c: Likewise.
13615         * sysdeps/unix/bsd/setrgid.c: Likewise.
13616         * sysdeps/unix/bsd/setruid.c: Likewise.
13617         * sysdeps/unix/bsd/setsid.c: Likewise.
13618         * sysdeps/unix/bsd/setuid.c: Likewise.
13619         * sysdeps/unix/bsd/sigaction.c: Likewise.
13620         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13621         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13622         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13623         * sysdeps/unix/bsd/telldir.c: Likewise.
13624         * sysdeps/unix/bsd/times.c: Likewise.
13625         * sysdeps/unix/bsd/usleep.c: Likewise.
13627         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13628         ($(objpfx)libbsd-compat.a): Remove rule.
13630         * include/features.h (__FAVOR_BSD): Do not define.
13631         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13632         features conflicting with POSIX.
13633         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13634         (_BSD_SOURCE): Remove description of not being a subset of other
13635         feature test macros.
13636         * manual/job.texi (getpgrp): Do not document BSD version.
13637         (getpgid): Do not document by reference to BSD getpgrp.
13638         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13639         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13640         * signal/signal.h [__FAVOR_BSD]: Likewise.
13641         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13642         instead of making contents conditional on [__FAVOR_BSD].
13643         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13645 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13647         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13649 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13651         [BZ #16314]
13652         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13653         values below 2**-450, not 2**-500.
13654         * math/auto-libm-test-in: Don't allow spurious underflow from
13655         hypot.
13656         * math/auto-libm-test-out: Regenerated.
13658         [BZ #16316]
13659         [BZ #16330]
13660         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13661         values of ha and hb and sort them after adjusting subnormal
13662         arguments.
13663         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13664         Likewise.
13665         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13666         values of ea and eb and sort them after adjusting subnormal
13667         arguments.
13668         * math/auto-libm-test-in: Do not expect some hypot tests of
13669         subnormals to fail.  Add more hypot tests.
13670         * math/auto-libm-test-out: Regenerated.
13672 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13674         [BZ #13304]
13675         * sysdeps/sh/s_fma.c: New file.
13676         * sysdeps/sh/s_fmaf.c: New file.
13677         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13678         version.
13679         * sysdeps/sh/Implies: Add sh/soft-fp.
13681 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13683         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13684         level of indirection to members `objname', `errstring', `malloced'.
13685         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13686         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13687         it as the __longjmp argument (just pass 1 instead).
13688         (_dl_catch_error): Initialize C with argument pointers and address of
13689         volatile local ERRCODE rather than copying values out of C at return.
13691 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13693         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13694         * math/auto-libm-test-out: Regenerated.
13695         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13696         (hypot_test_data): Likewise.
13697         (pow_test_data): Likewise.
13698         (pow_tonearest_test_data): Likewise.
13699         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13700         mpfr_ff_f.
13701         (func_calc_desc): Add mpfr_ff_f union field.
13702         (FUNC_mpfr_ff_f): New macro.
13703         (test_functions): Add atan2, hypot and pow.
13704         (special_fill_min): New function.
13705         (special_fill_minus_min): Likewise.
13706         (special_fill_min_subnorm): Likewise.
13707         (special_fill_minus_min_subnorm): Likewise.
13708         (special_real_inputs): Add min, -min, min_subnorm and
13709         -min_subnorm.
13710         (calc_generic_results): Handle mpfr_ff_f.
13711         * sysdeps/i386/fpu/libm-test-ulps: Update.
13712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13714 2013-12-16  Will Newton  <will.newton@linaro.org>
13716         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13717         (Aligned Memory Blocks): Add documentation for aligned_alloc
13718         and suggest it as an alternative to posix_memalign.
13719         (Hooks for Malloc): Document __memalign_hook is also called
13720         for aligned_alloc.  (Summary of Malloc): Add summary for
13721         aligned alloc.  Document __memalign_hook is also called
13722         for aligned_alloc.
13724 2013-12-16  Will Newton  <will.newton@linaro.org>
13726         * manual/memory.texi (Malloc Examples): Clarify default
13727         alignment documentation.  Suggest posix_memalign rather
13728         than memalign or valloc.
13729         (Aligned Memory Blocks): Remove suggestion to use memalign
13730         or valloc.  Remove obsolete comment about BSD.
13731         Document memalign errno values and mark the function obsolete.
13732         Document posix_memalign returned error codes.  Mark valloc
13733         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13734         called for posix_memalign and valloc.
13735         (Summary of Malloc): Add posix_memalign to function summary.
13736         __memalign_hook is also called for posix_memalign and valloc.
13738 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13740         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13741         TAYLOR_SIN.
13742         (__sin): Adjust.
13743         (__cos): Likewise.
13744         (sloww): Use mynumber union.  Expand ternary operator into
13745         if-else statements.
13746         (cslow): use mynumber union.
13748 2013-12-16  Allan McRae  <allan@archlinux.org>
13750         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13751         * configure: Regenerated.
13753         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13755         [BZ #14120]
13756         * configure.ac: Added --enable-maintainer-mode. Check for
13757         autoconf when enabled.
13758         * configure: Regenerated.
13760         * nscd/nscd.service: New file.
13761         * nscd/nscd.tmpfiles: New file.
13763 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13765         [BZ #12100]
13766         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13767         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13768         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13769         (strstr): Add __strstr_sse2_unaligned ifunc.
13770         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13771         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13772         (strcasestr): Remove __strcasestr_sse42 ifunc.
13773         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13774         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13775         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13777 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13779         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13780         * sysdeps/sh/bits/fenv.h: ... here.
13781         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13783 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13785         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13787         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13788         hypotf multiarch implementations.
13789         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13790         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13791         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13792         multiarch hypot for PPC64.
13793         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13794         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13795         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13796         multiarch hypotf for PPC64.
13798         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13799         modff multiarch implementations.
13800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13801         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13803         multiarch modf for PPC64.
13804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13807         multiarch modff for PPC64.
13809         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13810         and logl multiarch implementations.
13811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13814         multiarch logb for PPC64.
13815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13818         multiarch logb for PPC64.
13819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13822         multiarch logb for PPC64.
13824         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13825         isinff multiarch implementation.
13826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13827         file.
13828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13830         multiarch isinf for PPC64.
13831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13832         file.
13833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13834         multiarch isinff for PPC64.
13836         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13837         finitef multiarch implementation.
13838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13839         file.
13840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13842         multiarch finite for PPC64.
13843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13844         file.
13845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13846         multiarch finitef for PPC64.
13848         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13849         lrint multiarch implementation.
13850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13851         file.
13852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13854         multiarch llrint for PPC64.
13855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13856         multiarch lrint for PPC64.
13858         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13859         copysignf multiarch implementation.
13860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13861         file.
13862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13863         file.
13864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13865         multiarch copysign for PPC64.
13866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13867         multiarch copysignf for PPC64.
13869         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13870         multiarch implementation.
13871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13872         file.
13873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13874         file.
13875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13876         file.
13877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13878         file.
13879         multiarch llround for PPC64.
13880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13881         multiarch trunc for PPC64.
13882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13883         multiarch truncf for PPC64.
13885         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13886         multiarch implementation.
13887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13888         file.
13889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13890         file.
13891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13892         file.
13893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13894         file.
13895         multiarch llround for PPC64.
13896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13897         multiarch round for PPC64.
13898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13899         multiarch roundf for PPC64.
13901         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13902         multiarch implementation.
13903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13904         file.
13905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13906         file.
13907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13908         file.
13909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13910         file.
13911         multiarch llround for PPC64.
13912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13913         multiarch floor for PPC64.
13914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13915         multiarch floorf for PPC64.
13917         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13918         multiarch implementation.
13919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13920         file.
13921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13922         file.
13923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13924         file.
13925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13926         file.
13927         multiarch llround for PPC64.
13928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13929         multiarch ceil for PPC64.
13930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13931         multiarch ceilf for PPC64.
13933         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13934         multiarch implementation.
13935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13936         file.
13937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13938         file.
13939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13940         file.
13941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13942         multiarch llround for PPC64.
13943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13944         multiarch lround for PPC64.
13946         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13947         multiarch implementation.
13948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13951         file.
13952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13955         multiarch isnan for PPC64.
13956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13957         multiarch isnanf for PPC64.
13959         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13960         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13961         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13962         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13963         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13966         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13967         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13968         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13969         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13971         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13972         multiarch implementations.
13973         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13974         (__libc_ifunc_impl_list): Likewise.
13975         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13976         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13977         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13978         multiarch stpcpy for PPC64.
13980         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13981         multiarch implementations.
13982         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13983         (__libc_ifunc_impl_list): Likewise.
13984         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13985         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13986         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13987         multiarch strcpy for PPC64.
13989         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13990         redefine function name.
13991         (_wordcopy_fwd_dest_aligned): Likewise.
13992         (_wordcopy_bwd_aligned): Likewise.
13993         (_wordcopy_bwd_dest_aligned): Likewise.
13994         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13995         multiarch implementations.
13996         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13997         (__libc_ifunc_impl_list): Likewise.
13998         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13999         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14000         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14001         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14002         multiarch wcscpy for PPC64.
14004         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14005         multiarch implementations.
14006         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14007         (__libc_ifunc_impl_list): Likewise.
14008         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14009         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14010         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14011         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14012         multiarch wcscpy for PPC64.
14014         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14015         multiarch implementations.
14016         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14017         (__libc_ifunc_impl_list): Likewise.
14018         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14019         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14020         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14021         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14022         multiarch wcsrchr for PPC64.
14024         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14025         multiarch implementations.
14026         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14027         (__libc_ifunc_impl_list): Likewise.
14028         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14029         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14030         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14031         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14032         multiarch wcschr for PPC64.
14034         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14035         multiarch implementations.
14036         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14037         (__libc_ifunc_impl_list): Likewise.
14038         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14039         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14040         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14041         multiarch strchrnul for PPC64.
14043         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14044         implementations.
14045         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14046         (__libc_ifunc_impl_list): Likewise.
14047         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14048         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14049         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14050         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14051         strchr for PPC64.
14053         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14054         implementations.
14055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14056         (__libc_ifunc_impl_list): Likewise.
14057         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14058         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14059         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14060         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14061         strncmp for PPC64.
14063         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14064         multiarch implementations.
14065         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14066         (__libc_ifunc_impl_list): Likewise.
14067         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14068         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14069         strncasecmp for PPC64.
14070         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14071         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14072         multiarch strncasecmp_l for PPC64.
14074         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14075         multiarch implementations.
14076         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14077         (__libc_ifunc_impl_list): Likewise.
14078         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14079         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14080         multiarch strcasecmp for PPC64.
14081         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14082         file.
14083         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14084         multiarch strcasecmp_l for PPC64.
14086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14087         implementations.
14088         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14089         (__libc_ifunc_impl_list): Likewise.
14090         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14091         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14092         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14093         strnlen for PPC64.
14095         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14096         implementations.
14097         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14098         (__libc_ifunc_impl_list): Likewise.
14099         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14100         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14101         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14102         strlen for PPC64.
14104         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14105         implementations.
14106         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14107         (__libc_ifunc_impl_list): Likewise.
14108         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14109         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14110         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14111         rawmemrchr for PPC64.
14113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14114         implementation.
14115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14116         (__libc_ifunc_impl_list): Likewise.
14117         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14118         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14119         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14120         memrchr for PPC64.
14122         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14123         implementation.
14124         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14125         (__libc_ifunc_impl_list): Likewise.
14126         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14127         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14128         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14129         memchr for PPC64.
14131         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14132         implementation.
14133         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14134         (__libc_ifunc_impl_list): Likewise.
14135         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14136         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14137         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14138         mempcpy for PPC64.
14140         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14141         avoid cretion of __bzero symbol.
14142         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14143         Likewise.
14144         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14145         Likewise.
14146         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14147         Likewise.
14148         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14149         multiarch implementations.
14150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14151         (__libc_ifunc_impl_list): Likewise.
14152         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14153         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14154         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14155         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14156         bzero for PPC32.
14157         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14158         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14159         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14160         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14161         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14162         memset for PPC64.
14163         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14165         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14167         implementations.
14168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14169         (__libc_ifunc_impl_list): Likewise.
14170         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14171         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14172         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14173         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14174         memcmp for PPC64.
14176         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14177         multiarch for POWER/PPC64.
14178         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14179         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14180         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14181         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14182         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14183         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14184         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14185         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14186         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14187         memcpy for PPC64.
14189         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14190         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14191         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14192         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14193         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14194         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14195         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14196         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14197         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14198         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14199         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14200         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14201         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14202         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14203         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14212 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14214         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14216 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14218         * benchtests/Makefile (bench): Add exp2 and log2.
14219         (LDLIBS-bench-exp2): Add -lm.
14220         (LDLIBS-bench-log2): Likewise.
14221         * benchtests/exp2-inputs: New inputs file.
14222         * benchtests/log2-inputs: New inputs file.
14223         * benchtests/log-inputs: Add new inputs.
14224         * benchtests/tan-inputs: Likewise.
14226 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14228         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14229         definition...
14230         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14231         (csloww2): ... from here.
14233         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14234         instead of structures.
14235         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14236         (POLYNOMIAL): Likewise.
14237         (TAYLOR_SLOW): Likewise.
14238         (__sin): Likewise.
14239         (__cos): Likewise.
14240         (slow1): Likewise.
14241         (slow2): Likewise.
14242         (sloww): Likewise.
14243         (sloww1); Likewise.
14244         (sloww2): Likewise.
14245         (bsloww1): Likewise.
14246         (bsloww2): Likewise.
14247         (cslow2): Likewise.
14248         (csloww): Likewise.
14249         (csloww1): Likewise.
14250         (csloww2): Likewise.
14252 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14254         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14255         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14256         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14257         * malloc/hooks.c (realloc_check): Likewise.
14259         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14260         * malloc/arena.c: Remove PER_THREAD conditional.
14261         [!PER_THREAD]: Remove code.
14262         (ptmalloc_unlock_all2): Likewise.
14263         (ptmalloc_init): Likewise.
14264         (_int_new_arena): Likewise.
14265         (arena_get2): Likewise.
14266         * malloc/hooks.c (__malloc_get_state): Likewise.
14267         (__malloc_set_state): Likewise.
14268         * malloc/malloc.c: Likewise.
14269         (struct malloc_state): Likewise.
14270         (struct malloc_par): Likewise.
14271         (__libc_realloc): Likewise.
14272         (__libc_mallopt): Likewise.
14274 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14276         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14278 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14280         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14281         macro to a function.  Check for zero perturb_byte.
14282         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14284         * malloc/malloc.c: (force_reg): Remove.
14285         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14286         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14287         force_reg by atomic_forced_read.
14288         * malloc/arena.c (ptmalloc_init): Likewise.
14289         * malloc/hooks.c (top_check): Likewise.
14291 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14295 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14297         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14299 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14301         * math/auto-libm-test-in: Add tests of lgamma.
14302         * math/auto-libm-test-out: Regenerated.
14303         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14304         (M_LOG_2_SQRT_PIl): Likewise.
14305         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14306         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14307         mpfr_f_f1.
14308         (func_calc_desc): Add mpfr_f_f1 union field.
14309         (ARGS1): New macro.
14310         (ARGS2): Likewise.
14311         (ARGS3): Likewise.
14312         (ARGS4): Likewise.
14313         (RET1): Likewise.
14314         (RET2): Likewise.
14315         (CALC): Likewise.
14316         (FUNC): Likewise.
14317         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14318         (test_functions): Add lgamma.
14319         (calc_generic_results): Handle mpfr_f_f1.
14320         * sysdeps/i386/fpu/libm-test-ulps: Update.
14321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14323 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14325         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14326         __mpn_add_n for PowerPC64/POWER7.
14327         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14328         __mpn_sub_n for PowerPC64/POWER7.
14330         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14331         __mpn_addmul_1 for PowerPC64.
14332         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14333         __mpn_submul_1 for PowerPC64.
14334         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14335         for PowerPC64.
14336         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14337         for PowerPC64.
14339 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14341         [BZ #15089]
14342         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14344 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14346         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14348         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14349         add multiarch folders.
14350         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14351         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14352         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14353         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14354         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14355         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14356         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14357         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14358         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14359         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14360         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14369         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14371         New file.
14372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14373         New file.
14374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14375         multiarch __ieee754_hypot for PowerPC32.
14376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14377         New file.
14378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14379         New file.
14380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14381         multiarch __ieee754_hypotf for PowerPC32.
14383         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14384         long_double_symbol only if __logbl is defined.
14385         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14386         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14387         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14388         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14389         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14390         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14391         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14392         path for implementation.
14393         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14394         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14396         logb, and logbl multiarch implementations for PowerPC32.
14397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14398         file.
14399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14400         file.
14401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14402         multiarch logb for PowerPC32.
14403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14404         file.
14405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14406         file.
14407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14408         multiarch logbf for PowerPC32.
14409         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14410         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14411         file.
14412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14413         multiarch logbl implementation for PowerPC32.
14415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14416         and modff multiarch implementations.
14417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14418         New file.
14419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14420         New file.
14421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14422         multiarch modf for PowerPC32.
14423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14424         New file.
14425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14426         New file.
14427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14428         multiarch modff for PowerPC32.
14430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14431         and lrintf multiarch implementations.
14432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14433         New file.
14434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14435         New file.
14436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14437         multiarch lrint for PowerPC32.
14438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14439         file: multiarch lrintf for PowerPC32.
14441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14442         and lroundf multiarch implementations.
14443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14444         New file.
14445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14446         New file.
14447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14448         New file.
14449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14450         multiarch lround for PowerPC32.
14451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14452         file: multiarch lroundf for PowerPC32.
14454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14455         copysign and copysignf multiarch implementations.
14456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14457         New file.
14458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14459         New file.
14460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14461         file: multiarch copysign for PowerPC32.
14462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14463         file: multiarch copysignf for PowerPC32.
14465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14466         and truncf multiarch implementations.
14467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14468         New file.
14469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14470         file.
14471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14472         multiarch trunc for PowerPC32.
14473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14474         New file.
14475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14476         New file.
14477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14478         multiarch truncf for PowerPC32.
14480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14481         and roundf multiarch implementations.
14482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14483         New file.
14484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14485         file.
14486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14487         multiarch round for PowerPC32.
14488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14489         New file.
14490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14491         New file.
14492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14493         multiarch roundf for PowerPC32.
14495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14496         and floorf multiarch implementations.
14497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14498         New file.
14499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14500         file.
14501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14502         multiarch floor for PowerPC32.
14503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14504         New file.
14505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14506         New file.
14507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14508         multiarch floorf for PowerPC32.
14510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14511         and ceilf multiarch implementations.
14512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14513         New file.
14514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14515         file.
14516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14517         multiarch ceil for PowerPC32.
14518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14519         New file.
14520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14521         file.
14522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14523         multiarch ceilf for PowerPC32.
14525         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14526         is defined.
14527         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14528         FINITEF is defined.
14529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14530         and finitef multiarch implementations.
14531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14532         New file.
14533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14534         file.
14535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14536         multiarch finite for PowerPC32.
14537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14538         New file.
14539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14540         file: multiarch finitef for PowerPC32.
14542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14543         and isinff multiarch implementations.
14544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14545         file.
14546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14547         file.
14548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14549         multiarch isinf for PowerPC32.
14550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14551         New file.
14552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14553         multiarch isinff for PowerPC32.
14555         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14556         alias when __isnan is defined.
14557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14558         and isnanf multiarch implementations.
14559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14560         file.
14561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14562         file.
14563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14564         file.
14565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14566         file.
14567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14568         multiarch isnan for PowerPC32.
14569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14570         New file.
14571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14572         New file.
14573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14574         multiarch isnanf for PowerPC32.
14576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14577         and sqrtf multiarch implementations.
14578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14579         file.
14580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14581         file.
14582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14583         multiarch sqrt for PowerPC32.
14584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14585         file.
14586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14587         file.
14588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14589         multiarch sqrtf for PowerPC32.
14591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14592         and llroundf multiarch implementations.
14593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14594         New file.
14595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14596         New file.
14597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14598         New file.
14599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14600         file: multiarch llround for PowerPC32.
14601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14602         file: multiarch llroundf for PowerPC32.
14604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14605         multiarch PowerPC32 fpu implementations.
14606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14607         New file.
14608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14609         New file.
14610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14611         multiarch llrint for PowerPC32.
14612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14613         New file.
14614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14615         New file.
14616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14617         file.
14619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14621         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14622         file.
14623         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14624         file.
14625         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14626         file.
14627         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14628         multiarch wordcopy for PPC32.
14629         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14630         wordcopy objects.
14631         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14632         (__libc_ifunc_impl_list): Likewise.
14633         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14634         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14635         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14636         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14637         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14638         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14640         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14641         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14642         file.
14643         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14644         file.
14645         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14646         file.
14647         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14648         multiarch wcscpy for PPC32.
14649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14650         multiarch objects.
14651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14652         (__libc_ifunc_impl_list): Likewise.
14653         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14654         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14655         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14656         sysdeps/powerpc/power6/wcscpy.c.
14658         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14659         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14660         file.
14661         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14662         file.
14663         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14664         file.
14665         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14666         multiarch wcsrchr for PPC32.
14667         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14668         multiarch objects.
14669         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14670         (__libc_ifunc_impl_list): Likewise.
14671         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14672         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14673         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14674         sysdeps/powerpc/power6/wcsrchr.c.
14676         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14677         file.
14678         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14679         file.
14680         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14681         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14682         multiarch wcschr for PPc32.
14683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14684         multiarch objects.
14685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14686         (__libc_ifunc_impl_list): Likewise.
14687         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14688         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14689         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14690         sysdeps/powerpc/power6/wcschr.c.
14692         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14693         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14694         file.
14695         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14696         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14697         file: multiarch strchr for PPC32.
14698         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14699         multiarch objects.
14700         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14701         (__libc_ifunc_impl_list): Likewise.
14703         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14704         name.
14705         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14706         file.
14707         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14708         file.
14709         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14710         multiarch strchrnul for PPC32.
14711         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14712         multiarch objects.
14713         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14714         (__libc_ifunc_impl_list): Likewise.
14716         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14717         file.
14718         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14719         multiarch strncasecmp for PPC32.
14720         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14721         file.
14722         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14723         multiarch strncasecmp_l for PPC32.
14724         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14725         strncasecmp multiarch objects.
14726         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14727         (__libc_ifunc_impl_list): Likewise.
14729         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14730         file.
14731         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14732         multiarch strncasecmp for PPC32.
14733         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14734         New file.
14735         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14736         multiarch strcasecmp_l for PPC32.
14737         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14738         multiarch objects.
14739         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14740         (__libc_ifunc_impl_list): Likewise.
14742         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14743         file.
14744         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14745         file.
14746         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14747         multiarch strncmp for PPC32.
14748         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14749         multiarch objects.
14750         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14751         (__libc_ifunc_impl_list): Likewise.
14753         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14754         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14755         file.
14756         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14757         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14758         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14759         multiarch objects.
14760         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14761         (__libc_ifunc_impl_list): Likewise.
14763         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14764         file.
14765         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14766         file.
14767         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14768         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14769         multiarch objects.
14770         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14771         (__libc_ifunc_impl_list): Likewise.
14773         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14774         file.
14775         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14776         file.
14777         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14778         multiarch rawmemchr for PPC32.
14779         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14780         multiarch objects.
14781         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14782         (__libc_ifunc_impl_list): Likewise.
14784         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14785         file.
14786         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14787         file.
14788         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14789         file: memrchr multiarch for PPC32.
14790         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14791         multiarch objects.
14792         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14793         (__libc_ifunc_impl_list): Likewise.
14795         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14796         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14797         file.
14798         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14799         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14800         multiarch memchr for PPC32.
14801         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14802         multiarch objects.
14803         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14804         (__libc_ifunc_impl_list): Likewise.
14806         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14807         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14808         file.
14809         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14810         file.
14811         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14812         file: multiarch mempcpy for PPC32.
14813         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14814         multiarch objects.
14815         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14816         (__libc_ifunc_impl_list): Likewise.
14818         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14819         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14820         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14821         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14822         multiarch bzero for PPC32.
14823         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14824         file.
14825         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14826         file.
14827         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14828         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14829         file: multiarch memset for PPC32.
14830         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14831         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14832         memset multiarch objects.
14833         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14834         (__libc_ifunc_impl_list): Likewise.
14836         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14837         file.
14838         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14839         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14840         memcmp for PPC32.
14841         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14842         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
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/memcpy-a2.S: New file.
14848         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14849         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14850         file.
14851         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14852         file.
14853         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14854         file.
14855         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14856         multiarch memcpy for PPC32.
14857         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14858         multiarch objects.
14859         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14860         (__libc_ifunc_impl_list): Likewise.
14862         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14863         support multiarch for POWER/PPC32.
14864         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14865         Likewise.
14866         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14868         Implies file to make multiarch folder appers before the fpu and
14869         default folder for power4 configuration.
14871 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14873         * scripts/bench.pl: Append volatile keyword to type.
14875 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14877         * sysdeps/sh/sotruss-lib.c: New file.
14878         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14880 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14882         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14884 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14886         [BZ #6810]
14887         * math/w_tgamma.c: Include <errno.h>.
14888         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14889         * math/w_tgammaf.c: Include <errno.h>.
14890         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14891         * math/w_tgammal.c: Include <errno.h>.
14892         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14893         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14894         underflow.  Add more tgamma tests.
14895         * math/auto-libm-test-out: Regenerated.
14896         * sysdeps/i386/fpu/libm-test-ulps: Update.
14897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14899         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14900         sin, sinh, tan, tanh, tgamma, y0 and y1.
14901         * math/auto-libm-test-out: Regenerated.
14902         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14903         (TEST_COND_x86): Likewise.
14904         (M_E2l): Remove macro.
14905         (M_E3l): Likewise.
14906         (M_2_SQRT_PIl): Likewise.
14907         (M_SQRT_PIl): Likewise.
14908         (M_1_DIV_El): Likewise.
14909         (log_test_data): Use AUTO_TESTS_f_f.
14910         (log10_test_data): Likewise.
14911         (log1p_test_data): Likewise.
14912         (log2_test_data): Likewise.
14913         (sin_test_data): Likewise.
14914         (sin_tonearest_test_data): Likewise.
14915         (sin_towardzero_test_data): Likewise.
14916         (sin_downward_test_data): Likewise.
14917         (sin_upward_test_data): Likewise.
14918         (sinh_test_data): Likewise.
14919         (sinh_tonearest_test_data): Likewise.
14920         (sinh_towardzero_test_data): Likewise.
14921         (sinh_downward_test_data): Likewise.
14922         (sinh_upward_test_data): Likewise.
14923         (tan_test_data): Likewise.
14924         (tan_tonearest_test_data): Likewise.
14925         (tan_towardzero_test_data): Likewise.
14926         (tan_downward_test_data): Likewise.
14927         (tan_upward_test_data): Likewise.
14928         (tanh_test_data): Likewise.
14929         (tgamma_test_data): Likewise.
14930         (y0_test_data): Likewise.
14931         (y1_test_data): Likewise.
14932         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14933         (special_real_inputs): Add pi/4.
14934         * sysdeps/i386/fpu/libm-test-ulps: Update.
14935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14937 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14939         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14940         "longjmp_target" static probes.
14941         (__longjmp): Rename to __longjmp_symbol.
14942         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14943         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14944         on which longjmp to generate.
14945         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14946         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14947         probe.
14948         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14949         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14950         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14951         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14952         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14953         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14955         __longjmp_symbol based on which __longjmp to generate.
14956         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14957         probe.
14958         (setjmp): Rename to setjmp_symbol.
14959         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14960         (_setjmp): Rename to _setjmp_symbol.
14961         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14962         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14963         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14964         which setjmp to generate.
14965         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14966         "longjmp_target" static probes.
14968 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14970         * benchtests/README: Add note about output arguments.
14971         * benchtests/bench-sincos.c: Remove file.
14972         * benchtests/sincos-inputs: New file.
14973         * scripts/bench.pl: Identify output arguments and define
14974         static variables for them.
14976         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14978         [BZ #15941]
14979         * Makefile (INSTALL): Add install-plain.texi as the primary
14980         dependency.
14981         * manual/install-plain.texi: New file.
14982         * manual/install.texi: Include node directive only for
14983         non-plaintext output.
14985 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14987         * stdlib/longlong.h: Update from GCC.
14989         [BZ #6807]
14990         [BZ #15901]
14991         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14992         * math/w_j0f.c (y0f): Likewise.
14993         * math/w_j0l.c (__y0l): Likewise.
14994         * math/w_j1.c (y1): Likewise.
14995         * math/w_j1f.c (y1f): Likewise.
14996         * math/w_j1l.c (__y1l): Likewise
14997         * math/w_jn.c (yn): Likewise.
14998         * math/w_jnf.c (ynf): Likewise.
14999         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15000         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15001         value for Bessel function domain errors outside _SVID_ mode.
15002         Adjust sign of return value for yn (negative integer, 0).
15003         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15004         by zero in return for negative x and set sign appropriately for
15005         negative n.
15006         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15007         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15008         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15009         expectations in error cases.
15010         (y1_test_data): Likewise.
15011         (yn_test_data): Likewise.
15012         * sysdeps/i386/fpu/libm-test-ulps: Update.
15013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15015 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15017         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15018         "64" to "64-v1".  Add "64-v2".
15019         (abi-64-options): Rename to ...
15020         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15021         (abi-64-condition): Rename to ...
15022         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15023         (abi-64-ld-soname): Rename to ...
15024         (abi-64-v1-ld-soname): ... this.
15025         (abi-64-v2-options): Define.
15026         (abi-64-v2-condition): Likewise.
15027         (abi-64-v2-ld-soname): Likewise.
15028         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15029         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15034 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15035             Alan Modra  <amodra@gmail.com>
15037         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15038         New versions for use with the ELFv2 ABI.
15039         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15040         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15041         declaration.
15042         (struct La_ppc64v2_retval): Likewise.
15043         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15044         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15045         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15046         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15047         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15048         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15049         Do not save or restore CR.
15050         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15051         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15052         return values for ELFv2 ABI.  Fix location of FPR return registers.
15053         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15054         updated values for _CALL_ELF == 2.
15055         (La_regs, La_retval, int_retval): Likewise.
15057 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15059         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15060         (FRAME_MIN_SIZE_PARM): Likewise.
15061         (FRAME_BACKCHAIN): Likewise.
15062         (FRAME_CR_SAVE): Likewise.
15063         (FRAME_LR_SAVE): Likewise.
15064         (FRAME_TOC_SAVE): Likewise.
15065         (FRAME_PARM_SAVE): Likewise.
15066         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15067         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15068         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15069         (call_mcount_parm_offset): New macro.
15070         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15071         (PROF): Use symbolic stack frame offsets.
15072         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15073         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15074         Redefine in terms of FRAME_MIN_SIZE.
15075         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15076         (_dl_profile_resolve): Likewise.  Update comment.
15077         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15078         symbols stack frame offsets.
15079         (__sigsetjmp): Likewise.
15080         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15081         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15082         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15083         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15086         (FRAME_BACKCHAIN): Remove.
15087         (FRAME_CR_SAVE): Likewise.
15088         (FRAME_LR_SAVE): Likewise.
15089         (FRAME_COMPILER_DW): Likewise.
15090         (FRAME_LINKER_DW): Likewise.
15091         (FRAME_TOC_SAVE): Likewise.
15092         (FRAME_PARM_SAVE): Likewise.
15093         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15094         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15095         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15097         (CHECK_SP): Use symbolic stack frame offsets.
15098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15099         zone" instead of caller's parameter save area for temp storage.
15100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15101         Likewise.  Also, use symbolic stack frame offsets.
15102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15103         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15104         our own stack frame instead of the caller's.
15105         (__socket): Use symbolic stack frame offsets.
15107 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15108             Alan Modra  <amodra@gmail.com>
15110         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15111         Define.
15112         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15113         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15114         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15115         New function.
15116         (elf_machine_fixup_plt): Call it.
15117         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15118         reloc arguments.
15119         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15120         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15121         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15122         r2 before calling target.
15124 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15125             Alan Modra  <amodra@gmail.com>
15127         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15128         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15129         versions of macros to support ELFv2 ABI.
15130         (LOCALENTRY): New macro.
15131         (ENTRY, EALIGN): Use it.
15132         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15133         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15134         fall through into ENTRY entry point.
15135         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15136         Only define if _CALL_ELF != 2.
15138         (elf_machine_matches_host): Verify ABI version matches.
15139         (RTLD_START): Use LOCALENTRY.
15140         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15141         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15142         (PLT_ENTRY_WORDS): New macro.
15143         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15144         (elf_machine_runtime_setup): Support ELFv2 ABI.
15145         (elf_machine_fixup_plt): Likewise.
15146         (elf_machine_plt_conflict): Likewise.
15147         (resolve_ifunc): Likewise.
15148         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15149         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15150         Likewise.
15151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15152         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15154         (makecontext): Support ELFv2 ABI.
15155         * elf/elf.h (EF_PPC64_ABI): Define.
15157 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15159         * sysdeps/powerpc/powerpc64/sysdep.h
15160         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15161         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15162         (ENTRY) [ASSEMBLER]: ... but instead here ...
15163         (EALIGN) [ASSEMBLER]: ... and here.
15164         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15165         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15166         (ENTRY_2) [!ASSEMBLER]: Use it.
15167         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15168         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15169         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15170         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15171         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15173         Use PPC64_LOAD_FUNCPTR.
15175         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15177 2013-12-04  Alan Modra  <amodra@gmail.com>
15179         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15180         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15181         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15182         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15184         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15185         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15186         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15187         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15188         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15189         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15191 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15194         (__makecontext): Fix incorrect CFI when backtracing out of
15195         context created via makecontext.
15196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15197         (__setcontext): Fix incorrect CFI during switch to new context.
15198         (__novec_setcontext): Likewise.
15200 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15202         [BZ #4772]
15203         * time/strptime_l.c (__strptime_internal): Allow modifiers
15204         in strptime.
15205         * time/tst-strptime.c (day_tests): Add testcase.
15207 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15209         * scripts/bench.pl: Skip over blank lines.
15211 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15213         [BZ #926]
15214         * manual/time.texi (Calendar Time): Clarify what timezone functions
15215         use.
15217 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15219         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15221 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15223         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15224         implementation.
15225         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15226         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15227         * debug/memset_chk.c (__memset_chk): Likewise.
15228         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15229         * debug/strncpy_chk.c: Likewise.
15231 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15233         [BZ #15268]
15234         [BZ #15425]
15235         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15236         (__ieee754_exp): For possibly underflowing results, check size of
15237         result and force underflow exception if required.
15238         * math/auto-libm-test-in: Add more tests of exp.
15239         * math/auto-libm-test-out: Regenerated.
15240         * sysdeps/i386/fpu/libm-test-ulps: Update.
15241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15243         [BZ #16283]
15244         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15245         * math/w_exp2f.c (__exp2f): Likewise.
15246         * math/w_exp2l.c (__exp2l): Likewise.
15247         * math/auto-libm-test-in: Do not allow missing errno on exp2
15248         underflow.
15249         * math/auto-libm-test-out: Regenerated.
15251 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15253         [BZ #16274]
15254         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15255         handle filename validation.
15256         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15257         (do_open): Delete.
15259 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15261         [BZ #6786]
15262         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15263         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15264         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15265         <float.h>.
15266         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15267         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15268         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15269         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15270         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15271         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15272         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15273         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15274         Add more erfc tests.
15275         * math/auto-libm-test-out: Regenerated.
15276         * sysdeps/i386/fpu/libm-test-ulps: Update.
15277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15279         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15280         exp2, expm1, j0 and j1.
15281         * math/auto-libm-test-out: Regenerated.
15282         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15283         (erfc_test_data): Likewise.
15284         (exp_test_data): Likewise.
15285         (exp_tonearest_test_data): Likewise.
15286         (exp_towardzero_test_data): Likewise.
15287         (exp_downward_test_data): Likewise.
15288         (exp_upward_test_data): Likewise.
15289         (exp10_test_data): Likewise.
15290         (exp2_test_data): Likewise.
15291         (expm1_test_data): Likewise.
15292         (j0_test_data): Likewise.
15293         (j1_test_data): Likewise.
15294         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15295         (input_flag_type): Add flag_xfail_rounding.
15296         (input_flags): Add xfail-rounding.
15297         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15298         (output_for_one_input_case): Handle flag_xfail_rounding.
15299         * sysdeps/i386/fpu/libm-test-ulps: Update.
15300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15302 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15304         [BZ #16289]
15305         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15306         division by 0.
15308 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15310         [BZ #16195]
15311         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15312         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15313         (STAP_PROBE0): New macro.
15314         (STAP_PROBE1): Likewise.
15315         (STAP_PROBE2): Likewise.
15316         (STAP_PROBE3): Likewise.
15317         (STAP_PROBE4): Likewise.
15319 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15321         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15323 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15325         * benchtests/Makefile (bench): Add sqrt.
15326         (LDLIBS-bench-sqrt): New.
15327         * benchtests/sqrt-input: New.
15329 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15331         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15332         (GAIH_EAI): Likewise.
15333         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15334         (gaih_inet): Likewise.
15335         (getaddrinfo): Don't use GAIH_EAI.
15337         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15338         (struct gaih): Remove definition.
15340 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15342         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15343         Use HERRNOP directly.
15345 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15349 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15351         * math/gen-auto-libm-tests.c (test_functions): Add more
15352         single-argument functions.
15353         (special_fill_pi_2): New function.
15354         (special_fill_minus_pi_2): Likewise.
15355         (special_fill_pi_6): Likewise.
15356         (special_fill_minus_pi_6): Likewise.
15357         (special_fill_pi_3): Likewise.
15358         (special_fill_2pi_3): Likewise.
15359         (special_fill_e): Likewise.
15360         (special_fill_1_e): Likewise.
15361         (special_fill_e_minus_1): Likewise.
15362         (special_real_inputs): Add more special inputs.
15363         (output_for_one_input_case): Do not require ERANGE on underflow to
15364         zero if round-to-nearest result does not underflow to zero, unless
15365         exact results required.
15366         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15367         atan, atanh, cbrt, cos and cosh.
15368         * math/auto-libm-test-out: Regenerated.
15369         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15370         (acos_tonearest_test_data): Likewise.
15371         (acos_towardzero_test_data): Likewise.
15372         (acos_downward_test_data): Likewise.
15373         (acos_upward_test_data): Likewise.
15374         (acosh_test_data): Likewise.
15375         (asin_test_data): Likewise.
15376         (asin_tonearest_test_data): Likewise.
15377         (asin_towardzero_test_data): Likewise.
15378         (asin_upward_test_data): Likewise.
15379         (asinh_test_data): Likewise.
15380         (atan_test_data): Likewise.
15381         (atanh_test_data): Likewise.
15382         (cbrt_test_data): Likewise.
15383         (cos_test_data): Likewise.
15384         (cos_tonearest_test_data): Likewise.
15385         (cos_towardzero_test_data): Likewise.
15386         (cos_downward_test_data): Likewise.
15387         (cos_upward_test_data): Likewise.
15388         (cosh_test_data): Likewise.
15389         (cosh_tonearest_test_data): Likewise.
15390         (cosh_towardzero_test_data): Likewise.
15391         (cosh_downward_test_data): Likewise.
15392         (cosh_upward_test_data): Likewise.
15393         * sysdeps/i386/fpu/libm-test-ulps: Update.
15394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15396 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15398         [BZ #6787]
15399         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15400         * math/w_exp10f.c (__exp10f): Likewise.
15401         * math/w_exp10l.c (__exp10l): Likewise.
15402         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15403         errno settings in existing tests.
15405         [BZ #14032]
15406         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15407         precision control set to double precision.
15408         * sysdeps/i386/fpu/w_sqrt.c: New file.
15409         * math/auto-libm-test-in: Add more tests.
15410         * math/auto-libm-test-out: Update.
15412         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15413         (sqrt_test_tonearest): New function.
15414         (sqrt_towardzero_test_data): New variable.
15415         (sqrt_test_towardzero): New function.
15416         (sqrt_downward_test_data): New variable.
15417         (sqrt_test_downward): New function.
15418         (sqrt_upward_test_data): New variable.
15419         (sqrt_test_upward): New function.
15420         (main): Call the new functions.
15422         * math/gen-auto-libm-tests.c: New file.
15423         * math/auto-libm-test-in: Likewise.
15424         * math/auto-libm-test-out: New generated file.
15425         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15426         variables.
15427         (%beautify): Add generated representations of zero.
15428         (top level): Set $auto_input and call parse_auto_input.
15429         (beautify): Remove trailing "f" from hex float constants.
15430         (parse_args): Handle XFAIL_TEST.
15431         (convert_condition): New function.
15432         (or_value): Likewise.
15433         (or_cond_value): Likewise.
15434         (generate_testfile): Handle AUTO_TESTS_* lines.
15435         (parse_auto_input): New function.
15436         * math/libm-test.inc (XFAIL_TEST): New macro.
15437         (ERRNO_UNCHANGED): Update value.
15438         (ERRNO_EDOM): Likewise.
15439         (ERRNO_ERANGE): Likewise.
15440         (IGNORE_RESULT): Likewise.
15441         (TEST_COND_flt_32): New macro.
15442         (TEST_COND_dbl_64): Likewise.
15443         (TEST_COND_ldbl_96_intel): Likewise.
15444         (TEST_COND_ldbl_96_m68k): Likewise.
15445         (TEST_COND_ldbl_128): Likewise.
15446         (TEST_COND_ldbl_128ibm): Likewise.
15447         (TEST_COND_long32): Likewise.
15448         (TEST_COND_long64): Likewise.
15449         (TEST_COND_before_rounding): Likewise.
15450         (TEST_COND_after_rounding): Likewise.
15451         (enable_test): Handle XFAIL_TEST flag.
15452         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15453         with finite results.
15454         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15455         auto-libm-test-out.
15457 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15458             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15460         [BZ #16214]
15461         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15462         __tls_get_addr_internal instead of __tls_get_offset in order to
15463         avoid GOT pointer dependency.  Make rtld export
15464         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15465         __tls_get_addr since we are a __tls_get_offset platform.
15466         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15467         GOT pointer being set up before.
15468         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15470 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15472         * manual/math.texi (Errors in Math Functions): Document accuracy
15473         goals.
15475         [BZ #15004]
15476         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15477         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15478         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15479         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15480         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15481         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15482         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15483         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15484         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15485         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15486         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15487         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15488         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15489         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15490         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15491         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15493         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15494         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15495         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15496         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15497         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15498         Likewise.
15499         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15500         Likewise.
15501         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15502         Likewise.
15503         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15504         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15505         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15506         atomic-feupdateenv and flt-rounds.
15507         * sysdeps/powerpc/nofpu/Versions (libc): Add
15508         __atomic_feholdexcept, __atomic_feclearexcept,
15509         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15510         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15511         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15512         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15513         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15514         here.
15515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15516         Update.
15518         * manual/arith.texi (FP Exceptions): Document that exceptions may
15519         not be raised when matherr is used.
15520         (Math Error Reporting): Document overflow in directed rounding
15521         modes.  Document that errno may not be set when finite values are
15522         returned on overflow.  Document intent to set errno on underflow
15523         only for underflow to zero.
15525         [BZ #16271]
15526         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15527         round-to-nearest then adjust result for other rounding modes.
15528         * include/fenv.h (fegetround): Use libm_hidden_proto.
15529         * math/fegetround.c (fegetround): Use libm_hidden_def.
15530         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15531         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15532         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15533         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15534         Likewise.
15535         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15536         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15537         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15538         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15540 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15542         [BZ #16077]
15543         * nss/Versions (libnss_files): Add
15544         _nss_files_gethostbyname3_r.
15545         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15546         New function.
15547         (HOST_DB_LOOKUP): Remove macro.
15548         (_nss_files_gethostbyname_r): Implement function without the
15549         HOST_DB_LOOKUP macro.
15550         (_nss_files_gethostbyname2_r): Likewise.
15552 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15554         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15556 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15558         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15559         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15560         warning.
15562 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15564         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15565         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15566         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15567         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15568         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15569         __fe_nomask_env_priv and attribute_hidden.
15570         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15571         (libc_feupdateenv_test_ppc): Likewise.
15572         (libc_feresetround_ppc): Likewise.
15573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15574         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15575         compat_symbol macro.
15576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15577         (__fe_nomask_env): Likewise.
15578         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15580 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15582         * string/Makefile: Remove ifunc tests.
15583         * string/test-string.h: Define TEST_IFUNC.
15584         * string/test-bcopy-ifunc.c: Remove.
15585         * string/test-bzero-ifunc.c: Likewise.
15586         * string/test-memccpy-ifunc.c: Likewise.
15587         * string/test-memchr-ifunc.c: Likewise.
15588         * string/test-memcmp-ifunc.c: Likewise.
15589         * string/test-memcpy-ifunc.c: Likewise.
15590         * string/test-memmem-ifunc.c: Likewise.
15591         * string/test-memmove-ifunc.c: Likewise.
15592         * string/test-mempcpy-ifunc.c: Likewise.
15593         * string/test-memrchr-ifunc.c: Likewise.
15594         * string/test-memset-ifunc.c: Likewise.
15595         * string/test-rawmemchr-ifunc.c: Likewise.
15596         * string/test-stpcpy-ifunc.c: Likewise.
15597         * string/test-stpncpy-ifunc.c: Likewise.
15598         * string/test-strcasecmp-ifunc.c: Likewise.
15599         * string/test-strcasestr-ifunc.c: Likewise.
15600         * string/test-strcat-ifunc.c: Likewise.
15601         * string/test-strchr-ifunc.c: Likewise.
15602         * string/test-strchrnul-ifunc.c: Likewise.
15603         * string/test-strcmp-ifunc.c: Likewise.
15604         * string/test-strcpy-ifunc.c: Likewise.
15605         * string/test-strcspn-ifunc.c: Likewise.
15606         * string/test-strlen-ifunc.c: Likewise.
15607         * string/test-strncasecmp-ifunc.c: Likewise.
15608         * string/test-strncat-ifunc.c: Likewise.
15609         * string/test-strncmp-ifunc.c: Likewise.
15610         * string/test-strncpy-ifunc.c: Likewise.
15611         * string/test-strnlen-ifunc.c: Likewise.
15612         * string/test-strpbrk-ifunc.c: Likewise.
15613         * string/test-strrchr-ifunc.c: Likewise.
15614         * string/test-strspn-ifunc.c: Likewise.
15615         * string/test-strstr-ifunc.c: Likewise.
15617 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15619         * benchtests/Makefile: Remove ifunc tests.
15620         * benchtests/bench-string.h: Define TEST_IFUNC.
15621         * benchtests/bench-bcopy-ifunc.c: Remove.
15622         * benchtests/bench-bzero-ifunc.c: Likewise.
15623         * benchtests/bench-memccpy-ifunc.c: Likewise.
15624         * benchtests/bench-memchr-ifunc.c: Likewise.
15625         * benchtests/bench-memcmp-ifunc.c: Likewise.
15626         * benchtests/bench-memcpy-ifunc.c: Likewise.
15627         * benchtests/bench-memmem-ifunc.c: Likewise.
15628         * benchtests/bench-memmove-ifunc.c: Likewise.
15629         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15630         * benchtests/bench-memrchr-ifunc.c: Likewise.
15631         * benchtests/bench-memset-ifunc.c: Likewise.
15632         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15633         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15634         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15635         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15636         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15637         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15638         * benchtests/bench-strcat-ifunc.c: Likewise.
15639         * benchtests/bench-strchr-ifunc.c: Likewise.
15640         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15641         * benchtests/bench-strcmp-ifunc.c: Likewise.
15642         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15643         * benchtests/bench-strcpy-ifunc.c: Likewise.
15644         * benchtests/bench-strcspn-ifunc.c: Likewise.
15645         * benchtests/bench-strlen-ifunc.c: Likewise.
15646         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15647         * benchtests/bench-strncat-ifunc.c: Likewise.
15648         * benchtests/bench-strncmp-ifunc.c: Likewise.
15649         * benchtests/bench-strncpy-ifunc.c: Likewise.
15650         * benchtests/bench-strnlen-ifunc.c: Likewise.
15651         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15652         * benchtests/bench-strrchr-ifunc.c: Likewise.
15653         * benchtests/bench-strsep-ifunc.c: Likewise.
15654         * benchtests/bench-strspn-ifunc.c: Likewise.
15655         * benchtests/bench-strstr-ifunc.c: Likewise.
15657 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15659         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15661 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15663         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15664         * rt/aio.h: Likewise.
15665         * sysdeps/gnu/bits/utmp.h: Likewise.
15666         * sysdeps/gnu/bits/utmpx.h: Likewise.
15667         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15668         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15669         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15670         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15671         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15672         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15673         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15674         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15675         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15676         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15677         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15678         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15679         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15681         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15682         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15683         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15684         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15685         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15686         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15687         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15688         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15689         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15690         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15691         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15692         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15693         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15694         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15695         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15696         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15697         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15698         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15699         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15700         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15701         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15702         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15703         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15704         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15705         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15706         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15707         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15708         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15710 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15712         [BZ #16245]
15713         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15714         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15716 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15718         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15719         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15720         Likewise.
15722 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15724         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15725         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15726         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15727         (__fesetround): Remove define.
15728         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15729         rounding and exceptions handling.
15730         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15731         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15732         (__fe_nomask_env): Likewise.
15733         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15734         __fegetround instead of fegetround.
15735         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15736         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15738 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15740         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15741         it's there.
15743         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15745 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15747         [BZ #11157]
15748         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15749         (encrypt_r): Likewise.
15750         * malloc/obstack.h (obstack_free): Likewise.
15751         * posix/unistd.h (encrypt): Likewise.
15753 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15755         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15756         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15757         DL_CALL_DT_FINI() that call the functions directly.
15758         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15759         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15760         * elf/dl-fini.c: Likewise.
15762 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15764         * malloc/hooks.c (memalign_check): Add alignment rounding.
15765         * malloc/malloc.c (_mid_memalign): New function.
15766         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15767         Implement by calling _mid_memalign.
15768         * manual/probes.texi (Memory Allocation Probes): Remove
15769         memory_valloc_retry and memory_pvalloc_retry.
15771 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15773         * locale/programs/locarchive.c (open_archive): Add const
15774         qualifier to ARCHIVEFNAME and copy default fname to
15775         DEFAULT_FNAME.
15777         [BZ #15601]
15778         * libio/tst-widetext.input: Rename Oriya to Odia.
15779         * locale/iso-639.def: Likewise.
15781         * manual/probes.texi (Mathematical Function Probes): Add
15782         documentation for sin, cos, asin and acos probes.
15783         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15784         (__sin32): Add slowasin probe.
15785         (__cos32): Add slowacos probe.
15786         (__mpsin): Add slowsin probe.
15787         (__mpcos): Add slowcos probe.
15789 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15791         [BZ #15483]
15792         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15793         thread-local __sim_exceptions_thread and global
15794         __sim_exceptions_global.
15795         (__sim_disabled_exceptions): Change to thread-local
15796         __sim_disabled_exceptions_thread and global
15797         __sim_disabled_exceptions_global.
15798         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15799         and global __sim_round_mode_global.
15800         (__simulate_exceptions): Use thread-local floating-point state and
15801         set global state from it as needed.
15802         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15803         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15804         __sim_round_mode_thread.
15805         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15806         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15807         and global __sim_exceptions_global.
15808         (__sim_disabled_exceptions): Change to thread-local
15809         __sim_disabled_exceptions_thread and global
15810         __sim_disabled_exceptions_global.
15811         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15812         and global __sim_round_mode_global.
15813         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15814         (SIM_SET_GLOBAL): Likewise.
15815         * sysdeps/powerpc/soft-fp/sfp-machine.h
15816         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15817         __sim_round_mode_thread.
15818         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15819         __sim_disabled_exceptions_thread.
15820         (__sim_exceptions): Change to __sim_exceptions_thread.
15821         (__sim_disabled_exceptions): Change to
15822         __sim_disabled_exceptions_thread.
15823         (__sim_round_mode): Change to __sim_round_mode_thread.
15824         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15825         thread-local floating-point state and set global state from it as
15826         needed.
15827         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15828         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15829         (__sim_disabled_exceptions): Remove extern declaration.
15830         (feenableexcept): Use thread-local floating-point state and set
15831         global state from it as needed.
15832         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15833         extern declaration.
15834         (__sim_disabled_exceptions): Likewise.
15835         (__sim_round_mode): Likewise.
15836         (__fegetenv): Use thread-local floating-point state.
15837         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15838         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15839         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15840         floating-point state and set global state from it as needed.
15841         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15842         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15843         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15844         Likewise.
15845         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15846         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15847         Likewise.
15848         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15849         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15850         Use __sim_round_mode_thread.
15851         * math/test-fenv-tls.c: New file.
15852         * math/Makefile (tests): Add test-fenv-tls.
15853         ($(objpfx)test-fenv-tls): Depend on
15854         $(common-objpfx)nptl/libpthread.so.
15856 2013-11-19  Andreas Schwab  <schwab@suse.de>
15858         * locale/programs/locale.c (show_info): Decode wordarray elements.
15859         * locale/categories.def (LC_MONETARY): Add element for
15860         _NL_MONETARY_CRNCYSTR.
15861         * locale/C-monetary.c (conversion_rate): New variable.
15862         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15863         element.
15865 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15867         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15868         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15870 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15872         * elf/Makefile (tst-auxv): New test.
15873         * elf/tst-auxv.c: New
15874         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15876 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15878         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15879         (hidden_proto): Caller changed.
15880         (hidden_tls_proto): New macro.
15881         (libc_hidden_tls_proto): Likewise.
15882         (rtld_hidden_tls_proto): Likewise.
15883         (libm_hidden_tls_proto): Likewise.
15884         (libresolv_hidden_tls_proto): Likewise.
15885         (librt_hidden_tls_proto): Likewise.
15886         (libdl_hidden_tls_proto): Likewise.
15887         (libnss_files_hidden_tls_proto): Likewise.
15888         (libnsl_hidden_tls_proto): Likewise.
15889         (libnss_nisplus_hidden_tls_proto): Likewise.
15890         (libutil_hidden_tls_proto): Likewise.
15892 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15894         [BZ #10253]
15895         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15896         (decompose_rpath): Defer expansion to fillin_rpath.
15897         (_dl_init_paths): Pass linkmap to fillin_rpath.
15899 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15901         * benchtests/Makefile: Add strsep.
15902         * benchtests/bench-strsep.c: New file: strsep benchtest.
15903         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15905 2013-11-18  Andreas Schwab  <schwab@suse.de>
15907         * locale/programs/locale.c (show_info) [case byte]: Check for
15908         '\377' instead of '\177'.
15909         * locale/C-monetary.c (not_available): Always use "\377".
15910         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15911         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15912         detect unavailable sign_posn locale elements.
15913         * locale/localeconv.c (__localeconv): For grouping and
15914         mon_grouping handle "\177" and "\377" like no grouping.
15915         (INT_ELEM): New macro.  Use it to set all numeric members.
15916         * locale/programs/ld-monetary.c (monetary_read)
15917         <tok_mon_grouping>: Normalize single -1 to the empty string.
15918         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15919         Likewise.
15921 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15923         [BZ #16055]
15924         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15925         when we match (nil).
15926         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15928 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15930         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15931         (NO_TEST_INLINE): Update value.
15932         (ERRNO_UNCHANGED): Likewise.
15933         (ERRNO_EDOM): Likewise.
15934         (ERRNO_ERANGE): Likewise.
15935         (IGNORE_RESULT): Likewise.
15936         (check_float_internal): Check signs of NaN results if
15937         TEST_NAN_SIGN used.
15938         (check_complex): Pass TEST_NAN_SIGN flag through to second
15939         check_float_internal call.
15940         (copysign_test_data): Add tests with quiet NaNs as second
15941         argument.  Use TEST_NAN_SIGN.
15942         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15943         TEST_NAN_SIGN.
15944         (signbit_test_data): Add tests of quiet NaN argument.
15945         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15947         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15948         $ignore_result.
15949         (parse_args): Handle function results specified as IGNORE.
15950         * math/libm-test.inc (IGNORE_RESULT): New macro.
15951         (check_float_internal): Do not check numerical result if flag
15952         IGNORE_RESULT set.
15953         (check_complex): Pass through IGNORE_RESULT to second
15954         check_float_internal call.
15955         (check_int): Do not check numerical result if flag IGNORE_RESULT
15956         set.
15957         (check_long): Likewise.
15958         (check_bool): Likewise.
15959         (check_longlong): Likewise.
15960         (lrint_test_data): Add tests of infinite and NaN arguments.
15961         (lrint_tonearest_test_data): Likewise.
15962         (lrint_towardzero_test_data): Likewise.
15963         (lrint_downward_test_data): Likewise.
15964         (lrint_upward_test_data): Likewise.
15965         (llrint_test_data): Likewise.
15966         (llrint_tonearest_test_data): Likewise.
15967         (llrint_towardzero_test_data): Likewise.
15968         (llrint_downward_test_data): Likewise.
15969         (llrint_upward_test_data): Likewise.
15970         (lround_test_data): Likewise.
15971         (llround_test_data): Likewise.
15973         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15974         (ERRNO_UNCHANGED): Update value.
15975         (ERRNO_EDOM): Likewise.
15976         (ERRNO_ERANGE): Likewise.
15977         (NO_TEST_INLINE_FLOAT): New macro.
15978         (NO_TEST_INLINE_DOUBLE): Likewise.
15979         (enable_test): New function.
15980         (RUN_TEST_f_f): Check enable_test before running test.
15981         (RUN_TEST_2_f): Likewise.
15982         (RUN_TEST_fff_f): Likewise.
15983         (RUN_TEST_c_f): Likewise.
15984         (RUN_TEST_f_f1): Likewise.
15985         (RUN_TEST_fF_f1): Likewise.
15986         (RUN_TEST_fI_f1): Likewise.
15987         (RUN_TEST_ffI_f1): Likewise.
15988         (RUN_TEST_c_c): Likewise.
15989         (RUN_TEST_cc_c): Likewise.
15990         (RUN_TEST_f_i): Likewise.
15991         (RUN_TEST_f_i_tg): Likewise.
15992         (RUN_TEST_ff_i_tg): Likewise.
15993         (RUN_TEST_f_b): Likewise.
15994         (RUN_TEST_f_b_tg): Likewise.
15995         (RUN_TEST_f_l): Likewise.
15996         (RUN_TEST_f_L): Likewise.
15997         (RUN_TEST_fFF_11): Likewise.
15998         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15999         conditionals.
16000         (cosh_test_data): Likewise.
16001         (exp_test_data): Likewise.
16002         (expm1_test_data): Likewise.
16003         (hypot_test_data): Likewise.
16004         (pow_test_data): Likewise.
16005         (sinh_test_data): Likewise.
16006         (tanh_test_data): Likewise.
16007         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16008         flags argument.
16010         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16011         tests with quiet NaN input and output.
16012         (acosh_test_data): Likewise.
16013         (asin_test_data): Likewise.
16014         (asinh_test_data): Likewise.
16015         (atan_test_data): Likewise.
16016         (atanh_test_data): Likewise.
16017         (atan2_test_data): Likewise.
16018         (cbrt_test_data): Likewise.
16019         (cos_test_data): Likewise.
16020         (cosh_test_data): Likewise.
16021         (erf_test_data): Likewise.
16022         (erfc_test_data): Likewise.
16023         (exp_test_data): Likewise.
16024         (exp10_test_data): Likewise.
16025         (exp2_test_data): Likewise.
16026         (expm1_test_data): Likewise.
16027         (hypot_test_data): Likewise.
16028         (j0_test_data): Likewise.
16029         (j1_test_data): Likewise.
16030         (jn_test_data): Likewise.
16031         (lgamma_test_data): Likewise.
16032         (log_test_data): Likewise.
16033         (log10_test_data): Likewise.
16034         (log1p_test_data): Likewise.
16035         (log2_test_data): Likewise.
16036         (pow_test_data): Likewise.
16037         (scalb_test_data): Likewise.
16038         (sin_test_data): Likewise.
16039         (sincos_test_data): Likewise.
16040         (sinh_test_data): Likewise.
16041         (tan_test_data): Likewise.
16042         (tanh_test_data): Likewise.
16043         (tgamma_test_data): Likewise.
16044         (y0_test_data): Likewise.
16045         (y1_test_data): Likewise.
16046         (yn_test_data): Likewise.
16048         [BZ #16167]
16049         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16050         argument being NaN and avoid computations with second argument in
16051         that case.
16052         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16053         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16054         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16056 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16058         * locale/iso-639.def: Add Chitwani Tharu (the).
16060 2013-11-14  Andreas Schwab  <schwab@suse.de>
16062         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16063         word instead of empty string.
16065 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16068         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16070         (__fe_nomask_env): Likewise.
16072 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16074         * benchtests/bench-timing.h: Include time.h.
16076 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16078         [BZ #15997]
16079         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16080         to 3.4.0 for x32.
16081         * sysdeps/unix/sysv/linux/configure: Regenerated.
16083 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16085         [BZ #16151]
16086         * stdlib/strtod_l.c (round_and_return): Do not consider
16087         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16088         exponent one less than half the least subnormal exponent.
16089         * stdlib/test-strtod-round-data: Add more tests.
16090         * stdlib/tst-strtod-round.c (tests): Regenerated.
16092 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16094         [BZ #14143]
16095         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16096         (__fe_mask_env): Likewise.
16097         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16098         libm_hidden_proto and add function prototype.
16099         (__fe_mask_env): Add function prototype.
16100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16101         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16103         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16105         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16107 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16109         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16110         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16112 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16114         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16115         of htab_find_slot().
16117 2013-11-11  David S. Miller  <davem@davemloft.net>
16119         [BZ #16150]
16120         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16121         symbol in the non-vis3 case in static builds.
16122         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16123         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16124         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16125         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16127 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16129         [BZ #387]
16130         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16131         it is empty.
16133 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16135         * benchtests/Makefile: Add bench-strtod.
16136         * benchtests/bench-strtod.c: New file: strtod benchtest
16138 2013-11-11  Andreas Schwab  <schwab@suse.de>
16140         [BZ #16153]
16141         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16142         terminating NUL in key length.
16144 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16146         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16147         Add artificial ODP entry for vDSO symbol for PPC64.
16148         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16149         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16151 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16153         [BZ #15374]
16154         * nss/getent.c (services_keys): Recognize services starting with digit.
16156 2013-11-06  David S. Miller  <davem@davemloft.net>
16158         [BZ #15985]
16159         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16160         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16162 2013-11-06  Will Newton  <will.newton@linaro.org>
16164         * manual/memory.texi (Malloc Examples): Remove register
16165         keyword from examples.
16167 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16169         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16171 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16173         [BZ #6981]
16174         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16175         depending on [__GCC_IEC_559 > 0].
16176         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16177         depending on [__GCC_IEC_559_COMPLEX > 0].
16179 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16181         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16182         to iso-639.def.
16184 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16186         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16188 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16190         [BZ #16112]
16191         * malloc/malloc (malloc_info): Do not handle first bin as
16192         special case.
16194 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16196         * locale/iso-639.def: Add Central Nahuatl (nhn).
16198 2013-11-01  Bruno Haible  <bruno@clisp.org>
16200         [BZ #7003]
16201         * manual/math.texi (BSD Random): Specify range upper bound as
16202         in POSIX.
16204 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16206         * locale/iso-639.def: Add Meadow Mari (mhr).
16208 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16210         [BZ #14752], [BZ #15763]
16211         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16212         Validate name.
16213         * rt/tst_shm.c: Add test for escaping directory.
16215 2013-10-31  Andreas Schwab  <schwab@suse.de>
16217         [BZ #15917]
16218         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16219         followed by 'x' as part of digit sequence.
16220         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16222 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16224         [BZ #16037]
16225         * configure.ac: allow GNU Make 4.0 and greater.
16226         * configure: Regenerated.
16228 2013-10-30  Will Newton  <will.newton@linaro.org>
16230         [BZ #16038]
16231         * malloc/hooks.c (memalign_check): Limit alignment to the
16232         maximum representable power of two.
16233         * malloc/malloc.c (__libc_memalign): Likewise.
16234         * malloc/tst-memalign.c (do_test): Add test for very
16235         large alignment values.
16236         * malloc/tst-posix_memalign.c (do_test): Likewise.
16238 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16240         [BZ #11087]
16241         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16242         (munmap_chunk): Likewise.
16243         (mremap_chunk): Likewise.
16245 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16247         [BZ #15799]
16248         * stdlib/div.c (div): Remove obsolete code.
16249         * stdlib/ldiv.c (ldiv): Likewise.
16250         * stdlib/lldiv.c (lldiv): Likewise.
16252 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16254         [BZ #16071]
16255         * nss/nss_files/files-XXX.c (get_contents_ret): New
16256         enumerator.
16257         (get_contents): New function.
16258         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16260 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16262         * configure.in: Moved to ...
16263         * configure.ac: ... here. Change reference to configure.in
16264         to configure.ac.
16265         * sysdeps/arm/preconfigure.ac: ... here.
16266         configure.in to configure.ac.
16267         * sysdeps/gnu/configure.in: Moved to ...
16268         * sysdeps/gnu/configure.ac: ... here.
16269         * sysdeps/i386/configure.in: Moved to ...
16270         * sysdeps/i386/configure.ac: ... here.
16271         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16272         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16273         * sysdeps/mach/configure.in: Moved to ...
16274         * sysdeps/mach/configure.ac: ... here.
16275         * sysdeps/mach/hurd/configure.in: Moved to ...
16276         * sysdeps/mach/hurd/configure.ac: ... here.
16277         * sysdeps/powerpc/configure.in: Moved to ...
16278         * sysdeps/powerpc/configure.ac: ... here.
16279         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16280         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16281         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16282         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16283         * sysdeps/s390/s390-32/configure.in: Moved to ...
16284         * sysdeps/s390/s390-32/configure.ac: ... here.
16285         * sysdeps/s390/s390-64/configure.in: Moved to ...
16286         * sysdeps/s390/s390-64/configure.ac: ... here.
16287         * sysdeps/sh/configure.in: Moved to ...
16288         * sysdeps/sh/configure.ac: ... here.
16289         * sysdeps/sparc/configure.in: Moved to ...
16290         * sysdeps/sparc/configure.ac: ... here.
16291         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16292         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16293         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16294         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16295         * sysdeps/x86_64/configure.in: Moved to ...
16296         * sysdeps/x86_64/configure.ac: ... here.
16297         * sysdeps/x86_64/preconfigure.in: Moved to ...
16298         * sysdeps/x86_64/preconfigure.ac: ... here.
16299         * aclocal.m4: Change reference to configure.in to configure.ac.
16300         * config.h.in: Likewise.
16301         * manual/install.texi: Likewise.
16302         * manual/maint.texi: Likewise.
16303         * Makefile: Likewise.
16304         * malloc/Makefile: Likewise.
16305         * nscd/Makefile: Likewise.
16306         * Makeconfig: Change reference to configure.in and
16307         preconfigure.in to configure.ac and preconfigure.ac
16308         respectively.
16309         * INSTALL: Regenerated.
16310         * configure: Likewise.
16311         * sysdeps/gnu/configure: Likewise.
16312         * sysdeps/i386/configure: Likewise.
16313         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16314         * sysdeps/mach/configure: Likewise.
16315         * sysdeps/mach/hurd/configure: Likewise.
16316         * sysdeps/powerpc/configure: Likewise.
16317         * sysdeps/powerpc/powerpc32/configure: Likewise.
16318         * sysdeps/powerpc/powerpc64/configure: Likewise.
16319         * sysdeps/s390/s390-32/configure: Likewise.
16320         * sysdeps/s390/s390-64/configure: Likewise.
16321         * sysdeps/sh/configure: Likewise.
16322         * sysdeps/sparc/configure: Likewise.
16323         * sysdeps/unix/sysv/linux/configure: Likewise.
16324         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16325         * sysdeps/x86_64/configure: Likewise.
16326         * sysdeps/x86_64/preconfigure: Likewise.
16328 2013-10-29  Andreas Schwab  <schwab@suse.de>
16330         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16332 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16334         * benchtests/pow-inputs: Add new inputs.
16336         * benchtests/exp-inputs: Add new inputs.
16338         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16339         conditional check for return value.
16340         (__cos32): Likewise.
16342 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16344         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16345         to provide a boost for large inputs with word alignment.
16346         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16347         implementation based on optimized PPC64 strcpy.
16348         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16349         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16350         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16351         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16353 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16355         [BZ #2801]
16356         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16358 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16360         [BZ #14876]
16361         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16362         * time/tst-strptime.c (day_tests): Add testcase.
16364 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16366         [BZ #14029]
16367         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16369 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16371         [BZ #16074]
16372         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16373         MAP_FAILED on error.
16375 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16377         [BZ #16072]
16378         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16379         heap for large requests.
16381 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16383         [BZ #9954]
16384         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16385         result if the result has no associated interface.
16386         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16387         interface for all 127.X.Y.Z addresses.
16389 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16391         * locale/iso-639.def: Add Ligurian (lij)
16393 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16395         [BZ #15825]
16396         * sunrpc/rpc_main.c: Document rpcgen -5.
16398 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16400         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16402 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16404         [BZ #10278]
16405         * posix/glob.c: Match only directories when trailing slash is present.
16406         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16407         (main): Add testcase.
16409 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16411         [BZ #15670]
16412         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16414 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16416         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16417         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16418         AUTH_DES and cindex for FIPS 140-2.
16419         (DES Encryption): Add cindex FIPS 46-3.
16421         * locale/locarchive.h (struct locarhandle): Add fname.
16422         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16423         if an optional argument was specified to --list-archive,
16424         otherwise NULL.
16425         * locale/programs/locarchive.c (show_archive_content): Take new
16426         argument fname and pass it via ah.fname to open_archive.
16427         * locale/programs/localedef.h: Update decl.
16428         (open_archive): If AH->fname is non-null, open that file
16429         rather than the default file name, and don't ignore ENOENT.
16430         (create_archive): Set AH.fname to NULL.
16431         (delete_locales_from_archive): Likewise.
16432         (add_locales_to_archive): Likewise.
16433         * locale/programs/locfile.c (write_all_categories): Likewise.
16435 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16436             Aldy Hernandez  <aldyh@redhat.com>
16438         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16439         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16440         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16441         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16442         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16443         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16444         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16445         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16446         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16447         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16448         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16449         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16450         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16451         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16452         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16453         Likewise.
16454         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16455         Likewise.
16456         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16457         Likewise.
16458         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16459         Likewise.
16460         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16461         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16462         Likewise.
16463         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16464         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16465         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16466         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16467         Likewise.
16468         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16469         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16470         * sysdeps/powerpc/preconfigure: Likewise.
16471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16472         Likewise.
16473         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16474         Replace contents of file by #include of <fenv_libc.h>.
16475         * sysdeps/powerpc/soft-fp/sfp-machine.h
16476         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16477         and <sys/prctl.h>.
16478         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16479         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16480         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16481         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16482         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16483         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16484         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16485         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16486         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16487         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16488         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16489         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16491         Allow copysignl PLT reference to be missing.
16493 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16494             Joseph Myers  <joseph@codesourcery.com
16496         [BZ #15948]
16497         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16498         single character.
16499         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16501 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16503         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16504         * elf/tst-tls1.c: Likewise.
16505         * elf/tst-tls10.h: Likewise.
16506         * elf/tst-tls14.c: Likewise.
16507         * elf/tst-tls2.c: Likewise.
16508         * elf/tst-tls3.c: Likewise.
16509         * elf/tst-tls4.c: Likewise.
16510         * elf/tst-tls5.c: Likewise.
16511         * elf/tst-tls6.c: Likewise.
16512         * elf/tst-tls7.c: Likewise.
16513         * elf/tst-tls8.c: Likewise.
16514         * elf/tst-tls9.c: Likewise.
16515         * elf/tst-tlsmod1.c: Likewise.
16516         * elf/tst-tlsmod13.c: Likewise.
16517         * elf/tst-tlsmod13a.c: Likewise.
16518         * elf/tst-tlsmod14a.c: Likewise.
16519         * elf/tst-tlsmod16a.c: Likewise.
16520         * elf/tst-tlsmod16b.c: Likewise.
16521         * elf/tst-tlsmod2.c: Likewise.
16522         * elf/tst-tlsmod3.c: Likewise.
16523         * elf/tst-tlsmod4.c: Likewise.
16524         * elf/tst-tlsmod5.c: Likewise.
16525         * elf/tst-tlsmod6.c: Likewise.
16527 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16529         [BZ #12486]
16530         * malloc/malloc.c: remove checks for statistics.
16532 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16534         [BZ #15277]
16535         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16536         * inet/tst-network.c: Add testcase.
16538 2013-10-17  Andreas Schwab  <schwab@suse.de>
16540         [BZ #15218]
16541         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16542         to determine canonical name.
16544 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16546         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16547         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16548         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16549         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16550         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16551         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16552         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16553         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16554         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16555         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16556         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16557         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16558         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16559         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16560         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16561         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16562         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16563         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16564         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16565         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16566         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16567         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16568         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16569         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16570         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16571         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16572         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16573         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16574         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16575         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16576         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16577         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16578         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16579         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16580         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16581         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16582         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16583         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16584         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16585         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16586         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16587         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16588         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16589         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16590         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16591         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16592         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16593         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16594         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16595         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16596         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16597         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16598         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16599         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16600         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16601         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16602         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16603         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16605 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16607         [BZ #16041]
16608         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16609         make result into a quiet NaN.
16611 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16613         * soft-fp/adddf3.c: Fix horizontal whitespace.
16614         * soft-fp/addsf3.c: Likewise.
16615         * soft-fp/addtf3.c: Likewise.
16616         * soft-fp/divdf3.c: Likewise.
16617         * soft-fp/divsf3.c: Likewise.
16618         * soft-fp/divtf3.c: Likewise.
16619         * soft-fp/double.h: Likewise.
16620         * soft-fp/eqdf2.c: Likewise.
16621         * soft-fp/eqsf2.c: Likewise.
16622         * soft-fp/eqtf2.c: Likewise.
16623         * soft-fp/extenddftf2.c: Likewise.
16624         * soft-fp/extended.h: Likewise.
16625         * soft-fp/extendsfdf2.c: Likewise.
16626         * soft-fp/extendsftf2.c: Likewise.
16627         * soft-fp/extendxftf2.c: Likewise.
16628         * soft-fp/fixdfdi.c: Likewise.
16629         * soft-fp/fixdfsi.c: Likewise.
16630         * soft-fp/fixdfti.c: Likewise.
16631         * soft-fp/fixsfdi.c: Likewise.
16632         * soft-fp/fixsfsi.c: Likewise.
16633         * soft-fp/fixsfti.c: Likewise.
16634         * soft-fp/fixtfdi.c: Likewise.
16635         * soft-fp/fixtfsi.c: Likewise.
16636         * soft-fp/fixtfti.c: Likewise.
16637         * soft-fp/fixunsdfdi.c: Likewise.
16638         * soft-fp/fixunsdfsi.c: Likewise.
16639         * soft-fp/fixunsdfti.c: Likewise.
16640         * soft-fp/fixunssfdi.c: Likewise.
16641         * soft-fp/fixunssfsi.c: Likewise.
16642         * soft-fp/fixunssfti.c: Likewise.
16643         * soft-fp/fixunstfdi.c: Likewise.
16644         * soft-fp/fixunstfsi.c: Likewise.
16645         * soft-fp/fixunstfti.c: Likewise.
16646         * soft-fp/floatdidf.c: Likewise.
16647         * soft-fp/floatdisf.c: Likewise.
16648         * soft-fp/floatditf.c: Likewise.
16649         * soft-fp/floatsidf.c: Likewise.
16650         * soft-fp/floatsisf.c: Likewise.
16651         * soft-fp/floatsitf.c: Likewise.
16652         * soft-fp/floattidf.c: Likewise.
16653         * soft-fp/floattisf.c: Likewise.
16654         * soft-fp/floattitf.c: Likewise.
16655         * soft-fp/floatundidf.c: Likewise.
16656         * soft-fp/floatundisf.c: Likewise.
16657         * soft-fp/floatunditf.c: Likewise.
16658         * soft-fp/floatunsidf.c: Likewise.
16659         * soft-fp/floatunsisf.c: Likewise.
16660         * soft-fp/floatunsitf.c: Likewise.
16661         * soft-fp/floatuntidf.c: Likewise.
16662         * soft-fp/floatuntisf.c: Likewise.
16663         * soft-fp/floatuntitf.c: Likewise.
16664         * soft-fp/fmadf4.c: Likewise.
16665         * soft-fp/fmasf4.c: Likewise.
16666         * soft-fp/fmatf4.c: Likewise.
16667         * soft-fp/gedf2.c: Likewise.
16668         * soft-fp/gesf2.c: Likewise.
16669         * soft-fp/getf2.c: Likewise.
16670         * soft-fp/ledf2.c: Likewise.
16671         * soft-fp/lesf2.c: Likewise.
16672         * soft-fp/letf2.c: Likewise.
16673         * soft-fp/muldf3.c: Likewise.
16674         * soft-fp/mulsf3.c: Likewise.
16675         * soft-fp/multf3.c: Likewise.
16676         * soft-fp/negdf2.c: Likewise.
16677         * soft-fp/negsf2.c: Likewise.
16678         * soft-fp/negtf2.c: Likewise.
16679         * soft-fp/op-1.h: Likewise.
16680         * soft-fp/op-2.h: Likewise.
16681         * soft-fp/op-4.h: Likewise.
16682         * soft-fp/op-8.h: Likewise.
16683         * soft-fp/op-common.h: Likewise.
16684         * soft-fp/quad.h: Likewise.
16685         * soft-fp/single.h: Likewise.
16686         * soft-fp/soft-fp.h: Likewise.
16687         * soft-fp/sqrtdf2.c: Likewise.
16688         * soft-fp/sqrtsf2.c: Likewise.
16689         * soft-fp/sqrttf2.c: Likewise.
16690         * soft-fp/subdf3.c: Likewise.
16691         * soft-fp/subsf3.c: Likewise.
16692         * soft-fp/subtf3.c: Likewise.
16693         * soft-fp/truncdfsf2.c: Likewise.
16694         * soft-fp/trunctfdf2.c: Likewise.
16695         * soft-fp/trunctfsf2.c: Likewise.
16696         * soft-fp/trunctfxf2.c: Likewise.
16697         * soft-fp/unorddf2.c: Likewise.
16698         * soft-fp/unordsf2.c: Likewise.
16699         * soft-fp/unordtf2.c: Likewise.
16701 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16703         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16704         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16706 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16708         * elf/dl-libc.c: Clear initfini list after freeing.
16710 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16712         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16713         * soft-fp/addsf3.c: Likewise.
16714         * soft-fp/addtf3.c: Likewise.
16715         * soft-fp/divdf3.c: Likewise.
16716         * soft-fp/divsf3.c: Likewise.
16717         * soft-fp/divtf3.c: Likewise.
16718         * soft-fp/double.h: Likewise.
16719         * soft-fp/eqdf2.c: Likewise.
16720         * soft-fp/eqsf2.c: Likewise.
16721         * soft-fp/eqtf2.c: Likewise.
16722         * soft-fp/extenddftf2.c: Likewise.
16723         * soft-fp/extended.h: Likewise.
16724         * soft-fp/extendsfdf2.c: Likewise.
16725         * soft-fp/extendsftf2.c: Likewise.
16726         * soft-fp/extendxftf2.c: Likewise.
16727         * soft-fp/fixdfdi.c: Likewise.
16728         * soft-fp/fixdfsi.c: Likewise.
16729         * soft-fp/fixdfti.c: Likewise.
16730         * soft-fp/fixsfdi.c: Likewise.
16731         * soft-fp/fixsfsi.c: Likewise.
16732         * soft-fp/fixsfti.c: Likewise.
16733         * soft-fp/fixtfdi.c: Likewise.
16734         * soft-fp/fixtfsi.c: Likewise.
16735         * soft-fp/fixtfti.c: Likewise.
16736         * soft-fp/fixunsdfdi.c: Likewise.
16737         * soft-fp/fixunsdfsi.c: Likewise.
16738         * soft-fp/fixunsdfti.c: Likewise.
16739         * soft-fp/fixunssfdi.c: Likewise.
16740         * soft-fp/fixunssfsi.c: Likewise.
16741         * soft-fp/fixunssfti.c: Likewise.
16742         * soft-fp/fixunstfdi.c: Likewise.
16743         * soft-fp/fixunstfsi.c: Likewise.
16744         * soft-fp/fixunstfti.c: Likewise.
16745         * soft-fp/floatdidf.c: Likewise.
16746         * soft-fp/floatdisf.c: Likewise.
16747         * soft-fp/floatditf.c: Likewise.
16748         * soft-fp/floatsidf.c: Likewise.
16749         * soft-fp/floatsisf.c: Likewise.
16750         * soft-fp/floatsitf.c: Likewise.
16751         * soft-fp/floattidf.c: Likewise.
16752         * soft-fp/floattisf.c: Likewise.
16753         * soft-fp/floattitf.c: Likewise.
16754         * soft-fp/floatundidf.c: Likewise.
16755         * soft-fp/floatundisf.c: Likewise.
16756         * soft-fp/floatunsidf.c: Likewise.
16757         * soft-fp/floatunsisf.c: Likewise.
16758         * soft-fp/floatuntidf.c: Likewise.
16759         * soft-fp/floatuntisf.c: Likewise.
16760         * soft-fp/floatuntitf.c: Likewise.
16761         * soft-fp/fmadf4.c: Likewise.
16762         * soft-fp/fmasf4.c: Likewise.
16763         * soft-fp/fmatf4.c: Likewise.
16764         * soft-fp/gedf2.c: Likewise.
16765         * soft-fp/gesf2.c: Likewise.
16766         * soft-fp/getf2.c: Likewise.
16767         * soft-fp/ledf2.c: Likewise.
16768         * soft-fp/lesf2.c: Likewise.
16769         * soft-fp/letf2.c: Likewise.
16770         * soft-fp/muldf3.c: Likewise.
16771         * soft-fp/mulsf3.c: Likewise.
16772         * soft-fp/multf3.c: Likewise.
16773         * soft-fp/negdf2.c: Likewise.
16774         * soft-fp/negsf2.c: Likewise.
16775         * soft-fp/negtf2.c: Likewise.
16776         * soft-fp/op-1.h: Likewise.
16777         * soft-fp/op-2.h: Likewise.
16778         * soft-fp/op-4.h: Likewise.
16779         * soft-fp/op-8.h: Likewise.
16780         * soft-fp/op-common.h: Likewise.
16781         * soft-fp/quad.h: Likewise.
16782         * soft-fp/single.h: Likewise.
16783         * soft-fp/soft-fp.h: Likewise.
16784         * soft-fp/sqrtdf2.c: Likewise.
16785         * soft-fp/sqrtsf2.c: Likewise.
16786         * soft-fp/sqrttf2.c: Likewise.
16787         * soft-fp/subdf3.c: Likewise.
16788         * soft-fp/subsf3.c: Likewise.
16789         * soft-fp/subtf3.c: Likewise.
16790         * soft-fp/truncdfsf2.c: Likewise.
16791         * soft-fp/trunctfdf2.c: Likewise.
16792         * soft-fp/trunctfsf2.c: Likewise.
16793         * soft-fp/trunctfxf2.c: Likewise.
16794         * soft-fp/unorddf2.c: Likewise.
16795         * soft-fp/unordsf2.c: Likewise.
16796         * soft-fp/unordtf2.c: Likewise.
16798 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16800         [BZ #15672]
16801         * misc/error.c (error_tail): Fix possible buffer overflow.
16803 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16805         [BZ #13028]
16806         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16807         address.
16809 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16811         [BZ #832]
16812         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16813         testing pipefail option.
16815 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16817         * soft-fp/double.h: Indent preprocessor directives inside #if.
16818         * soft-fp/extended.h: Likewise.
16819         * soft-fp/op-2.h: Likewise.
16820         * soft-fp/op-4.h: Likewise.
16821         * soft-fp/op-common.h: Likewise.
16822         * soft-fp/quad.h: Likewise.
16823         * soft-fp/single.h: Likewise.
16824         * soft-fp/soft-fp.h: Likewise.
16826 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16828         * iconv/iconv_prog.c: Fix typos.
16829         * stdio-common/psiginfo-data.h: Likewise.
16831 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16833         [BZ #15764]
16834         * locale/setlocale.c: Fix typo.
16836 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16838         [BZ #16036]
16839         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16840         signaling NaN arguments.
16841         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16842         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16844         [BZ #14910]
16845         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16846         unordered operands.
16847         * soft-fp/gesf2.c (__gesf2): Likewise.
16848         * soft-fp/getf2.c (__getf2): Likewise.
16849         * soft-fp/ledf2.c (__ledf2): Likewise.
16850         * soft-fp/lesf2.c (__lesf2): Likewise.
16851         * soft-fp/letf2.c (__letf2): Likewise.
16853         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16854         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16855         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16856         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16857         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16858         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16859         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16860         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16861         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16862         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16863         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16864         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16865         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16866         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16867         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16868         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16869         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16870         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16871         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16872         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16873         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16874         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16875         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16876         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16877         * soft-fp/floattidf.c (__floattidf): Likewise.
16878         * soft-fp/floattisf.c (__floattisf): Likewise.
16879         * soft-fp/floattitf.c (__floattitf): Likewise.
16880         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16881         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16882         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16883         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16884         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16885         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16886         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16887         * soft-fp/gesf2.c (__gesf2): Likewise.
16888         * soft-fp/getf2.c (__getf2): Likewise.
16889         * soft-fp/ledf2.c (__ledf2): Likewise.
16890         * soft-fp/lesf2.c (__lesf2): Likewise.
16891         * soft-fp/letf2.c (__letf2): Likewise.
16893         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16894         Undefine and redefine.
16895         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16896         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16897         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16898         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16899         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16900         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16901         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16902         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16903         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16904         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16905         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16906         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16907         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16908         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16909         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16911         [BZ #16032]
16912         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16913         without decrementing exponent if mantissa >= that for the
16914         denominator, not >.
16915         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16916         denominator, not >.  Decrement exponent in < case instead of
16917         incrementing in >= case.
16918         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16919         without decrementing exponent if mantissa >= that for the
16920         denominator, not >.
16922         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16923         computing saturated result for unsigned overflow.
16925 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16926             Jeff Law  <law@redhat.com>
16928         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16929         (atan2Mp): Add systemtap probe marker.
16930         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16931         (__ieee754_log): Add systemtap probe marker.
16932         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16933         (atanMp): Add systemtap probe marker.
16934         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16935         (tanMp): Add systemtap probe marker.
16936         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16937         (__slowexp): Add systemtap probe marker.
16938         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16939         (__slowpow): Add systemtap probe marker.
16940         * manual/probes.texi: Document probes.
16942 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16944         [BZ #15362]
16945         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16946         written.
16947         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16948         written.
16949         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16950         written to buffer but not flushed.
16951         * libio/iofwrite_u.c:  Likewise.
16952         * libio/iopadn.c:  Return bytes returned even if EOF was
16953         encountered.
16954         * libio/iowpadn.c:  Likewise.
16955         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16956         if _IO_padn does not write the whole buffer.
16957         [!COMPILE_WPRINTF] (PAD): Likewise.
16959 2013-10-10  David S. Miller  <davem@davemloft.net>
16961         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16962         directory block.
16964 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16966         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16967         instead of FSF address.
16968         * soft-fp/fixdfti.c: Likewise.
16969         * soft-fp/fixsfti.c: Likewise.
16970         * soft-fp/fixtfti.c: Likewise.
16971         * soft-fp/fixunsdfti.c: Likewise.
16972         * soft-fp/fixunssfti.c: Likewise.
16973         * soft-fp/fixunstfti.c: Likewise.
16974         * soft-fp/floattidf.c: Likewise.
16975         * soft-fp/floattisf.c: Likewise.
16976         * soft-fp/floattitf.c: Likewise.
16977         * soft-fp/floatuntidf.c: Likewise.
16978         * soft-fp/floatuntisf.c: Likewise.
16979         * soft-fp/floatuntitf.c: Likewise.
16980         * soft-fp/trunctfxf2.c: Likewise.
16982         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16983         * soft-fp/fixdfti.c: Likewise.
16984         * soft-fp/fixsfti.c: Likewise.
16985         * soft-fp/fixtfti.c: Likewise.
16986         * soft-fp/fixunsdfti.c: Likewise.
16987         * soft-fp/fixunssfti.c: Likewise.
16988         * soft-fp/fixunstfti.c: Likewise.
16989         * soft-fp/floattidf.c: Likewise.
16990         * soft-fp/floattisf.c: Likewise.
16991         * soft-fp/floattitf.c: Likewise.
16992         * soft-fp/floatuntidf.c: Likewise.
16993         * soft-fp/floatuntisf.c: Likewise.
16994         * soft-fp/floatuntitf.c: Likewise.
16995         * soft-fp/trunctfxf2.c: Likewise.
16997 2013-10-10  David S. Miller  <davem@davemloft.net>
16999         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17001 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17003         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17004         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17005         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17006         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17007         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17008         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17009         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17011         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17012         for NaNs before doing comparisons on argument.
17013         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17014         Likewise.
17016 2013-10-10  Will Newton  <will.newton@linaro.org>
17018         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17019         passed to _int_memalign does not overflow.
17021 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17023         * scripts/bench.pl: Add include-sources directive.
17024         * benchtests/README: Update documentation.
17026 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17028         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17029         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17030         instead of FP_INIT_ROUNDMODE.
17031         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17032         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17034         [BZ #16034]
17035         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17036         copy class of input value.
17037         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17038         not handle exceptions.
17039         * soft-fp/negsf2.c (__negsf2): Likewise.
17040         * soft-fp/negtf2.c (__negtf2): Likewise.
17041         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17043 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17045         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17046         semicolon.  From Linux kernel.
17048 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17050         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17052 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17054         [BZ #156]
17055         * manual/socket.texi: Added statement about buffer
17056         for gethostbyname2_r.
17058 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17060         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17061         Use .p2align directive instead, throughout.
17062         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17063         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17064         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17065         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17066         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17067         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17068         * sysdeps/x86_64/strchr.S: Likewise.
17069         * sysdeps/x86_64/strrchr.S: Likewise.
17071 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17073         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17075         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17077         * sysdeps/generic/math_private.h (__mpsin1): Remove
17078         declaration.
17079         (__mpcos1): Likewise.
17080         (__mpsin): New argument __range_reduce.
17081         (__mpcos): Likewise.
17082         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17083         (slow): Use __mpsin and __mpcos.
17084         (slow1): Likewise.
17085         (slow2): Likewise.
17086         (sloww): Likewise.
17087         (sloww1): Likewise.
17088         (sloww2): Likewise.
17089         (bsloww): Likewise.
17090         (bsloww1): Likewise.
17091         (bsloww2): Likewise.
17092         (cslow2): Likewise.
17093         (csloww): Likewise.
17094         (csloww1): Likewise.
17095         (csloww2): Likewise.
17096         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17097         range_reduce.  Merge in __mpsin1.
17098         (__mpcos): Likewise.
17099         (__mpsin1): Remove.
17100         (__mpcos1): Likewise.
17102 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17104         * locale/loadlocale.c (_nl_intern_locale_data): Use
17105         LOCFILE_ALIGNED_P.
17106         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17107         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17108         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17109         obstack data is appropriately aligned.
17110         (obstack_int32_grow_fast): Likewise.
17111         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17112         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17113         (add_locale_uint32_array): Likewise.
17115 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17117         * benchtests/Makefile: Remove ARGLIST and RET variables.
17118         ($(objpfx)bench-%.c): Pass only function name to the script.
17119         * benchtests/README: Update documentation.
17120         * benchtests/acos-inputs: Add new directives.
17121         * benchtests/acosh-inputs: Likewise.
17122         * benchtests/asin-inputs: Likewise.
17123         * benchtests/asinh-inputs: Likewise.
17124         * benchtests/atan-inputs: Likewise.
17125         * benchtests/atanh-inputs: Likewise.
17126         * benchtests/cos-inputs: Likewise.
17127         * benchtests/cosh-inputs: Likewise.
17128         * benchtests/exp-inputs: Likewise.
17129         * benchtests/log-inputs: Likewise.
17130         * benchtests/pow-inputs: Likewise.
17131         * benchtests/rint-inputs: Likewise.
17132         * benchtests/sin-inputs: Likewise.
17133         * benchtests/sinh-inputs: Likewise.
17134         * benchtests/tan-inputs: Likewise.
17135         * benchtests/tanh-inputs: Likewise.
17136         * scripts/bench.pl: Add support for new directives.
17138 2013-10-07  Alan Modra  <amodra@gmail.com>
17140         * README: Fix careless merge.
17142 2013-10-05  Alan Modra  <amodra@gmail.com>
17144         * NEWS: Mention powerpc64le support and bugs fixed.
17145         * README: Both big-endian and little-endian powerpc64 supported.
17147 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17149         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17150         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17151         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17152         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17154 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17156         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17157         match prototype.
17159 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17161         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17162         Move -mhard-float appending from
17163         ports/sysdeps/powerpc/powerpc32/Makefile.
17164         [$(with-fp) = yes] (ASFLAGS): Likewise.
17165         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17166         * sysdeps/powerpc/nofpu: Move directory from
17167         ports/sysdeps/powerpc/nofpu.
17168         * sysdeps/powerpc/soft-fp: Move directory from
17169         ports/sysdeps/powerpc/soft-fp.
17170         * sysdeps/powerpc/powerpc32/405: Move directory from
17171         ports/sysdeps/powerpc/powerpc32/405.
17172         * sysdeps/powerpc/powerpc32/440: Move directory from
17173         ports/sysdeps/powerpc/powerpc32/440.
17174         * sysdeps/powerpc/powerpc32/464: Move directory from
17175         ports/sysdeps/powerpc/powerpc32/464.
17176         * sysdeps/powerpc/powerpc32/476: Move directory from
17177         ports/sysdeps/powerpc/powerpc32/476.
17178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17179         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17181         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17183         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17185         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17187         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17188         * README: Update for powerpc-*-linux-gnu software floating point
17189         support in libc.
17191         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17192         case to powerpc/powerpc32*.
17193         * sysdeps/unix/sysv/linux/configure: Regenerated.
17195         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17196         (_FPU_MASK_OM): Define as 0x04.
17197         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17198         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17199         0x00c10080.
17200         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17201         0x0000003c.
17202         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17205         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17206         getcontext_e500.
17207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17208         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17209         setcontext_e500.
17210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17211         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17212         and setcontext_e500.
17214 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17216         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17218 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17220         * manual/threads.texi (Default Thread Attributes): Fix typo.
17222 2013-10-04  Will Newton  <will.newton@linaro.org>
17224         * malloc/Makefile: Add tst-memalign.
17225         * malloc/tst-memalign.c: New file.
17227         * malloc/tst-posix_memalign.c: Add comments.
17228         (do_test): Add comments and call free on all potentially
17229         allocated pointers. Add space after cast.
17231         * malloc/tst-pvalloc.c: Add comments.
17232         (do_test): Add comments and call free on all potentially
17233         allocated pointers. Remove duplicate check for NULL pointer.
17234         Add space after cast.
17236         * malloc/tst-valloc.c: Add comments.
17237         (do_test): Add comments and call free on all potentially
17238         allocated pointers. Remove duplicate check for NULL pointer.
17239         Add space after cast.
17241 2013-10-04  Alan Modra  <amodra@gmail.com>
17243         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17244         Use stdint types in rather than __attribute__((mode())).
17245         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17247 2013-10-04  Alan Modra  <amodra@gmail.com>
17249         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17250         Correct handling of unaligned relocs for little-endian.
17251         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17253 2013-10-04  Alan Modra  <amodra@gmail.com>
17255         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17256         * configure: Regenerate.
17257         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17258         * shlib-versions: Likewise.
17260 2013-10-04  Alan Modra  <amodra@gmail.com>
17262         * string/tester.c (test_memrchr): Increment reported test cycle.
17264 2013-10-04  Alan Modra  <amodra@gmail.com>
17266         * string/test-memcpy.c (do_one_test): When reporting errors, print
17267         string address and don't overrun end of string.
17269 2013-10-04  Alan Modra  <amodra@gmail.com>
17271         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17272         insrdi.  Make better use of reg selection to speed exit slightly.
17273         Schedule entry path a little better.  Remove useless "are we done"
17274         checks on entry to main loop.  Handle wrapping around zero address.
17275         Correct main loop count.  Handle single left-over word from main
17276         loop inline rather than by using loop_small.  Remove extra word
17277         case in loop_small caused by wrong loop count.  Add little-endian
17278         support.
17279         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17280         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17281         cache hint.
17282         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17283         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17284         support.  Avoid rlwimi.
17285         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17287 2013-10-04  Alan Modra  <amodra@gmail.com>
17289         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17290         insrdi.  Formatting.
17291         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17292         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17293         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17294         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17295         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17296         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17298 2013-10-04  Alan Modra  <amodra@gmail.com>
17300         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17301         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17302         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17303         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17304         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17305         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17306         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17307         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17308         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17309         use of regs.  Use power7 mtocrf.  Tidy function tails.
17311 2013-10-04  Alan Modra  <amodra@gmail.com>
17313         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17314         Formatting.  Consistently use rXXX register defines or rN defines.
17315         Use early exit labels that avoid restoring unused non-volatile regs.
17316         Make cr field use more consistent with rWORDn compares.  Rename
17317         regs used as shift registers for unaligned loop, using rN defines
17318         for short lifetime/multiple use regs.
17319         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17320         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17321         addi 1,1,64 to pop stack frame.  Simplify return value code.
17322         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17324 2013-10-04  Alan Modra  <amodra@gmail.com>
17326         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17327         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17328         rather than rlwimi.
17329         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17330         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17331         little-endian support.  Correct typos.
17332         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17333         rather than rlwimi.
17334         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17335         in loop and entry code to keep "and." results.
17336         (strchr): Add little-endian support.  Comment.  Move cntlzd
17337         earlier in tail.
17338         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17340 2013-10-04  Alan Modra  <amodra@gmail.com>
17342         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17343         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17344         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17345         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17347 2013-10-04  Alan Modra  <amodra@gmail.com>
17349         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17350         (rTMP): Define as r11.
17351         (strcmp): Add little-endian support.  Optimise tail.
17352         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17353         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17354         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17355         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17356         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17357         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17358         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17360 2013-10-04  Alan Modra  <amodra@gmail.com>
17362         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17363         little-endian support.  Remove unnecessary "are we done" tests.
17364         Handle "s" wrapping around zero and extremely large "size".
17365         Correct main loop count.  Handle single left-over word from main
17366         loop inline rather than by using small_loop.  Correct comments.
17367         Delete "zero" tail, use "end_max" instead.
17368         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17370 2013-10-04  Alan Modra  <amodra@gmail.com>
17372         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17373         support.  Don't branch over align.
17374         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17375         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17376         support.  Rearrange tmp reg use to suit.  Comment.
17377         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17379 2013-10-04  Alan Modra  <amodra@gmail.com>
17381         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17383 2013-10-04  Alan Modra  <amodra@gmail.com>
17385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17386         conditional form of branch and link when obtaining pc.
17387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17389 2013-10-04  Alan Modra  <amodra@gmail.com>
17391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17392         HIWORD/LOWORD.
17393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17396 2013-10-04  Alan Modra  <amodra@gmail.com>
17398         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17399         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17400         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17401         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17402         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17403         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17404         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17405         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17406         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17407         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17409 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17410             Alistair Popple <alistair@ozlabs.au.ibm.com>
17411             Alan Modra <amodra@gmail.com>
17413         [BZ #15723]
17414         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17415         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17416         _dl_hwcap access for little-endian.
17417         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17418         destroy vmx regs when saving unaligned.
17419         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17420         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17421         destroy vmx regs when saving unaligned.
17423 2013-10-04  Alan Modra  <amodra@gmail.com>
17425         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17426         Don't use a union to pack hi/low value.
17428 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17430         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17431         for little-endian.
17432         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17433         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17434         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17435         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17436         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17438 2013-10-04  Alan Modra  <amodra@gmail.com>
17440         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17441         constants to usual value for .cst8 section, and remove redundant
17442         high address load.
17443         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17444         constant for 0x1p52.  Load little-endian words of double from
17445         correct stack offsets.
17447 2013-10-04  Alan Modra  <amodra@gmail.com>
17449         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17450         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17451         words of double from correct stack offsets.
17452         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17453         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17454         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17455         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17456         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17457         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17458         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17459         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17460         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17461         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17462         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17463         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17464         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17465         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17466         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17467         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17468         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17470 2013-10-04  Alan Modra  <amodra@gmail.com>
17472         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17473         64-bit int/double union.
17474         (_FPU_SETCW): Likewise.
17475         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17476         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17478 2013-10-04  Alan Modra  <amodra@gmail.com>
17480         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17481         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17483 2013-10-04  Alan Modra  <amodra@gmail.com>
17485         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17486         use vector int constants.
17487         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17489 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17491         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17492         array with long long.
17493         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17494         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17495         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17496         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17497         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17498         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17499         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17500         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17501         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17502         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17503         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17504         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17505         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17507 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17509         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17510         (__signbit): Likewise.  Correct for little-endian.
17511         (__signbitl): Call __signbit.
17512         (lrint): Correct for little-endian.
17513         (lrintf): Call lrint.
17515 2013-10-04  Alan Modra  <amodra@gmail.com>
17517         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17518         union 32-bit int array member with 64-bit int array.
17519         (t515, tm256): Double rather than long double.
17520         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17522 2013-10-04  Alan Modra  <amodra@gmail.com>
17524         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17525         Delete.
17526         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17527         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17528         version of math_ldbl.h.
17530 2013-10-04  Alan Modra  <amodra@gmail.com>
17532         [BZ #15734], [BZ #15735]
17533         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17534         all uses of ieee875 long double macros and unions.  Simplify test
17535         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17536         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17537         normalize after ldbl_extract_mantissa, and don't add hidden bit
17538         already handled.  Don't treat low word of ieee854 mantissa like
17539         low word of IBM long double and mask off bit when testing for
17540         zero.
17541         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17542         all uses of ieee875 long double macros and unions.  Simplify tests
17543         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17544         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17545         two1022, instead use their values.  Recognise that tests for large
17546         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17547         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17548         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17549         test for 0.0L and nan.  Correct negation.
17550         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17551         ieee875 long double macros and unions.  Correct output for large
17552         magnitude x.  Correct absolute value calculation.
17553         (__erfcl): Likewise.
17554         * math/libm-test.inc: Add tests for errors discovered in IBM long
17555         double versions of fmodl, remainderl, erfl and erfcl.
17557 2013-10-04  Alan Modra  <amodra@gmail.com>
17559         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17560         all uses of ieee854 long double macros and unions.  Simplify tests
17561         for long doubles that are fully specified by the high double.
17562         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17563         Likewise.
17564         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17565         Remove dead code too.
17566         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17567         (__ieee754_ynl): Likewise.
17568         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17569         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17570         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17571         Remove dead code too.
17572         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17573         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17574         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17575         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17576         Simplify.
17577         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17578         Simplify.
17579         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17580         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17581         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17582         Comment on variable precision.
17583         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17584         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17585         Likewise.
17586         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17587         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17588         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17589         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17590         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17592 2013-10-04  Alan Modra  <amodra@gmail.com>
17594         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17595         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17596         all uses of ieee854 long double macros and unions.
17597         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17598         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17599         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17600         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17601         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17602         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17603         Likewise.
17604         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17605         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17606         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17607         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17608         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17609         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17610         Simplify sign and nan test too.
17611         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17612         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17613         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17614         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17615         Likewise.
17616         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17617         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17618         Likewise.
17619         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17620         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17621         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17622         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17623         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17624         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17626 2013-10-04  Alan Modra  <amodra@gmail.com>
17628         * stdio-common/printf_size.c (__printf_size): Don't use
17629         union ieee854_long_double in fpnum union.
17630         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17631         signbit macro to retrieve sign from long double.
17632         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17633         retrieve sign from long double.
17634         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17635         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17636         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17637         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17638         * math/test-misc.c (main): Don't use union ieee854_long_double.
17640 2013-10-04  Alan Modra  <amodra@gmail.com>
17642         [BZ #15680]
17643         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17644         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17645         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17646         calculation.  Remove unnecessary test for denormal exponent.
17647         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17648         Correct handling of denormals.  Avoid undefined shift behaviour.
17649         Correct normalisation of low mantissa when low double is denormal.
17650         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17651         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17652         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17653         Correct normalisation of low mantissa.  Test for overflow of high
17654         mantissa and normalise.
17655         (ldbl_nearbyint): Use more readable constant for two52.
17656         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17657         (__mpn_construct_long_double): Fix test for overflow of high
17658         mantissa and correct normalisation.  Avoid undefined shift.
17660 2013-10-04  Alan Modra  <amodra@gmail.com>
17662         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17663         (union ibm_extended_long_double): Define as an array of ieee754_double.
17664         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17665         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17666         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17667         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17668         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17669         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17670         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17671         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17672         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17673         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17674         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17676 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17678         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17679         page size instead of calling getpagesize.
17681         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17682         (LOCFILE_ALIGN_MASK): Likewise.
17683         (LOCFILE_ALIGN_UP): Likewise.
17684         (LOCFILE_ALIGNED_P): Likewise.
17685         * locale/programs/ld-collate.c (collate_output): Use the new
17686         macros instead of __alignof__ (int32_t).
17687         * locale/weight.h (findidx): Likewise.
17689 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17691         [BZ #431]
17692         * manual/string.texi: Fix strncat and wcsncat.
17694 2013-10-03  Brooks Moses  <bmoses@google.com>
17696         [BZ #15915]
17697         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17698         * Makerules: ...here, and adjust associated comments.
17700 2013-10-02  Will Newton  <will.newton@linaro.org>
17702         * malloc/Makefile: Add tst-pvalloc.
17703         * malloc/tst-pvalloc.c: New file.
17705 2013-10-02  Will Newton  <will.newton@linaro.org>
17707         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17708         improve test coverage.
17710 2013-10-02  Will Newton  <will.newton@linaro.org>
17712         * malloc/Makefile: Add tst-posix_memalign.
17713         * malloc/tst-posix_memalign.c: New file.
17715 2013-10-01  Eric Blake  <eblake@redhat.com>
17717         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17718         Use __THROWNL rather than __THROW on static functions.
17720 2013-09-30  Petr Machata  <pmachata@redhat.com>
17722         * elf/elf.h (R_AARCH64_ABS16): New macro.
17723         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17724         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17725         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17726         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17727         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17728         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17729         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17730         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17731         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17732         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17733         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17734         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17735         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17736         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17737         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17738         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17739         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17740         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17741         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17742         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17743         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17744         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17745         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17746         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17747         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17748         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17749         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17750         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17751         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17752         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17753         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17754         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17755         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17756         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17757         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17758         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17759         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17760         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17761         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17762         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17763         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17764         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17765         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17766         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17767         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17768         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17769         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17770         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17771         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17772         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17773         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17774         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17775         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17776         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17777         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17778         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17779         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17780         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17781         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17782         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17783         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17784         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17785         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17786         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17787         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17788         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17789         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17790         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17791         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17792         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17793         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17794         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17795         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17796         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17797         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17798         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17799         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17800         (R_AARCH64_TLSDESC_LDR): Likewise.
17801         (R_AARCH64_TLSDESC_ADD): Likewise.
17802         (R_AARCH64_TLSDESC_CALL): Likewise.
17804 2013-09-30  Andreas Schwab  <schwab@suse.de>
17806         [BZ #15048]
17807         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17808         the nss database lookup.
17809         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17810         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17812 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17814         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17816 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17818         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17819         ${Bash-specific parameter/pattern/string} parameter expansion.
17820         * sysdeps/unix/make-syscalls.sh: Likewise.
17822 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17824         * sysdeps/sh/stackguard-macros.h: New file.
17826 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17828         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17829         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17830         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17831         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17832         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17833         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17835 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17837         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17838         Fix thread ID register.
17840 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17842         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17843         [POSIX || UNIX98]: Require rather than permitting all symbols from
17844         <time.h>.
17845         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17846         element of struct sched_param.
17847         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17848         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17849         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17850         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17851         constant.
17853 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17855         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17856         argument calculation.
17858 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17860         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17861         Expect macro.
17862         [POSIX] (pthread_attr_t): Do not require type.
17863         [POSIX] (pthread_cond_t): Likewise.
17864         [POSIX] (pthread_condattr_t): Likewise.
17865         [POSIX] (pthread_key_t): Likewise.
17866         [POSIX] (pthread_mutex_t): Likewise.
17867         [POSIX] (pthread_mutexattr_t): Likewise.
17868         [POSIX] (pthread_once_t): Likewise.
17869         [POSIX] (pthread_t): Likewise.
17870         [POSIX-based standards] (pthread_atfork): Expect function.
17872 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17873             Richard Sandiford  <richard@codesourcery.com>
17875         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17876         (swap_endianness_p): New extern variable.
17877         (set_big_endian): New inline function.
17878         (maybe_swap_uint32): Likewise.
17879         (maybe_swap_uint32_array): Likewise.
17880         (maybe_swap_uint32_obstack): Likewise.
17881         * locale/programs/locfile.c: Include <stdbool.h>.
17882         (swap_endianness_p): New variable.
17883         (add_locale_uint32): Call maybe_swap_uint32.
17884         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17885         (write_locale_data): Call maybe_swap_uint32_array.
17886         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17887         maybe_swap_uint32.
17888         (obstack_int32_grow_fast): Likewise.
17889         (output_weightwc): Call maybe_swap_uint32_obstack.
17890         (collate_output): Likewise.
17891         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17892         (OPT_LITTLE_ENDIAN): Likewise.
17893         (options): Add --little-endian and --big-endian options.
17894         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17895         * locale/programs/locarchive.c: Include "locfile.h".
17896         (GET): New macro.
17897         (SET): Likewise.
17898         (INC): Likewise.
17899         (create_archive): Use the new macros to access fields of
17900         structures directly mapped from or written to locale archives.
17901         (oldlocrecentcmp): Likewise.
17902         (enlarge_archive): Likewise.
17903         (insert_name): Likewise.
17904         (add_alias): Likewise.
17905         (add_locale): Likewise.
17906         (delete_locales_from_archive): Likewise.
17907         (show_archive_content): Likewise.
17908         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17909         locale data.
17911 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17913         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17914         http://www.gnu.org/doc/freemanuals.texi.
17915         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17917 2013-09-24  Will Newton  <will.newton@linaro.org>
17919         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17920         macro.
17922 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17924         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17925         unsigned char.
17927 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17929         * manual/threads.texi (POSIX Threads): Fix a typo.
17931 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17933         [BZ #14547]
17934         * string/tst-strcoll-overflow.c: New test case.
17935         * string/Makefile (xtests): Add tst-strcoll-overflow.
17936         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17937         cache if string sizes may cause integer overflow.
17939         [BZ #14547]
17940         * string/strcoll_l.c (coll_seq): New members rule, idx,
17941         save_idx and back_us.
17942         (get_next_seq_nocache): New function.
17943         (do_compare_nocache): New function.
17944         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17945         when malloc fails.
17947 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17949         [BZ #15754]
17950         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17951         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17952         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17954         [BZ #15754]
17955         * elf/Makefile (tests): Add tst-ptrguard1.
17956         (tests-static): Add tst-ptrguard1-static.
17957         (tst-ptrguard1-ARGS): Define.
17958         (tst-ptrguard1-static-ARGS): Define.
17959         * elf/tst-ptrguard1.c: New file.
17960         * elf/tst-ptrguard1-static.c: New file.
17961         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17962         * sysdeps/i386/stackguard-macros.h: Likewise.
17963         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17964         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17965         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17966         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17967         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17968         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17970 2013-09-23  Hector Marco  <hecmargi@upv.es>
17971             Ismael Ripoll  <iripoll@disca.upv.es>
17972             Carlos O'Donell  <carlos@redhat.com>
17974         [BZ #15754]
17975         * sysdeps/generic/stackguard-macros.h: Define
17976         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17977         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17978         Define __pointer_chk_guard_local.
17979         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17980         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17982 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17984         [BZ #15859]
17985         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17987 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17989         * include/string.h (__ffs): Declare as hidden.
17990         * string/ffs.c (__ffs): Define as hidden.
17991         * sysdeps/i386/ffs.c (__ffs): Likewise.
17992         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17993         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17994         * sysdeps/s390/ffs.c (__ffs): Likewise.
17995         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17997 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17999         * NEWS: Mention malloc probes.
18001         * malloc/arena.c (new_heap): New memory_heap_new probe.
18002         (grow_heap): New memory_heap_more probe.
18003         (shrink_heap): New memory_heap_less probe.
18004         (heap_trim): New memory_heap_free probe.
18005         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18006         (systrim): New memory_sbrk_less probe.
18007         * manual/probes.texi: Document them.
18009         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18010         * manual/probes.texi: Document it.
18012         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18013         (__libc_realloc): Add memory_realloc_retry probe.
18014         (__libc_memalign): Add memory_memalign_retry probe.
18015         (__libc_valloc): Add memory_valloc_retry probe.
18016         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18017         (__libc_calloc): Add memory_calloc_retry probe.
18018         * manual/probes.texi: Document them.
18020         * malloc/arena.c (get_free_list): Add probe
18021         memory_arena_reuse_free_list.
18022         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18023         and memory_arena_reuse.
18024         (arena_get2) [!PER_THREAD]: Likewise.
18025         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18026         memory_arena_reuse_realloc.
18027         * manual/probes.texi: Document them.
18029         * malloc/malloc.c (__libc_free): Add
18030         memory_mallopt_free_dyn_thresholds probe.
18031         (__libc_mallopt): Add multiple memory_mallopt probes.
18032         * manual/probes.texi: Document them.
18034         * malloc/malloc.c: Include stap-probe.h.
18035         (__libc_mallopt): Add memory_mallopt probe.
18036         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18037         * manual/probes.texi: New.
18038         * manual/Makefile (chapters): Add probes.
18039         * manual/threads.texi: Set next node.
18041 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18043         [BZ #15963, #13985]
18044         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18045         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18046         Add `Chinese' to `nan' entry name.
18048 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18050         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18051         (POLYNOMIAL): Likewise.
18052         (TAYLOR_SINCOS): Likewise.
18053         (TAYLOR_SLOW): Likewise.
18054         (__sin): Use TAYLOR_SINCOS.
18055         (__cos): Likewise.
18056         (slow): Use TAYLOR_SLOW.
18057         (sloww): Likewise.
18058         (bsloww): Likewise.
18059         (csloww): Likewise.
18061 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18063         * stdlib/strtod_l.c: Fix buffer overrun.
18065 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18067         * benchtests/Makefile (bench): Add sincos.
18068         * benchtests/bench-sincos.c: New file.
18070         * math/libm-test.inc (cos_test_data): New test inputs.
18071         (sin_test_data): Likewise.
18073         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18074         macro.
18075         (__sin): Use it.
18076         (__cos): Likewise.
18077         (slow1): Likewise.
18078         (slow2): Likewise.
18079         (sloww1): Likewise.
18080         (sloww2): Likewise.
18081         (bsloww1): Likewise.
18082         (bsloww2): Likewise.
18083         (cslow2): Likewise.
18084         (csloww1): Likewise.
18085         (csloww2): Likewise.
18087         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18088         function.
18089         (__sin): Use it.
18090         (__cos): Likewise.
18092         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18093         gotos.
18094         (__cos): Likewise.
18096 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18098         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18099         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18100         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18101         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18102         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18103         * elf/cache.c (print_entry): Handle the new cache flags.
18105 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18106             Aldy Hernandez  <aldyh@redhat.com>
18108         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18109         Change condition to [_SOFT_FLOAT].
18110         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18111         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18112         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18113         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18114         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18115         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18116         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18117         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18118         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18119         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18120         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18121         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18122         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18123         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18124         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18125         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18126         declaration.
18128 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18130         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18131         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18132         (__longjmp): Use LOAD_GP to load saved GPRs.
18133         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18134         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18135         (__sigsetjmp): Use SAVE_GP to save GPRs.
18137         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18138         Do not append -msoft-float.
18139         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18141 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18143         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18145 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18147         [BZ #15966]
18148         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18149         (_FPU_GETCW): Use initial "__" on variable and field names but not
18150         on macro parameter name.
18151         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18152         parentheses around reference to macro parameter.
18154 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18156         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18157         prototype.
18158         (ctype_startup): Use uint32_t in cast and sizeof for
18159         ctype->charnames.
18161 2013-09-11  Jia Liu  <proljc@gmail.com>
18163         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18164         __daddr_t_defined.
18165         [__FreeBSD__]: Likewise.
18167 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18169         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18170         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18171         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18172         (strchr): Remove __strchr_sse42 ifunc selection.
18173         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18174         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18176 2013-09-11  Will Newton  <will.newton@linaro.org>
18178         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18179         parameter to RES. Remove hardcoded 1000 value.
18180         * benchtests/bench-skeleton.c (main): Pass RES parameter
18181         to TIMING_INIT and multiply result by 1000.
18183 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18185         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18187 2013-09-11  Andreas Schwab  <schwab@suse.de>
18189         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18190         if not defined.
18191         (O_TMPFILE) [__USE_GNU]: Define.
18192         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18193         Define.
18195 2013-09-11  Will Newton  <will.newton@linaro.org>
18197         [BZ #15857]
18198         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18199         does not overflow.
18201 2013-09-11  Will Newton  <will.newton@linaro.org>
18203         [BZ #15856]
18204         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18205         does not overflow.
18207 2013-09-11  Will Newton  <will.newton@linaro.org>
18209         [BZ #15855]
18210         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18211         does not overflow.
18213 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18215         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18216         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18217         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18218         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18219         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18221 2013-09-10  Allan McRae  <allan@archlinux.org>
18223         [BZ #15748]
18224         * manual/arith.texi (Parsing of Floats): Clarify
18225         cross-reference.
18227         [BZ #15849]
18228         * manual/install.texi (Running make install): Mention
18229         --enable-pt-chown.
18230         * INSTALL: Regenerated.
18232 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18234         * csu/init-first.c (_init): Remove the !SHARED condition around
18235         FPU control word initialization.
18236         * elf/dl-support.c (_dl_fpu_control): New variable.
18237         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18238         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18239         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18240         * math/test-fpucw-static.c: New file.
18241         * math/test-fpucw-ieee.c: New file.
18242         * math/test-fpucw-ieee-static.c: New file.
18243         * math/Makefile (tests): Add `test-fpucw-ieee' and
18244         `$(tests-static)'.
18245         (tests-static): New variable.
18246         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18247         dependency to...
18248         [($(build-shared),yes)]
18249         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18250         ... this.
18251         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18252         New dependency.
18254 2013-09-09  Allan McRae  <allan@archlinux.org>
18256         [BZ #15939]
18257         * manual/string.texi (Collation Functions): Fix typo in
18258         strcoll example.
18259         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18261         [BZ #15893]
18262         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18264         [BZ #15892]
18265         * libio/memstream.c (open_memstream): Fix memory leak.
18266         * libio/wmemstream.c (open_wmemstream): Likewise.
18268         [BZ #15895]
18269         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18271 2013-09-09  Will Newton  <will.newton@linaro.org>
18273         * malloc/Makefile: Add tst-realloc to tests.
18274         * malloc/tst-realloc.c: New file.
18276 2013-09-09  Allan McRae  <allan@archlinux.org>
18278         [BZ #15844]
18279         * COPYING: Update from GNU website to fix FSF address.
18280         * COPYING.LIB: Likewise.
18282 2013-09-06  David S. Miller  <davem@davemloft.net>
18284         * po/zh_TW.po: Update Chinese (traditional) translation from
18285         translation project.
18287 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18288             Joseph Myers  <joseph@codesourcery.com>
18290         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18291         "localeinfo.h".
18292         (obstack_chunk_alloc): New macro.
18293         (obstack_chunk_free): Likewise.
18294         (record_offset): New function.
18295         (init_locale_data): Likewise.
18296         (align_locale_data): Likewise.
18297         (add_locale_empty): Likewise.
18298         (add_locale_raw_data): Likewise.
18299         (add_locale_raw_obstack): Likewise.
18300         (add_locale_string): Likewise.
18301         (add_locale_wstring): Likewise.
18302         (add_locale_uint32): Likewise.
18303         (add_locale_uint32_array): Likewise.
18304         (add_locale_char): Likewise.
18305         (start_locale_structure): Likewise.
18306         (end_locale_structure): Likewise.
18307         (start_locale_prelude): Likewise.
18308         (end_locale_prelude): Likewise.
18309         (write_locale_data): Take locale_file structure rather than an
18310         iovec.
18311         * locale/programs/locfile.h: Include "obstack.h".
18312         (struct locale_file): Change to store locale file contents instead
18313         of header.
18314         (init_locale_data): New prototype.
18315         (align_locale_data): Likewise.
18316         (add_locale_empty): Likewise.
18317         (add_locale_raw_data): Likewise.
18318         (add_locale_raw_obstack): Likewise.
18319         (add_locale_string): Likewise.
18320         (add_locale_wstring): Likewise.
18321         (add_locale_uint32): Likewise.
18322         (add_locale_uint32_array): Likewise.
18323         (add_locale_char): Likewise.
18324         (start_locale_structure): Likewise.
18325         (end_locale_structure): Likewise.
18326         (start_locale_prelude): Likewise.
18327         (end_locale_prelude): Likewise.
18328         (write_locale_data): Update prototype.
18329         * locale/programs/3level.h (struct TABLE): Remove result field.
18330         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18331         Use new locale_file interface.
18332         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18333         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18334         * locale/programs/ld-address.c (address_output): Use new
18335         locale_file interface.
18336         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18337         NO_ADD_LOCALE.
18338         (collate_finish): Don't call collseq_table_finalize.
18339         (collate_output): Use new locale_file interface.
18340         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18341         in file.
18342         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18343         (TABLE): Move defines earlier in file.
18344         (ELEMENT): Likewise.
18345         (DEFAULT): Likewise.
18346         (wctrans_table_add): Move macro and inline function earlier in
18347         file.
18348         (struct wctype_table): Move type earlier in file.
18349         (add_locale_wctype_table): New static prototype.
18350         (struct locale_ctype_t): Use logical types instead of struct iovec
18351         pointers for members.
18352         (ctype_output): Use new locale_file interface.
18353         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18354         new locale_file interface.
18355         (allocate_arrays): Update for use of new locale_file interface.
18356         * locale/programs/ld-identification.c (identification_output): Use
18357         new locale_file interface.
18358         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18359         * locale/programs/ld-messages.c (messages_output): Likewise.
18360         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18361         * locale/programs/ld-name.c (name_output): Likewise.
18362         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18363         * locale/programs/ld-paper.c (paper_output): Likewise.
18364         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18365         * locale/programs/ld-time.c (time_output): Likewise.
18367 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18369         * benchtests/Makefile: Add memrchr benchmark.
18370         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18371         benchmark as memrchr.
18372         * benchtests/bench-memrchr-ifunc.c: New file.
18373         * benchtests/bench-memrchr.c: New file.
18375 2013-09-06   Will Newton  <will.newton@linaro.org>
18377         * benchtests/Makefile (string-bench): Add memcpy.
18379 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18380             Cong Wang  <amwang@redhat.com>
18382         [BZ #15850]
18383         * sysdeps/unix/sysv/linux/bits/in.h
18384         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18385         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18386         before __USE_KERNEL_IPV6_DEFS uses.
18387         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18388         IPPROTO_BEETPH.
18389         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18390         sockaddr_in6, or ipv6_mreq.
18392 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18394         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18395         memory access for final bytes in some large inputs.
18396         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18398 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18400         * string/test-memrchr.c: New file.
18401         * string/test-memrchr-ifunc.c: New file.
18402         * string/Makefile: Add new memrchr testcase.
18404 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18406         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18407         fanotify_init returns EPERM.
18409 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18411         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18412         errors.
18413         (top level): Treat second token from macro or constant entries for
18414         allowed headers as allowed.
18415         * include/complex.h: Condition internal declarations on
18416         [!_ISOMAC].
18417         * include/fenv.h: Condition include of <stdbool.h> and internal
18418         declarations on [!_ISOMAC].
18420 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18422         [BZ #15923]
18423         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18425 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18427         * configure.in (--enable-versioning): Remove configure option.
18428         (libc_cv_asm_symver_directive): Remove configure test.
18429         (libc_cv_ld_version_script_option): Likewise.
18430         (VERSIONING): Remove variable and AC_SUBST.
18431         (DO_VERSIONING): Remove AC_DEFINE.
18432         * configure: Regenerated.
18433         * config.h.in (DO_VERSIONING): Remove macro.
18434         * Makerules [$(versioning) = yes]: Change conditionals to
18435         [$(build-shared) = yes].
18436         * config.make.in (versioning): Remove variable.
18437         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18438         [$(build-shared) = yes].
18439         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18440         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18441         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18442         [$(build-shared) = yes].
18443         * extra-lib.mk [$(versioning) = yes]: Likewise.
18444         * hurd/Makefile [$(versioning) = yes]: Likewise.
18445         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18446         [SHARED].
18447         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18448         [SHARED].
18449         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18450         [SHARED && !NO_HIDDEN].
18451         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18452         [SHARED].
18453         [SHARED && DO_VERSIONING]: Likewise..
18454         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18455         [$(build-shared) = yes].
18456         * manual/install.texi (--disable-versioning): Remove
18457         documentation.
18458         * INSTALL: Regenerated.
18459         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18460         to [SHARED].
18461         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18462         [$(build-shared) = yes].
18463         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18464         * sysdeps/i386/i686/multiarch/strstr-c.c
18465         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18466         [SHARED && !NO_HIDDEN].
18467         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18468         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18469         * sysdeps/powerpc/powerpc32/dl-machine.c
18470         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18471         * sysdeps/powerpc/powerpc32/sysdep.h
18472         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18473         to [SHARED && PIC && !NO_HIDDEN].
18474         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18475         conditional to [SHARED].
18477 2013-09-04   Will Newton  <will.newton@linaro.org>
18479         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18480         * benchtests/bench-string.h: Include bench-timing.h instead
18481         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18482         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18483         call to HP_TIMING_DIFF_INIT.
18484         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18485         instead of hp-timing.h macros.
18486         * benchtests/bench-memchr.c: Likewise.
18487         * benchtests/bench-memcmp.c: Likewise.
18488         * benchtests/bench-memcpy.c: Likewise.
18489         * benchtests/bench-memmem.c: Likewise.
18490         * benchtests/bench-memmove.c: Likewise.
18491         * benchtests/bench-memset.c: Likewise.
18492         * benchtests/bench-rawmemchr.c: Likewise.
18493         * benchtests/bench-strcasecmp.c: Likewise.
18494         * benchtests/bench-strcasestr.c: Likewise.
18495         * benchtests/bench-strcat.c: Likewise.
18496         * benchtests/bench-strchr.c: Likewise.
18497         * benchtests/bench-strcmp.c: Likewise.
18498         * benchtests/bench-strcpy.c: Likewise.
18499         * benchtests/bench-strcpy_chk.c: Likewise.
18500         * benchtests/bench-strlen.c: Likewise.
18501         * benchtests/bench-strncasecmp.c: Likewise.
18502         * benchtests/bench-strncat.c: Likewise.
18503         * benchtests/bench-strncmp.c: Likewise.
18504         * benchtests/bench-strncpy.c: Likewise.
18505         * benchtests/bench-strnlen.c: Likewise.
18506         * benchtests/bench-strpbrk.c: Likewise.
18507         * benchtests/bench-strrchr.c: Likewise.
18508         * benchtests/bench-strspn.c: Likewise.
18509         * benchtests/bench-strstr.c: Likewise.
18511 2013-09-04  Will Newton  <will.newton@linaro.org>
18513         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18515 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18517         [BZ #15427]
18518         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18519         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18520         * math/libm-test.inc (lgamma_test_data): Add more tests.
18521         * sysdeps/i386/fpu/libm-test-ulps: Update.
18522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18524 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18526         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18527         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18528         Add ifunc.
18529         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18530         Add strcmp-sse2-unaligned
18531         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18533 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18535         * Versions.def (libc): Add GLIBC_2.19.
18537 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18539         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18540         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18542 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18544         [BZ #14155]
18545         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18546         intermediate calculations in recurrence.
18547         (__ieee754_ynf): Likewise.
18548         * math/libm-test.inc (jn_test_data): Do not allow spurious
18549         underflow exception.  Add more tests.
18550         (yn_test_data): Add more tests.
18551         * sysdeps/i386/fpu/libm-test-ulps: Update.
18552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18554 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18556         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18558 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18560         * csu/init-first.c: Fix then/than typos.
18561         * locale/programs/ld-collate.c: Likewise.
18562         * locale/programs/linereader.h: Likewise.
18563         * manual/charset.texi: Likewise.
18564         * manual/filesys.texi: Likewise.
18565         * manual/stdio.texi: Likewise.
18566         * manual/string.texi: Likewise.
18567         * stdlib/fmtmsg.c: Likewise.
18568         * sysdeps/i386/stpncpy.S: Likewise.
18569         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18570         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18571         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18572         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18574 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18576         * elf/dl-open.c: Fix typos.
18577         * iconvdata/gbbig5.c: Likewise.
18578         * iconvdata/iso-2022-jp.c: Likewise.
18579         * iconv/gconv_int.h: Likewise.
18580         * iconv/loop.c: Likewise.
18581         * nis/rpcsvc/nis.h: Likewise.
18582         * resolv/ns_name.c: Likewise.
18583         * stdio-common/vfscanf.c: Likewise.
18584         * streams/stropts.h: Likewise.
18585         * sunrpc/rpc_thread.c: Likewise.
18586         * sysdeps/i386/strpbrk.S: Likewise.
18587         * sysdeps/ieee754/k_standard.c: Likewise.
18588         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18589         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18590         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18591         * sysdeps/mach/hurd/profil.c: Likewise.
18592         * sysdeps/s390/dl-procinfo.h: Likewise.
18593         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18594         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18595         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18596         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18597         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18599 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18601         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18602         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18604 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18606         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18607         aix specific files.
18608         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18609         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18610         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18611         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18612         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18613         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18614         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18615         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18617 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18618             Roland McGrath  <roland@hack.frob.com>
18620         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18621         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18623 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18625         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18626         __executable_start symbol instead of _start.
18628 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18630         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18631         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18632         Move macros to...
18633         * sysdeps/gnu/ldsodefs.h: ... this new file.
18635         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18636         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18637         instead of ELFOSABI_LINUX.
18639         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18640         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18641         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18642         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18643         Likewise.
18644         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18645         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18646         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18647         Likewise.
18648         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18649         (ibm_extended_long_double): Add ieee_nan member.
18650         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18651         (do_test): New function.
18653         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18654         TEST_TRUNC.
18655         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18656         functions, renamed from truncdfsf_test, trunctfsf_test,
18657         trunctfdf_test.
18658         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18659         functions.
18660         (do_test): Run all these.
18662 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18664         * argp/argp-help.c: Fix typos.
18665         * argp/argp-parse.c: Likewise.
18666         * debug/backtracesyms.c: Likewise.
18667         * elf/elf.h: Likewise.
18668         * malloc/malloc.c: Likewise.
18669         * nis/nis_print.c: Likewise.
18670         * resolv/res_comp.c: Likewise.
18671         * stdlib/stdlib.h: Likewise.
18672         * sunrpc/clnt_tcp.c: Likewise.
18673         * sunrpc/clnt_udp.c: Likewise.
18674         * sunrpc/clnt_unix.c: Likewise.
18675         * sysdeps/unix/bsd/ptsname.c: Likewise.
18676         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18677         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18679         Likewise.
18680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18681         Likewise.
18682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18683         Likewise.
18684         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18686 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18688         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18689         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18691 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18693         [BZ #15897]
18694         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18695         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18696         ($(objpfx)bug-dl-leaf): New rule.
18697         ($(objpfx)bug-dl-leaf.so): Likewise.
18698         ($(objpfx)bug-dl-leaf.out): Likewise.
18699         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18700         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18701         * dlfcn/bug-dl-leaf.c: New test.
18702         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18703         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18704         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18705         (dlclose): Likewise.
18706         (dlmopen): Likewise.
18708 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18710         * include/netdb.h [!_ISOMAC]:
18711         Don't include <tls.h>.
18712         (h_errno, __libc_h_errno): Move declaration and macros out of
18713         [_LIBC_REENTRANT].
18715         * include/resolv.h [_RESOLV_H_]:
18716         Don't include <tls.h>.
18717         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18718         * resolv/res_libc.c: Don't include <tls.h>.
18719         (_res): Use __attribute__ ((nocommon)) in place of
18720         __attribute__ ((section (".bss"))).
18722         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18723         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18725         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18727         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18728         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18730         * resolv/res_mkquery.c: Include <sys/time.h>.
18732         * inet/ifreq.c: Moved to ...
18733         * sysdeps/unix/ifreq.c: ... here.
18734         * inet/ifreq.c: New file, true stub version.
18736         * socket/sa_len.c: New file.
18737         * socket/Makefile (aux): Add it.
18738         * sysdeps/unix/sysv/linux/Makefile
18739         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18740         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18741         and #include <socket/sa_len.c>.
18742         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18743         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18745         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18746         * bits/socket.h: ... here.
18748         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18749         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18750         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18752 2013-08-27  Andreas Schwab  <schwab@suse.de>
18754         [BZ #15736]
18755         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18756         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18757         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18758         * string/test-strcasecmp.c (test_main): Run tests in several
18759         locales.
18760         * string/test-strncasecmp.c (test_main): Likewise.
18762         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18763         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18764         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18765         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18766         (__strncasecmp_ssse3) [PIC]: Likewise.
18768 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18770         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18772         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18773         instead of explicitly declaring xdecrypt.
18774         * nis/nss_nis/nis-publickey.c: Likewise.
18776 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18778         [BZ #15890]
18779         * nscd/aicache.c: Include res_hconf.h.
18780         (addhstaiX): Initialize res_hconf.
18782 2013-08-26  Andreas Schwab  <schwab@suse.de>
18784         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18785         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18787 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18789         * nscd/aicache.c (addhstaiX): Fix indentation.
18791 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18793         * configure.ac: Quote $build_pt_chown test.
18794         * configure: Regenerated.
18796 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18798         [BZ #15532]
18799         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18800         * math/s_cexpf.c (__cexpf): Likewise.
18801         * math/s_cexpl.c (__cexpl): Likewise.
18802         * math/libm-test.inc (cexp_test_data): Correct expected return
18803         value for NaN + i0.  Add another test.
18805 2013-08-22  David S. Miller  <davem@davemloft.net>
18807         * po/ca.po: Update Catalan translation from translation project.
18808         * po/uk.po: Add Ukrainian translations from translation project.
18810 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18812         [BZ #15797]
18813         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18814         is infinite, not alongside NaN test.
18815         * math/s_fdimf.c (__fdimf): Likewise.
18816         * math/s_fdiml.c (__fdiml): Likewise.
18817         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18818         errno is unchanged.
18820 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18822         * argp/argp-help.c: Fix typos.
18823         * crypt/speeds.c: Likewise.
18824         * csu/check_fds.c: Likewise.
18825         * elf/dl-load.c: Likewise.
18826         * elf/dl-open.c: Likewise.
18827         * elf/reldep3.c: Likewise.
18828         * elf/reldep.c: Likewise.
18829         * elf/sprof.c: Likewise.
18830         * iconv/iconv_charmap.c: Likewise.
18831         * iconv/skeleton.c: Likewise.
18832         * iconv/strtab.c: Likewise.
18833         * io/lockf64.c: Likewise.
18834         * libio/libioP.h: Likewise.
18835         * resolv/gai_notify.c: Likewise.
18836         * resolv/ns_name.c: Likewise.
18837         * resolv/ns_samedomain.c: Likewise.
18838         * resolv/res_send.c: Likewise.
18839         * stdlib/random.c: Likewise.
18840         * sunrpc/rpc/xdr.h: Likewise.
18841         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18842         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18843         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18844         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18845         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18846         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18847         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18848         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18849         * sysdeps/mach/hurd/check_fds.c: Likewise.
18850         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18851         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18852         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18853         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18854         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18855         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18856         * sysdeps/pthread/aio_notify.c: Likewise.
18857         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18858         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18859         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18860         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18861         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18863 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18865         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18866         version if bit_Slow_SSE4_2 is set.
18867         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18868         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18870 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18872         [BZ #15867]
18873         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18874         trampoline stack frame information.
18875         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18876         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18877         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18878         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18879         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18880         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18881         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18882         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18883         sa_flags value.
18884         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18885         interrupting a syscall and set with option SA_SIGINFO.
18887 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18889         [BZ #15531]
18890         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18891         argument is infinite.
18892         * math/s_cprojf.c (__cprojf): Likewise.
18893         * math/s_cprojl.c (__cprojl): Likewise.
18894         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18895         * math/libm-test.inc (cproj_test_data): Add more tests.
18897         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18899         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18900         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18901         size.  Use __ffs to determine corresponding shift.
18903 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18904             Roland McGrath  <roland@hack.frob.com>
18906         * Makefile (INSTALL): Remove trailing blank lines from output of
18907         makeinfo.
18909 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18911         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18912         Align 32 bit compat elf_greg to 8 bytes.
18914 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18916         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18918 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18920         * string/strcoll_l.c (coll_seq): New structure.
18921         (get_next_seq_cached): New function.
18922         (get_next_seq): New function.
18923         (do_compare): New function.
18924         (STRCOLL): Use GNU style definition.  Simplify implementation
18925         by using get_next_seq, get_next_seq_cached and do_compare.
18927 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18929         [BZ #14699]
18930         CVE-2013-4237
18931         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18932         member.
18933         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18934         member.
18935         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18936         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18937         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18938         conditional.
18939         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18940         GETDENTS_64BIT_ALIGNED.
18941         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18942         * manual/filesys.texi (Reading/Closing Directory): Document
18943         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18944         strongly.
18945         * manual/conf.texi (Limits for Files): Add portability note to
18946         NAME_MAX, PATH_MAX.
18947         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18949 2013-08-13  Andreas Schwab  <schwab@suse.de>
18951         [BZ #15749]
18952         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18953         of fabs.
18954         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18955         LDBL_MAX_EXP >= 16384]: Add tests for it.
18957 2013-08-12  David S. Miller  <davem@davemloft.net>
18959         * version.h (RELEASE): Set to "development".
18960         (VERSION): Set to "2.18.90".
18961         * NEWS: Add 2.19 section.
18963 2013-08-03  David S. Miller  <davem@davemloft.net>
18965         * po/ko.po: Update Korean translation from translation project.
18967 2013-08-01  David S. Miller  <davem@davemloft.net>
18969         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18970         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18971         Bilka.
18973 2013-07-30  David S. Miller  <davem@davemloft.net>
18975         * po/fr.po: Update French translation from translation project.
18977 2013-07-28  David S. Miller  <davem@davemloft.net>
18979         * po/cs.po: Update Czech translation from translation project.
18981         * po/sv.po: Update Swedish translation from translation project.
18983 2013-07-27  David S. Miller  <davem@davemloft.net>
18985         * po/eo.po: Update Esperanto translation from translation project.
18987         * po/vi.po: Update Vietnamese translation from translation project.
18989         * po/de.po: Update German translation from translation project.
18991 2013-07-26  David S. Miller  <davem@davemloft.net>
18993         * po/bg.po: Update Bulgarian translation from translation project.
18995         * po/nl.po: Update Dutch translation from translation project.
18996         * po/pl.po: Update Polish translation from translation project.
18997         * po/ru.po: Update Russian translation from translation project.
18999 2013-07-24  David S. Miller  <davem@davemloft.net>
19001         * po/libc.pot: Update.
19003 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19005         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19006         variable page size.
19007         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19008         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19009         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19011 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19013         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19015 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19016             Andreas Schwab  <schwab@suse.de>
19017             Roland McGrath  <roland@hack.frob.com>
19018             Joseph Myers  <joseph@codesourcery.com>
19019             Carlos O'Donell  <carlos@redhat.com>
19021         [BZ #15755]
19022         * config.h.in: Define HAVE_PT_CHOWN.
19023         * config.make.in (build-pt-chown): New variable.
19024         * configure.in (--enable-pt_chown): New configure option.
19025         * configure: Regenerate.
19026         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19027         build-pt-chown is enabled.
19028         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19029         pt_chown to fix pty ownership.
19030         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19031         CLOSE_ALL_FDS.
19032         * manual/install.texi (Configuring and compiling): Mention
19033         --enable-pt_chown. Add @findex for grantpt.
19034         * INSTALL: Regenerate.
19036 2013-07-20  David S. Miller  <davem@davemloft.net>
19038         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19039         difference between 32-bit and 64-bit.
19041 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19043         [BZ #15711]
19044         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19045         Avoid system header dependency with -ffreestanding.
19046         ($(objpfx)bits/syscall%d): Likewise.
19048 2013-07-13  David S. Miller  <davem@davemloft.net>
19050         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19051         underflows from atanl/atan2l due to bug 15319.
19052         (casinh_test_data): Likewise.
19054 2013-07-07  David S. Miller  <davem@davemloft.net>
19056         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19058 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19060         * sysdeps/i386/fpu/libm-test-ulps: Update.
19061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19063 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19065         * configure.in (--enable-lock-elision): Fix message text.
19066         * INSTALL: Regenerate.
19067         * configure: Regenerate.
19069 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19073 2013-07-03  Andreas Jaeger  <aj@suse.de>
19075         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19076         define.
19077         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19078         (ptrace_peeksiginfo_args): Add.
19079         (__ptrace_peeksiginfo_flags): Add.
19080         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19081         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19082         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19084 2013-07-03  Allan McRae  <allan@archlinux.org>
19086         * sysdeps/i386/fpu/libm-test-ulps: Update.
19088 2013-07-02  David S. Miller  <davem@davemloft.net>
19090         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19092 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19094         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19096 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19098         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19101 2013-07-02  Andi Kleen <ak@linux.intel.com>
19103         * config.h.in (ENABLE_LOCK_ELISION): Add.
19104         * configure.in (--enable-lock-elision): Add option.
19105         * manual/install.texi: Document --enable lock elision.
19106         * configure: Regenerate
19107         * INSTALL: Regenerate.
19109 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19111         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19112         SSE4.2 strcasecmp for libc.a.
19113         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19115 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19117         [BZ #13304]
19118         * soft-fp/op-common.h (_FP_FMA): New macro.
19119         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19120         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19121         (_FP_MUL_MEAT_1_imm): ... here.
19122         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19123         (_FP_MUL_MEAT_1_wide): ... here.
19124         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19125         (_FP_MUL_MEAT_1_hard): ... here.
19126         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19127         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19128         (_FP_MUL_MEAT_2_wide): ... here.
19129         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19130         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19131         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19132         (_FP_MUL_MEAT_2_gmp): ... here.
19133         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19134         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19135         (_FP_MUL_MEAT_4_wide): ... here.
19136         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19137         (_FP_MUL_MEAT_4_gmp): ... here.
19138         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19139         (_FP_WFRACBITS_DW_S): Likewise.
19140         (_FP_WFRACXBITS_DW_S): Likewise.
19141         (_FP_HIGHBIT_DW_S): Likewise.
19142         (FP_FMA_S): Likewise.
19143         (_FP_FRAC_HIGH_DW_S): Likewise.
19144         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19145         (_FP_WFRACBITS_DW_D): Likewise.
19146         (_FP_WFRACXBITS_DW_D): Likewise.
19147         (_FP_HIGHBIT_DW_D): Likewise.
19148         (FP_FMA_D): Likewise.
19149         (_FP_FRAC_HIGH_DW_D): Likewise.
19150         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19151         (_FP_WFRACBITS_DW_E): Likewise.
19152         (_FP_WFRACXBITS_DW_E): Likewise.
19153         (_FP_HIGHBIT_DW_E): Likewise.
19154         (FP_FMA_E): Likewise.
19155         (_FP_FRAC_HIGH_DW_E): Likewise.
19156         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19157         (_FP_WFRACBITS_DW_Q): Likewise.
19158         (_FP_WFRACXBITS_DW_Q): Likewise.
19159         (_FP_HIGHBIT_DW_Q): Likewise.
19160         (FP_FMA_Q): Likewise.
19161         (_FP_FRAC_HIGH_DW_Q): Likewise.
19162         * soft-fp/fmasf4.c: New file.
19163         * soft-fp/fmadf4.c: Likewise.
19164         * soft-fp/fmatf4.c: Likewise.
19166 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19168         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19169         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19170         Silvermont.
19171         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19172         macro.
19173         (index_Slow_SSE4_2): Likewise.
19174         (index_Prefer_PMINUB_for_stringop): Likewise.
19175         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19176         bit_Slow_SSE4_2 is set.
19177         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19178         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19180 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19182         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19183         rtld_global._dl_hwcap2.
19184         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19185         POWER8.
19186         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19187         POWER8 feature descriptions defined in _dl_hwcap2.
19188         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19189         string handling for POWER8 feature bits.
19190         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19191         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19192         _dl_powerpc_cap_flags.
19193         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19194         * sysdeps/powerpc/rtld-global-offsets.sym
19195         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19196         _dl_hwcap2 in the rtld_global_ro structure.
19198 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19200         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19201         hardware capabilities in support of AT_HWCAP2.
19202         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19203         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19204         GLRO(dl_hwcap2).
19205         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19206         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19207         explicitly the unknown a_type display mechanism is used.
19208         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19209         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19210         struct member.
19211         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19212         to macro prototype for AT_HWCAP2 support.
19213         * sysdeps/i386/dl-procinfo.h: Likewise.
19214         * sysdeps/s390/dl-procinfo.h: Likewise.
19215         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19216         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19217         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19218         return -1 for unknown a_type display fallback.
19219         * sysdeps/sparc/dl-procinfo.h: Likewise.
19220         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19221         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19223 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19225         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19226         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19228 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19230         [BZ #12492]
19231         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19232         mprotect making __stack_prot writable.
19234 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19235             Joseph Myers  <joseph@codesourcery.com>
19237         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19238         as being properly aligned.
19240 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19242         * dlfcn/modstatic5.c: New file.
19243         * dlfcn/tststatic5.c: New file.
19244         * dlfcn/Makefile (tests): Add tststatic5.
19245         (tests-static): Likewise.
19246         (modules-names): Add modstatic5.
19247         (tststatic5-ENV): New variable.
19248         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19250         [BZ #15022]
19251         * elf/dl-support.c (_dl_main_map): New variable.
19252         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19253         (_dl_nns, _dl_load_adds): Set to 1.
19254         (_dl_initial_searchlist): Refer to _dl_main_map.
19255         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19256         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19257         call to _dl_get_origin.
19258         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19259         around call_map.
19260         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19261         * dlfcn/modstatic3.c: New file.
19262         * dlfcn/tststatic3.c: New file.
19263         * dlfcn/tststatic4.c: New file.
19264         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19265         (tests-static): Likewise.
19266         (modules-names): Add modstatic3.
19267         (tststatic3-ENV, tststatic4-ENV): New variables.
19268         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19269         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19271 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19273         * configure.in (CC): Require GCC version 4.4 or later.
19274         * configure: Regenerated.
19275         * manual/install.texi (Tools for Compilation): Update GCC version
19276         requirement.
19277         * INSTALL: Regenerated.
19279 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19281         [BZ #15674]
19282         * string/test-memcmp.c (check2): New.
19283         (main): Call check2.
19285         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19287 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19289         [BZ #15022]
19290         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19291         over to...
19292         (dl_open_worker) [!SHARED]: ... here.
19294 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19296         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19298 2013-06-25  Richard Henderson  <rth@redhat.com>
19300         * locale/programs/locarchive.c: Include <libc-internal.h>
19302 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19304         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19305         trailing whitespace removed.
19307 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19309         [BZ #10283]
19310         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19311         * locale/programs/locarchive.c: Include libc-mmap.h.
19312         (prepare_address_space): Take two new outputs (the mmap base and len).
19313         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19314         values.
19315         (create_archive): Declare new mmap base and len values for
19316         prepare_address_space, and store the result in ah.
19317         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19318         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19319         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19320         Declare new mmap base and len values for
19321         prepare_address_space, and store the result in new_ah.
19322         (open_archive): Declare new mmap base and len values for
19323         prepare_address_space, and store the result in ah.
19324         (close_archive): If ah->mmap_base is not NULL, use that and
19325         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19326         * sysdeps/generic/libc-mmap.h: New file.
19328 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19330         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19331         (ALIGN_UP): Likewise.
19332         (PTR_ALIGN_DOWN): Likewise.
19333         (PTR_ALIGN_UP): Likewise.
19335 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19337         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19338         entry mapped to PPC_PLATFORM_POWER8.
19339         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19340         POWER8.
19341         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19342         (_dl_string_platform): Add case for exporting platform position for
19343         POWER8.
19344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19345         search path to sysdeps/powerpc/powerpc32/power8 directory.
19346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19347         search path to sysdeps/powerpc/powerpc64/power8 directory.
19348         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19349         power7 directories.
19350         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19351         power7 directories.
19353 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19355         * INSTALL: Regenerate.
19357         * nscd/connections.c (nscd_init): Fix comment.
19359 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19361         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19363         [BZ #15667]
19364         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19365         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19367 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19369         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19370         DL_DST_REQ_STATIC.
19371         (DL_DST_REQ_STATIC): Remove macro.
19373 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19375         [BZ #7006]
19376         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19377         with a shift of 0 bits.
19379 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19381         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19382         $(tststatic-ENV).
19384 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19386         [BZ #15655]
19387         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19389 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19391         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19392         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19393         accepts -fno-tree-loop-distribute-patterns.
19394         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19395         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19396         recursive call.
19397         * string/memset.c (memset): Likewise.
19398         * string/test-memmove.c (simple_memmove): Disable loop transformation
19399         to library calls.
19400         * string/test-memset.c (simple_memset): Likewise.
19401         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19402         * benchtests/bench-memset.c (simple_memset): Likewise.
19403         * configure: Regenerated.
19405 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19407         * math/test-misc.c (main): Ignore fesetround failure when failures
19408         of subsequent rounding tests would be ignored.
19410         [BZ #15654]
19411         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19412         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19413         * math/fegetenv.c (__fegetenv): Return 0.
19414         * math/fegetexcept.c (fegetexcept): Return 0.
19415         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19416         FE_TONEAREST.
19417         * math/feholdexcpt.c (feholdexcept): Return 0.
19418         * math/fesetenv.c (__fesetenv): Return 0.
19419         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19420         argument FE_TONEAREST.
19421         * math/feupdateenv.c (__feupdateenv): Return 0.
19422         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19424 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19426         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19427         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19428         ($(objpfx)rtld-%.os rules): Use them.
19430 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19432         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19433         fields.
19435 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19437         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19438         length of target pattern, then descending length of dependency pattern.
19439         * configure.in (AWK): Require gawk 3.1.2 or newer.
19440         * manual/install.texi (Tools for Compilation): Say that we do.
19441         * configure: Regenerated.
19443         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19444         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19445         * scripts/sysd-rules.awk: ... this new script.
19446         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19447         than a glob-style pattern.
19449 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19451         * math/test-misc.c (main): Do not treat incorrectly rounded
19452         conversions as failure unless ROUNDING_TESTS passes.
19454 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19456         [BZ #15631]
19457         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19458         restore exception state around main square root computation, then
19459         check for inexactness explicitly.
19461         * math/libm-test.inc (fma_test_data): Add another test.
19463 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19465         * manual/threads.texi (Non-POSIX Extensions): New document
19466         node.  Document pthread_getattr_default_np and
19467         pthread_setattr_default_np.
19469         * Versions.def (libpthread): Add GLIBC_2.18.
19470         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19472         Likewise.
19473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19474         Likewise.
19475         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19476         Likewise.
19477         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19478         Likewise.
19479         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19480         Likewise.
19481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19482         Likewise.
19483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19484         Likewise.
19485         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19486         Likewise.
19487         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19488         Likewise.
19490 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19492         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19493         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19495 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19496             H.J. Lu  <hjl.tools@gmail.com>
19498         [BZ #15627]
19499         * sysdeps/x86_64/rtld-memset.c: Remove file.
19500         * sysdeps/x86_64/rtld-memset.S: New file.
19502 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19504         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19505         (test_in_one_mode): Take arguments for whether the rounding mode
19506         is supported for each floating-point type.
19507         (do_test): Pass new arguments to test_in_one_mode using
19508         ROUNDING_TESTS.
19510 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19512         * posix/tst-waitid.c (do_test): Distinguish different instances of
19513         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19514         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19515         before entering the kernel for waitpid.
19517 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19519         * NEWS: Fix note on clock function precision.  Text by Roland
19520         McGrath.
19522 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19524         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19525         it into place only when and if the sanity check passes.
19527 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19529         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19530         output for whether conversion result is exact.  Take argument
19531         indicating whether type is IBM long double.
19532         (round_for_all): Change need_exact field to ibm_ld.
19533         * stdlib/tst-strtod-round.c (struct exactness): New type.
19534         (struct test): Change bool ld_ok field to struct exactness exact.
19535         (TEST): Update all definitions for change to field.
19536         (tests): Regenerate array contents.
19537         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19538         field value.  Check for IBM long double here.
19539         (do_test): Update calls to test_in_one_mode.
19541 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19543         [BZ #12515]
19544         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19545         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19547 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19549         [BZ #15605]
19550         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19551         generated by the compiler on loop optimizations.
19552         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19553         general definitions.
19555 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19557         * math/bug-nextafter.c: Include <math-tests.h>.
19558         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19559         the relevant type.
19560         * math/bug-nexttoward.c: Include <math-tests.h>.
19561         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19562         the relevant type.
19563         * math/test-misc.c: Include <math-tests.h>.
19564         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19565         the relevant type.
19567 2013-06-12  Andreas Jaeger  <aj@suse.de>
19569         * po/ia.po: Update Interlingua translation from translation
19570         project.
19572 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19574         * include/fenv.h: Include stdbool.h.
19575         (struct rm_ctx): New structure.
19576         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19577         Define macro.
19578         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19579         (SET_RESTORE_ROUNDF): Likewise.
19580         (SET_RESTORE_ROUNDL): Likewise.
19581         (SET_RESTORE_ROUND_NOEX): Likewise.
19582         (SET_RESTORE_ROUND_NOEXF): Likewise.
19583         (SET_RESTORE_ROUND_NOEXL): Likewise.
19584         (SET_RESTORE_ROUND_53BIT): Likewise.
19585         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19586         (libc_feresetround_noexf_ctx): Likewise.
19587         (libc_feresetround_noexl_ctx): Likewise.
19588         (libc_feholdsetround_53bit_ctx): Likewise.
19589         (libc_feresetround_53bit_ctx): Likewise.
19590         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19591         (libc_feholdexcept_setround_sse_ctx): New function.
19592         (libc_fesetenv_sse_ctx): Likewise.
19593         (libc_feupdateenv_sse_ctx): Likewise.
19594         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19595         (libc_feholdexcept_setround_387_ctx): Likewise.
19596         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19597         (libc_feholdsetround_387_prec_ctx): Likewise.
19598         (libc_feholdsetround_387_ctx): Likewise.
19599         (libc_feholdsetround_387_53bit_ctx): Likewise.
19600         (libc_feholdsetround_sse_ctx): Likewise.
19601         (libc_feresetround_sse_ctx): Likewise.
19602         (libc_feresetround_387_ctx): Likewise.
19603         (libc_feupdateenv_387_ctx): Likewise.
19604         (libc_feholdexcept_setroundf_ctx): Define macro.
19605         (libc_fesetenvf_ctx): Likewise.
19606         (libc_feupdateenvf_ctx): Likewise.
19607         (libc_feholdsetroundf_ctx): Likewise.
19608         (libc_feresetroundf_ctx): Likewise.
19609         (libc_feholdexcept_setround_ctx): Likewise.
19610         (libc_fesetenv_ctx): Likewise.
19611         (libc_feupdateenv_ctx): Likewise.
19612         (libc_feholdsetround_ctx): Likewise.
19613         (libc_feresetround_ctx): Likewise.
19614         (libc_feholdexcept_setroundl_ctx): Likewise.
19615         (libc_feupdateenvl_ctx): Likewise.
19616         (libc_feholdsetroundl_ctx): Likewise.
19617         (libc_feresetroundl_ctx): Likewise.
19618         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19619         (libc_feresetround_53bit_ctx): Likewise.
19621 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19623         * locale/iso-639.def: Convert to UTF-8.
19625 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19627         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19628         (EXCEPTION_TESTS_double): Likewise.
19629         (EXCEPTION_TESTS_long_double): Likewise.
19630         (EXCEPTION_TESTS): Likewise.
19631         * math/libm-test.inc (test_exceptions): Only test exceptions if
19632         EXCEPTION_TESTS (FLOAT).
19634 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19636         * benchtests/Makefile (string-bench): Add strcpy_chk and
19637         stpcpy_chk.
19638         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19639         * benchtests/bench-stpcpy_chk.c: New file.
19640         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19641         * benchtests/bench-strcpy_chk.c: New file.
19642         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19643         code.
19644         (do_test): Likewise.
19646 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19648         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19649         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19650         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19651         with tabs where appropriate.
19652         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19653         dl-procinfo.h.
19654         [PPC_PLATFORM_PPC440]: Likewise.
19655         [PPC_PLATFORM_PPC464]: Likewise.
19656         [PPC_PLATFORM_PPC476]: Likewise.
19657         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19658         ppc464, and ppc476 platform strings merging from ports/
19659         dl-procinfo.h.
19661 2013-06-11  Andreas Schwab  <schwab@suse.de>
19663         [BZ #14991]
19664         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19665         (from_ucs4_idx): Regenerate.
19666         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19667         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19668         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19669         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19670         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19671         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19672         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19673         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19674         from FROM_LOOP and TO_LOOP specific macros.
19675         (BODY): Handle combining characters.
19676         * iconvdata/BIG5HKSCS.irreversible: Update.
19677         * iconvdata/BIG5HKSCS.precomposed: New file.
19678         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19679         characters.
19680         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19682 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19684         * include/sys/time.h: Fix indentation and add copyright header.
19686         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19687         (do_test): Likewise.
19688         * string/test-memchr.c (do_one_test): Likewise.
19689         (do_test): Likewise.
19690         * string/test-memcmp.c (do_one_test): Likewise.
19691         (do_test): Likewise.
19692         * string/test-memcpy.c (do_one_test): Likewise.
19693         (do_test): Likewise.
19694         * string/test-memmem.c (do_one_test): Likewise.
19695         (do_test): Likewise.
19696         (do_random_tests): Likewise.
19697         * string/test-memmove.c (do_one_test): Likewise.
19698         (do_test): Likewise.
19699         * string/test-memset.c (do_one_test): Likewise.
19700         (do_test): Likewise.
19701         * string/test-rawmemchr.c (do_one_test): Likewise.
19702         (do_test): Likewise.
19703         * string/test-strcasecmp.c (do_one_test): Likewise.
19704         (do_test): Likewise.
19705         * string/test-strcasestr.c (do_one_test): Likewise.
19706         (do_test): Likewise.
19707         * string/test-strcat.c (do_one_test): Likewise.
19708         (do_test): Likewise.
19709         * string/test-strchr.c (do_one_test): Likewise.
19710         (do_test): Likewise.
19711         * string/test-strcmp.c (do_one_test): Likewise.
19712         (do_test): Likewise.
19713         * string/test-strcpy.c (do_one_test): Likewise.
19714         (do_test): Likewise.
19715         * string/test-string.h: Likewise.
19716         (test_init): Likewise.
19717         * string/test-strlen.c (do_one_test): Likewise.
19718         (do_test): Likewise.
19719         * string/test-strncasecmp.c (do_one_test): Likewise.
19720         (do_test): Likewise.
19721         * string/test-strncat.c (do_one_test): Likewise.
19722         (do_test): Likewise.
19723         * string/test-strncmp.c (do_one_test): Likewise.
19724         (do_test_limit): Likewise.
19725         (do_test): Likewise.
19726         * string/test-strncpy.c (do_one_test): Likewise.
19727         (do_test): Likewise.
19728         * string/test-strnlen.c (do_one_test): Likewise.
19729         (do_test): Likewise.
19730         * string/test-strpbrk.c (do_one_test): Likewise.
19731         (do_test): Likewise.
19732         * string/test-strrchr.c (do_one_test): Likewise.
19733         (do_test): Likewise.
19734         * string/test-strspn.c (do_one_test): Likewise.
19735         (do_test): Likewise.
19736         * string/test-strstr.c (do_one_test): Likewise.
19737         (do_test): Likewise.
19739         * benchtests/Makefile (string-bench): Add string benchmarks.
19740         * benchtests/bench-bcopy-ifunc.c: New file.
19741         * benchtests/bench-bcopy.c: New file.
19742         * benchtests/bench-bzero-ifunc.c: New file.
19743         * benchtests/bench-bzero.c: New file.
19744         * benchtests/bench-memccpy-ifunc.c: New file.
19745         * benchtests/bench-memccpy.c: New file.
19746         * benchtests/bench-memchr-ifunc.c: New file.
19747         * benchtests/bench-memchr.c: New file.
19748         * benchtests/bench-memcmp-ifunc.c: New file.
19749         * benchtests/bench-memcmp.c: New file.
19750         * benchtests/bench-memmem-ifunc.c: New file.
19751         * benchtests/bench-memmem.c: New file.
19752         * benchtests/bench-memmove-ifunc.c: New file.
19753         * benchtests/bench-memmove.c: New file.
19754         * benchtests/bench-mempcpy-ifunc.c: New file.
19755         * benchtests/bench-mempcpy.c: New file.
19756         * benchtests/bench-memset-ifunc.c: New file.
19757         * benchtests/bench-memset.c: New file.
19758         * benchtests/bench-rawmemchr-ifunc.c: New file.
19759         * benchtests/bench-rawmemchr.c: New file.
19760         * benchtests/bench-stpcpy-ifunc.c: New file.
19761         * benchtests/bench-stpcpy.c: New file.
19762         * benchtests/bench-stpncpy-ifunc.c: New file.
19763         * benchtests/bench-stpncpy.c: New file.
19764         * benchtests/bench-strcasecmp-ifunc.c: New file.
19765         * benchtests/bench-strcasecmp.c: New file.
19766         * benchtests/bench-strcasestr-ifunc.c: New file.
19767         * benchtests/bench-strcasestr.c: New file.
19768         * benchtests/bench-strcat-ifunc.c: New file.
19769         * benchtests/bench-strcat.c: New file.
19770         * benchtests/bench-strchr-ifunc.c: New file.
19771         * benchtests/bench-strchr.c: New file.
19772         * benchtests/bench-strchrnul-ifunc.c: New file.
19773         * benchtests/bench-strchrnul.c: New file.
19774         * benchtests/bench-strcmp-ifunc.c: New file.
19775         * benchtests/bench-strcmp.c: New file.
19776         * benchtests/bench-strcpy-ifunc.c: New file.
19777         * benchtests/bench-strcpy.c: New file.
19778         * benchtests/bench-strcspn-ifunc.c: New file.
19779         * benchtests/bench-strcspn.c: New file.
19780         * benchtests/bench-strlen-ifunc.c: New file.
19781         * benchtests/bench-strlen.c: New file.
19782         * benchtests/bench-strncasecmp-ifunc.c: New file.
19783         * benchtests/bench-strncasecmp.c: New file.
19784         * benchtests/bench-strncat-ifunc.c: New file.
19785         * benchtests/bench-strncat.c: New file.
19786         * benchtests/bench-strncmp-ifunc.c: New file.
19787         * benchtests/bench-strncmp.c: New file.
19788         * benchtests/bench-strncpy-ifunc.c: New file.
19789         * benchtests/bench-strncpy.c: New file.
19790         * benchtests/bench-strnlen-ifunc.c: New file.
19791         * benchtests/bench-strnlen.c: New file.
19792         * benchtests/bench-strpbrk-ifunc.c: New file.
19793         * benchtests/bench-strpbrk.c: New file.
19794         * benchtests/bench-strrchr-ifunc.c: New file.
19795         * benchtests/bench-strrchr.c: New file.
19796         * benchtests/bench-strspn-ifunc.c: New file.
19797         * benchtests/bench-strspn.c: New file.
19798         * benchtests/bench-strstr-ifunc.c: New file.
19799         * benchtests/bench-strstr.c: New file.
19801         * benchtests/Makefile: Disable parallel execution of targets.
19802         (string-bench): Add memcpy.
19803         (benchset): New variable to store a list of benchmark sets.
19804         (bench-func): Renamed from bench.
19805         (bench-set): New target.
19806         (bench): Depend on bench-func and bench-set.
19807         * benchtests/README: Add section on benchmark sets.
19808         * benchtests/bench-memcpy-ifunc.c: New file.
19809         * benchtests/bench-memcpy.c: New file.
19810         * benchtests/bench-string.h: New file.
19812 2013-06-11  Andreas Schwab  <schwab@suse.de>
19814         [BZ #15577]
19815         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19816         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19817         values in the triple.
19818         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19819         terminator in the group key.
19821 2013-06-11  Andreas Jaeger  <aj@suse.de>
19823         * po/zh_TW.po: Update Chinese (traditional) translation from
19824         translation project.
19826 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19828         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19829         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19830         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19831         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19832         (clock_getcpuclockid): Likewise.
19833         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19834         Add weak_alias and libc_hidden_def.
19835         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19836         * rt/clock_gettime.c (clock_gettime): Rename to
19837         __clock_gettime.  Add weak_alias and libc_hidden_def.
19838         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19839         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19840         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19841         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19842         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19843         Likewise.
19844         * rt/clock_settime.c (clock_settime): Rename to
19845         __clock_settime.  Add weak_alias and libc_hidden_def.
19846         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19848 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19850         * mach/err_boot.sub: Remove trailing whitespace.
19851         * mach/err_ipc.sub: Likewise.
19852         * mach/err_mach.sub: Likewise.
19854         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19855         (ROUNDING_TESTS_double): Likewise.
19856         (ROUNDING_TESTS_long_double): Likewise.
19857         (ROUNDING_TESTS): Likewise.
19858         * math/libm-test.inc: Include <math-tests.h>.
19859         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19860         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19861         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19862         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19864 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19866         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19867         of assigning.
19869 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19871         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19872         otherwise empty TRANS lines.
19873         * sysdeps/gnu/errlist.c: Regenerated.
19875         * catgets/gencat.c (error_print): Use (void) in function
19876         definition.
19877         * crypt/crypt_util.c (__init_des): Likewise.
19878         * crypt/speeds.c (Stop): Likewise.
19879         (main): Likewise.
19880         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19881         * inet/ruserpass.c (token): Likewise.
19882         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19883         * intl/localealias.c (extend_alias_table): Likewise.
19884         * intl/plural-exp.c (init_germanic_plural): Likewise.
19885         * libio/fcloseall.c (__fcloseall): Likewise.
19886         * libio/genops.c (_IO_flush_all): Likewise.
19887         (_IO_flush_all_linebuffered): Likewise.
19888         (_IO_cleanup): Likewise.
19889         (_IO_iter_begin): Likewise.
19890         (_IO_iter_end): Likewise.
19891         (_IO_list_lock): Likewise.
19892         (_IO_list_unlock): Likewise.
19893         (_IO_list_resetlock): Likewise.
19894         * libio/getchar.c (getchar): Likewise.
19895         * libio/getchar_u.c (getchar_unlocked): Likewise.
19896         * libio/getwchar.c (getwchar): Likewise.
19897         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19898         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19899         * login/getpt.c (__getpt): Likewise.
19900         * login/tst-utmp.c (main): Likewise.
19901         * malloc/hooks.c (__malloc_check_init): Likewise.
19902         * malloc/malloc.c (__malloc_stats): Likewise.
19903         * malloc/mtrace.c (tr_break): Likewise.
19904         (mtrace): Likewise.
19905         (muntrace): Likewise.
19906         * misc/fstab.c (endfsent): Likewise.
19907         * misc/getclktck.c (__getclktck): Likewise.
19908         * misc/getdtsz.c (__getdtablesize): Likewise.
19909         * misc/gethostid.c (gethostid): Likewise.
19910         * misc/getpagesize.c (__getpagesize): Likewise.
19911         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19912         (__get_nprocs): Likewise.
19913         (__get_phys_pages): Likewise.
19914         (__get_avphys_pages): Likewise.
19915         * misc/getttyent.c (getttyent): Likewise.
19916         (setttyent): Likewise.
19917         (endttyent): Likewise.
19918         * misc/getusershell.c (getusershell): Likewise.
19919         (endusershell): Likewise.
19920         (setusershell): Likewise.
19921         (initshells): Likewise.
19922         * misc/hsearch.c (__hdestroy): Likewise.
19923         * misc/sync.c (sync): Likewise.
19924         * misc/syslog.c (closelog_internal): Likewise.
19925         (closelog): Likewise.
19926         * misc/ttyslot.c (ttyslot): Likewise.
19927         * misc/vhangup.c (vhangup): Likewise.
19928         * posix/fork.c (__fork): Likewise.
19929         * posix/getegid.c (__getegid): Likewise.
19930         * posix/geteuid.c (__geteuid): Likewise.
19931         * posix/getgid.c (__getgid): Likewise.
19932         * posix/getpid.c (__getpid): Likewise.
19933         * posix/getppid.c (__getppid): Likewise.
19934         * posix/getuid.c (__getuid): Likewise.
19935         * posix/pause.c (pause): Likewise.
19936         * posix/setpgrp.c (setpgrp): Likewise.
19937         * posix/setsid.c (__setsid): Likewise.
19938         * posix/test-vfork.c (noop): Likewise.
19939         * resolv/gethnamaddr.c (_endhtent): Likewise.
19940         (_gethtent): Likewise.
19941         (ht_endhostent): Likewise.
19942         (gethostent): Likewise.
19943         (dns_service): Likewise.
19944         * stdlib/drand48.c (drand48): Likewise.
19945         * stdlib/lrand48.c (lrand48): Likewise.
19946         * stdlib/mrand48.c (mrand48): Likewise.
19947         * stdlib/rand.c (rand): Likewise.
19948         * stdlib/random.c (__random): Likewise.
19949         * stdlib/setenv.c (clearenv): Likewise.
19950         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19951         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19952         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19953         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19954         (__get_nprocs): Likewise.
19955         (__get_phys_pages): Likewise.
19956         (__get_avphys_pages): Likewise.
19957         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19958         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19959         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19960         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19961         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19962         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19963         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19964         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19965         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19966         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19967         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19968         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19969         * sysdeps/posix/clock.c (clock): Likewise.
19970         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19971         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19972         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19973         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19974         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19975         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19976         (__get_nprocs_conf): Likewise.
19977         (__get_phys_pages): Likewise.
19978         (__get_avphys_pages): Likewise.
19979         * time/clock.c (clock): Likewise.
19980         * time/tzset.c (__tzname_max): Likewise.
19982 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19984         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19985         (__bswap_32): Do not use "register".
19986         * crypt/crypt.c (_ufc_doit_r): Likewise.
19987         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19988         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19989         * gmon/gmon.c (__monstartup): Likewise.
19990         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19991         * hurd/hurdmalloc.c (more_memory): Likewise.
19992         (malloc): Likewise.
19993         (free): Likewise.
19994         (realloc): Likewise.
19995         (malloc_fork_prepare): Likewise.
19996         (malloc_fork_parent): Likewise.
19997         (malloc_fork_child): Likewise.
19998         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19999         (_svcauth_des): Likewise.
20000         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20001         * inet/inet_net.c (inet_network): Likewise.
20002         * inet/inet_netof.c (inet_netof): Likewise.
20003         * inet/rcmd.c (__validuser2_sa): Likewise.
20004         * io/fts.c (fts_open): Likewise.
20005         (fts_load): Likewise.
20006         (fts_close): Likewise.
20007         (fts_read): Likewise.
20008         (fts_children): Likewise.
20009         (fts_build): Likewise.
20010         (fts_stat): Likewise.
20011         (fts_sort): Likewise.
20012         (fts_alloc): Likewise.
20013         (fts_lfree): Likewise.
20014         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20015         (_IO_file_xsgetn): Likewise.
20016         (_IO_file_xsgetn_mmap): Likewise.
20017         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20018         (_IO_cookie_write): Likewise.
20019         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20020         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20021         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20022         * malloc/obstack.c (_obstack_begin): Likewise.
20023         (_obstack_begin_1): Likewise.
20024         (_obstack_newchunk): Likewise.
20025         (_obstack_allocated_p): Likewise.
20026         (obstack_free): Likewise.
20027         (_obstack_memory_used): Likewise.
20028         * misc/getttyent.c (getttynam): Likewise.
20029         (getttyent): Likewise.
20030         (skip): Likewise.
20031         (value): Likewise.
20032         * misc/getusershell.c (initshells): Likewise.
20033         * misc/syslog.c (__vsyslog_chk): Likewise.
20034         * misc/ttyslot.c (ttyslot): Likewise.
20035         * nis/nis_hash.c (__nis_hash): Likewise.
20036         * posix/fnmatch_loop.c (FCT): Likewise.
20037         * posix/getconf.c (print_all): Likewise.
20038         (main): Likewise.
20039         * posix/getopt.c (exchange): Likewise.
20040         * posix/glob.c (globfree): Likewise.
20041         (prefix_array): Likewise.
20042         (__glob_pattern_type): Likewise.
20043         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20044         (NS_GET32): Likewise.
20045         (NS_PUT16): Likewise.
20046         (NS_PUT32): Likewise.
20047         * resolv/gethnamaddr.c (getanswer): Likewise.
20048         (gethostbyname2): Likewise.
20049         (gethostbyaddr): Likewise.
20050         (_gethtent): Likewise.
20051         (_gethtbyname2): Likewise.
20052         (_gethtbyaddr): Likewise.
20053         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20054         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20055         * resolv/res_init.c (__res_vinit): Likewise.
20056         (net_mask): Likewise.
20057         * resolv/res_mkquery.c (outchar): Likewise.
20058         (PRINT): Likewise.
20059         * stdio-common/printf_fp.c (outchar): Likewise.
20060         (PRINT): Likewise.
20061         * stdio-common/printf_fphex.c (outchar): Likewise.
20062         (PRINT): Likewise.
20063         * stdio-common/printf_size.c (outchar): Likewise.
20064         (PRINT): Likewise.
20065         * stdio-common/test_rdwr.c (main): Likewise.
20066         * stdio-common/tfformat.c (matches): Likewise.
20067         * stdio-common/vfprintf.c (outchar): Likewise.
20068         (printf_unknown): Likewise.
20069         (buffered_vfprintf): Likewise.
20070         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20071         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20072         (ReadFile): Likewise.
20073         * stdlib/qsort.c (SWAP): Likewise.
20074         (_quicksort): Likewise.
20075         * stdlib/setenv.c (__add_to_environ): Likewise.
20076         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20077         * stdlib/strtol_l.c (__strtol_l): Likewise.
20078         * stdlib/tst-strtod.c (main): Likewise.
20079         * stdlib/tst-strtol.c (main): Likewise.
20080         * stdlib/tst-strtoll.c (main): Likewise.
20081         * string/bits/string2.h (__strcmp_cc): Likewise.
20082         (__strcmp_cg): Likewise.
20083         (__strcspn_c1): Likewise.
20084         (__strcspn_c2): Likewise.
20085         (__strcspn_c3): Likewise.
20086         (__strspn_c1): Likewise.
20087         (__strspn_c2): Likewise.
20088         (__strspn_c3): Likewise.
20089         (__strsep_1c): Likewise.
20090         (__strsep_2c): Likewise.
20091         (__strsep_3c): Likewise.
20092         * string/memccpy.c (__memccpy): Likewise.
20093         * string/stpcpy.c (__stpcpy): Likewise.
20094         * string/strcmp.c (strcmp): Likewise.
20095         * string/strrchr.c (strrchr): Likewise.
20096         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20097         Likewise.
20098         * sysdeps/mach/hurd/getcwd.c
20099         (_hurd_canonicalize_directory_name_internal): Likewise.
20100         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20101         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20102         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20103         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20104         Likewise, in both definitions.
20105         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20106         definitions.
20107         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20108         64] (__bswap_64): Likewise.
20109         * time/test_time.c (main): Likewise.
20110         * time/tzfile.c (__tzfile_read): Likewise.
20111         (__tzfile_compute): Likewise.
20112         * time/tzset.c (__tzset_parse_tz): Likewise.
20113         (tzset_internal): Likewise.
20114         (compute_change): Likewise.
20115         * wcsmbs/wcscat.c (__wcscat): Likewise.
20116         * wcsmbs/wcschr.c (wcschr): Likewise.
20117         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20118         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20119         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20120         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20121         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20122         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20123         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20124         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20125         * wcsmbs/wmemset.c (wmemset): Likewise.
20127 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20129         * scripts/config.guess: Update to version 2013-05-16.
20130         * scripts/config.sub: Update to version 2013-04-24.
20131         * scripts/install-sh: Update to version 2011-11-20.07.
20132         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20133         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20135 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20137         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20138         * elf/sln.c: Likewise.
20139         * hurd/hurd/ioctl.h: Likewise.
20140         * hurd/hurdmalloc.c: Likewise.
20141         * hurd/xattr.c: Likewise.
20142         * include/shlib-compat.h: Likewise.
20143         * inet/ruserpass.c: Likewise.
20144         * libio/iofgets_u.c: Likewise.
20145         * libio/iofgetws_u.c: Likewise.
20146         * locale/programs/ld-identification.c: Likewise.
20147         * locale/programs/ld-time.c: Likewise.
20148         * mach/msg-destroy.c: Likewise.
20149         * nss/nss_files/files-netgrp.c: Likewise.
20150         * resolv/res_data.c: Likewise.
20151         * soft-fp/op-1.h: Likewise.
20152         * soft-fp/op-2.h: Likewise.
20153         * soft-fp/op-4.h: Likewise.
20154         * soft-fp/op-common.h: Likewise.
20155         * stdio-common/printf_fphex.c: Likewise.
20156         * stdlib/strtod_l.c: Likewise.
20157         * sunrpc/rpc/clnt.h: Likewise.
20158         * sysdeps/generic/framestate.c: Likewise.
20159         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20160         * sysdeps/i386/bsd-setjmp.S: Likewise.
20161         * sysdeps/i386/__longjmp.S: Likewise.
20162         * sysdeps/i386/setjmp.S: Likewise.
20163         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20164         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20165         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20166         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20167         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20168         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20169         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20170         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20171         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20172         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20173         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20174         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20175         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20176         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20177         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20178         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20179         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20180         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20181         * sysdeps/ieee754/support.c: Likewise.
20182         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20183         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20184         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20185         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20186         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20187         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20188         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20189         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20190         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20191         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20192         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20193         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20194         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20195         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20196         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20197         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20198         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20201 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20203         * posix/transbug.c: Remove executable mode.
20205 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20207         * crypt/speeds.c: Remove trailing whitespace.
20208         * dlfcn/default.c: Likewise.
20209         * elf/ifuncdep2.c: Likewise.
20210         * elf/ifuncmain1.c: Likewise.
20211         * elf/ifuncmain1vis.c: Likewise.
20212         * elf/testobj.h: Likewise.
20213         * elf/tst-stackguard1.c: Likewise.
20214         * gmon/sys/gmon.h: Likewise.
20215         * hurd/hurdmsg.c: Likewise.
20216         * hurd/new-fd.c: Likewise.
20217         * hurd/ports-get.c: Likewise.
20218         * iconvdata/ibm1008_420.c: Likewise.
20219         * inet/tst-getni1.c: Likewise.
20220         * inet/tst-getni2.c: Likewise.
20221         * libio/ioungetc.c: Likewise.
20222         * libio/wfiledoalloc.c: Likewise.
20223         * manual/libm-err-tab.pl: Likewise.
20224         * math/w_dremf.c: Likewise.
20225         * misc/ftruncate.c: Likewise.
20226         * posix/bug-glob2.c: Likewise.
20227         * posix/tst-pcre.c: Likewise.
20228         * posix/wait4.c: Likewise.
20229         * resolv/README: Likewise.
20230         * resolv/res_debug.h: Likewise.
20231         * resolv/tst-inet_ntop.c: Likewise.
20232         * setjmp/bug269-setjmp.c: Likewise.
20233         * soft-fp/extended.h: Likewise.
20234         * soft-fp/op-1.h: Likewise.
20235         * soft-fp/op-2.h: Likewise.
20236         * soft-fp/op-4.h: Likewise.
20237         * soft-fp/op-8.h: Likewise.
20238         * soft-fp/testit.c: Likewise.
20239         * stdio-common/bug16.c: Likewise.
20240         * stdlib/random.c: Likewise.
20241         * sunrpc/rpcsvc/rquota.x: Likewise.
20242         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20243         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20244         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20245         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20246         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20247         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20248         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20249         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20250         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20251         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20252         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20253         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20254         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20255         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20256         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20257         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20258         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20259         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20260         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20261         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20262         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20263         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20264         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20265         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20266         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20267         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20268         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20269         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20270         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20271         * sysdeps/ieee754/s_lib_version.c: Likewise.
20272         * sysdeps/mach/hurd/check_fds.c: Likewise.
20273         * sysdeps/mach/hurd/getsockname.c: Likewise.
20274         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20275         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20276         * sysdeps/powerpc/bits/link.h: Likewise.
20277         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20278         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20279         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20280         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20281         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20282         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20283         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20284         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20285         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20286         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20287         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20288         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20289         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20290         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20291         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20292         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20293         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20294         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20295         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20296         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20297         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20298         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20299         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20300         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20301         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20302         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20303         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20304         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20305         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20306         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20307         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20308         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20309         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20310         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20311         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20312         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20313         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20314         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20315         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20316         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20317         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20318         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20319         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20320         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20321         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20322         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20323         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20324         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20325         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20326         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20327         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20328         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20329         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20330         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20331         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20332         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20333         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20334         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20335         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20336         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20337         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20338         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20339         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20340         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20341         * sysdeps/powerpc/sysdep.h: Likewise.
20342         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20343         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20344         * sysdeps/sh/dl-trampoline.S: Likewise.
20345         * sysdeps/sh/memset.S: Likewise.
20346         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20347         * sysdeps/sh/strlen.S: Likewise.
20348         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20349         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20350         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20351         * sysdeps/sparc/sparc32/rem.S: Likewise.
20352         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20353         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20354         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20355         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20356         * sysdeps/sparc/sparc32/urem.S: Likewise.
20357         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20358         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20359         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20360         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20361         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20362         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20363         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20364         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20365         * sysdeps/unix/bsd/times.c: Likewise.
20366         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20367         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20371         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20372         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20373         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20374         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20375         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20376         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20377         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20378         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20379         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20380         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20381         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20382         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20383         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20384         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20385         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20386         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20387         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20388         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20389         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20390         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20391         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20392         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20393         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20394         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20395         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20396         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20397         * sysdeps/x86_64/strcspn.S: Likewise.
20399 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20401         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20402         generated file.  Regenerate properly from gen-translit.pl.
20403         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20404         locale/C-translit.h.
20406 2013-06-05  Andreas Schwab  <schwab@suse.de>
20408         [BZ #15100]
20409         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20410         week as 6 instead of -1.
20411         * time/tst-strptime.c (day_tests): Add test case.
20413 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20415         * sysdeps/generic/math_private.h
20416         (libc_feholdexcept_setround_53bit): Replace with
20417         libc_feholdsetround_53bit.
20418         (libc_feupdateenv_53bit): Replace with
20419         libc_feresetround_53bit.
20420         (SET_RESTORE_ROUND_53BIT): Adjust.
20422 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20424         * string/test-strchrnul.c: Add copyright header.
20426         * posix/tst-getaddrinfo4.c: Increase test timeout.
20428 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20430         [BZ #15536]
20431         * math/libm-test.inc (MAX_EXP): Remove
20432         (MIN_EXP): Define.
20433         (ulp): Use MIN_EXP - MANT_DIG.
20434         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20436 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20438         * po/be.po: Revert last change.
20439         * po/zh_CN.po: Likewise.
20440         * po/header.pot: Likewise.
20442 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20444         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20445         link-libc-deps to empty as target-specific variable.
20446         * Makerules (link-libc-args): New variable.
20447         (libc-for-link): Likewise.
20448         (link-libc-deps): Likewise.
20449         (lib%.so): Depend on $(link-libc-deps).  Link with
20450         $(link-libc-args).
20451         (build-module): Link with $(link-libc-args).
20452         (build-module-asneeded): Likewise.
20453         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20454         list of objects.
20455         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20456         target-specific variable.
20457         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20458         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20459         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20460         libc.
20461         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20462         libc and ld.so.
20463         ($(objpfx)libpcprofile.so): Likewise.
20464         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20465         libc_nonshared.a.
20466         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20467         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20468         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20469         $(link-libc-deps).
20470         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20471         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20472         * login/Makefile ($(objpfx)libutil.so): Likewise.
20473         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20474         * math/Makefile ($(objpfx)libm.so): Likewise.
20475         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20476         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20477         variable instead of depending directly on libc.
20478         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20479         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20480         $(link-libc-deps).
20481         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20482         libc.
20483         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20484         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20485         ($(objpfx)libanl.so): Likewise.
20486         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20487         ld.so.
20488         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20489         $(link-libc-deps).
20490         * sysdeps/i386/fpu/Makefile: Remove file.
20491         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20492         ($(objpfx)libm.so): Remove dependency on ld.so.
20494 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20496         [BZ # 15553]
20497         * nis/yp_xdr.c (XDRMAXNAME): Define.
20498         (XDRMAXRECORD): Define.
20499         (xdr_domainname): Use XDRMAXNAME.
20500         (xdr_mapname): Likewise.
20501         (xdr_peername): Likewise.
20502         (xdr_keydat): Use XDRMAXRECORD.
20503         (xdr_valdat): Likewise.
20505 2013-05-30  Jeff Law  <law@redhat.com>
20507         [BZ #14256]
20508         * manual/errno.texi (ESTALE): Update to account for more than
20509         just NFS file systems.
20510         * sysdeps/gnu/errlist.c: Regenerated.
20512 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20514         [BZ #15465]
20515         * elf/Makefile (tests): Add tst-null-argv.
20516         (modules-names):  Add tst-null-argv-lib.
20517         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20518         (tst-null-argv-ENV): Set environment for tst-null-argv.
20519         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20520         (RTLD_PROGNAME): New macro.
20521         * elf/tst-null-argv.c: New test case.
20522         * elf/tst-null-argv-lib.c: Library for test case.
20523         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20524         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20525         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20526         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20527         * elf/dl-init.c (call_init): Likewise.
20528         (_dl_init): Likewise.
20529         * elf/dl-load.c (print_search_path): Likewise.
20530         (_dl_map_object): Likewise.
20531         * elf/dl-lookup.c (do_lookup_x): Likewise.
20532         (add_dependency): Likewise.
20533         (_dl_lookup_symbol_x): Likewise.
20534         (_dl_debug_bindings): Likewise.
20535         * elf/dl-open.c (_dl_show_scope): Likewise.
20536         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20537         * elf/dl-version.c (match_symbol): Likewise.
20538         (_dl_check_map_versions): Likewise.
20539         * elf/rtld.c (dl_main): Likewise.
20540         (print_unresolved): Use RTLD_PROGNAME.
20541         (print_missing_version): Likewise.
20542         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20543         (elf_machine_rela): Likewise.
20544         * sysdeps/powerpc/powerpc32/dl-machine.c
20545         (__process_machine_rela): Likewise.
20546         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20547         Likewise.
20548         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20549         Likewise.
20550         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20551         Likewise.
20552         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20553         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20554         Likewise.
20555         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20556         Likewise.
20557         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20559 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20561         * po/be.po: Add descriptive title.
20562         * po/zh_CN.po: Likewise.
20563         * po/header.pot: Likewise.
20565 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20567         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20568         error message.
20569         (enlarge_archive): Likewise.
20571 2013-05-28  Ben North  <ben@redfrontdoor.org>
20573         * manual/arith.texi (frexp): It is the magnitude of the return
20574         value which lies in [0.5, 1), not the return value itself.
20576 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20580 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20582         * stdio-common/bug26.c (main): Correct fscanf template.
20584         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20585         declare _dl_skip_args.
20587         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20588         Don't declare.
20590         * manual/platform.texi: Add missing @end deftypefun.
20592 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20594         [BZ #15529]
20595         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20596         bit of mantissa of 2^16382.
20597         * math/libm-test.inc (hypot_test_data): Add more tests.
20599         * math/libm-test.inc: Add drem and pow10 to list of tested
20600         functions.
20601         (pow10_test): New function.
20602         (drem_test): Likewise.
20603         (drem_test_tonearest): Likewise.
20604         (drem_test_towardzero): Likewise.
20605         (drem_test_downward): Likewise.
20606         (drem_test_upward): Likewise.
20607         (main): Call the new functions.
20609         * math/libm-test.inc (finite_test_data): Remove.
20610         (finite_test): Run tests from isfinite_test_data.
20611         (gamma_test_data): Remove.
20612         (gamma_test): Run tests from lgamma_test_data.
20613         * sysdeps/i386/fpu/libm-test-ulps: Update.
20614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20616 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20618         * manual/platform.texi: Add PowerPC PPR function set documentation.
20619         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20620         implementation.
20622 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20624         * math/libm-test.inc (MAX_EXP): Define.
20625         (ULPDIFF): Define.
20626         (ulp): New function.
20627         (check_float_internal): Use ULPDIFF.
20628         (cpow_test): Disable failing test.
20629         (check_ulp): Test ulp() implemetnation.
20630         (main): Call check_ulp before starting tests.
20632 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20634         * math/gen-libm-test.pl (generate_testfile): Do not handle
20635         START_DATA and END_DATA.
20636         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20637         END_DATA.
20638         (acos_tonearest_test_data): Likewise.
20639         (acos_towardzero_test_data): Likewise.
20640         (acos_downward_test_data): Likewise.
20641         (acos_upward_test_data): Likewise.
20642         (acosh_test_data): Likewise.
20643         (asin_test_data): Likewise.
20644         (asin_tonearest_test_data): Likewise.
20645         (asin_towardzero_test_data): Likewise.
20646         (asin_downward_test_data): Likewise.
20647         (asin_upward_test_data): Likewise.
20648         (asinh_test_data): Likewise.
20649         (atan_test_data): Likewise.
20650         (atanh_test_data): Likewise.
20651         (atan2_test_data): Likewise.
20652         (cabs_test_data): Likewise.
20653         (cacos_test_data): Likewise.
20654         (cacosh_test_data): Likewise.
20655         (carg_test_data): Likewise.
20656         (casin_test_data): Likewise.
20657         (casinh_test_data): Likewise.
20658         (catan_test_data): Likewise.
20659         (catanh_test_data): Likewise.
20660         (cbrt_test_data): Likewise.
20661         (ccos_test_data): Likewise.
20662         (ccosh_test_data): Likewise.
20663         (ceil_test_data): Likewise.
20664         (cexp_test_data): Likewise.
20665         (cimag_test_data): Likewise.
20666         (clog_test_data): Likewise.
20667         (clog10_test_data): Likewise.
20668         (conj_test_data): Likewise.
20669         (copysign_test_data): Likewise.
20670         (cos_test_data): Likewise.
20671         (cos_tonearest_test_data): Likewise.
20672         (cos_towardzero_test_data): Likewise.
20673         (cos_downward_test_data): Likewise.
20674         (cos_upward_test_data): Likewise.
20675         (cosh_test_data): Likewise.
20676         (cosh_tonearest_test_data): Likewise.
20677         (cosh_towardzero_test_data): Likewise.
20678         (cosh_downward_test_data): Likewise.
20679         (cosh_upward_test_data): Likewise.
20680         (cpow_test_data): Likewise.
20681         (cproj_test_data): Likewise.
20682         (creal_test_data): Likewise.
20683         (csin_test_data): Likewise.
20684         (csinh_test_data): Likewise.
20685         (csqrt_test_data): Likewise.
20686         (ctan_test_data): Likewise.
20687         (ctan_tonearest_test_data): Likewise.
20688         (ctan_towardzero_test_data): Likewise.
20689         (ctan_downward_test_data): Likewise.
20690         (ctan_upward_test_data): Likewise.
20691         (ctanh_test_data): Likewise.
20692         (ctanh_tonearest_test_data): Likewise.
20693         (ctanh_towardzero_test_data): Likewise.
20694         (ctanh_downward_test_data): Likewise.
20695         (ctanh_upward_test_data): Likewise.
20696         (erf_test_data): Likewise.
20697         (erfc_test_data): Likewise.
20698         (exp_test_data): Likewise.
20699         (exp_tonearest_test_data): Likewise.
20700         (exp_towardzero_test_data): Likewise.
20701         (exp_downward_test_data): Likewise.
20702         (exp_upward_test_data): Likewise.
20703         (exp10_test_data): Likewise.
20704         (exp2_test_data): Likewise.
20705         (expm1_test_data): Likewise.
20706         (fabs_test_data): Likewise.
20707         (fdim_test_data): Likewise.
20708         (finite_test_data): Likewise.
20709         (floor_test_data): Likewise.
20710         (fma_test_data): Likewise.
20711         (fma_towardzero_test_data): Likewise.
20712         (fma_downward_test_data): Likewise.
20713         (fma_upward_test_data): Likewise.
20714         (fmax_test_data): Likewise.
20715         (fmin_test_data): Likewise.
20716         (fmod_test_data): Likewise.
20717         (fpclassify_test_data): Likewise.
20718         (frexp_test_data): Likewise.
20719         (gamma_test_data): Likewise.
20720         (hypot_test_data): Likewise.
20721         (ilogb_test_data): Likewise.
20722         (isfinite_test_data): Likewise.
20723         (isgreater_test_data): Likewise.
20724         (isgreaterequal_test_data): Likewise.
20725         (isinf_test_data): Likewise.
20726         (isless_test_data): Likewise.
20727         (islessequal_test_data): Likewise.
20728         (islessgreater_test_data): Likewise.
20729         (isnan_test_data): Likewise.
20730         (isnormal_test_data): Likewise.
20731         (issignaling_test_data): Likewise.
20732         (isunordered_test_data): Likewise.
20733         (j0_test_data): Likewise.
20734         (j1_test_data): Likewise.
20735         (jn_test_data): Likewise.
20736         (ldexp_test_data): Likewise.
20737         (lgamma_test_data): Likewise.
20738         (lrint_test_data): Likewise.
20739         (lrint_tonearest_test_data): Likewise.
20740         (lrint_towardzero_test_data): Likewise.
20741         (lrint_downward_test_data): Likewise.
20742         (lrint_upward_test_data): Likewise.
20743         (llrint_test_data): Likewise.
20744         (llrint_tonearest_test_data): Likewise.
20745         (llrint_towardzero_test_data): Likewise.
20746         (llrint_downward_test_data): Likewise.
20747         (llrint_upward_test_data): Likewise.
20748         (log_test_data): Likewise.
20749         (log10_test_data): Likewise.
20750         (log1p_test_data): Likewise.
20751         (log2_test_data): Likewise.
20752         (logb_test_data): Likewise.
20753         (logb_downward_test_data): Likewise.
20754         (lround_test_data): Likewise.
20755         (llround_test_data): Likewise.
20756         (modf_test_data): Likewise.
20757         (nearbyint_test_data): Likewise.
20758         (nextafter_test_data): Likewise.
20759         (nexttoward_test_data): Likewise.
20760         (pow_test_data): Likewise.
20761         (pow_tonearest_test_data): Likewise.
20762         (pow_towardzero_test_data): Likewise.
20763         (pow_downward_test_data): Likewise.
20764         (pow_upward_test_data): Likewise.
20765         (remainder_test_data): Likewise.
20766         (remainder_tonearest_test_data): Likewise.
20767         (remainder_towardzero_test_data): Likewise.
20768         (remainder_downward_test_data): Likewise.
20769         (remainder_upward_test_data): Likewise.
20770         (remquo_test_data): Likewise.
20771         (rint_test_data): Likewise.
20772         (rint_tonearest_test_data): Likewise.
20773         (rint_towardzero_test_data): Likewise.
20774         (rint_downward_test_data): Likewise.
20775         (rint_upward_test_data): Likewise.
20776         (round_test_data): Likewise.
20777         (scalb_test_data): Likewise.
20778         (scalbn_test_data): Likewise.
20779         (scalbln_test_data): Likewise.
20780         (signbit_test_data): Likewise.
20781         (sin_test_data): Likewise.
20782         (sin_tonearest_test_data): Likewise.
20783         (sin_towardzero_test_data): Likewise.
20784         (sin_downward_test_data): Likewise.
20785         (sin_upward_test_data): Likewise.
20786         (sincos_test_data): Likewise.
20787         (sinh_test_data): Likewise.
20788         (sinh_tonearest_test_data): Likewise.
20789         (sinh_towardzero_test_data): Likewise.
20790         (sinh_downward_test_data): Likewise.
20791         (sinh_upward_test_data): Likewise.
20792         (sqrt_test_data): Likewise.
20793         (tan_test_data): Likewise.
20794         (tan_tonearest_test_data): Likewise.
20795         (tan_towardzero_test_data): Likewise.
20796         (tan_downward_test_data): Likewise.
20797         (tan_upward_test_data): Likewise.
20798         (tanh_test_data): Likewise.
20799         (tgamma_test_data): Likewise.
20800         (trunc_test_data): Likewise.
20801         (y0_test_data): Likewise.
20802         (y1_test_data): Likewise.
20803         (yn_test_data): Likewise.
20804         (significand_test_data): Likewise.
20806         * math/gen-libm-test.pl (@functions): Remove variable.
20807         (generate_testfile): Don't handle START and END lines.
20808         * math/libm-test.inc (START): New macro.
20809         (END): Likewise.
20810         (END_COMPLEX): Likewise.
20811         (acos_test): Use END macro without arguments.
20812         (acos_test_tonearest): Likewise.
20813         (acos_test_towardzero): Likewise.
20814         (acos_test_downward): Likewise.
20815         (acos_test_upward): Likewise.
20816         (acosh_test): Likewise.
20817         (asin_test): Likewise.
20818         (asin_test_tonearest): Likewise.
20819         (asin_test_towardzero): Likewise.
20820         (asin_test_downward): Likewise.
20821         (asin_test_upward): Likewise.
20822         (asinh_test): Likewise.
20823         (atan_test): Likewise.
20824         (atanh_test): Likewise.
20825         (atan2_test): Likewise.
20826         (cabs_test): Likewise.
20827         (cacos_test): Use END_COMPLEX macro without arguments.
20828         (cacosh_test): Likewise.
20829         (carg_test): Use END macro without arguments.
20830         (casin_test): Use END_COMPLEX macro without arguments.
20831         (casinh_test): Likewise.
20832         (catan_test): Likewise.
20833         (catanh_test): Likewise.
20834         (cbrt_test): Use END macro without arguments.
20835         (ccos_test): Use END_COMPLEX macro without arguments.
20836         (ccosh_test): Likewise.
20837         (ceil_test): Use END macro without arguments.
20838         (cexp_test): Use END_COMPLEX macro without arguments.
20839         (cimag_test): Use END macro without arguments.
20840         (clog_test): Use END_COMPLEX macro without arguments.
20841         (clog10_test): Likewise.
20842         (conj_test): Likewise.
20843         (copysign_test): Use END macro without arguments.
20844         (cos_test): Likewise.
20845         (cos_test_tonearest): Likewise.
20846         (cos_test_towardzero): Likewise.
20847         (cos_test_downward): Likewise.
20848         (cos_test_upward): Likewise.
20849         (cosh_test): Likewise.
20850         (cosh_test_tonearest): Likewise.
20851         (cosh_test_towardzero): Likewise.
20852         (cosh_test_downward): Likewise.
20853         (cosh_test_upward): Likewise.
20854         (cpow_test): Use END_COMPLEX macro without arguments.
20855         (cproj_test): Likewise.
20856         (creal_test): Use END macro without arguments.
20857         (csin_test): Use END_COMPLEX macro without arguments.
20858         (csinh_test): Likewise.
20859         (csqrt_test): Likewise.
20860         (ctan_test): Likewise.
20861         (ctan_test_tonearest): Likewise.
20862         (ctan_test_towardzero): Likewise.
20863         (ctan_test_downward): Likewise.
20864         (ctan_test_upward): Likewise.
20865         (ctanh_test): Likewise.
20866         (ctanh_test_tonearest): Likewise.
20867         (ctanh_test_towardzero): Likewise.
20868         (ctanh_test_downward): Likewise.
20869         (ctanh_test_upward): Likewise.
20870         (erf_test): Use END macro without arguments.
20871         (erfc_test): Likewise.
20872         (exp_test): Likewise.
20873         (exp_test_tonearest): Likewise.
20874         (exp_test_towardzero): Likewise.
20875         (exp_test_downward): Likewise.
20876         (exp_test_upward): Likewise.
20877         (exp10_test): Likewise.
20878         (exp2_test): Likewise.
20879         (expm1_test): Likewise.
20880         (fabs_test): Likewise.
20881         (fdim_test): Likewise.
20882         (finite_test): Likewise.
20883         (floor_test): Likewise.
20884         (fma_test): Likewise.
20885         (fma_test_towardzero): Likewise.
20886         (fma_test_downward): Likewise.
20887         (fma_test_upward): Likewise.
20888         (fmax_test): Likewise.
20889         (fmin_test): Likewise.
20890         (fmod_test): Likewise.
20891         (fpclassify_test): Likewise.
20892         (frexp_test): Likewise.
20893         (gamma_test): Likewise.
20894         (hypot_test): Likewise.
20895         (ilogb_test): Likewise.
20896         (isfinite_test): Likewise.
20897         (isgreater_test): Likewise.
20898         (isgreaterequal_test): Likewise.
20899         (isinf_test): Likewise.
20900         (isless_test): Likewise.
20901         (islessequal_test): Likewise.
20902         (islessgreater_test): Likewise.
20903         (isnan_test): Likewise.
20904         (isnormal_test): Likewise.
20905         (issignaling_test): Likewise.
20906         (isunordered_test): Likewise.
20907         (j0_test): Likewise.
20908         (j1_test): Likewise.
20909         (jn_test): Likewise.
20910         (ldexp_test): Likewise.
20911         (lgamma_test): Likewise.
20912         (lrint_test): Likewise.
20913         (lrint_test_tonearest): Likewise.
20914         (lrint_test_towardzero): Likewise.
20915         (lrint_test_downward): Likewise.
20916         (lrint_test_upward): Likewise.
20917         (llrint_test): Likewise.
20918         (llrint_test_tonearest): Likewise.
20919         (llrint_test_towardzero): Likewise.
20920         (llrint_test_downward): Likewise.
20921         (llrint_test_upward): Likewise.
20922         (log_test): Likewise.
20923         (log10_test): Likewise.
20924         (log1p_test): Likewise.
20925         (log2_test): Likewise.
20926         (logb_test): Likewise.
20927         (logb_test_downward): Likewise.
20928         (lround_test): Likewise.
20929         (llround_test): Likewise.
20930         (modf_test): Likewise.
20931         (nearbyint_test): Likewise.
20932         (nextafter_test): Likewise.
20933         (nexttoward_test): Likewise.
20934         (pow_test): Likewise.
20935         (pow_test_tonearest): Likewise.
20936         (pow_test_towardzero): Likewise.
20937         (pow_test_downward): Likewise.
20938         (pow_test_upward): Likewise.
20939         (remainder_test): Likewise.
20940         (remainder_test_tonearest): Likewise.
20941         (remainder_test_towardzero): Likewise.
20942         (remainder_test_downward): Likewise.
20943         (remainder_test_upward): Likewise.
20944         (remquo_test): Likewise.
20945         (rint_test): Likewise.
20946         (rint_test_tonearest): Likewise.
20947         (rint_test_towardzero): Likewise.
20948         (rint_test_downward): Likewise.
20949         (rint_test_upward): Likewise.
20950         (round_test): Likewise.
20951         (scalb_test): Likewise.
20952         (scalbn_test): Likewise.
20953         (scalbln_test): Likewise.
20954         (signbit_test): Likewise.
20955         (sin_test): Likewise.
20956         (sin_test_tonearest): Likewise.
20957         (sin_test_towardzero): Likewise.
20958         (sin_test_downward): Likewise.
20959         (sin_test_upward): Likewise.
20960         (sincos_test): Likewise.
20961         (sinh_test): Likewise.
20962         (sinh_test_tonearest): Likewise.
20963         (sinh_test_towardzero): Likewise.
20964         (sinh_test_downward): Likewise.
20965         (sinh_test_upward): Likewise.
20966         (sqrt_test): Likewise.
20967         (tan_test): Likewise.
20968         (tan_test_tonearest): Likewise.
20969         (tan_test_towardzero): Likewise.
20970         (tan_test_downward): Likewise.
20971         (tan_test_upward): Likewise.
20972         (tanh_test): Likewise.
20973         (tgamma_test): Likewise.
20974         (trunc_test): Likewise.
20975         (y0_test): Likewise.
20976         (y1_test): Likewise.
20977         (yn_test): Likewise.
20978         (significand_test): Likewise.
20980 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20982         [BZ #15381]
20983         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20985 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20987         [BZ #14894]
20988         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20989         __ppc_mdoio and __ppc_mdoom.
20990         * manual/platform.texi: Document new functions __ppc_yield,
20991         __ppc_mdoio and __ppc_mdoom.
20993 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20995         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20996         (main): Mention "tls" pseudo-hwcap is legacy.
20997         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20999 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21001         * math/gen-libm-test.pl (parse_args): Output only string of
21002         arguments as text for test name, not full call or descriptions of
21003         tests for extra outputs.
21004         (generate_testfile): Do not pass function name to parse_args.
21005         Generate this_func variable from START.
21006         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21007         field to arg_str.
21008         (struct test_ff_f_data): Likewise.
21009         (test_ff_f_data_nexttoward): Likewise.
21010         (struct test_fi_f_data): Likewise.
21011         (struct test_fl_f_data): Likewise.
21012         (struct test_if_f_data): Likewise.
21013         (struct test_fff_f_data): Likewise.
21014         (struct test_c_f_data): Likewise.
21015         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21016         (struct test_fF_f1_data): Likewise.
21017         (struct test_ffI_f1_data): Likewise.
21018         (struct test_c_c_data): Rename test_name field to arg_str.
21019         (struct test_cc_c_data): Likewise.
21020         (struct test_f_i_data): Likewise.
21021         (struct test_ff_i_data): Likewise.
21022         (struct test_f_l_data): Likewise.
21023         (struct test_f_L_data): Likewise.
21024         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21025         and extra2_name.
21026         (COMMON_TEST_SETUP): New macro.
21027         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21028         (COMMON_TEST_CLEANUP): Likewise.
21029         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21030         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21031         macros.
21032         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21033         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21034         macros.
21035         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21036         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21037         cleanup macros.
21038         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21039         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21040         macros.
21041         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21042         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21043         macros.
21044         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21045         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21046         cleanup macros.
21047         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21048         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21049         cleanup macros.
21050         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21051         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21052         cleanup macros.
21053         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21054         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21055         macros.
21056         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21057         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21058         macros.
21059         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21060         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21061         macros.
21062         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21063         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21064         cleanup macros.
21065         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21066         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21067         cleanup macros.
21068         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21069         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21070         macros.
21071         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21072         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21073         cleanup macros.
21074         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21075         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21076         macros.
21077         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21078         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21079         macros.
21080         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21081         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21082         cleanup macros.
21083         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21085 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21087         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21088         to _sifields.sigfault.
21089         (si_addr_lsb): Define new macro.
21090         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21091         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21092         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21094 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21096         [BZ #15441]
21097         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21098         returns -1.
21099         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21100         null return -1.
21101         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21102         loading the domain.
21104 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21106         * math/gen-libm-test.pl (parse_args): Do not include expected
21107         result in test name.
21108         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21109         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21110         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21111         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21112         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21115 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21117         * benchtests/Makefile: Sort function entries.
21119         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21120         tanh, asinh, acosh, atanh.
21121         * benchtests/acos-inputs: New file.
21122         * benchtests/acosh-inputs: New file.
21123         * benchtests/asin-inputs: New file.
21124         * benchtests/asinh-inputs: New file.
21125         * benchtests/atanh-inputs: New file.
21126         * benchtests/cosh-inputs: New file.
21127         * benchtests/log-inputs: New file.
21128         * benchtests/sinh-inputs: New file.
21129         * benchtests/tanh-inputs: New file.
21131 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21133         [BZ #15339]
21134         * posix/tst-getaddrinfo4.c: New test.
21135         * posix/Makefile (tests): Add it.
21137 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21139         [BZ #15339]
21140         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21141         when no services were used.
21142         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21143         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21145 2013-05-21  Andreas Schwab  <schwab@suse.de>
21147         [BZ #15014]
21148         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21149         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21150         successful.
21151         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21152         redundant variable declarations and reallocation of buffer when
21153         parsing as IPv6 address.  Always set NSS status when called from
21154         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21155         buffer too small.  Correct computation of needed size.
21156         * nss/Makefile (tests): Add test-digits-dots.
21157         * nss/test-digits-dots.c: New test.
21159 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21161         * benchtests/Makefile: Remove instructions for adding
21162         benchmark tests.
21163         * benchtests/README: New file to explain how to execute and
21164         enhance the benchmark tests.
21166 2013-05-21  Andreas Schwab  <schwab@suse.de>
21168         [BZ #15493]
21169         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21170         * setjmp/tst-sigsetjmp.c: New test.
21172 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21174         * sysdeps/x86_64/memset.S (memset): New implementation.
21175         (__bzero): Likewise.
21176         (__memset_tail): New function.
21178 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21180         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21181         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21182         __memcpy_sse2_unaligned ifunc selection.
21183         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21184         Add memcpy-sse2-unaligned.S.
21185         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21186         Add: __memcpy_sse2_unaligned.
21188 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21190         [BZ #15490]
21191         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21192         math_force_eval before restoring floating-point envrionment.
21193         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21194         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21195         Likewise.
21196         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21197         <math_private.h>.
21198         (__nearbyintl): Use math_force_eval before restoring
21199         floating-point environment.
21200         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21202         * math/gen-libm-test.pl (special_functions): Remove.
21203         (parse_args): Don't handle TEST_extra.  Handle functions with no
21204         return value.
21205         * math/libm-test.inc (struct test_sincos_data): Replace with
21206         struct test_fFF_11_data.
21207         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21208         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21209         (sincos_test_data): Change element type to struct
21210         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21211         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21212         RUN_TEST_LOOP_sincos.
21213         * math/README.libm-test: Don't mention special handling of
21214         individual functions.
21215         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21216         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21217         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21218         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21219         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21222         * math/gen-libm-test.pl (get_variable): Remove function.
21223         (parse_args): Don't show pointer parameters to call in test
21224         names.  Use "extra output N" in test names for extra outputs
21225         rather than naming variables.
21227 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21229         [BZ #15488]
21230         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21231         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21232         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21233         double tests.
21234         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21235         disable.
21236         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21237         check_long_double.
21239         * math/gen-libm-test.pl (@tests): Remove variable.
21240         ($count): Likewise.
21241         (new_test): Remove function.
21242         (show_exceptions): New function.
21243         (special_functions): Use show_exceptions instead of new_test.
21244         (parse_args): Likewise.
21245         (generate_testfile): Pass only function name in generated call to
21246         print_max_error or print_complex_max_error.
21247         (get_ulps): Do not handle complex tests specially.
21248         (output_test): Rename to ...
21249         (get_all_ulps_for_test): ... this.  Return a string rather than
21250         printing to a file.  Require ulps to be present.
21251         (output_ulps): Generate arrays rather than #defines.
21252         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21253         (struct ulp_data): New type.
21254         (BUILD_COMPLEX_ULP): Remove macro.
21255         (compare_ulp_data): New function.
21256         (find_ulps): Likewise.
21257         (find_test_ulps): Likewise.
21258         (find_function_ulps): Likewise.
21259         (find_complex_function_ulps): Likewise.
21260         (print_max_error): Determine allowed ulps using
21261         find_function_ulps.
21262         (print_complex_max_error): Determine allowed ulps using
21263         find_complex_function_ulps.
21264         (check_float_internal): Determine max ulps using find_test_ulps.
21265         (check_float): Do not take max_ulp parameter.  Update call to
21266         check_float_internal.
21267         (check_complex): Likewise.
21268         (check_int): Do not take max_ulp parameter.
21269         (check_long): Likewise.
21270         (check_bool): Likewise.
21271         (check_longlong): Likewise.
21272         (struct test_f_f_data): Remove max_ulp field.
21273         (struct test_ff_f_data): Likewise.
21274         (struct test_ff_f_data_nexttoward): Likewise.
21275         (struct test_fi_f_data): Likewise.
21276         (struct test_fl_f_data): Likewise.
21277         (struct test_if_f_data): Likewise.
21278         (struct test_fff_f_data): Likewise.
21279         (struct test_c_f_data): Likewise.
21280         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21281         (struct test_fF_f1_data): Likewise.
21282         (struct test_ffI_f1_data): Likewise.
21283         (struct test_c_c_data): Remove max_ulp field.
21284         (struct test_cc_c_data): Likewise.
21285         (struct test_f_i_data): Likewise.
21286         (struct test_ff_i_data): Likewise.
21287         (struct test_f_l_data): Likewise.
21288         (struct test_f_L_data): Likewise.
21289         (struct test_sincos_data): Likewise.
21290         (RUN_TEST_f_f): Do not handle ulps.
21291         (RUN_TEST_LOOP_f_f): Likewise.
21292         (RUN_TEST_2_f): Likewise.
21293         (RUN_TEST_LOOP_2_f): Likewise.
21294         (RUN_TEST_fff_f): Likewise.
21295         (RUN_TEST_LOOP_fff_f): Likewise.
21296         (RUN_TEST_c_f): Likewise.
21297         (RUN_TEST_LOOP_c_f): Likewise.
21298         (RUN_TEST_f_f1): Likewise.
21299         (RUN_TEST_LOOP_f_f1): Likewise.
21300         (RUN_TEST_fF_f1): Likewise.
21301         (RUN_TEST_LOOP_fF_f1): Likewise.
21302         (RUN_TEST_fI_f1): Likewise.
21303         (RUN_TEST_LOOP_fI_f1): Likewise.
21304         (RUN_TEST_ffI_f1): Likewise.
21305         (RUN_TEST_LOOP_ffI_f1): Likewise.
21306         (RUN_TEST_c_c): Likewise.
21307         (RUN_TEST_LOOP_c_c): Likewise.
21308         (RUN_TEST_cc_c): Likewise.
21309         (RUN_TEST_LOOP_cc_c): Likewise.
21310         (RUN_TEST_f_i): Likewise.
21311         (RUN_TEST_LOOP_f_i): Likewise.
21312         (RUN_TEST_f_i_tg): Likewise.
21313         (RUN_TEST_LOOP_f_i_tg): Likewise.
21314         (RUN_TEST_ff_i_tg): Likewise.
21315         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21316         (RUN_TEST_f_b): Likewise.
21317         (RUN_TEST_LOOP_f_b): Likewise.
21318         (RUN_TEST_f_b_tg): Likewise.
21319         (RUN_TEST_LOOP_f_b_tg): Likewise.
21320         (RUN_TEST_f_l): Likewise.
21321         (RUN_TEST_LOOP_f_l): Likewise.
21322         (RUN_TEST_f_L): Likewise.
21323         (RUN_TEST_LOOP_f_L): Likewise.
21324         (RUN_TEST_sincos): Likewise.
21325         (RUN_TEST_LOOP_sincos): Likewise.
21327 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21329         [BZ #15480]
21330         [BZ #15485]
21331         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21332         main case of finite arguments, set rounding mode to FE_TONEAREST
21333         and discard exceptions.
21334         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21335         exceptions.
21336         (remainder_tonearest_test_data): New variable.
21337         (remainder_test_tonearest): New function.
21338         (remainder_towardzero_test_data): New variable.
21339         (remainder_test_towardzero): New function.
21340         (remainder_downward_test_data): New variable.
21341         (remainder_test_downward): New function.
21342         (remainder_upward_test_data): New variable.
21343         (remainder_test_upward): New function.
21344         (main): Call the new test functions.
21346         * math/libm-test.inc (struct test_f_f1_data): Remove field
21347         extra_init.
21348         (struct test_fF_f1_data): Likewise.
21349         (struct test_ffI_f1_data): Likewise.
21350         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21351         based on value of EXTRA_EXPECTED.
21352         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21353         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21354         EXTRA_VAR based on value of EXTRA_EXPECTED.
21355         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21356         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21357         EXTRA_VAR based on value of EXTRA_EXPECTED.
21358         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21359         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21360         EXTRA_VAR based on value of EXTRA_EXPECTED.
21361         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21362         * math/gen-libm-test.pl (parse_args): Don't output initializers
21363         for extra output values.
21365         * math/libm-test.inc (check_int): Expect result to be exactly
21366         equal to expected value and do not handle ulps.
21367         (check_long): Likewise.
21368         (check_longlong): Likewise.
21370         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21371         exceptions.
21372         (cimag_test_data): Likewise.
21373         (conj_test_data): Likewise.
21374         (copysign_test_data): Likewise.
21375         (cproj_test_data): Likewise.
21376         (creal_test_data): Likewise.
21377         (fabs_test_data): Likewise.
21378         (fdim_test_data): Likewise.
21379         (finite_test_data): Likewise.
21380         (floor_test_data): Likewise.
21381         (fmax_test_data): Likewise.
21382         (fmin_test_data): Likewise.
21383         (fmod_test_data): Likewise.
21384         (fpclassify_test_data): Likewise.
21385         (frexp_test_data): Likewise.
21386         (ilogb_test_data): Likewise.
21387         (isfinite_test_data): Likewise.
21388         (isgreater_test_data): Likewise.
21389         (isgreaterequal_test_data): Likewise.
21390         (isinf_test_data): Likewise.
21391         (isless_test_data): Likewise.
21392         (islessequal_test_data): Likewise.
21393         (islessgreater_test_data): Likewise.
21394         (isnan_test_data): Likewise.
21395         (isnormal_test_data): Likewise.
21396         (issignaling_test_data): Likewise.
21397         (isunordered_test_data): Likewise.
21398         (ldexp_test_data): Likewise.
21399         (lrint_test_data): Likewise.
21400         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21401         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21402         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21403         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21404         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21405         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21406         test input.
21407         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21408         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21409         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21410         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21411         that test input.
21412         (lrint_downward_test_data): Test for "inexact" exceptions.
21413         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21414         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21415         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21416         test input.
21417         (lrint_upward_test_data): Test for "inexact" exceptions.
21418         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21419         test input.
21420         (llrint_test_data): Test for "inexact" exceptions.
21421         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21422         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21423         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21424         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21425         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21426         (llrint_downward_test_data): Test for "inexact" exceptions.
21427         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21428         (llrint_upward_test_data): Test for "inexact" exceptions.
21429         (logb_test_data): Likewise.
21430         (logb_downward_test_data): Likewise.
21431         (nextafter_test_data): Likewise.
21432         (nexttoward_test_data): Likewise.
21433         (remainder_test_data): Likewise.
21434         (remquo_test_data): Likewise.
21435         (scalbn_test_data): Likewise.
21436         (scalbln_test_data): Likewise.
21437         (signbit_test_data): Likewise.
21438         (sqrt_test_data): Likewise.
21439         (significand_test_data): Likewise.
21441 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21443         [BZ #15424]
21444         * benchtests/bench-modf.c (struct args): Mark arg0 as
21445         volatile.
21446         * scripts/bench.pl: Mark members of struct args as volatile.
21448 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21450         [BZ # 15497]
21451         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21452         negative infinity on POWER6 or lower.
21453         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21455 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21457         [BZ #15442]
21458         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21459         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21460         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21461         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21462         (_FP_SETQNAN): New macro.
21463         (_FP_SETQNAN_SEMIRAW): Likewise.
21464         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21465         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21466         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21467         (FP_EXTEND): Use _FP_FRAC_SNANP.
21468         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21469         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21470         into account.
21471         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21472         New macro.
21473         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21474         Likewise.
21476 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21478         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21479         with DIVIDE_BY_ZERO_EXCEPTION.
21480         (gamma_test_data): Likewise.
21481         (lgamma_test_data): Likewise.
21482         (log_test_data): Likewise.
21483         (log10_test_data): Likewise.
21484         (log2_test_data): Likewise.
21485         (tgamma_test_data): Likewise.
21487         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21488         (acos_test_tonearest): Likewise.
21489         (acos_test_towardzero): Likewise.
21490         (acos_test_downward): Likewise.
21491         (acos_test_upward): Likewise.
21492         (acosh_test): Likewise.
21493         (asin_test): Likewise.
21494         (asin_test_tonearest): Likewise.
21495         (asin_test_towardzero): Likewise.
21496         (asin_test_downward): Likewise.
21497         (asin_test_upward): Likewise.
21498         (asinh_test): Likewise.
21499         (atan_test): Likewise.
21500         (atanh_test): Likewise.
21501         (atan2_test): Likewise.
21502         (cabs_test): Likewise.
21503         (cacos_test): Likewise.
21504         (cacosh_test): Likewise.
21505         (casin_test): Likewise.
21506         (casinh_test): Likewise.
21507         (catan_test): Likewise.
21508         (catanh_test): Likewise.
21509         (cbrt_test): Likewise.
21510         (ccos_test): Likewise.
21511         (ccosh_test): Likewise.
21512         (cexp_test): Likewise.
21513         (clog_test): Likewise.
21514         (clog10_test): Likewise.
21515         (cos_test): Likewise.
21516         (cos_test_tonearest): Likewise.
21517         (cos_test_towardzero): Likewise.
21518         (cos_test_downward): Likewise.
21519         (cos_test_upward): Likewise.
21520         (cosh_test): Likewise.
21521         (cosh_test_tonearest): Likewise.
21522         (cosh_test_towardzero): Likewise.
21523         (cosh_test_downward): Likewise.
21524         (cosh_test_upward): Likewise.
21525         (cpow_test): Likewise.
21526         (csin_test): Likewise.
21527         (csinh_test): Likewise.
21528         (csqrt_test): Likewise.
21529         (ctan_test): Likewise.
21530         (ctan_test_tonearest): Likewise.
21531         (ctan_test_towardzero): Likewise.
21532         (ctan_test_downward): Likewise.
21533         (ctan_test_upward): Likewise.
21534         (ctanh_test): Likewise.
21535         (ctanh_test_tonearest): Likewise.
21536         (ctanh_test_towardzero): Likewise.
21537         (ctanh_test_downward): Likewise.
21538         (ctanh_test_upward): Likewise.
21539         (erf_test): Likewise.
21540         (erfc_test): Likewise.
21541         (exp_test): Likewise.
21542         (exp_test_tonearest): Likewise.
21543         (exp_test_towardzero): Likewise.
21544         (exp_test_downward): Likewise.
21545         (exp_test_upward): Likewise.
21546         (exp10_test): Likewise.
21547         (exp2_test): Likewise.
21548         (expm1_test): Likewise.
21549         (fmod_test): Likewise.
21550         (gamma_test): Likewise.
21551         (hypot_test): Likewise.
21552         (j0_test): Likewise.
21553         (j1_test): Likewise.
21554         (jn_test): Likewise.
21555         (lgamma_test): Likewise.
21556         (log_test): Likewise.
21557         (log10_test): Likewise.
21558         (log1p_test): Likewise.
21559         (log2_test): Likewise.
21560         (logb_test_downward): Likewise.
21561         (pow_test): Likewise.
21562         (pow_test_tonearest): Likewise.
21563         (pow_test_towardzero): Likewise.
21564         (pow_test_downward): Likewise.
21565         (pow_test_upward): Likewise.
21566         (remainder_test): Likewise.
21567         (remquo_test): Likewise.
21568         (sin_test): Likewise.
21569         (sin_test_tonearest): Likewise.
21570         (sin_test_towardzero): Likewise.
21571         (sin_test_downward): Likewise.
21572         (sin_test_upward): Likewise.
21573         (sincos_test): Likewise.
21574         (sinh_test): Likewise.
21575         (sinh_test_tonearest): Likewise.
21576         (sinh_test_towardzero): Likewise.
21577         (sinh_test_downward): Likewise.
21578         (sinh_test_upward): Likewise.
21579         (sqrt_test): Likewise.
21580         (tan_test): Likewise.
21581         (tan_test_tonearest): Likewise.
21582         (tan_test_towardzero): Likewise.
21583         (tan_test_downward): Likewise.
21584         (tan_test_upward): Likewise.
21585         (tanh_test): Likewise.
21586         (tgamma_test): Likewise.
21587         (y0_test): Likewise.
21588         (y1_test): Likewise.
21589         (yn_test): Likewise.
21591         * math/gen-libm-test.pl (adjust_arg): Remove function.
21592         (special_function): Remove argument $in_func.  Only handle
21593         generating output for tables of tests, not inside functions.
21594         (parse_args): Likewise.
21595         (generate_testfile): Remove variable $in_func.  Update call to
21596         parse_args.
21597         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21598         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21599         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21600         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21601         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21602         (MAX_VALUE_INIT): Rename macro to max_value.
21603         (MIN_VALUE_INIT): Rename macro to min_value.
21604         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21605         (plus_zero): Remove variable.
21606         (minus_zero): Likewise.
21607         (plus_infty): Likewise.
21608         (minus_infty): Likewise.
21609         (qnan_value): Likewise.
21610         (max_value): Likewise.
21611         (min_value): Likewise.
21612         (min_subnorm_value): Likewise.
21614 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21616         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21617         uint64_t or uint32_t usage.
21618         * crypt/sha256-block.c: Likewise.
21619         * crypt/sha256-crypt.c: Likewise.
21620         * crypt/sha256.c: Likewise.
21621         * crypt/sha512-block.c: Likewise.
21622         * crypt/sha512-crypt.c: Likewise.
21623         * crypt/sha512.c: Likewise.
21624         * debug/backtrace-tst.c: Likewise.
21625         * debug/pcprofiledump.c: Likewise.
21626         * elf/cache.c: Likewise.
21627         * elf/dl-cache.c: Likewise.
21628         * elf/dl-misc.c: Likewise.
21629         * elf/dl-profile.c: Likewise.
21630         * elf/dl-support.c: Likewise.
21631         * elf/ldconfig.c: Likewise.
21632         * elf/sprof.c: Likewise.
21633         * iconv/dummy-repertoire.c: Likewise.
21634         * iconv/iconv_charmap.c: Likewise.
21635         * iconv/skeleton.c: Likewise.
21636         * iconvdata/8bit-generic.c: Likewise.
21637         * iconvdata/cp737.h: Likewise.
21638         * iconvdata/cp775.h: Likewise.
21639         * iconvdata/ibm1008.h: Likewise.
21640         * iconvdata/ibm1025.h: Likewise.
21641         * iconvdata/ibm1046.h: Likewise.
21642         * iconvdata/ibm1097.h: Likewise.
21643         * iconvdata/ibm1112.h: Likewise.
21644         * iconvdata/ibm1122.h: Likewise.
21645         * iconvdata/ibm1123.h: Likewise.
21646         * iconvdata/ibm1124.h: Likewise.
21647         * iconvdata/ibm1129.h: Likewise.
21648         * iconvdata/ibm1130.h: Likewise.
21649         * iconvdata/ibm1132.h: Likewise.
21650         * iconvdata/ibm1133.h: Likewise.
21651         * iconvdata/ibm1137.h: Likewise.
21652         * iconvdata/ibm1140.h: Likewise.
21653         * iconvdata/ibm1141.h: Likewise.
21654         * iconvdata/ibm1142.h: Likewise.
21655         * iconvdata/ibm1143.h: Likewise.
21656         * iconvdata/ibm1144.h: Likewise.
21657         * iconvdata/ibm1145.h: Likewise.
21658         * iconvdata/ibm1146.h: Likewise.
21659         * iconvdata/ibm1147.h: Likewise.
21660         * iconvdata/ibm1148.h: Likewise.
21661         * iconvdata/ibm1149.h: Likewise.
21662         * iconvdata/ibm1153.h: Likewise.
21663         * iconvdata/ibm1154.h: Likewise.
21664         * iconvdata/ibm1155.h: Likewise.
21665         * iconvdata/ibm1156.h: Likewise.
21666         * iconvdata/ibm1157.h: Likewise.
21667         * iconvdata/ibm1158.h: Likewise.
21668         * iconvdata/ibm1160.h: Likewise.
21669         * iconvdata/ibm1161.h: Likewise.
21670         * iconvdata/ibm1162.h: Likewise.
21671         * iconvdata/ibm1163.h: Likewise.
21672         * iconvdata/ibm1164.h: Likewise.
21673         * iconvdata/ibm1166.h: Likewise.
21674         * iconvdata/ibm1167.h: Likewise.
21675         * iconvdata/ibm12712.h: Likewise.
21676         * iconvdata/ibm1390.h: Likewise.
21677         * iconvdata/ibm1399.h: Likewise.
21678         * iconvdata/ibm16804.h: Likewise.
21679         * iconvdata/ibm4517.h: Likewise.
21680         * iconvdata/ibm4899.h: Likewise.
21681         * iconvdata/ibm4909.h: Likewise.
21682         * iconvdata/ibm4971.h: Likewise.
21683         * iconvdata/ibm5347.h: Likewise.
21684         * iconvdata/ibm803.h: Likewise.
21685         * iconvdata/ibm856.h: Likewise.
21686         * iconvdata/ibm901.h: Likewise.
21687         * iconvdata/ibm902.h: Likewise.
21688         * iconvdata/ibm9030.h: Likewise.
21689         * iconvdata/ibm9066.h: Likewise.
21690         * iconvdata/ibm921.h: Likewise.
21691         * iconvdata/ibm922.h: Likewise.
21692         * iconvdata/ibm9448.h: Likewise.
21693         * iconvdata/isiri-3342.h: Likewise.
21694         * iconvdata/jis0201.h: Likewise.
21695         * include/link.h: Likewise.
21696         * include/netdb.h: Likewise.
21697         * inet/check_native.c: Likewise.
21698         * inet/check_pf.c: Likewise.
21699         * inet/getipv4sourcefilter.c: Likewise.
21700         * inet/getnameinfo.c: Likewise.
21701         * inet/getsourcefilter.c: Likewise.
21702         * inet/htonl.c: Likewise.
21703         * inet/setipv4sourcefilter.c: Likewise.
21704         * inet/setsourcefilter.c: Likewise.
21705         * inet/test-inet6_opt.c: Likewise.
21706         * inet/tst-network.c: Likewise.
21707         * locale/C-collate.c: Likewise.
21708         * locale/C-ctype.c: Likewise.
21709         * locale/C-time.c: Likewise.
21710         * locale/C-translit.h: Likewise.
21711         * locale/loadarchive.c: Likewise.
21712         * locale/programs/3level.h: Likewise.
21713         * locale/programs/charmap.c: Likewise.
21714         * locale/programs/charmap.h: Likewise.
21715         * locale/programs/ld-address.c: Likewise.
21716         * locale/programs/ld-collate.c: Likewise.
21717         * locale/programs/ld-ctype.c: Likewise.
21718         * locale/programs/ld-identification.c: Likewise.
21719         * locale/programs/ld-measurement.c: Likewise.
21720         * locale/programs/ld-messages.c: Likewise.
21721         * locale/programs/ld-monetary.c: Likewise.
21722         * locale/programs/ld-name.c: Likewise.
21723         * locale/programs/ld-numeric.c: Likewise.
21724         * locale/programs/ld-paper.c: Likewise.
21725         * locale/programs/ld-telephone.c: Likewise.
21726         * locale/programs/ld-time.c: Likewise.
21727         * locale/programs/linereader.c: Likewise.
21728         * locale/programs/locale.c: Likewise.
21729         * locale/programs/locarchive.c: Likewise.
21730         * locale/programs/locfile.h: Likewise.
21731         * locale/programs/repertoire.c: Likewise.
21732         * locale/programs/simple-hash.c: Likewise.
21733         * locale/programs/simple-hash.h: Likewise.
21734         * malloc/memusage.c: Likewise.
21735         * malloc/memusagestat.c: Likewise.
21736         * nis/nis_defaults.c: Likewise.
21737         * nis/nis_hash.c: Likewise.
21738         * nis/nis_print.c: Likewise.
21739         * nis/nis_xdr.c: Likewise.
21740         * nscd/connections.c: Likewise.
21741         * nscd/hstcache.c: Likewise.
21742         * nscd/nscd_gethst_r.c: Likewise.
21743         * nscd/nscd_getserv_r.c: Likewise.
21744         * nscd/nscd_helper.c: Likewise.
21745         * nscd/servicescache.c: Likewise.
21746         * nss/makedb.c: Likewise.
21747         * nss/nss_db/db-XXX.c: Likewise.
21748         * nss/nss_db/db-initgroups.c: Likewise.
21749         * nss/nss_db/db-netgrp.c: Likewise.
21750         * nss/nss_files/files-network.c: Likewise.
21751         * nss/nss_files/files-parse.c: Likewise.
21752         * posix/bug-regex5.c: Likewise.
21753         * posix/fnmatch_loop.c: Likewise.
21754         * posix/regcomp.c: Likewise.
21755         * posix/regexec.c: Likewise.
21756         * posix/tst-rfc3484-2.c: Likewise.
21757         * posix/tst-rfc3484-3.c: Likewise.
21758         * posix/tst-rfc3484.c: Likewise.
21759         * resolv/nss_dns/dns-canon.c: Likewise.
21760         * resolv/nss_dns/dns-network.c: Likewise.
21761         * resolv/res_init.c: Likewise.
21762         * resolv/res_mkquery.c: Likewise.
21763         * resolv/tst-aton.c: Likewise.
21764         * stdlib/cxa_atexit.c: Likewise.
21765         * stdlib/cxa_finalize.c: Likewise.
21766         * stdlib/gen-fpioconst.c: Likewise.
21767         * stdlib/strtol_l.c: Likewise.
21768         * string/tst-endian.c: Likewise.
21769         * sunrpc/auth_des.c: Likewise.
21770         * sunrpc/clnt_udp.c: Likewise.
21771         * sunrpc/rtime.c: Likewise.
21772         * sunrpc/svcauth_des.c: Likewise.
21773         * sunrpc/xdr.c: Likewise.
21774         * sunrpc/xdr_intXX_t.c: Likewise.
21775         * sunrpc/xdr_rec.c: Likewise.
21776         * sysdeps/generic/ldconfig.h: Likewise.
21777         * sysdeps/generic/ldsodefs.h: Likewise.
21778         * sysdeps/generic/memusage.h: Likewise.
21779         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21780         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21781         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21782         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21783         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21784         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21785         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21786         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21787         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21788         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21789         * sysdeps/posix/getaddrinfo.c: Likewise.
21790         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21791         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21792         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21793         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21794         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21795         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21796         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21797         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21798         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21799         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21800         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21801         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21802         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21803         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21804         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21805         * sysdeps/x86_64/dl-tls.h: Likewise.
21806         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21807         * time/alt_digit.c: Likewise.
21808         * time/era.c: Likewise.
21809         * wcsmbs/tst-c16c32-1.c: Likewise.
21811 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21813         * math/libm-test.inc (struct test_sincos_data): New type.
21814         (RUN_TEST_LOOP_sincos): New macro.
21815         (sincos_test_data): New variable.
21816         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21818 2013-05-16  Richard Henderson  <rth@redhat.com>
21820         * math/atest-exp2.c (LIMB64): New macro.
21821         (CONSTSZ): New macro.
21822         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21823         (hexdig): Move ...
21824         (print_mpn_fp): ... to function scope.
21825         (read_mpn_hex): Remove.
21826         (get_log2): Remove.
21827         (exp2_mpn): Use mp_log2.
21828         (main): Use mp_exp1.
21830 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21832         * math/libm-test.inc: Remove comment about not testing "inexact"
21833         exceptions.
21834         (INEXACT_EXCEPTION): New macro.
21835         (NO_INEXACT_EXCEPTION): Likewise.
21836         (INVALID_EXCEPTION_OK): Update value.
21837         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21838         (OVERFLOW_EXCEPTION_OK): Likewise.
21839         (UNDERFLOW_EXCEPTION_OK): Likewise.
21840         (IGNORE_ZERO_INF_SIGN): Likewise.
21841         (ERRNO_UNCHANGED): Likewise.
21842         (ERRNO_EDOM): Likewise.
21843         (ERRNO_ERANGE): Likewise.
21844         (test_exceptions): Handle testing "inexact" exceptions.
21845         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21846         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21847         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21848         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21849         INEXACT_EXCEPTION.
21850         (rint_towardzero_test_data): Likewise.
21851         (rint_downward_test_data): Likewise.
21852         (rint_upward_test_data): Likewise.
21854         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21855         with OVERFLOW_EXCEPTION.
21856         (exp10_test_data): Likewise.
21857         (exp2_test_data): Likewise.
21858         (expm1_test_data): Likewise.
21859         (lgamma_test_data): Likewise.
21860         (pow_test_data): Likewise.
21861         (tgamma_test_data): Likewise.
21862         (yn_test_data): Remove duplicate test of overflow.
21864         * math/libm-test.inc (struct test_cc_c_data): New type.
21865         (RUN_TEST_LOOP_cc_c): New macro.
21866         (cpow_test_data): New variable.
21867         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21869         * math/libm-test.inc (struct test_f_L_data): New type.
21870         (RUN_TEST_LOOP_f_L): New macro.
21871         (llrint_test_data): New variable.
21872         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21873         (llrint_tonearest_test_data): New variable.
21874         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21875         (llrint_towardzero_test_data): New variable.
21876         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21877         (llrint_downward_test_data): New variable.
21878         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21879         (llrint_upward_test_data): New variable.
21880         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21881         (llround_test_data): New variable.
21882         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21884 2013-05-13  Peter Collingbourne  <pcc@google.com>
21886         * math/atest-exp2.c (get_log2): Remove const attribute.
21888 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21890         * math/libm-test.inc (struct test_f_l_data): New type.
21891         (RUN_TEST_LOOP_f_l): New macro.
21892         (lrint_test_data): New variable.
21893         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21894         (lrint_tonearest_test_data): New variable.
21895         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21896         (lrint_towardzero_test_data): New variable.
21897         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21898         (lrint_downward_test_data): New variable.
21899         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21900         (lrint_upward_test_data): New variable.
21901         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21902         (lround_test_data): New variable.
21903         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21905 2013-05-15  Peter Collingbourne  <pcc@google.com>
21907         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21908         (EXTRACT_WORDS64) Use where appropriate.
21909         (INSERT_WORDS64) Likewise.
21911         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21912         constraints with x constraints.
21913         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21915         * malloc/obstack.c (_obstack_compat): Add initializer.
21917 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21919         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21920         si_trapno and add si_addr_lsb to _sifields.sigfault.
21921         (si_trapno): Remove macro.
21922         (si_addr_lsb): Define new macro.
21923         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21925 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21927         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21928         instead of TEST_f_l.
21929         (llrint_test_tonearest): Likewise.
21930         (llrint_test_towardzero): Likewise.
21931         (llrint_test_downward): Likewise.
21932         (llrint_test_upward): Likewise.
21933         (llround_test): Likewise.
21935         * math/libm-test.inc (struct test_f_i_data): Add comment.
21936         (RUN_TEST_LOOP_f_b): New macro.
21937         (RUN_TEST_LOOP_f_b_tg): Likewise.
21938         (finite_test_data): New variable.
21939         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21940         (isfinite_test_data): New variable.
21941         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21942         (isinf_test_data): New variable.
21943         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21944         (isnan_test_data): New variable.
21945         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21946         (isnormal_test_data): New variable.
21947         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21948         (issignaling_test_data): New variable.
21949         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21950         (signbit_test_data): New variable.
21951         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21953         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21954         with INVALID_EXCEPTION.
21955         (acosh_test_data): Likewise.
21956         (asin_test_data): Likewise.
21957         (atanh_test_data): Likewise.
21958         (fmod_test_data): Likewise.
21959         (log_test_data): Likewise.
21960         (log10_test_data): Likewise.
21961         (log2_test_data): Likewise.
21962         (pow_test_data): Likewise.
21963         (sqrt_test_data): Likewise.
21964         (y0_test_data): Likewise.
21965         (y1_test_data): Likewise.
21966         (yn_test_data): Likewise.
21968         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21969         function contents.
21971         * math/libm-test.inc (struct test_ff_i_data): New type.
21972         (RUN_TEST_LOOP_ff_i_tg): New macro.
21973         (isgreater_test_data): New variable.
21974         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21975         (isgreaterequal_test_data): New variable.
21976         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21977         (isless_test_data): New variable.
21978         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21979         (islessequal_test_data): New variable.
21980         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21981         (islessgreater_test_data): New variable.
21982         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21983         (isunordered_test_data): New variable.
21984         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21986 2013-05-14  David S. Miller  <davem@davemloft.net>
21988         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21990 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21992         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21994         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21995         extra_test to int.
21996         (struct test_f_i_data): Change type of max_ulp to int.
21998         * math/libm-test.inc (test_ffI_f1_data): New type.
21999         (RUN_TEST_LOOP_ffI_f1): New macro.
22000         (remquo_test_data): New variable.
22001         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22003         * setjmp/tst-setjmp-fp.c: New file.
22004         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22005         (link-libm): New variable.
22006         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22008         * math/libm-test.inc (struct test_f_i_data): New type.
22009         (RUN_TEST_LOOP_f_i): New macro.
22010         (RUN_TEST_LOOP_f_i_tg): Likewise.
22011         (fpclassify_test_data): New variable.
22012         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22013         (ilogb_test_data): New variable.
22014         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22016         * math/libm-test.inc (scalbln_test): Correct function name in END
22017         call.
22019         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22020         (RUN_TEST_LOOP_fI_f1): New macro.
22021         (frexp_test_data): New variable.
22022         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22024         * math/libm-test.inc (struct test_fF_f1_data): New type.
22025         (RUN_TEST_LOOP_fF_f1): New macro.
22026         (modf_test_data): New variable.
22027         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22029         * math/libm-test.inc (struct test_f_f1_data): New type.
22030         (RUN_TEST_LOOP_f_f1): New macro.
22031         (gamma_test_data): New variable.
22032         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22033         (lgamma_test_data): New variable.
22034         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22036 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22038         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22039         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22040         (main): Comment "tls" pseudo-hwcap.
22042 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22044         * math/libm-test.inc (struct test_fl_f_data): New type.
22045         (RUN_TEST_LOOP_fl_f): New variable.
22046         (scalbln_test_data): New variable.
22047         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22049         * math/libm-test.inc (struct test_fi_f_data): New type.
22050         (RUN_TEST_LOOP_fi_f): New macro.
22051         (ldexp_test_data): New variable.
22052         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22053         (scalbn_test_data): New variable.
22054         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22056         * math/libm-test.inc (struct test_c_f_data): New type.
22057         (RUN_TEST_LOOP_c_f): New macro.
22058         (cabs_test_data): New variable.
22059         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22060         (carg_test_data): New variable.
22061         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22062         (cimag_test_data): New variable.
22063         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22064         (creal_test_data): New variable.
22065         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22067         * math/libm-test.inc (struct test_if_f_data): New type.
22068         (RUN_TEST_LOOP_if_f): New macro.
22069         (jn_test_data): New variable.
22070         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22071         (yn_test_data): New variable.
22072         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22074         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22076 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22078         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22079         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22081 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22083         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22084         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22085         (bench-deps): Add bench-timing.h.
22086         * benchtests-bench-skeleton.c: Include bench-timing.h.
22087         (main): Use TIMING_* macros instead of clock_gettime.
22088         * benchtests/bench-timing.h: New file.
22090         [BZ #14582]
22091         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22092         Renamed from _LIB_VERSION.
22093         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22095 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22097         * math/libm-test.inc (struct test_fff_f_data): New type.
22098         (RUN_TEST_LOOP_fff_f): New macro.
22099         (fma_test_data): New variable.
22100         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22101         (fma_towardzero_test_data): New variable.
22102         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22103         (fma_downward_test_data): New variable.
22104         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22105         (fma_upward_test_data): New variable.
22106         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22108         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22109         (struct test_c_c_data): New type.
22110         (RUN_TEST_LOOP_c_c): New macro.
22111         (cacos_test_data): New variable.
22112         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22113         (cacosh_test_data): New variable.
22114         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22115         (casin_test_data): New variable.
22116         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22117         (casinh_test_data): New variable.
22118         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22119         (catan_test_data): New variable.
22120         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22121         (catanh_test_data): New variable.
22122         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22123         (ccos_test_data): New variable.
22124         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22125         (ccosh_test_data): New variable.
22126         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22127         (cexp_test_data): New variable.
22128         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22129         (clog_test_data): New variable.
22130         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22131         (clog10_test_data): New variable.
22132         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22133         (conj_test_data): New variable.
22134         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22135         (cproj_test_data): New variable.
22136         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22137         (csin_test_data): New variable.
22138         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22139         (csinh_test_data): New variable.
22140         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22141         (csqrt_test_data): New variable.
22142         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22143         (ctan_test_data): New variable.
22144         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22145         (ctan_tonearest_test_data): New variable.
22146         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22147         (ctan_towardzero_test_data): New variable.
22148         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22149         (ctan_downward_test_data): New variable.
22150         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22151         (ctan_upward_test_data): New variable.
22152         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22153         (ctanh_test_data): New variable.
22154         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22155         (ctanh_tonearest_test_data): New variable.
22156         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22157         (ctanh_towardzero_test_data): New variable.
22158         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22159         (ctanh_downward_test_data): New variable.
22160         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22161         (ctanh_upward_test_data): New variable.
22162         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22163         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22164         of BUILD_COMPLEX.
22166         * math/libm-test.inc (struct test_ff_f_data): New type.
22167         (struct test_ff_f_data_nexttoward): Likewise.
22168         (RUN_TEST_LOOP_2_f): New macro.
22169         (RUN_TEST_LOOP_ff_f): Likewise.
22170         (atan2_test_data): New variable.
22171         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22172         (copysign_test_data): New variable.
22173         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22174         (fdim_test_data): New variable.
22175         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22176         (fmax_test_data): New variable.
22177         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22178         (fmin_test_data): New variable.
22179         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22180         (fmod_test_data): New variable.
22181         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22182         (hypot_test_data): New variable.
22183         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22184         (nextafter_test_data): New variable.
22185         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22186         (nexttoward_test_data): New variable.
22187         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22188         (pow_test_data): New variable.
22189         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22190         (pow_tonearest_test_data): New variable.
22191         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22192         (pow_towardzero_test_data): New variable.
22193         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22194         (pow_downward_test_data): New variable.
22195         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22196         (pow_upward_test_data): New variable.
22197         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22198         (remainder_test_data): New variable.
22199         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22200         (scalb_test_data): New variable.
22201         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22202         * sysdeps/i386/fpu/libm-test-ulps: Update.
22204 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22206         * math/libm-test.inc (fma_test): Use max_value instead of local
22207         variable fltmax.
22208         (nextafter_test): Likewise.
22210         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22211         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22212         (acos_downward_test_data): New variable.
22213         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22214         (acos_upward_test_data): New variable.
22215         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22216         (acosh_test_data): New variable.
22217         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22218         (asin_test_data): New variable.
22219         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22220         (asin_tonearest_test_data): New variable.
22221         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22222         (asin_towardzero_test_data): New variable.
22223         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22224         (asin_downward_test_data): New variable.
22225         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22226         (asin_upward_test_data): New variable.
22227         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22228         (asinh_test_data): New variable.
22229         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22230         (atan_test_data): New variable.
22231         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22232         (atanh_test_data): New variable.
22233         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22234         (cbrt_test_data): New variable.
22235         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22236         (ceil_test_data): New variable.
22237         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22238         (cos_test_data): New variable.
22239         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22240         (cos_tonearest_test_data): New variable.
22241         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22242         (cos_towardzero_test_data): New variable.
22243         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22244         (cos_downward_test_data): New variable.
22245         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22246         (cos_upward_test_data): New variable.
22247         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22248         (cosh_test_data): New variable.
22249         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22250         (cosh_tonearest_test_data): New variable.
22251         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22252         (cosh_towardzero_test_data): New variable.
22253         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22254         (cosh_downward_test_data): New variable.
22255         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22256         (cosh_upward_test_data): New variable.
22257         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22258         (erf_test_data): New variable.
22259         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22260         (erfc_test_data): New variable.
22261         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22262         (exp_test_data): New variable.
22263         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22264         (exp_tonearest_test_data): New variable.
22265         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22266         (exp_towardzero_test_data): New variable.
22267         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22268         (exp_downward_test_data): New variable.
22269         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22270         (exp_upward_test_data): New variable.
22271         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22272         (exp10_test_data): New variable.
22273         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22274         (exp2_test_data): New variable.
22275         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22276         (expm1_test_data): New variable.
22277         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22278         (fabs_test_data): New variable.
22279         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22280         (floor_test_data): New variable.
22281         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22282         (j0_test_data): New variable.
22283         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22284         (j1_test_data): New variable.
22285         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22286         (log_test_data): New variable.
22287         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22288         (log10_test_data): New variable.
22289         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22290         (log1p_test_data): New variable.
22291         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22292         (log2_test_data): New variable.
22293         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22294         (logb_test_data): New variable.
22295         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22296         (logb_downward_test_data): New variable.
22297         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22298         (nearbyint_test_data): New variable.
22299         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22300         (rint_test_data): New variable.
22301         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22302         (rint_tonearest_test_data): New variable.
22303         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22304         (rint_towardzero_test_data): New variable.
22305         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22306         (rint_downward_test_data): New variable.
22307         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22308         (rint_upward_test_data): New variable.
22309         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22310         (round_test_data): New variable.
22311         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22312         (sin_test_data): New variable.
22313         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22314         (sin_tonearest_test_data): New variable.
22315         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22316         (sin_towardzero_test_data): New variable.
22317         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22318         (sin_downward_test_data): New variable.
22319         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22320         (sin_upward_test_data): New variable.
22321         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22322         (sinh_test_data): New variable.
22323         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22324         (sinh_tonearest_test_data): New variable.
22325         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22326         (sinh_towardzero_test_data): New variable.
22327         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22328         (sinh_downward_test_data): New variable.
22329         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22330         (sinh_upward_test_data): New variable.
22331         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22332         (sqrt_test_data): New variable.
22333         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22334         (tan_test_data): New variable.
22335         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22336         (tan_tonearest_test_data): New variable.
22337         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22338         (tan_towardzero_test_data): New variable.
22339         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22340         (tan_downward_test_data): New variable.
22341         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22342         (tan_upward_test_data): New variable.
22343         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22344         (tanh_test_data): New variable.
22345         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22346         (tgamma_test_data): New variable.
22347         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22348         (trunc_test_data): New variable.
22349         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22350         (y0_test_data): New variable.
22351         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22352         (y1_test_data): New variable.
22353         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22354         (significand_test_data): New variable.
22355         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22357 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22359         [BZ #12387]
22360         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22362 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22364         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22366 2013-05-10  Andreas Jaeger  <aj@suse.de>
22368         [BZ #15448]
22369         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22370         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22372 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22374         * math/gen-libm-test.pl (adjust_arg): New function.
22375         (special_functions): Handle generating output in both functions
22376         and arrays.
22377         (parse_args): Likewise.
22378         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22379         $in_func argument to parse_args.
22380         * math/libm-test.inc (struct test_f_f_data): New type.
22381         (IF_ROUND_INIT_): New macro.
22382         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22383         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22384         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22385         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22386         (ROUND_RESTORE_): Likewise.
22387         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22388         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22389         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22390         (ROUND_RESTORE_FE_UPWARD): Likewise.
22391         (RUN_TEST_LOOP_f_f): New macro.
22392         (acos_test_data): New variable.
22393         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22394         (acos_tonearest_test_data): New variable.
22395         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22397 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22399         * benchtests/bench-skeleton.c (startup): Fix coding style.
22401 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22403         [BZ #6809]
22404         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22405         negative infinity argument.
22406         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22407         negative infinity argument.
22408         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22409         negative infinity argument.
22410         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22411         domain errors.
22413 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22415         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22416         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22417         * iconv/iconv_prog.c (main): Likewise.
22418         * locale/programs/charmap-dir.c (charmap_readdir)
22419         (fopen_uncompressed): Likewise.
22420         * locale/programs/locfile.c (siblings_uncached)
22421         (write_locale_data): Use lstat64 instead of lstat.
22422         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22423         stat.
22425 2013-05-10  Andreas Jaeger  <aj@suse.de>
22427         [BZ #15395]
22428         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22429         localization.
22430         Include <locale.h>.
22432 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22434         * elf/dl-close.c (_dl_close_worker): Add comments.
22436 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22438         [BZ #15359]
22439         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22440         high part of pi/2.
22441         (__ieee754_rem_pio2l): Update comments.
22443         [BZ #15429]
22444         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22445         high part of pi/2.
22446         (__ieee754_rem_pio2l): Update comments.
22448         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22449         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22451         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22452         M_PI_4l.
22454         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22455         (M_PI_34_LOG10El): Likewise.
22456         (M_PI2_LOG10El): Likewise.
22457         (M_PI4_LOG10El): Likewise.
22458         (M_PI_LOG10El): Likewise.
22460 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22462         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22464 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22466         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22467         (MINUS_ZERO_INIT): Likewise.
22468         (PLUS_INFTY_INIT): Likewise.
22469         (MINUS_INFTY_INIT): Likewise.
22470         (QNAN_VALUE_INIT): Likewise.
22471         (MAX_VALUE_INIT): Likewise.
22472         (MIN_VALUE_INIT): Likewise.
22473         (MIN_SUBNORM_VALUE_INIT): Likewise.
22474         (plus_zero): Initialize with PLUS_ZERO_INIT.
22475         (minus_zero): Initialize with MINUS_ZERO_INIT.
22476         (plus_infty): Initialize with PLUS_INFTY_INIT.
22477         (minus_infty): Initialize with MINUS_INFTY_INIT.
22478         (qnan_value): Initialize with QNAN_VALUE_INIT.
22479         (max_value): Initialize with MAX_VALUE_INIT.
22480         (min_value): Initialize with MIN_VALUE_INIT.
22481         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22483         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22484         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22485         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22486         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22488         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22489         (RUN_TEST_2_f): Likewise.
22490         (RUN_TEST_ff_f): Likewise.
22491         (RUN_TEST_fi_f): Likewise.
22492         (RUN_TEST_fl_f): Likewise.
22493         (RUN_TEST_fff_f): Likewise.
22494         (RUN_TEST_c_f): Likewise.
22495         (RUN_TEST_f_f1): Likewise.
22496         (RUN_TEST_fF_f1): Likewise.
22497         (RUN_TEST_fI_f1): Likewise.
22498         (RUN_TEST_ffI_f1): Likewise.
22499         (RUN_TEST_c_c): Likewise.
22500         (RUN_TEST_cc_c): Likewise.
22501         (RUN_TEST_f_i): Likewise.
22502         (RUN_TEST_f_i_tg): Likewise.
22503         (RUN_TEST_ff_i_tg): Likewise.
22504         (RUN_TEST_f_b): Likewise.
22505         (RUN_TEST_f_b_tg): Likewise.
22506         (RUN_TEST_f_l): Likewise.
22507         (RUN_TEST_f_L): Likewise.
22508         (RUN_TEST_sincos): Likewise.
22509         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22510         whether to show exceptions.  Do not include ");\n" in return
22511         value.
22512         (special_functions): Output call to RUN_TEST_sincos instead of
22513         check_float calls.  Update calls to new_test.
22514         (parse_args): Output call to single RUN_TEST_* macro instead of
22515         check_* calls and other assignments.  Update calls to new_test.
22517         [BZ #2546]
22518         [BZ #2560]
22519         [BZ #5159]
22520         [BZ #15426]
22521         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22522         input to result for tgamma overflow.
22523         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22524         (gamma_coeff): New variable.
22525         (NCOEFF): New macro.
22526         (gamma_positive): New function.
22527         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22528         underflow here.  Use gamma_positive instead of exp (lgamma) for
22529         other arguments.
22530         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22531         (gamma_coeff): New variable.
22532         (NCOEFF): New macro.
22533         (gammaf_positive): New function.
22534         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22535         underflow here.  Use gamma_positive instead of exp (lgamma) for
22536         other arguments.
22537         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22538         (gamma_coeff): New variable.
22539         (NCOEFF): New macro.
22540         (gammal_positive): New function.
22541         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22542         underflow here.  Use gamma_positive instead of exp (lgamma) for
22543         other arguments.
22544         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22545         (gamma_coeff): New variable.
22546         (NCOEFF): New macro.
22547         (gammal_positive): New function.
22548         (__ieee754_gammal_r): Handle positive infinity, overflow and
22549         underflow here.  Handle NaN the same as positive infinity.  Remove
22550         check x < 0xffffffff for negative integers.  Use gamma_positive
22551         instead of exp (lgamma) for other arguments.
22552         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22553         (gamma_coeff): New variable.
22554         (NCOEFF): New macro.
22555         (gammal_positive): New function.
22556         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22557         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22558         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22559         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22560         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22561         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22562         * sysdeps/generic/math_private.h (__gamma_productf): New
22563         prototype.
22564         (__gamma_product): Likewise.
22565         (__gamma_productl): Likewise.
22566         * math/Makefile (libm-calls): Add gamma_product.
22567         * math/libm-test.inc (tgamma_test): Add more tests.
22568         * sysdeps/i386/fpu/libm-test-ulps: Update.
22569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22571 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22573         * benchtests/bench-skeleton.c (main): Preheat CPU.
22575 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22577         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22579 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22581         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22582         and _dl_skip_args_internal.
22584 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22586         * manual/message.texi (Message Translation): Talk about users.
22587         Message to key mapping impacts design.
22589 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22591         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22593         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22595         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22596         * sysdeps/wordsize-64/glob64.c: ... here.
22598         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22599         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22600         New macros.
22602         * debug/getlogin_r_chk.c: Moved to ...
22603         * login/getlogin_r_chk.c: ... here.
22604         * debug/Makefile (routines): Move getlogin_r_chk to ...
22605         * login/Makefile (routines): ... here.
22606         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22607         * login/Versions (libc: GLIBC_2.4): ... here.
22609         * io/poll.c (__poll): Renamed from poll.
22610         Add libc_hidden_def.
22611         (poll): Define as weak alias.
22613         * debug/ptsname_r_chk.c: Moved to ...
22614         * login/ptsname_r_chk.c: ... here.
22615         * debug/Makefile (routines): Move ptsname_r_chk to ...
22616         * login/Makefile (routines): ... here.
22617         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22618         * login/Versions (libc: GLIBC_2.4): ... here.
22620         * posix/getlogin.c: Moved to ...
22621         * login/getlogin.c: ... here.
22622         * posix/getlogin_r.c: Moved to ...
22623         * login/getlogin_r.c: ... here.
22624         * posix/getlogin_r.c: Moved to ...
22625         * login/getlogin_r.c: ... here.
22626         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22627         * login/Makefile (routines): ... here.
22628         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22629         * login/Versions (libc: GLIBC_2.0): ... here.
22631         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22632         (setrlimit): Define as weak alias.
22634         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22635         Call __ names for open, ftruncate, and close.
22636         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22637         (truncate): Define as weak alias.
22639 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22641         * math/gen-libm-test.pl (parse_args): Initialize x before each
22642         test of frexp, modf and remquo.
22644         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22645         test signgam value.
22647 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22649         [BZ #15418]
22650         [BZ #15419]
22651         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22652         internal tests.
22653         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22655 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22657         * elf/dl-writev.h: New file.
22658         * elf/dl-misc.c: Include it.
22659         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22660         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22662 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22664         * math/libm-test.inc (noXFails): Remove variable.
22665         (noXPasses): Likewise.
22666         (BUILD_COMPLEX_INT): Remove macro.
22667         (print_screen): Remove xfail argument.
22668         (print_screen_max_error): Likewise.
22669         (update_stats): Likewise.
22670         (print_max_error): Likewise.  Update calls to other affected
22671         functions.
22672         (print_complex_max_error): Likewise.
22673         (test_single_exception): Update calls to print_screen.
22674         (test_single_errno): Likewise.
22675         (check_float_internal): Remove xfail argument.  Update calls to
22676         other affected functions.
22677         (check_float): Likewise.
22678         (check_complex): Likewise.
22679         (check_int): Likewise.
22680         (check_long): Likewise.
22681         (check_bool): Likewise.
22682         (check_longlong): Likewise.
22683         (main): Don't print noXFails and noXPasses.
22684         * math/gen-libm-test.pl (top level): Don't mention expected
22685         failure handling in comment.
22686         (new_test): Don't handle expected failures.
22687         (parse_args): Don't mention expected failure handling in comment.
22688         (generate_testfile): Don't handle expected failures.
22689         (parse_ulps): Likewise.
22690         (print_ulps_file): Likewise.
22691         (get_failure): Remove function.
22692         (output_test): Don't handle expected failures.
22693         * make/README.libm-test: Don't mention expected failure handling.
22695         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22696         (minus_zero): Likewise.
22697         (plus_infty): Likewise.
22698         (minus_infty): Likewise.
22699         (qnan_value): Likewise.
22700         (max_value): Likewise.
22701         (min_value): Likewise.
22702         (min_subnorm_value): Likewise.
22703         (initialize): Do not initialize those variables dynamically.
22705 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22707         * io/open.c (__open_2): Moved to ...
22708         * io/open_2.c: ... this new file.
22709         * io/open64.c (__open64_2): Moved to ...
22710         * io/open64_2.c: ... this new file.
22711         * io/openat.c (__openat_2): Moved to ...
22712         * io/openat_2.c: ... this new file.
22713         * io/openat64.c (__openat64_2): Moved to ...
22714         * io/openat64_2.c: ... this new file.
22715         * io/Makefile (routines): Add them.
22716         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22717         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22718         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22719         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22720         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22721         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22722         (__openat64): Add hidden_ver.
22723         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22724         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22726         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22727         Separately conditionalize setting of GLRO(dl_sysinfo) so
22728         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22729         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22731 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22733         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22734         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22735         definition.
22736         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22737         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22738         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22739         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22740         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22742 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22744         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22745         test signgam value.
22747         * math/libm-test.inc (hypot_test): Do not use
22748         IGNORE_ZERO_INF_SIGN.
22750 2013-05-03  Andreas Jaeger  <aj@suse.de>
22752         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22753         Linux 3.9.
22754         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22755         (PF_MAX): Adjust for VSOCK change.
22757 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22759         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22761 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22763         [BZ #15264]
22764         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22765         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22766         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22768 2013-05-02  David S. Miller  <davem@davemloft.net>
22770         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22772 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22774         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22776 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22778         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22780 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22782         [BZ #14952]
22783         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22784         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22785         Use __attribute__ ((__gnu_inline__)).
22786         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22787         Don't use __attribute__ ((__gnu_inline__)).
22789 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22791         [BZ #15423]
22792         * math/s_catan.c (__catan): Handle small real or imaginary part of
22793         input specially to avoid spurious underflow.
22794         * math/s_catanf.c (__catanf): Likewise.
22795         * math/s_catanh.c (__catanh): Likewise.
22796         * math/s_catanhf.c (__catanhf): Likewise.
22797         * math/s_catanhl.c (__catanhl): Likewise.
22798         * math/s_catanl.c (__catanl): Likewise.
22799         * math/libm-test.inc (catan_test): Add more tests.
22800         (catanh_test): Likewise.
22801         * sysdeps/i386/fpu/libm-test-ulps: Update.
22802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22804 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22808 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22810         [BZ #15416]
22811         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22812         accurately for denominator in atan2.
22813         * math/s_catanf.c (__catanf): Likewise.
22814         * math/s_catanh.c (__catanh): Likewise.
22815         * math/s_catanhf.c (__catanhf): Likewise.
22816         * math/s_catanhl.c (__catanhl): Likewise.
22817         * math/s_catanl.c (__catanl): Likewise.
22818         * math/libm-test.inc (catan_test): Add more tests.
22819         (catanh_test): Likewise.
22820         * sysdeps/i386/fpu/libm-test-ulps: Update.
22821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22823 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22825         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22827         * benchtests/Makefile (bench): Remove slow benchmarks.
22828         * benchtests/atan-inputs: Add slow benchmark inputs.
22829         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22830         (BENCH_FUNC): Accept variant offset.
22831         (VARIANT): Define.
22832         * benchtests/bench-skeleton.c (main): Run benchmark for each
22833         variant.
22834         * benchtests/cos-inputs: Add slow benchmark inputs.
22835         * benchtests/exp-inputs: Likewise.
22836         * benchtests/pow-inputs: Likewise.
22837         * benchtests/sin-inputs: Likewise.
22838         * benchtests/slowatan-inputs: Remove.
22839         * benchtests/slowatan.c: Remove.
22840         * benchtests/slowcos-inputs: Remove.
22841         * benchtests/slowcos.c: Remove.
22842         * benchtests/slowexp-inputs: Remove.
22843         * benchtests/slowexp.c: Remove.
22844         * benchtests/slowpow-inputs: Remove.
22845         * benchtests/slowpow.c: Remove.
22846         * benchtests/slowsin-inputs: Remove.
22847         * benchtests/slowsin.c: Remove.
22848         * benchtests/slowtan-inputs: Remove.
22849         * benchtests/slowtan.c: Remove.
22850         * benchtests/tan-inputs: Add slow benchmark inputs.
22851         * scripts/bench.pl: Parse comments and directives.
22853         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22854         in CPPFLAGS.
22855         ($(objpfx)bench-%.c): Remove *-ITER.
22856         * benchtests/bench-modf.c: Remove definition of ITER.
22857         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22858         (main): Loop for DURATION seconds instead of fixed number of
22859         iterations.
22860         * scripts/bench.pl: Don't expect iterations in parameters.
22862 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22864         * io/fchdir.c (__fchdir): Renamed from fchdir.
22865         (fchdir): Define as weak alias.
22867 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22869         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22870         (ERRNO_EDOM): Likewise.
22871         (ERRNO_ERANGE): Likewise.
22872         (noErrnoTests): New variable.
22873         (init_max_error): Set errno to 0.
22874         (test_single_errno): New function.
22875         (test_errno): Likewise.
22876         (check_float_internal): Call test_errno.  Set errno to 0.
22877         (check_complex): Refer to errno tests in comment.
22878         (check_int): Call test_errno.  Set errno to 0.
22879         (check_long): Likewise.
22880         (check_bool): Likewise.
22881         (check_longlong): Likewise.
22882         (cos_test): Use ERRNO_* flags for errno tests instead of
22883         check_int.
22884         (expm1_test): Likewise.
22885         (fmod_test): Likewise.
22886         (ilogb_test): Likewise.
22887         (lgamma_test): Likewise.
22888         (pow_test): Likewise.
22889         (remainder_test): Likewise.
22890         (sin_test): Likewise.
22891         (tan_test): Likewise.
22892         (yn_test): Likewise.
22893         (initialize): Set errno to 0.
22894         (main): Print number of errno tests.
22895         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22897 2013-04-29  Andreas Jaeger  <aj@suse.de>
22899         [BZ #15084]
22900         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22901         and RES_USEVC.
22903         [BZ #15085]
22904         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22905         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22906         unimplemented.
22908         [BZ #15380]
22909         * stdlib/random.c (__initstate): Return NULL if
22910         __initstate fails.
22912         [BZ #15086]
22913         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22914         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22915         RES_SNGLKUPREOP.
22917 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22919         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22921 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22923         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22924         of individual tests.
22925         (casin_test): Likewise.
22926         (casinh_test): Likewise.
22928 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22930         [BZ #15409]
22931         * math/s_catan.c (__catan): Handle arguments with large real or
22932         imaginary part separately without squaring.
22933         * math/s_catanf.c (__catanf): Likewise.
22934         * math/s_catanh.c (__catanh): Likewise.
22935         * math/s_catanhf.c (__catanhf): Likewise.
22936         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22937         and redefine.
22938         (__catanhl): Handle arguments with large real or imaginary part
22939         separately without squaring.
22940         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22941         and redefine.
22942         (__catanl): Handle arguments with large real or imaginary part
22943         separately without squaring.
22944         * math/libm-test.inc (catan_test): Add more tests.
22945         (catanh_test): Likewise.
22946         * sysdeps/i386/fpu/libm-test-ulps: Update.
22947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22949 2013-04-27  Andreas Jaeger  <aj@suse.de>
22951         [BZ #15007]
22952         * stdlib/stdlib.h: Update guards for qecvt.
22953         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22954         <stdlib.h>.
22956 2013-04-27  Allan McRae  <allan@archlinux.org>
22958         * sysdeps/i386/fpu/libm-test-ulps: Update.
22960 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22962         [BZ #15406]
22963         * math/s_catan.c: Include <float.h>.
22964         (__catan): Ensure underflow exception occurs for underflowed
22965         result.
22966         * math/s_catanf.c: Include <float.h>.
22967         (__catanf): Ensure underflow exception occurs for underflowed
22968         result.
22969         * math/s_catanh.c: Include <float.h>.
22970         (__catanh): Ensure underflow exception occurs for underflowed
22971         result.
22972         * math/s_catanhf.c: Include <float.h>.
22973         (__catanhf): Ensure underflow exception occurs for underflowed
22974         result.
22975         * math/s_catanhl.c: Include <float.h>.
22976         (__catanhl): Ensure underflow exception occurs for underflowed
22977         result.
22978         * math/s_catanl.c: Include <float.h>.
22979         (__catanl): Ensure underflow exception occurs for underflowed
22980         result.
22981         * math/libm-test.inc (catan_test): Add more tests.
22982         (catanh_test): Likewise.
22984         [BZ #15405]
22985         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22986         underflowed result.
22987         * math/s_ccoshf.c (__ccoshf): Likewise.
22988         * math/s_ccoshl.c (__ccoshl): Likewise.
22989         * math/s_csin.c (__csin): Likewise.
22990         * math/s_csinf.c (__csinf): Likewise.
22991         * math/s_csinh.c (__csinh): Likewise.
22992         * math/s_csinhf.c (__csinhf): Likewise.
22993         * math/s_csinhl.c (__csinhl): Likewise.
22994         * math/s_csinl.c (__csinl): Likewise.
22995         * math/libm-test.inc (ccos_test): Add more tests.
22996         (ccosh_test): Likewise.
22997         (csin_test): Likewise.
22998         (csinh_test): Likewise.
23000 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23002         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23003         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23004         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23005         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23006         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23007         powerpc/power5+/fpu folders.
23008         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23011 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23013         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23015 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23017         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23018         additions to variable.
23019         [$(config-machine) = x86_64] (modules-names): Likewise.
23020         ($(objpfx)tst-audit3): Remove dependency.
23021         ($(objpfx)tst-audit3.out): Likewise.
23022         ($(objpfx)tst-audit4): Likewise.
23023         ($(objpfx)tst-audit4.out): Likewise.
23024         ($(objpfx)tst-audit5): Likewise.
23025         ($(objpfx)tst-audit5.out): Likewise.
23026         ($(objpfx)tst-audit6): Likewise.
23027         ($(objpfx)tst-audit6.out): Likewise.
23028         ($(objpfx)tst-audit7): Likewise.
23029         ($(objpfx)tst-audit7.out): Likewise.
23030         (tst-audit3-ENV): Remove variable.
23031         (tst-audit4-ENV): Likewise.
23032         (tst-audit5-ENV): Likewise.
23033         (tst-audit6-ENV): Likewise.
23034         (tst-audit7-ENV): Likewise.
23035         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23036         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23037         addition to variable.
23038         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23039         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23040         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23041         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23042         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23043         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23044         tst-audit3, tst-audit4 and tst-audit5.
23045         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23046         tst-audit6 and tst-audit7.
23047         [$(subdir) = elf] (modules-names): Add audit modules for those
23048         tests.
23049         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23050         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23051         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23052         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23053         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23054         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23055         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23056         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23057         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23058         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23059         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23060         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23061         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23062         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23063         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23064         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23065         Likewise.
23066         [$(subdir) = elf && $(config-cflags-avx) = yes]
23067         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23068         [$(subdir) = elf && $(config-cflags-avx) = yes]
23069         (CFLAGS-tst-auditmod4a.c): Likewise.
23070         [$(subdir) = elf && $(config-cflags-avx) = yes]
23071         (CFLAGS-tst-auditmod4b.c): Likewise.
23072         [$(subdir) = elf && $(config-cflags-avx) = yes]
23073         (CFLAGS-tst-auditmod6b.c): Likewise.
23074         [$(subdir) = elf && $(config-cflags-avx) = yes]
23075         (CFLAGS-tst-auditmod6c.c): Likewise.
23076         [$(subdir) = elf && $(config-cflags-avx) = yes]
23077         (CFLAGS-tst-auditmod7b.c): Likewise.
23078         * elf/tst-audit3.c: Move to ...
23079         * sysdeps/x86_64/tst-audit3.c: ... here.
23080         * elf/tst-audit4.c: Move to ...
23081         * sysdeps/x86_64/tst-audit4.c: ... here.
23082         * elf/tst-audit5.c: Move to ...
23083         * sysdeps/x86_64/tst-audit5.c: ... here.
23084         * elf/tst-audit6.c: Move to ...
23085         * sysdeps/x86_64/tst-audit6.c: ... here.
23086         * elf/tst-audit7.c: Move to ...
23087         * sysdeps/x86_64/tst-audit7.c: ... here.
23088         * elf/tst-auditmod3a.c: Move to ...
23089         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23090         * elf/tst-auditmod3b.c: Move to ...
23091         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23092         * elf/tst-auditmod4a.c: Move to ...
23093         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23094         * elf/tst-auditmod4b.c: Move to ...
23095         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23096         * elf/tst-auditmod5a.c: Move to ...
23097         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23098         * elf/tst-auditmod5b.c: Move to ...
23099         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23100         * elf/tst-auditmod6a.c: Move to ...
23101         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23102         * elf/tst-auditmod6b.c: Move to ...
23103         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23104         * elf/tst-auditmod6c.c: Move to ...
23105         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23106         * elf/tst-auditmod7a.c: Move to ...
23107         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23108         * elf/tst-auditmod7b.c: Move to ...
23109         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23111 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23113         [BZ #15366]
23114         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23115         define unconditionally.
23116         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23117         define unconditionally.
23118         (INT8_C, INT16_C, etc.): Likewise.
23120 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23122         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23123         __ehdr_start with hidden visibility.
23125         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23127 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23129         * math/libm-test.inc (cos_test): Use accurate hex constants.
23130         (sincost_test): Likewise.
23132 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23134         * math/libm-test.inc (catan_test): Add more tests.
23135         (catanh_test): Likewise.
23137         * math/s_catanf.c (__catanf): Use suffixed floating-point
23138         constants.
23139         * math/s_catanhf.c (__catanhf): Likewise.
23140         * math/s_catanhl.c (__catanhl): Likewise.
23141         * math/s_catanl.c (__catanl): Likewise.
23143         [BZ #15394]
23144         * math/s_catan.c (__catan): Calculate imaginary part of result
23145         with log1p not log unless computing log of number close to 0.
23146         * math/s_catanf.c (__catanf): Likewise.
23147         * math/s_catanl.c (__catanl): Likewise.
23148         * math/s_catanh.c (__catanh): Calculate real part of result with
23149         log1p not log unless computing log of number close to 0.
23150         * math/s_catanhf.c (__catanhf): Likewise.
23151         * math/s_catanhl.c (__catanhl): Likewise.
23152         * math/libm-test.inc (catan_test): Add more tests.
23153         (catanh_test): Likewise.
23154         * sysdeps/i386/fpu/libm-test-ulps: Update.
23155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23157 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23159         * benchtests/Makefile: Mention files in which fast and slow
23160         paths of math functions are implemented.
23162 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23164         * sysdeps/posix/timespec_get.c: New file.
23166 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23168         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23169         POWER.
23170         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23171         for POWER.
23172         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23173         powerpc/power5/fpu folders.
23174         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23175         * benchtests/Makefile: Add modf testcase.
23176         * benchtests/bench-modf.c: New file: Benchmark test for mo
23178 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23180         [BZ #14888]
23181         * time/Makefile (tests): Add tst-strptime-whitespace.
23182         * time/strptime_l.c (get_number): Use ISSPACE.
23183         (__strptime_internal): Likewise.
23184         * time/tst-strptime-whitespace.c: New test case.
23186 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23188         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23189         member.
23190         (_nss_files_init): Set it here.
23192 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23194         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23195         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23196         unsigned.
23198 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23200         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23202 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23204         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23205         size just once.
23207 2013-04-21  David S. Miller  <davem@davemloft.net>
23209         * po/ru.po: Update Russion translation from translation project.
23211 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23213         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23214         and setfsgid.
23216 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23218         * configure.in: Remove i386 configure warning. Remove i386 case.
23219         * configure: Regenerate.
23220         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23221         Add example to error message.
23222         * sysdeps/i386/configure: Regenerate.
23224 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23226         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23227         slowtan.
23228         * benchtests/cos-inputs: New file.
23229         * benchtests/slowcos-inputs: New file.
23230         * benchtests/slowcos.c: New file.
23231         * benchtests/slowtan-inputs: New file.
23232         * benchtests/slowtan.c: New file.
23233         * benchtests/tan-inputs: New file.
23235 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23237         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23238         considered kosher.
23240 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23242         * benchtests/Makefile: Include cppflags-iterator.mk to add
23243         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23245         * Makefile.in (bench-clean): New target.
23246         * benchtests/Makefile (bench-clean): Likewise.
23248 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23250         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23252 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23254         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23256 2013-04-15  Andreas Schwab  <schwab@suse.de>
23258         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23259         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23260         * nscd/pwdcache.c (cache_addpw): Likewise.
23261         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23262         more than recsize.
23264 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23266         * benchtests/Makefile (bench): Write all output to
23267         bench-out.tmp together.
23269 2013-04-15  Andreas Schwab  <schwab@suse.de>
23271         * nscd/nscd.c (main): Don't fork again after closing files.
23273 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23275         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23277         * benchtests/Rules (bench-deps): Collect dependencies into a
23278         single variable.  Add Makefile to dependencies.
23279         ($(objpfx)bench-%.c): Depend on bench-deps.
23281 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23282             Xavier Roche  <roche+kml2@exalead.com>
23284         [BZ #15361]
23285         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23286         just that it's a file descriptor.
23287         * manual/llio.texi (Synchronizing AIO Operations): Update description
23288         for EBADF error from aio_fsync.
23290 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23292         * Rules (bench): Move target definition...
23293         * benchtests/Makefile: ... here.
23295 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23297         * math/libm-test.inc (cos_test): Fix PI/2 test.
23298         (sincos_test): Likewise.
23299         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23300         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23302 2013-04-11  Andreas Schwab  <schwab@suse.de>
23304         [BZ #13988]
23305         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23306         accept exponent character only when digits were seen.
23307         * stdio-common/Makefile (tests): Add bug26.
23308         * stdio-common/bug26.c: New file.
23310         [BZ #14293]
23311         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23312         non-freeable.
23314 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23316         * Makeconfig (rtld-prefix): Define built linker prefix.
23317         * Rules (run-bench): Use it.
23318         * math/Makefile (run-regen-ulps): Likewise.
23320         * Rules (bench): Remove eval.
23322 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23323             Roland McGrath  <roland@hack.frob.com>
23324             Ondrej Bilka  <neleai@seznam.cz>
23326         [BZ #15346]
23327         * time/getdate.c: Include ctype.h and alloca.h.
23328         (__getdate_r): Trim leading and trailing spaces of input.
23329         * time/tst-getdate.c (tests): Add tests with leading and
23330         trailing spaces.
23332 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23334         [BZ #14280]
23335         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23336         when computing value.
23338 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23340         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23341         Use testrun.sh to run libm tests.
23343         [BZ #15309]
23344         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23346 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23348         [BZ #15264]
23349         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23351 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23353         * Makefile.in (regen-ulps): New target.
23354         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23355         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23356         [ifneq (no,$(PERL)] (regen-ulps): New target.
23357         [ifeq (no,$(PERL)] (regen-ulps): New target.
23358         * math/libm-test.inc (ulps_file_name): Define.
23359         (output_dir): New variable.
23360         (options): Add "output-dir" option.
23361         (parse_opt): Handle 'o' case.
23362         (main): If output_dir is non-NULL use it as a prefix
23363         otherwise use "".
23364         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23366 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23368         [BZ #10060, #10062]
23369         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23370         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23371         fail configure if __sync_val_compare_and_swap is not inlined.
23372         * sysdeps/i386/configure: Regenerate.
23373         * configure.in: Build for i686 when configured for i386.
23374         * configure: Regenerate.
23375         * README: Remove i386 reference.
23377 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23379         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23380         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23382 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23384         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23385         (lmsnanval): New variables.
23386         (F): Add conversion tests.
23387         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23388         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23390         * stdio-common/tstdiomisc.c (F): Properly collect individual
23391         tests' results.
23393         [BZ #14686, #15336]
23394         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23395         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23396         Instead, use input NaN values or generate a qNaN by arithmetic
23397         operation.  Also fix bugs to comply with the standard.
23398         * math/libm-test.inc (remainder_test): Add more tests.
23400         [BZ #15335, #15342]
23401         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23402         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23403         input NaN values or generate a qNaN by arithmetic operation.
23405         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23406         unreachable code.
23408         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23409         definitions.
23411 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23413         [BZ #14478]
23414         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23415         underflowed result.
23416         * math/s_cexpf.c (__cexpf): Likewise.
23417         * math/s_cexpl.c (__cexpl): Likewise.
23418         * math/libm-test.inc (cexp_test): Add more tests.
23420 2013-04-03  Andreas Schwab  <schwab@suse.de>
23422         [BZ #15330]
23423         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23424         order arrays from heap if bigger than alloca cutoff.
23426 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23428         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23429         (SNAN_TESTS_double): Refer to GCC PR56831.
23430         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23431         GCC PR56828.
23433 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23435         * Rules (bench): Move bench.out after the run is complete.
23437         * Rules (bench): Echo currently running benchmark.
23439         * benchtests/Makefile (bench): Add atan and slowatan.
23440         * benchtests/atan-inputs: New file.
23441         * benchtests/slowatan-inputs: New file.
23442         * benchtests/slowatan.c: New file.
23444         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23445         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23446         its value.
23448         [BZ #15305]
23449         * sysdeps/unix/sysv/linux/kernel-features.h
23450         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23451         __ASSUME_XFS_RESTRICTED_CHOWN.
23452         * sysdeps/unix/sysv/linux/pathconf.c
23453         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23454         Save and restore errno.
23456 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23458         [BZ #15327]
23459         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23460         arguments using __kernel_casinh.
23461         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23462         arguments using __kernel_casinhf.
23463         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23464         arguments using __kernel_casinhl.
23465         * math/libm-test.inc (cacosh_test): Add more tests.
23466         * sysdeps/i386/fpu/libm-test-ulps: Update.
23467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23469 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23471         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23472         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23474         * bench/Makefile (bench): Add sin and slowsin.
23475         * benchtests/sin-inputs: New file.
23476         * benchtests/slowsin-inputs: New file.
23477         * benchtests/slowsin.c: New file.
23479         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23480         (bench): Add slowexp and slowpow.
23481         (exp-ITER): Increase iterations.
23482         (pow-ITER): Likewise.
23483         * benchtests/exp-inputs: Change input.
23484         * benchtests/pow-inputs: Likewise.
23485         * benchtests/slowexp-inputs: New file.
23486         * benchtests/slowexp.c: New file.
23487         * benchtests/slowpow-inputs: New file.
23488         * benchtests/slowpow.c: New file.
23490 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23492         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23493         instructions.
23494         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23495         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23496         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23497         * benchtests/Makefile: Add rint benchtest.
23498         * benchtests/rint-inputs: Input for rint benchtest.
23500 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23502         * Versions.def (libm): Add GLIBC_2.18.
23503         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23504         hidden libm prototypes.
23505         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23506         * math/Makefile (libm-calls): Add s_issignaling.
23507         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23508         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23509         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23510         declaration.
23511         * math/math.h [__USE_GNU] (issignaling): New macro.
23512         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23513         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23514         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23515         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23516         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23517         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23518         * manual/arith.texi (issignaling): New section.
23519         * manual/libm-err-tab.pl (@all_functions): Update comment.
23520         * math/gen-libm-test.pl (parse_args): Apply special handling for
23521         issignaling.
23522         * math/libm-test.inc (print_float, issignaling_test): New
23523         functions.
23524         (check_float_internal): Add issignaling checks.
23525         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23526         default definition.
23527         * sysdeps/powerpc/math-tests.h: New file.
23528         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23529         tests.
23530         * math/test-snan.c (TEST_FUNC): Likewise.
23532 2013-03-30  David S. Miller  <davem@davemloft.net>
23534         * po/de.po: Update from translation team.
23536 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23538         [BZ #10357]
23539         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23540         imaginary part less than 1.0 and real part less than 0.5
23541         specially.
23542         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23543         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23544         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23545         (cacos_test): Add more tests.
23546         (casin_test): Likewise.
23547         (casinh_test): Likewise.
23548         * sysdeps/i386/fpu/libm-test-ulps: Update.
23549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23551 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23553         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23554         ONE with its value.
23556         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23557         (__pow_mp): Replace ONE and MONE with their values.
23558         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23559         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23560         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23561         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23562         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23563         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23565         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23567         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23568         (__pow_mp): Replace ZERO and MZERO with their values.
23569         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23570         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23571         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23572         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23573         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23574         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23575         (__sqr): Likewise.
23577         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23579         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23581 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23583         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23584         Declare with __attribute__ ((weak)).
23585         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23586         Call __call_tls_dtors only if it's not NULL.
23588 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23590         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23591         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23592         magic __ehdr_start linker symbol if it's defined.
23593         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23594         them up here if it was already done.
23596         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23597         (_dl_aux_init): Use const in cast when setting it.
23598         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23599         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23600         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23602         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23603         Declare them here.
23604         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23605         * csu/libc-tls.c: Nor here.
23606         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23608         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23609         (__libc_message): Never call vsyslog.
23611 2013-03-28  Alan Modra  <amodra@gmail.com>
23613         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23614         Define as empty.
23615         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23616         Likewise.
23618 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23620         [BZ #15214]
23621         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23622         underflow.
23623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23625 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23627         [BZ #15304]
23628         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23629         Don't add gid passed as argument.
23631         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23633 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23635         [BZ #15307]
23636         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23637         imaginary part between 1.0 and 1.5 and real part less than 0.5
23638         specially.
23639         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23640         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23641         * math/libm-test.inc (cacos_test): Add more tests.
23642         (casin_test): Likewise.
23643         (casinh_test): Likewise.
23644         * sysdeps/i386/fpu/libm-test-ulps: Update.
23645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23647 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23649         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23650         constants.
23651         (norm): Likewise.
23652         (denorm): Likewise.
23653         (__dbl_mp): Likewise.
23654         (add_magnitudes): Likewise.
23655         (sub_magnitudes): Likewise.
23656         (__add): Likewise.
23657         (__sub): Likewise.
23658         (__mul): Likewise.
23659         (__sqr): Likewise.
23660         (__inv): Likewise.
23661         (__dvd): Likewise.
23663         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23664         commented code.
23665         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23666         (__dubcos): Likewise.
23667         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23668         (__ieee754_acos): Likewise.
23669         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23670         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23671         (__exp1): Likewise.
23672         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23673         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23674         (log1): Likewise.
23675         (my_log2): Likewise.
23676         (checkint): Likewise.
23677         * sysdeps/ieee754/dbl-64/e_remainder.c
23678         (__ieee754_remainder): Likewise.
23679         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23680         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23681         (bsloww): Likewise.
23682         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23684         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23685         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23686         MANTISSA_STORE_T to store computations on mantissa.  Use
23687         macros for rounding and division.
23688         (denorm): Likewise.
23689         (__dbl_mp): Likewise.
23690         (add_magnitudes): Likewise.
23691         (sub_magnitudes): Likewise.
23692         (__mul): Likewise.
23693         (__sqr): Likewise.
23694         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23695         powers of two in terms of TWOPOW macro.
23696         (mp_no): Make type of mantissa as MANTISSA_T.
23697         [!RADIXI]: Define RADIXI.
23698         [!TWO52]: Define TWO52.
23699         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23701 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23703         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23704         llroundl symbol when building for PPC32.
23706 2013-03-24  Mark H Weaver  <mhw@netris.org>
23708         * manual/arith.texi (Normalization Functions): Fix prototypes for
23709         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23711 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23713         [BZ #13889]
23714         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23715         high value to check if expl overflow.
23716         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23717         to check for underflow and overflow.
23718         * math/libm-test.inc: Add exp test.
23720 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23722         [BZ #11120]
23723         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23724         with NOT_IN_libc.
23726 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23728         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23729         symbol.
23731 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23733         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23734         wrap blocks consisting of several statements.
23736         * sysdeps/generic/math-tests.h: New file.
23737         * sysdeps/i386/fpu/math-tests.h: Likewise.
23738         * math/test-snan.c: Include it.
23739         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23741 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23743         [BZ #15285]
23744         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23745         (__ieee754_j0l): Do not improve calculations using cos of twice
23746         input for inputs above LDBL_MAX / 2.0L.
23747         (__ieee754_y0l): Likewise.
23748         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23749         (__ieee754_j1l): Do not improve calculations using cos of twice
23750         input for inputs above LDBL_MAX / 2.0L.
23751         (__ieee754_y1l): Likewise.
23752         * math/libm-test.inc (j0_test): Add another test.
23753         (j1_test): Likewise.
23754         (y0_test): Likewise.
23755         (y1_test): Likewise.
23756         * sysdeps/i386/fpu/libm-test-ulps: Update.
23758 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23760         * Rules ($(objpfx)bench-%.c): Include code from a C source
23761         file.
23763 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23765         [BZ #15287]
23766         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23767         imaginary part 1.0 and real part less than 0.5 specially.
23768         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23769         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23770         * math/libm-test.inc (cacos_test): Add more tests.
23771         (casin_test): Likewise.
23772         (casinh_test): Likewise.
23773         * sysdeps/i386/fpu/libm-test-ulps: Update.
23774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23776 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23778         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23779         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23781 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23783         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23784         * config.make.in (config-cflags-sse4): Remove variable.
23785         (config-cflags-avx): Likewise.
23786         (config-cflags-sse2avx): Likewise.
23787         (config-cflags-novzeroupper): Likewise.
23788         (config-asflags-i686): Likewise.
23789         (have-mfma4): Likewise.
23790         (have-as-vis3): Likewise.
23791         (MIG): Likewise.
23792         * configure.in (MIG): Do not AC_SUBST.
23793         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23794         (libc_cv_cc_sse4): Do not AC_SUBST.
23795         (libc_cv_cc_avx): Likewise.
23796         (libc_cv_cc_sse2avx): Likewise.
23797         (libc_cv_cc_novzeroupper): Likewise.
23798         (libc_cv_cc_fma4): Likewise.
23799         (libc_cv_as_i686): Likewise.
23800         (libc_cv_sparc_as_vis3): Likewise.
23801         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23802         LIBC_CONFIG_VAR.
23803         (config-asflags-i686): Likewise.
23804         (config-cflags-avx): Likewise.
23805         (config-cflags-sse2avx): Likewise.
23806         (have-mfma4): Likewise.
23807         (config-cflags-novzeroupper): Likewise.
23808         * sysdeps/mach/configure.in (MIG): Likewise.
23809         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23810         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23811         LIBC_CONFIG_VAR.
23812         (config-cflags-avx): Likewise.
23813         (config-cflags-sse2avx): Likewise.
23814         (have-mfma4): Likewise.
23815         (config-cflags-novzeroupper): Likewise.
23816         * configure: Regenerated.
23817         * sysdeps/i386/configure: Likewise.
23818         * sysdeps/mach/configure: Likewise.
23819         * sysdeps/sparc/configure: Likewise.
23820         * sysdeps/x86_64/configure: Likewise.
23822 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23824         [BZ #14812]
23825         * locale/programs/localedef.c (options): Put N_ translation marker
23826         on argument names, not just descriptions.
23828 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23830         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23832 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23834         [BZ #14176]
23835         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23837 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23839         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23840         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23841         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23842         [!BEFORE_ABORT] (before_abort): New function.
23843         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23844         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23845         (writev_for_fatal): New function.
23846         (WRITEV_FOR_FATAL): New macro; call that.
23847         (backtrace_and_maps): New function.
23848         (BEFORE_ABORT): New macro; call that.
23849         (struct str_list): Type removed.
23850         (__libc_message, __libc_fatal): Functions removed.
23851         Include <sysdeps/posix/libc_fatal.c> instead.
23853 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23855         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23856         constants.
23857         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23858         double constants.
23860 2013-03-19  Andreas Schwab  <schwab@suse.de>
23862         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23863         * sysdeps/gnu/configure: Regenerate.
23865         * configure.in: Substitute libc_cv_rtlddir.
23866         * configure: Regenerate.
23867         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23868         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23869         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23870         * elf/Makefile (install-others, CFLAGS-interp.c)
23871         (ldso_install, common-ldd-rewrite): Likewise.
23872         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23873         $(inst_slibdir)/$(rtld-installed-name).
23874         * scripts/rellns-sh: Add -p option.
23875         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23876         for source.
23878 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23880         * manual/nptl.texi: Renamed to ...
23881         * manual/threads.texi: ... this.
23882         * manual/Makefile (chapters): Update.
23884 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23886         [BZ #14812]
23887         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23888         on argument names, not just descriptions.
23889         * malloc/memusagestat.c (options): Likewise.
23890         * nss/getent.c (options): Likewise.
23892 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23894         [BZ #14812]
23895         * iconv/iconv_prog.c (options): Put N_ translation marker
23896         on argument names, not just descriptions.
23897         * iconv/iconvconfig.c (options): Likewise.
23899 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23901         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23902         implementation which is faster on all x86_64 architectures.
23903         Tested on AMD, Intel Nehalem, SNB, IVB.
23904         * sysdeps/x86_64/strnlen.S: Likewise.
23906         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23907         Remove all multiarch strlen and strnlen versions.
23908         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23909         Remove strlen and strnlen related parts.
23911         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23912         Inline strlen part.
23913         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23915         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23916         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23917         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23918         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23919         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23920         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23922 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23924         * manual/memory.texi (Malloc Tunable Parameters):
23925         Sort parameters alphabetically. Add comments for missing entries.
23927 2013-03-17  David S. Miller  <davem@davemloft.net>
23929         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23931 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23933         [BZ #15283]
23934         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23935         for arguments at most half maximum finite value.
23936         * math/libm-test.inc (j0_test): Add more tests.
23937         (j1_test): Likewise.
23938         (y0_test): Likewise.
23939         (y1_test): Likewise.
23940         * sysdeps/i386/fpu/libm-test-ulps: Update.
23941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23943         [BZ #14155]
23944         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23945         1 / x and functions P and Q for arguments above 0x1p256L.
23946         (__ieee754_y0l): Likewise.
23947         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23948         (__ieee754_y1l): Likewise.
23949         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23950         (j1_test): Likewise.
23951         (y0_test): Likewise.
23952         (y1_test): Likewise.
23954 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23956         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23957         variable.
23959 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23961         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23962         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23963         zero since it's initialized to EXEC_PAGESIZE.
23965         * sysdeps/unix/sysv/linux/ldsodefs.h
23966         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23967         * sysdeps/generic/ldsodefs.h: ... here.
23969 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23971         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23973         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23974         math/test-snan.c.
23975         * math/test-snan.c: Renamed from
23976         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23977         * math/Makefile (tests): Add test-snan.
23978         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23979         test-powerpc-snan.
23981         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23982         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23983         functions.
23984         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23985         __builtin_nan family of functions.
23986         * math/libm-test.inc (initialize): Initialize qnan_value with
23987         __builtin_nan family of functions.
23988         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23989         Remove variables.
23990         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23991         Remove functions.
23992         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23993         storage class.  Initialize qNaN_var and sNaN_var with
23994         __builtin_nan and __builtin_nans families of functions,
23995         respectively.
23997         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23998         (sqrt_test): Remove duplicate test with qNaN input.
23999         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24000         (round_test, signbit_test, significand_test): Note missing +/-Inf
24001         as well as qNaN tests.
24003         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24004         qNaN_var.  Fix a few strings, too.
24005         * math/libm-test.inc (nan_value): Rename to qnan_value.
24006         * math/gen-libm-test.pl (%beautify): Adjust to that.
24007         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24008         * math/test-misc.c (main): Likewise.
24009         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24010         to __qnan_bytes, and __qnan_union, respectively.
24011         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24012         Likewise.
24013         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24014         and lqnanval, respectively.
24015         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24016         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24017         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24018         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24020         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24021         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24022         doubles.
24024         * math/test-misc.c (main): Fix copy'n'pastos.
24025         * misc/tst-efgcvt.c (special): Likewise.
24027         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24028         Remove declarations.
24030 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24032         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24033         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24034         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24035         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24037 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24039         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24040         macro to return vdso values correctly in IFUNC implementations.
24041         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24042         Optimization by using IFUNC.
24044 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24045             Richard Henderson  <rth@redhat.com>
24046             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24048         * Makefile.in (bench): New target.
24049         * NEWS: Mention the benchmark framework.
24050         * Rules (bench): Likewise.
24051         (binaries-bench): Generate binaries for functions to
24052         benchmark.
24053         * benchtests/Makefile: New makefile for benchmark tests.
24054         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24055         programs.
24056         * benchtests/exp-inputs: New input file for EXP function.
24057         * benchtests/pow-inputs: New input file for POW function.
24058         * scripts/bench.pl: New script to generate source files for
24059         benchmark programs.
24061 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24063         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24064         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24065         computations on mantissa.  Use macros for rounding and
24066         division.
24067         (denorm): Likewise.
24068         (__dbl_mp): Likewise.
24069         (add_magnitudes): Likewise.
24070         (sub_magnitudes): Likewise.
24071         (__mul): Likewise.
24072         (__sqr): Likewise.
24073         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24074         powers of two in terms of TWOPOW macro.
24075         (mp_no): Make type of mantissa as MANTISSA_T.
24076         [!RADIXI]: Define RADIXI.
24077         [!TWO52]: Define TWO52.
24078         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24080         * manual/nptl.texi (cindex): Modify threads to pthreads.
24082 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24084         * sysdeps/x86_64/preconfigure: Regenerated.
24086 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24088         [BZ #14155]
24089         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24090         0x1p28 and above.
24091         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24092         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24093         0x1p28 and above.
24094         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24095         * math/libm-test.inc (j0_test): Do not allow one spurious
24096         underflow exception.
24097         (y1_test): Likewise.
24099 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24101         * manual/Makefile (chapters): Add nptl.
24102         * manual/debug.texi (Debugging Support): Add link to Threads
24103         chapter.
24104         * manual/nptl.texi: New file.
24106         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24108 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24110         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24111         for non-NULL pointer before the memory validity test. Pointed
24112         out by Holger Brunck <holger.brunck@keymile.com>.
24114 2013-03-13  Andreas Schwab  <schwab@suse.de>
24116         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24117         instead of .os.
24119 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24121         * timezone/zic.c: Update from tzcode 2013b.
24123 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24125         * manual/install.texi (Configuring and compiling):
24126         Mention i686 and i586.
24127         * INSTALL: Regenerate.
24129 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24131         * sysdeps/init_array/elf-init.c: New file.
24132         * csu/elf-init.c
24133         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24134         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24136         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24137         __gmon_start__ as global, but as static with a .preinit_array pointer.
24138         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24139         * sysdeps/init_array/crti.S: New file, empty except for comments.
24140         * sysdeps/init_array/crtn.S: Likewise.
24142 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24144         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24145         definining bcopy.
24146         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24147         Remove Prefer_SSE_for_memop.
24148         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24149         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24150         HAS_PREFER_SSE_FOR_MEMOP.
24151         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24152         memset-x86-64.
24153         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24154         Remove bzero, memset ifunc support.
24155         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24156         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24157         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24158         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24160 2013-03-11  Andreas Schwab  <schwab@suse.de>
24162         [BZ #15234]
24163         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24164         by SHLIB_COMPAT.
24165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24166         (GLIBC_2.16): Remove pthread_atfork.
24168 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24170         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24171         (ptestcases.h): Likewise.
24173 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24175         * Makeconfig ($(common-objpfx)config.status): Depend on
24176         sysdeps/*/preconfigure{,.in} too.
24178 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24180         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24181         (__free_hook): Use void * instead of __malloc_ptr_t.
24182         (__malloc_hook): Likewise.
24183         (__realloc_hook): Likewise.
24184         (__memalign_hook): Likewise.
24185         (__after_morecore_hook): Likewise.
24186         * malloc/arena.c (save_malloc_hook): Likewise.
24187         (save_free_hook): Likewise.
24188         * malloc/hooks.c (malloc_hook_ini): Likewise.
24189         (realloc_hook_ini): Likewise.
24190         (memalign_hook_ini): Likewise.
24191         * malloc/malloc.c (malloc_hook_ini): Likewise.
24192         (realloc_hook_ini): Likewise.
24193         (memalign_hook_ini): Likewise.
24194         (__free_hook): Likewise.
24195         (__malloc_hook): Likewise.
24196         (__realloc_hook): Likewise.
24197         (__memalign_hook): Likewise.
24198         (__libc_malloc): Likewise.
24199         (__libc_free): Likewise.
24200         (__libc_realloc): Likewise.
24201         (__libc_memalign): Likewise.
24202         (__libc_valloc): Likewise.
24203         (__libc_pvalloc): Likewise.
24204         (__libc_calloc): Likewise.
24205         (__posix_memalign): Likewise.
24206         * malloc/morecore.c (__sbrk): Likewise.
24207         (__default_morecore): Likewise.
24209         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24211         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24212         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24213         __malloc_ptrdiff_t.
24215         * malloc/malloc.h (__malloc_size_t): Remove macro.
24216         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24217         __malloc_size_t.
24218         (old_memalign_hook): Likewise.
24219         (old_realloc_hook): Likewise.
24220         (struct hdr): Likewise.
24221         (flood): Likewise.
24222         (mallochook): Likewise.
24223         (memalignhook): Likewise.
24224         (reallochook): Likewise.
24225         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24226         (tr_old_realloc_hook): Likewise.
24227         (tr_old_memalign_hook): Likewise.
24228         (tr_mallochook): Likewise.
24229         (tr_reallochook): Likewise.
24230         (tr_memalignhook): Likewise.
24232 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24234         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24235         default_ldbl_pack and using as default implementation.
24236         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24237         implementation.
24238         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24239         redundant definition.
24240         (ldbl_insert_mantissa): Likewise.
24241         (ldbl_canonicalize): Likewise.
24242         (ldbl_nearbyint): Likewise.
24243         (ldbl_pack): Rename to ldbl_pack_ppc.
24244         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24245         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24246         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24248 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24250         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24251         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24252         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24253         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24254         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24255         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24256         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24257         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24259 2013-03-07  Andreas Jaeger  <aj@suse.de>
24261         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24262         bits/mman-linux.h.
24264 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24266         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24267         Include mpa.h and declare __MPEXP.
24268         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24269         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24270         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24271         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24272         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24273         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24274         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24276         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24277         (__slowpow): Use long double EXPL and LOGL functions to
24278         compute POW.
24279         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24280         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24281         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24282         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24283         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24284         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24286         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24287         intermediate variable to calculate exponent.
24288         (__sqr): Likewise.
24289         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24290         Likewise.
24291         (__sqr): Likewise.
24293         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24294         [!NO__SQR]: Define __sqr.
24295         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24296         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24297         sysdeps/ieee754/dbl-64/mpa.c.
24298         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24300         [BZ #12723]
24301         * posix/Makefile (tests): Add tst-pathconf.
24302         * posix/tst-pathconf.c: New test case.
24303         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24304         _PC_PIPE_BUF.
24305         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24307 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24309         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24311 2013-03-06  Andreas Jaeger  <aj@suse.de>
24313         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24314         definition via __MAP_ANONYMOUS.
24316         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24317         it's not part of Linux headers.
24319         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24320         (MAP_HUGE_MASK): Define.
24322         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24323         Define.
24324         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24325         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24326         Define.
24327         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24328         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24329         Define.
24330         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24331         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24332         Define.
24333         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24335         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24336         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24337         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24338         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24339         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24340         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24342         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24343         Handle f2fs.
24345         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24346         Handle f2fs and efivarfs.
24348         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24349         f2fs.
24351         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24352         (EFIVARFS_MAGIC): Add.
24353         (F2FS_LINK_MAX): Add.
24355 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24357         * stdio-common/vfprintf.c: Replace __builtin_expect with
24358         __glibc_unlikely.
24360 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24362         [BZ #13550]
24363         * sysdeps/generic/bp-sym.h: Remove file.
24364         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24365         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24366         <bp-sym.h> and <bp-asm.h>.
24367         (__longjmp): Don't use BP_SYM.
24368         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24369         and <bp-asm.h>.
24370         (memcpy): Don't use BP_SYM.
24371         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24372         <bp-sym.h> and <bp-asm.h>.
24373         (memcpy): Don't use BP_SYM.
24374         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24375         <bp-asm.h>.
24376         (memcpy): Don't use BP_SYM.
24377         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24378         <bp-asm.h>.
24379         (memset): Don't use BP_SYM.
24380         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24381         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24382         (__bzero): Don't use BP_SYM.
24383         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24384         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24385         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24386         <bp-sym.h> and <bp-asm.h>.
24387         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24388         pointers.
24389         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24390         <bp-sym.h> and <bp-asm.h>.
24391         (memcpy): Don't use BP_SYM.
24392         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24393         <bp-sym.h> and <bp-asm.h>.
24394         (memset): Don't use BP_SYM.
24395         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24396         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24397         (__bzero): Don't use BP_SYM.
24398         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24399         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24400         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24401         <bp-sym.h> and <bp-asm.h>.
24402         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24403         pointers.
24404         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24405         <bp-sym.h> and <bp-asm.h>.
24406         (memcpy): Don't use BP_SYM.
24407         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24408         <bp-sym.h> and <bp-asm.h>.
24409         (memset): Don't use BP_SYM.
24410         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24411         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24412         (__bzero): Don't use BP_SYM.
24413         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24414         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24415         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24416         <bp-sym.h> and <bp-asm.h>.
24417         (__memchr): Don't use BP_SYM.
24418         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24419         <bp-sym.h> and <bp-asm.h>.
24420         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24421         pointers.
24422         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24423         <bp-sym.h> and <bp-asm.h>.
24424         (memcpy): Don't use BP_SYM.
24425         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24426         <bp-sym.h> and <bp-asm.h>.
24427         (__mempcpy): Don't use BP_SYM.
24428         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24429         <bp-sym.h> and <bp-asm.h>.
24430         (__memrchr): Don't use BP_SYM.
24431         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24432         <bp-sym.h> and <bp-asm.h>.
24433         (memset): Don't use BP_SYM.
24434         (__bzero): Likewise.
24435         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24436         <bp-sym.h> and <bp-asm.h>.
24437         (__rawmemchr): Don't use BP_SYM.
24438         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24439         <bp-sym.h> and <bp-asm.h>.
24440         (__STRCMP): Don't use BP_SYM.
24441         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24442         <bp-sym.h> and <bp-asm.h>.
24443         (strchr): Don't use BP_SYM.
24444         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24445         <bp-sym.h> and <bp-asm.h>.
24446         (__strchrnul): Don't use BP_SYM.
24447         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24448         <bp-sym.h> and <bp-asm.h>.
24449         (strlen): Don't use BP_SYM.
24450         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24451         <bp-sym.h> and <bp-asm.h>.
24452         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24453         pointers.
24454         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24455         <bp-sym.h> and <bp-asm.h>.
24456         (__strnlen): Don't use BP_SYM.
24457         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24458         <bp-sym.h> and <bp-asm.h>.
24459         (__GI__setjmp): Don't use BP_SYM.
24460         (_setjmp): Likewise.
24461         (__sigsetjmp): Likewise.
24462         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24463         (L(start_addresses)): Don't use BP_SYM.
24464         (_start): Likewise.
24465         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24466         <bp-asm.h>.
24467         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24468         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24469         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24470         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24471         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24472         <bp-asm.h>.
24473         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24474         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24475         about bounded pointers.
24476         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24477         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24478         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24479         <bp-asm.h>.
24480         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24481         about bounded pointers.  Remove GKM FIXME comments.
24482         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24483         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24484         <bp-asm.h>.
24485         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24486         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24487         Remove GKM FIXME comments.
24488         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24489         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24490         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24491         <bp-asm.h>.
24492         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24493         about bounded pointers.  Remove GKM FIXME comment.
24494         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24495         and <bp-asm.h>.
24496         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24497         pointers.
24498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24499         <bp-sym.h> and <bp-asm.h>.
24500         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24502         <bp-sym.h> and <bp-asm.h>.
24503         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24504         comment.
24506 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24508         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24509         call free(NULL).
24511 2013-03-05  David S. Miller  <davem@davemloft.net>
24513         * po/es.po: Update from translation team.
24515 2013-03-05  Andreas Jaeger  <aj@suse.de>
24517         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24518         <bits/mman-linux.h>.
24519         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24520         is fine.
24521         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24522         <bits/mman-linux.h> to end of file.
24523         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24524         is fine.
24525         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24526         <bits/mman-linux.h> to end of file.
24527         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24528         is fine.
24529         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24530         <bits/mman-linux.h> to end of file.
24532         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24533         (MCL_CURRENT, MCL_FUTURE): Define here.
24535 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24537         [BZ #15232]
24538         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24539         attribute_hidden.
24540         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24542 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24544         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24545         fourth parameter needed for rt_sigprocmask syscall.
24546         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24547         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24548         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24549         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24550         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24551         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24553 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24555         [BZ #13550]
24556         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24557         comment about bounded pointers.
24558         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24559         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24561 2013-03-04  Andreas Jaeger  <aj@suse.de>
24563         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24564         common definitions.
24566         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24567         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24568         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24569         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24570         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24571         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24573 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24575         [BZ #15055]
24576         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24577         __ieee754_sqrl instead of __sqrl.
24579 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24581         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24582         * sysdeps/powerpc/fpu_control.h: ... here.
24583         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24584         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24585         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24586         * sysdeps/powerpc/bits/mathinline.h: ... here.
24588 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24590         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24591         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24592         to just [NEED_DL_SYSINFO_DSO].
24593         * elf/dl-support.c: Likewise.
24594         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24595         * elf/rtld.c (dl_main): Likewise.
24596         * elf/setup-vdso.h (setup_vdso): Likewise.
24597         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24598         * sysdeps/unix/sysv/linux/dl-sysdep.c
24599         (_dl_discover_osversion): Likewise.
24601 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24603         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24604         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24606 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24608         * NEWS: Mention libm performance improvements and non-x86 PI
24609         futex support.
24611         * csu/libc-start.c (__pthread_initialize_minimal): Change
24612         function arguments.
24613         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24615 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24617         [BZ #13550]
24618         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24619         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24620         <bp-sym.h> and <bp-asm.h>.
24621         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24622         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24623         and <bp-asm.h>.
24624         (memcpy): Don't use BP_SYM.
24625         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24626         <bp-asm.h>.
24627         (__mpn_add_n): Don't use BP_SYM.
24628         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24629         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24630         and <bp-asm.h>.
24631         (__mpn_addmul_1): Don't use BP_SYM.
24632         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24633         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24634         <bp-sym.h>.
24635         (_setjmp): Don't use BP_SYM.
24636         (__novmx_setjmp): Likewise.
24637         (__GI__setjmp): Likewise.
24638         (__vmx_setjmp): Likewise.
24639         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24640         <bp-sym.h>.
24641         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24642         (__bzero): Don't use BP_SYM.
24643         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24644         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24645         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24646         <bp-sym.h> and <bp-asm.h>.
24647         (memcpy): Don't use BP_SYM.
24648         * sysdeps/powerpc/powerpc32/fpu/__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/fpu/setjmp-common.S: Don't include
24652         <bp-sym.h> and <bp-asm.h>.
24653         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24654         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24655         <bp-asm.h>.
24656         (__mpn_lshift): Don't use BP_SYM.
24657         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24658         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24659         <bp-asm.h>.
24660         (memset): Don't use BP_SYM.
24661         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24662         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24663         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24664         <bp-asm.h>.
24665         (__mpn_mul_1): Don't use BP_SYM.
24666         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24667         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24668         <bp-sym.h> and <bp-asm.h>.
24669         (memcmp): Don't use BP_SYM.
24670         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24671         <bp-sym.h> and <bp-asm.h>.
24672         (memcpy): Don't use BP_SYM.
24673         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24674         <bp-sym.h> and <bp-asm.h>.
24675         (memset): Don't use BP_SYM.
24676         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24677         <bp-sym.h> and <bp-asm.h>.
24678         (strncmp): Don't use BP_SYM.
24679         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24680         <bp-sym.h> and <bp-asm.h>.
24681         (memcpy): Don't use BP_SYM.
24682         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24683         <bp-sym.h> and <bp-asm.h>.
24684         (memset): Don't use BP_SYM.
24685         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24686         <bp-sym.h> and <bp-asm.h>.
24687         (__memchr): Don't use BP_SYM.
24688         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24689         <bp-sym.h> and <bp-asm.h>.
24690         (memcmp): Don't use BP_SYM.
24691         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24692         <bp-sym.h> and <bp-asm.h>.
24693         (memcpy): Don't use BP_SYM.
24694         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24695         <bp-sym.h> and <bp-asm.h>.
24696         (__mempcpy): Don't use BP_SYM.
24697         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24698         <bp-sym.h> and <bp-asm.h>.
24699         (__memrchr): Don't use BP_SYM.
24700         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24701         <bp-sym.h> and <bp-asm.h>.
24702         (memset): Don't use BP_SYM.
24703         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24704         <bp-sym.h> and <bp-asm.h>.
24705         (__rawmemchr): Don't use BP_SYM.
24706         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24707         <bp-sym.h> and <bp-asm.h>.
24708         (__STRCMP): Don't use BP_SYM.
24709         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24710         <bp-sym.h> and <bp-asm.h>.
24711         (strchr): Don't use BP_SYM.
24712         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24713         <bp-sym.h> and <bp-asm.h>.
24714         (__strchrnul): Don't use BP_SYM.
24715         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24716         <bp-sym.h> and <bp-asm.h>.
24717         (strlen): Don't use BP_SYM.
24718         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24719         <bp-sym.h> and <bp-asm.h>.
24720         (strncmp): Don't use BP_SYM.
24721         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24722         <bp-sym.h> and <bp-asm.h>.
24723         (__strnlen): Don't use BP_SYM.
24724         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24725         <bp-asm.h>.
24726         (__mpn_rshift): Don't use BP_SYM.
24727         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24728         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24729         <bp-sym.h> and <bp-asm.h>.
24730         (__sigsetjmp): Don't use BP_SYM.
24731         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24732         (L(start_addresses)): Don't use BP_SYM.
24733         (_start): Likewise.
24734         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24735         <bp-asm.h>.
24736         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24737         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24738         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24739         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24740         <bp-asm.h>.
24741         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24742         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24743         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24744         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24745         <bp-asm.h>.
24746         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24747         comments.
24748         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24749         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24750         <bp-asm.h>.
24751         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24752         FIXME comments.
24753         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24754         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24755         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24756         <bp-asm.h>.
24757         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24758         comment.
24759         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24760         and <bp-asm.h>.
24761         (strncmp): Don't use BP_SYM,
24762         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24763         <bp-asm.h>.
24764         (__mpn_sub_n): Don't use BP_SYM.
24765         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24766         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24767         and <bp-asm.h>.
24768         (__mpn_submul_1): Don't use BP_SYM.
24769         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24771         <bp-sym.h> and <bp-asm.h>.
24772         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24774         <bp-sym.h> and <bp-asm.h>.
24775         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24776         comment.
24778 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24780         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24781         Use ZK to minimize writes to Z.
24782         (sub_magnitudes): Simplify code a bit.
24783         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24784         Use ZK to minimize writes to Z.
24785         (sub_magnitudes): Simplify code a bit.
24787 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24789         * csu/gmon-start.c: Add special exception to license text.
24791 2013-02-27  Richard Henderson  <rth@redhat.com>
24793         * scripts/config.guess: Update from config.git.
24794         * scripts/config.sub: Likewise.
24796 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24798         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24800         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24802         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24804         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24806         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24808 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24810         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24811         [$(build-shared = yes].
24813 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24815         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24816         (__mul): Reduce iterations for calculating mantissa.
24818         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24819         MPTWO.
24820         (__mpranred): Likewise.
24822         [BZ #15160]
24823         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24824         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24826 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24828         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24829         Define __attribute__.
24831 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24833         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24834         unused.
24835         * posix/regex_internal.h (__attribute): Remove.
24836         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24837         (re_string_context_at): Likewise.
24838         (bitset_not): Use __attribute__ and mark function as possibly
24839         unused.
24840         (bitset_merge): Likewise.
24841         (bitset_mask): Likewise.
24842         (re_string_char_size_at): Likewise.
24843         (re_string_wchar_at): Likewise.
24844         (re_string_elem_size_at): Likewise.
24846 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24848         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24849         code.
24850         (cc32): Likewise.
24852         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24853         (__acr): Likewise.
24854         (__cpy): Likewise.
24855         (norm): Likewise.
24856         (denorm): Likewise.
24857         (__dbl_mp): Likewise.
24858         (add_magnitudes): Likewise.
24859         (sub_magnitudes): Likewise.
24860         (__mul): Likewise.
24861         (__inv): Likewise.
24863         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24864         style.
24866         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24867         style.
24869         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24870         code.
24872         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24873         up changes with default code.
24874         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24875         Likewise.
24877 2013-02-24  Allan McRae  <allan@archlinux.org>
24879         * manual/socket.texi (The Internet Namespace): Order menu items
24880         to match that in the file.
24882         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24883         node listing of the info page menu.
24885 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24887         [BZ #13550]
24888         * sysdeps/i386/bp-asm.h: Remove file.
24889         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24890         (PARMS): Do not use macros from bp-asm.h.
24891         (S1): Likewise.
24892         (S2): Likewise.
24893         (SIZE): Likewise.
24894         (__mpn_add_n): Do not use BP_SYM
24895         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24896         "bp-asm.h".
24897         (PARMS): Do not use macros from bp-asm.h.
24898         (S1): Likewise.
24899         (SIZE): Likewise.
24900         (__mpn_addmul_1): Do not use BP_SYM
24901         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24902         "bp-asm.h".
24903         (PARMS): Do not use macros from bp-asm.h.
24904         (SIGMSK): Likewise.
24905         (_setjmp): Likewise.  Do not use BP_SYM.
24906         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24907         "bp-asm.h".
24908         (PARMS): Do not use macros from bp-asm.h.
24909         (SIGMSK): Likewise.
24910         (setjmp): Likewise.  Do not use BP_SYM.
24911         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24912         "bp-asm.h".
24913         (PARMS): Do not use macros from bp-asm.h.
24914         (__frexp): Do not use BP_SYM.
24915         (frexp): Likewise.
24916         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24917         "bp-asm.h".
24918         (PARMS): Do not use macros from bp-asm.h.
24919         (__frexpf): Do not use BP_SYM.
24920         (frexpf): Likewise.
24921         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24922         "bp-asm.h".
24923         (PARMS): Do not use macros from bp-asm.h.
24924         (__frexpl): Do not use BP_SYM.
24925         (frexpl): Likewise.
24926         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24927         "bp-asm.h".
24928         (PARMS): Do not use macros from bp-asm.h.
24929         (__remquo): Do not use BP_SYM.
24930         (remquo): Likewise.
24931         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24932         "bp-asm.h".
24933         (PARMS): Do not use macros from bp-asm.h.
24934         (__remquof): Do not use BP_SYM.
24935         (remquof): Likewise.
24936         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24937         "bp-asm.h".
24938         (PARMS): Do not use macros from bp-asm.h.
24939         (__remquol): Do not use BP_SYM.
24940         (remquol): Likewise.
24941         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24942         "bp-asm.h".
24943         (PARMS): Do not use macros from bp-asm.h.
24944         (DEST): Likewise.
24945         (SRC): Likewise.
24946         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24947         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24948         "bp-asm.h".
24949         (PARMS): Do not use macros from bp-asm.h.
24950         (strlen): Do not use BP_SYM.
24951         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24952         "bp-asm.h".
24953         (PARMS): Do not use macros from bp-asm.h.
24954         (S1): Likewise.
24955         (S2): Likewise.
24956         (SIZE): Likewise.
24957         (__mpn_add_n): Do not use BP_SYM.
24958         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24959         "bp-asm.h".
24960         (PARMS): Do not use macros from bp-asm.h.
24961         (S1): Likewise.
24962         (SIZE): Likewise.
24963         (__mpn_addmul_1): Do not use BP_SYM.
24964         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24965         weak_alias.
24966         (bzero): Likewise.
24967         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24968         "bp-asm.h".
24969         (PARMS): Do not use macros from bp-asm.h.
24970         (S): Likewise.
24971         (SIZE): Likewise.
24972         (__mpn_lshift): Do not use BP_SYM.
24973         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24974         "bp-asm.h".
24975         (PARMS): Do not use macros from bp-asm.h.
24976         (DEST): Likewise.
24977         (SRC): Likewise.
24978         (LEN): Likewise.
24979         (memcpy): Likewise.  Do not use BP_SYM.
24980         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24981         libc_hidden_def and weak_alias.
24982         (mempcpy): Do not use BP_SYM in weak_alias.
24983         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24984         "bp-asm.h".
24985         (PARMS): Do not use macros from bp-asm.h.
24986         (DEST): Likewise.
24987         (LEN): Likewise.
24988         [!BZERO_P] (CHR): Likewise.
24989         (memset): Likewise.  Do not use BP_SYM.
24990         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24991         "bp-asm.h".
24992         (PARMS): Do not use macros from bp-asm.h.
24993         (S1): Likewise.
24994         (SIZE): Likewise.
24995         (__mpn_mul_1): Do not use BP_SYM.
24996         * sysdeps/i386/i586/rshift.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_rshift): Do not use BP_SYM.
25002         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25003         "bp-asm.h".
25004         (PARMS): Do not use macros from bp-asm.h.
25005         (STR): Likewise.
25006         (CHR): Likewise.
25007         (strchr): Likewise.  Do not use BP_SYM.
25008         (index): Do not use BP_SYM in weak_alias.
25009         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25010         "bp-asm.h".
25011         (PARMS): Do not use macros from bp-asm.h.
25012         (DEST): Likewise.
25013         (SRC): Likewise.
25014         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25015         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25016         "bp-asm.h".
25017         (PARMS): Do not use macros from bp-asm.h.
25018         (strlen): Do not use BP_SYM.
25019         * sysdeps/i386/i586/sub_n.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         (S2): Likewise.
25024         (SIZE): Likewise.
25025         (__mpn_sub_n): Do not use BP_SYM.
25026         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25027         "bp-asm.h".
25028         (PARMS): Do not use macros from bp-asm.h.
25029         (S1): Likewise.
25030         (SIZE): Likewise.
25031         (__mpn_submul_1): Do not use BP_SYM.
25032         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25033         "bp-asm.h".
25034         (PARMS): Do not use macros from bp-asm.h.
25035         (S1): Likewise.
25036         (S2): Likewise.
25037         (SIZE): Likewise.
25038         (__mpn_add_n): Do not use BP_SYM.
25039         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25040         weak_alias.
25041         (bzero): Likewise.
25042         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25043         "bp-asm.h".
25044         (PARMS): Do not use macros from bp-asm.h.
25045         (BLK2): Likewise.
25046         (LEN): Likewise.
25047         (memcmp): Do not use BP_SYM.
25048         (bcmp): Do not use BP_SYM in weak_alias.
25049         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25050         "bp-asm.h".
25051         (PARMS): Do not use macros from bp-asm.h.
25052         (DEST): Likewise.
25053         (SRC): Likewise.
25054         (LEN): Likewise.
25055         (memcpy): Likewise.  Do not use BP_SYM.
25056         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25057         "bp-asm.h".
25058         (PARMS): Do not use macros from bp-asm.h.
25059         (DEST): Likewise.
25060         (SRC): Likewise.
25061         (LEN): Likewise.
25062         (memmove): Likewise.  Do not use BP_SYM.
25063         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25064         "bp-asm.h".
25065         (PARMS): Do not use macros from bp-asm.h.
25066         (DEST): Likewise.
25067         (SRC): Likewise.
25068         (LEN): Likewise.
25069         (__mempcpy): Likewise.  Do not use BP_SYM.
25070         (mempcpy): Do not use BP_SYM in weak_alias.
25071         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25072         "bp-asm.h".
25073         (PARMS): Do not use macros from bp-asm.h.
25074         (DEST): Likewise.
25075         (LEN): Likewise.
25076         [!BZERO_P] (CHR): Likewise.
25077         (memset): Likewise.  Do not use BP_SYM.
25078         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25079         "bp-asm.h".
25080         (PARMS): Do not use macros from bp-asm.h.
25081         (STR2): Likewise.
25082         (strcmp): Do not use BP_SYM.
25083         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25084         "bp-asm.h".
25085         (PARMS): Do not use macros from bp-asm.h.
25086         (STR): Likewise.
25087         (DELIM): Likewise.
25088         [USE_AS_STRTOK_R] (SAVE): Likewise.
25089         (FUNCTION): Likewise.  Do not use BP_SYM.
25090         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25091         aliases.
25092         (strtok_r): Likewise.
25093         (__GI___strtok_r): Likewise.
25094         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25095         (PARMS): Do not use macros from bp-asm.h.
25096         (S): Likewise.
25097         (SIZE): Likewise.
25098         (__mpn_lshift): Do not use BP_SYM.
25099         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25100         (PARMS): Do not use macros from bp-asm.h.
25101         (STR): Likewise.
25102         (CHR): Likewise.
25103         (__memchr): Do not use BP_SYM.
25104         (memchr): Do not use BP_SYM in weak_alias.
25105         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25106         (PARMS): Do not use macros from bp-asm.h.
25107         (BLK2): Likewise.
25108         (LEN): Likewise.
25109         (memcmp): Do not use BP_SYM.
25110         (bcmp): Do not use BP_SYM in weak_alias.
25111         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25112         (PARMS): Do not use macros from bp-asm.h.
25113         (S1): Likewise.
25114         (SIZE): Likewise.
25115         (__mpn_mul_1): Do not use BP_SYM.
25116         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25117         "bp-asm.h".
25118         (PARMS): Do not use macros from bp-asm.h.
25119         (STR): Likewise.
25120         (CHR): Likewise.
25121         (__rawmemchr): Do not use BP_SYM.
25122         (rawmemchr): Do not use BP_SYM in weak_alias.
25123         * sysdeps/i386/rshift.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_rshift): Do not use BP_SYM.
25128         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25129         (PARMS): Do not use macros from bp-asm.h.
25130         (SIGMSK): Likewise.
25131         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25132         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25133         (_start): Do not use BP_SYM.
25134         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25135         (PARMS): Do not use macros from bp-asm.h.
25136         (DEST): Likewise.
25137         (SRC): Likewise.
25138         (__stpcpy): Likewise.  Do not use BP_SYM.
25139         (stpcpy): Do not use BP_SYM in weak_alias.
25140         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25141         "bp-asm.h".
25142         (PARMS): Do not use macros from bp-asm.h.
25143         (DEST): Likewise.
25144         (SRC): Likewise.
25145         (LEN): Likewise.
25146         (__stpncpy): Likewise.  Do not use BP_SYM.
25147         (stpncpy): Do not use BP_SYM in weak_alias.
25148         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25149         (PARMS): Do not use macros from bp-asm.h.
25150         (STR): Likewise.
25151         (CHR): Likewise.
25152         (strchr): Likewise.  Do not use BP_SYM.
25153         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25154         "bp-asm.h".
25155         (PARMS): Do not use macros from bp-asm.h.
25156         (STR): Likewise.
25157         (CHR): Likewise.
25158         (__strchrnul): Likewise.  Do not use BP_SYM.
25159         (strchrnul): Do not use BP_SYM in weak_alias.
25160         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25161         "bp-asm.h".
25162         (PARMS): Do not use macros from bp-asm.h.
25163         (STOP): Likewise.
25164         (strcspn): Do not use BP_SYM.
25165         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25166         "bp-asm.h".
25167         (PARMS): Do not use macros from bp-asm.h.
25168         (STR): Likewise.
25169         (STOP): Likewise.
25170         (strpbrk): Likewise.  Do not use BP_SYM.
25171         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25172         "bp-asm.h".
25173         (PARMS): Do not use macros from bp-asm.h.
25174         (STR): Likewise.
25175         (CHR): Likewise.
25176         (strrchr): Likewise.  Do not use BP_SYM.
25177         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25178         (PARMS): Do not use macros from bp-asm.h.
25179         (SKIP): Likewise.
25180         (strspn): Do not use BP_SYM.
25181         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25182         (PARMS): Do not use macros from bp-asm.h.
25183         (STR): Likewise.
25184         (DELIM): Likewise.
25185         (SAVE): Likewise.
25186         (FUNCTION): Likewise.  Do not use BP_SYM.
25187         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25188         aliases.
25189         (strtok_r): Likewise.
25190         (__GI___strtok_r): Likewise.
25191         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25192         (PARMS): Do not use macros from bp-asm.h.
25193         (S1): Likewise.
25194         (S2): Likewise.
25195         (SIZE): Likewise.
25196         (__mpn_sub_n): Do not use BP_SYM.
25197         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25198         "bp-asm.h".
25199         (PARMS): Do not use macros from bp-asm.h.
25200         (S1): Likewise.
25201         (SIZE): Likewise.
25202         (__mpn_submul_1): Do not use BP_SYM.
25203         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25204         <bp-sym.h>.
25205         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25206         and <bp-asm.h>.
25207         (PARMS): Do not use macros from bp-asm.h.
25208         (FLAGS): Likewise.
25209         (PTID): Likewise.
25210         (TLS): Likewise.
25211         (CTID): Likewise.
25212         (__clone): Do not use BP_SYM.
25213         (clone): Do not use BP_SYM in weak_alias.
25214         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25215         and <bp-asm.h>.
25216         (PARMS): Do not use macros from bp-asm.h.
25217         (LEN): Likewise.
25218         (__mmap64): Do not use BP_SYM.
25219         (mmap64): Do not use BP_SYM in weak_alias.
25220         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25221         <bp-sym.h> and <bp-asm.h>.
25222         (PARMS): Do not use macros from bp-asm.h.
25223         (__posix_fadvise64_l64): Do not use BP_SYM.
25224         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25225         (PARMS): Do not use macros from bp-asm.h.
25226         (NSOPS): Likewise.
25227         (semtimedop): Do not use BP_SYM.
25228         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25229         and <bp-asm.h>.
25231 2013-02-21  Allan McRae  <allan@archlinux.org>
25233         * manual/message.texi (Charset conversion in gettext):
25234         Move @end statement to beginning of line.
25236 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25238         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25239         static.
25240         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25241         Likewise.
25243         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25244         (denorm): Likewise.
25245         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25246         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25248 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25250         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25251         tail-call to the resolved function if pltexit isn't needed.
25253 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25255         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25256         or Y being zero as being unlikely.
25257         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25258         Likewise.
25260 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25262         * manual/nss.texi (System Databases and Name Service Switch):
25263         Remove frobnicate @pxref.
25265 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25267         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25268         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25270 2013-02-20  Petr Machata  <pmachata@redhat.com>
25272         * elf/elf.h (R_ARM_TARGET1): New macro.
25273         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25274         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25275         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25276         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25277         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25278         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25279         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25280         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25281         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25282         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25283         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25284         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25285         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25286         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25287         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25288         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25289         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25290         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25291         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25292         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25293         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25294         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25295         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25296         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25297         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25298         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25299         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25300         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25301         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25302         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25303         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25304         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25305         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25306         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25307         (R_ARM_THM_GOT_BREL12): Likewise.
25308         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25309         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25310         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25311         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25312         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25313         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25314         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25315         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25316         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25318 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25320         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25321         __attribute_used__ to __attribute__ ((unused)).
25323 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25325         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25326         powerpc mpa.c.
25327         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25328         comment formatting.
25329         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25331 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25333         [BZ #13550]
25334         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25335         Remove macro.
25336         (ENTER): Remove both macro definitions.
25337         (LEAVE): Likewise.
25338         (CHECK_BOUNDS_LOW): Likewise.
25339         (CHECK_BOUNDS_HIGH): Likewise.
25340         (CHECK_BOUNDS_BOTH): Likewise.
25341         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25342         (RETURN_BOUNDED_POINTER): Likewise.
25343         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25344         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25345         (POP_ERRNO_LOCATION_RETURN): Likewise.
25346         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25347         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25348         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25349         macros.
25350         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25351         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25352         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25353         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25354         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25355         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25356         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25357         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25358         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25359         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25360         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25361         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25362         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25363         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25364         removed macros.
25365         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25366         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25367         macros.
25368         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25369         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25370         * sysdeps/i386/i586/memset.S (memset): Likewise.
25371         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25372         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25373         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25374         macros.
25375         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25376         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25377         Change uses of L(2) to L(out).
25378         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25379         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25380         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25381         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25382         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25383         removed macros.
25384         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25385         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25386         macros.
25387         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25388         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25389         (RETURN): Do not use macro LEAVE.
25390         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25391         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25392         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25393         * sysdeps/i386/i686/memset.S (memset): Likewise.
25394         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25395         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25396         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25397         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25398         Likewise.
25399         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25400         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25401         L(1_2) and L(1_3) into L(1).
25402         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25403         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25404         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25405         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25406         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25407         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25408         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25409         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25410         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25411         macros.
25412         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25413         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25414         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25415         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25416         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25417         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25418         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25419         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25420         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25421         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25422         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25423         * sysdeps/i386/strspn.S (strspn): Likewise.
25424         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25425         conditional code.
25426         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25427         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25428         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25429         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25430         L(1_3) into L(1_1).
25431         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25432         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25433         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25434         macros.
25435         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25437 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25439         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25440         macro.
25442 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25444         * math/atest-exp.c (exp_mpn): Remove ROUND.
25445         * math/atest-exp2.c (exp_mpn): Likewise.
25446         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25448         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25449         * stdlib/tst-tls-atexit-lib.c: Likewise.
25450         * stdlib/tst-tls-atexit.c: Likewise.
25452 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25454         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25455         and __attribute_alloc_size__.
25457 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25459         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25460         __attribute_alloc_size__.
25461         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25462         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25464 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25466         * include/programs/xmalloc.h: New file.
25467         * catgets/gencat.c: Include it.
25468         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25469         * elf/pldd.c: Likewise.
25470         * iconv/iconv_charmap.c: Likewise.
25471         * iconv/iconvconfig.c: Likewise.
25472         * iconv/strtab.c: Likewise.
25473         * locale/programs/locale.c: Likewise.
25474         * locale/programs/localedef.h: Likewise.
25475         * locale/programs/simple-hash.c: Likewise.
25476         * nscd/nscd.h: Likewise.
25477         * nss/makedb.c: Likewise.
25478         * sysdeps/generic/ldconfig.h: Likewise.
25480 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25482         * Versions.def: Add GLIBC_2.18.
25483         * include/link.h (struct link_map): New member l_tls_dtor_count.
25484         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25485         (__call_tls_dtors): Likewise.
25486         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25487         __cxa_thread_atexit_impl.
25488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25489         Likewise.
25490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25491         Likewise.
25492         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25493         Likewise.
25494         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25495         Likewise.
25496         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25497         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25498         Likewise.
25499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25500         Likewise.
25501         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25502         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25503         Likewise.
25504         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25505         (tests): Add test case tst-tls-atexit.
25506         (modules-names): Add shared library for tst-tls-atexit.
25507         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25508         (GLIBC_PRIVATE): Add __call_tls_dtors.
25509         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25510         for libstdc++.
25511         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25512         * stdlib/tst-tls-atexit.c: New test case.
25513         * stdlib/tst-tls-atexit-lib.c: New test case.
25515         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25517         * elf/Versions (ld): Add _dl_find_dso_for_object.
25518         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25519         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25520         (dl_open_worker): Use _dl_find_dso_for_object.
25521         * elf/dl-sym.c (do_sym): Likewise.
25522         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25524 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25526         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25527         Syntactic changes only.
25528         (_dl_runtime_profile): Do a tail-call to the resolved function.
25530 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25532         [BZ #13550]
25533         * sysdeps/x86_64/bp-asm.h: Remove file.
25534         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25535         <bp-sym.h> and <bp-asm.h>.
25536         (__clone): Do not use BP_SYM.
25537         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25538         <bp-sym.h> and <bp-asm.h>.
25539         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25540         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25541         "bp-asm.h".
25542         (_setjmp): Do not use BP_SYM.
25543         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25544         "bp-asm.h".
25545         (setjmp): Do not use BP_SYM.
25546         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25547         libc_hidden_def.
25548         (mempcpy): Do not use BP_SYM in weak_alias.
25549         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25550         "bp-asm.h".
25551         (strchr): Do not use BP_SYM.
25552         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25553         "bp-asm.h".
25554         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25555         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25556         (_start): Do not use BP_SYM.
25557         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25558         "bp-asm.h".
25559         (strcat): Do not use BP_SYM.
25560         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25561         "bp-asm.h".
25562         (STRCMP): Do not use BP_SYM.
25563         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25564         "bp-asm.h".
25565         (STRCPY): Do not use BP_SYM.
25566         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25567         "bp-asm.h".
25568         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25569         "bp-asm.h".
25570         (FUNCTION): Do not use BP_SYM.
25571         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25572         weak_alias.
25573         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25575 2013-02-17  Andreas Jaeger  <aj@suse.de>
25577         * time/Versions: Sort entries.
25578         * string/Versions: Likewise.
25579         * resolv/Versions: Likewise.
25580         * posix/Versions: Likewise.
25581         * iconv/Versions: Likewise.
25582         * elf/Versions: Likewise.
25583         * wcsmbs/Versions: Likewise.
25585 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25587         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25588         loop termination condition.
25590         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25591         variable to calculate EZ.
25592         (__sqr): Likewise.
25594         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25595         the lower precision input.
25597 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25599         [BZ #13550]
25600         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25601         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25602         (run-via-rtld-prefix): Do not handle %-bp tests.
25603         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25604         (all-object-suffixes): Remove .ob.
25605         (bppfx): Remove variable.
25606         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25607         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25608         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25609         [$(build-bounded) = yes] (libtype.ob): Likewise.
25610         * Makerules (elide-routines.ob): Remove variable.
25611         (do-tests-clean): Do not handle *-bp.out.
25612         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25613         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25614         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25615         (tests): Do not include $(tests-bp.out).
25616         (xtests): Do not include $(xtests-bp.out).
25617         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25618         [$(build-bounded) = yes] ($(addprefix
25619         $(objpfx),$(binaries-bounded))): Remove rule.
25620         ($(objpfx)%-bp.out): Remove rule.
25621         * config.make.in (build-bounded): Remove variable.
25622         * crypt/Makefile [$(build-bounded) = yes]
25623         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25624         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25625         append to variable.
25626         [$(build-bounded) = yes] (install-lib): Likewise.
25627         [$(build-bounded) = yes] (generated): Likewise.
25628         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25629         Remove rule.
25630         * intl/Makefile [$(build-bounded) = yes]
25631         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25632         * math/Makefile [$(build-bounded) = yes]
25633         ($(tests:%=$(objpfx)%-bp): Likewise.
25634         * misc/Makefile [$(build-bounded) = yes]
25635         ($(objpfx)tst-tsearch-bp): Likewise.
25636         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25637         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25638         Remove dependency.
25639         * string/Makefile (o-objects.ob): Remove variable.
25640         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25641         (CFLAGS-.ob): Remove variable.
25642         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25643         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25644         both definitions of variable.
25645         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25646         (ASFLAGS-.ob): Remove variable.
25648 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25650         [BZ #13550]
25651         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25652         Remove __BOUNDED_POINTERS__ from condition.
25653         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25654         * string/bits/string2.h [!__NO_STRING_INLINES &&
25655         !__BOUNDED_POINTERS__]: Likewise.
25656         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25657         Likewise.
25658         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25659         Remove conditional code.
25660         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25661         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25662         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25663         condition.
25665         [BZ #13550]
25666         * csu/libc-start.c: Do not include <bp-sym.h>.
25667         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25668         * elf/dl-open.c: Do not include <bp-sym.h>.
25669         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25670         * math/fegetenv.c: Do not include <bp-sym.h>.
25671         (fegetenv): Do not use BP_SYM in versioned symbols.
25672         * nptl/sysdeps/pthread/bits/libc-lockP.h
25673         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25674         <bp-sym.h>.
25675         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25676         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25677         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25678         (__pthread_mutex_destroy): Likewise.
25679         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25680         (__pthread_mutex_lock): Likewise.
25681         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25682         (__pthread_mutex_trylock): Likewise.
25683         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25684         (__pthread_mutex_unlock): Likewise.
25685         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25686         (__pthread_mutexattr_init): Likewise.
25687         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25688         (__pthread_mutexattr_destroy): Likewise.
25689         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25690         (__pthread_mutexattr_settype): Likewise.
25691         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25692         (__pthread_rwlock_init): Likewise.
25693         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25694         (__pthread_rwlock_destroy): Likewise.
25695         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25696         (__pthread_rwlock_rdlock): Likewise.
25697         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25698         (__pthread_rwlock_tryrdlock): Likewise.
25699         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25700         (__pthread_rwlock_wrlock): Likewise.
25701         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25702         (__pthread_rwlock_trywrlock): Likewise.
25703         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25704         (__pthread_rwlock_unlock): Likewise.
25705         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25706         (__pthread_key_create): Likewise.
25707         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25708         (__pthread_setspecific): Likewise.
25709         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25710         (__pthread_getspecific): Likewise.
25711         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25712         Likewise.
25713         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25714         (_pthread_cleanup_push_defer): Likewise.
25715         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25716         (_pthread_cleanup_pop_restore): Likewise.
25717         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25718         (pthread_setcancelstate): Likewise.
25719         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25720         <bp-sym.h>.
25721         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25722         (memchr): Do not use BP_SYM in weak_alias.
25723         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25724         (fegetenv): Do not use BP_SYM in versioned symbols.
25725         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25726         (fesetenv): Do not use BP_SYM in versioned symbols.
25727         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25728         (feupdateenv): Do not use BP_SYM in versioned symbols.
25729         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25730         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25731         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25732         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25733         (open64): Do not use BP_SYM in weak_alias.
25734         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25735         (fegetenv): Do not use BP_SYM in versioned symbols.
25736         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25737         (fesetenv): Do not use BP_SYM in versioned symbols.
25738         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25739         (feupdateenv): Do not use BP_SYM in versioned symbols.
25740         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25741         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25742         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25743         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25744         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25745         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25746         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25747         <bp-sym.h>.
25748         (__libc_start_main): Do not use BP_SYM.
25750 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25752         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25753         redundant return line.
25754         (norm): Likewise.
25755         (denorm): Likewise.
25756         (dbl_mp): Likewise.
25757         (sub_magnitudes): Likewise.
25758         (__add): Likewise.
25759         (__sub): Likewise.
25760         (__mul): Likewise.
25761         (__inv): Likewise.
25762         (__dvd): Likewise.
25763         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25764         (norm): Likewise.
25765         (denorm): Likewise.
25766         (dbl_mp): Likewise.
25767         (sub_magnitudes): Likewise.
25768         (__add): Likewise.
25769         (__sub): Likewise.
25770         (__mul): Likewise.
25771         (__inv): Likewise.
25772         (__dvd): Likewise.
25774         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25775         instead of __mul.
25776         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25777         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25778         (cc32): Likewise.
25780         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25781         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25782         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25783         of __mul for squares.
25784         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25785         function
25786         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25787         Likewise.
25788         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25789         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25791 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25793         [BZ #13550]
25794         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25795         code.
25796         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25797         prototype or function definition.  Rename ubp_* variables and
25798         parameters.  Remove argv definitions conditional on
25799         [__BOUNDED_POINTERS__].
25800         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25801         * elf/dl-runtime.c (_dl_fixup): Likewise.
25802         * include/set-hooks.h (RUN_HOOK): Likewise.
25803         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25804         definition.
25805         * string/strcpy.c (strcpy): Do not use __unbounded.
25806         * sysdeps/generic/frame.h (struct layout): Likewise.
25807         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25808         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25809         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25810         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25811         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25812         (__backtrace): Likewise.
25813         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25814         use __ptrvalue.
25815         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25816         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25817         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25818         Likewise.
25819         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25820         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25821         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25822         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25823         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25824         Do not use __unbounded.
25825         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25826         Rename __unboundedrlimits parameter to rlimits in prototype.
25827         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25828         Do not use __unbounded.
25829         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25830         not use __ptrvalue.
25831         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25832         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25833         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25834         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25835         __ptrvalue or __unbounded.
25836         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25837         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25838         use __unbounded.
25839         (__new_msgctl): Do not use __ptrvalue.
25840         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25841         __unbounded.
25842         (__libc_msgrcv): Do not use __ptrvalue.
25843         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25844         startup_info): Do not use __unbounded.
25845         (__libc_start_main): Likewise.  Rename ubp_* variables and
25846         parameters.  Remove argv definitions conditional on
25847         [__BOUNDED_POINTERS__].
25848         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25849         __ptrvalue.
25850         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25851         use __unbounded.
25852         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25853         or __ptrvalue.
25854         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25855         use __unbounded.
25856         (__new_shmctl): Do not use __ptrvalue.
25857         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25858         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25859         Likewise.
25860         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25861         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25862         (__libc_sigaction): Likewise.
25863         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25864         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25865         Likewise.
25866         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25868 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25870         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25872         * string/mempcpy.c: Implement by calling memcpy.
25874 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25876         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25878         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25879         evaluation.
25881         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25882         values in the mantissa.
25884         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25885         minimize writes to Z.
25886         (sub_magnitudes): Simplify code a bit.
25888 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25890         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25891         from the message.  The linker prefixes all warnings with that already.
25893 2013-02-12  Andreas Schwab  <schwab@suse.de>
25895         [BZ #15078]
25896         * posix/regexec.c (extend_buffers): Add parameter min_len.
25897         (check_matching): Pass minimum needed length.
25898         (clean_state_log_if_needed): Likewise.
25899         (get_subexp): Likewise.
25900         * posix/Makefile (tests): Add bug-regex34.
25901         (bug-regex34-ENV): Define.
25902         * posix/bug-regex34.c: New file.
25904         [BZ #11561]
25905         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25906         elements compare against the byte sequence of it, not its name.
25907         * posix/Makefile (tests): Add bug-regex35.
25908         (bug-regex35-ENV): Define.
25909         * posix/bug-regex35.c: New file.
25911 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25913         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25914         comment.
25915         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25916         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25917         (CHECK_EOL): Add undef.
25919 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25921         * bits/stdlib-bsearch.h: New file.
25922         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25923         * stdlib/stdlib.h: Likewise.
25925 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25927         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25928         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25929         declaration.
25930         * manual/search.texi (Array Search Function): Add missing const in
25931         lfind prototype.
25932         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25933         declaration to use rlim_t.
25934         (Basic Scheduling Functions): Remove erroneous const from
25935         sched_getparam prototype.  Remove erroneous * from
25936         sched_get_priority_max and sched_get_priority_min prototypes.
25937         (Resource Usage): Fix summary @comment on vtimes to refer to
25938         sys/vtimes.h rather than vtimes.h.
25939         Add missing *s in vtimes prototype.
25940         (Limits on Resources): Fix ulimit prototype to return long int.
25941         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25942         prototypes to use long int rather than double.
25943         (BSD Random): Fix initstate and setstate to use char *, not void *.
25944         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25945         prototype to make second argument 'struct aiocb64 *const[]'.
25946         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25947         (Status of AIO Operations): Remove erroneous const in aio_return and
25948         aio_return64 prototypes.
25949         (Synchronizing I/O): Fix sync prototype to return void.
25950         * manual/startup.texi (Suboptions): Remove an erroneous const in
25951         getsubopt prototype.
25952         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25953         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25954         use size_t rather than int.
25955         (Scanning All Users): Likewise for getpwent_r.
25956         (Setting Groups): Add missing const to setgroups prototype.
25957         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25958         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25959         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25960         'const void *' rather than 'const char *'.
25961         (Host Address Functions): Likewise for inet_ntop.
25962         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25963         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25964         ssize_t for return value.
25965         (Sending Data): Likewise for send, sendto, sendmsg.
25966         (Socket Option Functions): Add a missing const in setsockopt prototype.
25967         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25968         use wchar_t for the argument.
25969         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25970         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25971         take no arguments.
25972         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25973         double/float/long double for second argument.
25974         Fix return types of significand, significandf, significandl.
25975         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25976         argument in fchmod prototype.
25977         (File Owner): Use uid_t and gid_t in fchown prototype.
25978         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25979         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25980         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25981         use 'const struct dirent **' as argument types to CMP function pointer
25982         argument.
25983         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25984         (File Times): Fix summary magic @comment for struct utimbuf and utime
25985         to refer to utime.h, not time.h.
25986         * manual/string.texi (Argz Functions): Add missing const in
25987         argz_extract and argz_next prototypes.
25988         (Finding Tokens in a String): Likewise for basename.
25989         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25990         (Copying and Concatenation): Fix typo in wmemmove prototype.
25991         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25992         (Signal Stack): Remove erroneous const in sigstack prototype.
25993         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25994         prototype.
25995         (Simple Calendar Time): Likewise for stime.
25996         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25997         prototype.
25998         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25999         say sys/sysctl.h instead.
26000         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26001         and vsyslog prototypes.
26003 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26005         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26006         Remove.
26008 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26010         * misc/sys/mman.h: Fix typo in mremap comment.
26012 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26014         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26015         the '\0' terminator.
26017 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26019         [BZ #13550]
26020         * debug/segfault.c: Don't include <bp-checks.h>.
26021         * sysdeps/generic/bp-checks.h: Remove file.
26022         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26023         (__GETDENTS): Don't use CHECK_N.
26024         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26025         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26026         (__getgroups): Don't use CHECK_N.
26027         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26028         (setgroups): Don't use CHECK_N.
26029         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26030         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26031         (__libc_msgrcv): Don't use CHECK_N.
26032         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26033         (__libc_msgsnd): Don't use CHECK_N.
26034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26035         <bp-checks.h>.
26036         (__libc_pread): Don't use CHECK_N.
26037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26038         include <bp-checks.h>.
26039         (__libc_pread64): Don't use CHECK_N.
26040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26041         include <bp-checks.h>.
26042         (__libc_pwrite): Don't use CHECK_N.
26043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26044         include <bp-checks.h>.
26045         (__libc_pwrite64): Don't use CHECK_N.
26046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26047         <bp-checks.h>.
26048         (__libc_pread): Don't use CHECK_N.
26049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26050         include <bp-checks.h>.
26051         (__libc_pread64): Don't use CHECK_N.
26052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26053         include <bp-checks.h>.
26054         (__libc_pwrite): Don't use CHECK_N.
26055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26056         include <bp-checks.h>.
26057         (__libc_pwrite64): Don't use CHECK_N.
26058         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26059         (do_pread): Don't use CHECK_N.
26060         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26061         (do_pread64): Don't use CHECK_N.
26062         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26063         (do_pwrite): Don't use CHECK_N.
26064         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26065         (do_pwrite64): Don't use CHECK_N.
26066         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26067         (__libc_readv): Don't use CHECK_N.
26068         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26069         (semop): Don't use CHECK_N.
26070         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26071         <bp-checks.h>.
26072         (semtimedop): Don't use CHECK_N.
26073         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26074         (__libc_pread): Don't use CHECK_N.
26075         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26076         <bp-checks.h>.
26077         (__libc_pread64): Don't use CHECK_N.
26078         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26079         <bp-checks.h>.
26080         (__libc_pwrite): Don't use CHECK_N.
26081         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26082         <bp-checks.h>.
26083         (__libc_pwrite64): Don't use CHECK_N.
26084         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26085         <bp-checks.h>.
26086         (__libc_msgrcv): Don't use CHECK_N.
26087         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26088         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26089         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26090         (__libc_writev): Don't use CHECK_N.
26092 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26094         * string/strcpy.c: Removed unused variable.
26096         * Makeconfig (+sysdep-includes): Define with := rather than =.
26097         Use an existing include/ subdir of each sysdeps dir before it.
26099 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26101         * nscd/connection.c (register_traced_file): Comment function.
26102         [HAVE_INOTIFY] (union __inev): Define.
26103         [HAVE_INOTIFY] (inotify_check_files): New function.
26104         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26105         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26106         clear_db_cache.
26107         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26109 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26111         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26112         loaded if not already and that a failure is permanent.
26114 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26116         [BZ #15006]
26117         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26118         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26120 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26122         [BZ #13550]
26123         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26124         (CHECK_1_NULL_OK): Likewise.
26125         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26126         (__fxstat): Do not use CHECK_1.
26127         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26128         <bp-checks.h>.
26129         (___fxstat64): Do not use CHECK_1.
26130         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26131         <bp-checks.h>.
26132         (__fxstatat): Do not use CHECK_1.
26133         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26134         <bp-checks.h>.
26135         (__fxstatat64): Do not use CHECK_1.
26136         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26137         <bp-checks.h>.
26138         (__fxstat): Do not use CHECK_1.
26139         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26140         <bp-checks.h>.
26141         (__fxstatat): Do not use CHECK_1.
26142         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26143         <bp-checks.h>.
26144         (__getresgid): Do not use CHECK_1.
26145         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26146         <bp-checks.h>.
26147         (__getresuid): Do not use CHECK_1.
26148         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26149         <bp-checks.h>.
26150         (__lxstat): Do not use CHECK_1.
26151         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26152         <bp-checks.h>.
26153         (__old_msgctl): Do not use CHECK_1.
26154         (__new_msgctl): Likewise.
26155         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26156         <bp-checks.h>.
26157         (__new_setrlimit): Do not use CHECK_1.
26158         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26159         <bp-checks.h>.
26160         (__old_shmctl): Do not use CHECK_1.
26161         (__new_shmctl): Likewise.
26162         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26163         <bp-checks.h>.
26164         (__xstat): Do not use CHECK_1.
26165         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26166         (__lxstat): Do not use CHECK_1.
26167         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26168         <bp-checks.h>.
26169         (___lxstat64): Do not use CHECK_1.
26170         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26171         (__old_msgctl): Do not use CHECK_1.
26172         (__new_msgctl): Likewise.
26173         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26174         <bp-checks.h>.
26175         (__gettimeofday): Do not use CHECK_1.
26176         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26177         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26178         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26179         <bp-checks.h>.
26180         (__gettimeofday): Do not use CHECK_1.
26181         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26182         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26183         (__new_shmctl): Do not use CHECK_1.
26184         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26185         <bp-checks.h>.
26186         (do_sigtimedwait): Do not use CHECK_1.
26187         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26188         <bp-checks.h>.
26189         (do_sigwaitinfo): Do not use CHECK_1.
26190         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26191         <bp-checks.h>.
26192         (msgctl): Do not use CHECK_1.
26193         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26194         <bp-checks.h>.
26195         (shmctl): Do not use CHECK_1.
26196         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26197         (ustat): Do not use CHECK_1.
26198         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26199         <bp-checks.h>.
26200         (__fxstat): Do not use CHECK_1.
26201         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26202         <bp-checks.h>.
26203         (__fxstatat): Do not use CHECK_1.
26204         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26205         <bp-checks.h>.
26206         (__lxstat): Do not use CHECK_1.
26207         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26208         <bp-checks.h>.
26209         (__xstat): Do not use CHECK_1.
26210         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26211         (__xstat): Do not use CHECK_1.
26212         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26213         (___xstat64): Do not use CHECK_1.
26215         [BZ #13550]
26216         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26217         definitions.
26218         (CHECK_BOUNDS_HIGH): Likewise.
26219         * string/strcpy.c: Do not include <bp-checks.h>.
26220         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26222 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26224         * nscd/nscd-client.h (__nscd_drop_map_ref):
26225         Add __attribute__ ((unused)).
26226         * nis/nss-nisplus.h (niserr2nss): Likewise.
26228         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26229         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26231         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26232         Remove inline keyword.
26233         * include/rounding-mode.h (round_away): Likewise.
26234         * libio/wfileops.c (adjust_wide_data): Likewise.
26235         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26236         (__m128i_strloadu_tolower): Likewise.
26237         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26238         (__m128i_strloadu_tolower): Likewise.
26239         * time/mktime.c (ydhms_diff): Likewise.
26240         * locale/elem-hash.h (elem_hash): Likewise.
26241         * locale/setlocale.c (setdata): Likewise.
26242         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26243         (re_string_wchar_at): Likewise.
26244         (bitset_not, bitset_merge, bitset_mask): Likewise.
26245         [!(__GNUC__ > 3)] (inline): Remove macro.
26246         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26247         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26248         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26249         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26250         * string/memcmp.c (memcmp_bytes): Likewise.
26251         * locale/programs/locarchive.c (compute_hashval): Likewise.
26252         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26253         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26254         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26255         * nss/getent.c (print_rpc, print_protocols): Likewise.
26256         (print_passwd, print_group, print_aliases): Likewise.
26257         * nis/nss-nisplus.h (niserr2nss): Likewise.
26258         * nscd/connections.c (restart_p): Likewise.
26259         Change return type to bool.
26261 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26263         * Makeconfig (all-Depend-files): Add existing
26264         $(sorted-subdirs:=/Depend) files.
26265         (all-subdirs): Remove nss.
26266         * sysdeps/unix/inet/Subdirs: Add it here instead.
26267         * hesiod/Depend: New file.
26269         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26270         instead of calling alloca.
26272         * io/lseek.c (__lseek): Rename to __libc_lseek.
26273         Define __lseek as an alias.
26275         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26277 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26279         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26280         else clause and remove check for non-standard endianness.
26282 2013-02-04  David S. Miller  <davem@davemloft.net>
26284         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26286 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26288         [BZ #13550]
26289         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26290         (__ubp_memchr): Remove prototype.
26291         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26292         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26293         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26294         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26295         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26296         Remove alias.
26297         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26298         (__ubp_memchr): Likewise.
26299         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26300         (__ubp_memchr): Likewise.
26301         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26302         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26303         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26304         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26305         CHECK_STRING.
26306         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26307         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26308         (__getcwd): Do not use CHECK_STRING.
26309         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26310         <bp-checks.h>.
26311         (__real_chown): Do not use CHECK_STRING.
26312         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26313         <bp-checks.h>.
26314         (fchownat): Do not use CHECK_STRING.
26315         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26316         CHECK_STRING.
26317         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26318         <bp-checks.h>.
26319         (__lchown): Do not use CHECK_STRING.
26320         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26321         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26322         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26323         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26325         include <bp-checks.h>.
26326         (truncate64): Do not use CHECK_STRING.
26327         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26328         <bp-checks.h>.
26329         (__real_chown): Do not use CHECK_STRING.
26330         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26331         <bp-checks.h>.
26332         (__lchown): Do not use CHECK_STRING.
26333         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26334         <bp-checks.h>.
26335         (__chown): Do not use CHECK_STRING.
26336         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26337         <bp-checks.h>.
26338         (truncate64): Do not use CHECK_STRING.
26339         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26340         Likewise.
26341         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26342         (__xmknod): Do not use CHECK_STRING.
26343         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26344         <bp-checks.h>.
26345         (__xmknodat): Do not use CHECK_STRING.
26346         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26347         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26349 2013-02-04  Andreas Schwab  <schwab@suse.de>
26351         [BZ #14142]
26352         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26353         * include/netdb.h: Likewise for h_errno.
26354         * elf/tst-stackguard1.c: Include <tls.h>.
26356 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26358         * elf/link.h (struct link_map): Extend the l_addr comment.
26359         * include/link.h (struct link_map): Likewise.
26361 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26363         [BZ #13550]
26364         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26365         (BOUNDED_1): Remove macro.
26366         * debug/backtrace.c: Don't include <bp-checks.h>.
26367         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26368         (__backtrace): Likewise.
26369         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26370         <bp-checks.h>.
26371         (__backtrace): Don't use BOUNDED_1.
26372         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26373         <bp-checks.h>.
26374         (__backtrace): Don't use BOUNDED_1.
26375         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26376         (__backtrace): Don't use BOUNDED_1.
26377         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26378         (shmat): Don't use BOUNDED_N.
26380 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26382         [BZ #13550]
26383         * sysdeps/generic/bp-start.h: Remove file.
26384         * csu/libc-start.c: Don't include <bp-start.h>.
26385         (LIBC_START_MAIN): Set up __environ directly instead of using
26386         INIT_ARGV_and_ENVIRON.
26387         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26388         <bp-start.h>.
26390         [BZ #13550]
26391         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26392         definitions.
26393         (CHECK_FCNTL): Likewise.
26394         (CHECK_N_PAGES): Likewise.
26396         [BZ #13550]
26397         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26398         definitions.
26399         (CHECK_SIGSET_NULL_OK): Likewise.
26400         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26401         <bp-checks.h>.
26402         (sigpending): Don't use CHECK_SIGSET.
26403         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26404         <bp-checks.h>.
26405         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26406         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26407         <bp-checks.h>.
26408         (do_sigsuspend): Don't use CHECK_SIGSET.
26409         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26410         use CHECK_SIGSET.
26411         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26412         (do_sigwait): Don't use CHECK_SIGSET.
26413         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26414         use CHECK_SIGSET.
26415         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26416         include <bp-checks.h>.
26417         (sigpending): Don't use CHECK_SIGSET.
26418         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26419         include <bp-checks.h>.
26420         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26421         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26422         <bp-checks.h>.
26423         (sigpending): Don't use CHECK_SIGSET.
26424         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26425         <bp-checks.h>.
26426         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26428         [BZ #13550]
26429         * sysdeps/generic/bp-semctl.h: Remove file.
26430         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26431         <bp-checks.h> and <bp-semctl.h>.
26432         (__old_semctl): Don't use CHECK_SEMCTL.
26433         (__new_semctl): Likewise.
26434         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26435         and <bp-semctl.h>.
26436         (__old_semctl): Don't use CHECK_SEMCTL.
26437         (__new_semctl): Likewise.
26438         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26439         <bp-checks.h> and <bp-semctl.h>.
26440         (__old_semctl): Don't use CHECK_SEMCTL.
26441         (__new_semctl): Likewise.
26442         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26443         <bp-checks.h> and <bp-semctl.h>.
26444         (semctl): Don't use CHECK_SEMCTL.
26446         [BZ #13550]
26447         * Makerules (elide-bp-thunks): Remove variable.
26448         (elide-routines.oS): Don't use $(elide-bp-thunks).
26449         (elide-routines.os): Likewise.
26450         (elide-routines.o): Likewise.
26451         (elide-routines.op): Likewise.
26452         (elide-routines.og): Likewise.
26453         (objects): Don't use $(bp-thunks).
26454         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26455         include.
26456         (common-generated): Do not add s-proto-bp.d.
26457         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26458         (int): Likewise.
26459         (typ): Likewise.
26460         Do not generate makefile rules for bounded-pointer thunks.
26461         * sysdeps/generic/bp-thunks.h: Remove file.
26462         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26463         * sysdeps/unix/s-proto-bp.S: Likewise.
26465         [BZ #15062]
26466         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26467         parts of result separately when argument is not close to line from
26468         -i to i and one part of argument is small.
26469         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26470         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26471         * math/libm-test.inc (cacos_test): Add more tests.
26472         (casin_test): Likewise.
26473         (casinh_test): Likewise.
26474         * sysdeps/i386/fpu/libm-test-ulps: Update.
26475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26477 2013-01-31  David S. Miller  <davem@davemloft.net>
26479         * po/de.po: Update from translation team.
26481 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26483         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26485 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26487         * configure.in (_AC_PROG_CC_C89): New definition.
26488         * configure: Regenerate.
26490         * configure.in (AC_PROG_CPP): New definition.
26491         * configure: Regenerate.
26493 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26495         * debug/tst-backtrace.h: New file.
26496         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26497         (ret): Remove variable.
26498         (x): Likewise.
26499         (FAIL): Remove macro.
26500         (NO_INLINE): Likewise.
26501         (fn1): Use match function instead of strstr.
26502         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26503         (ret): Remove variable.
26504         (x): Likewise.
26505         (FAIL): Remove macro.
26506         (NO_INLINE): Likewise.
26507         (fn): Use match function instead of strstr.
26508         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26509         (ret): Remove variable.
26510         (x): Likewise.
26511         (FAIL): Remove macro.
26512         (NO_INLINE): Likewise.
26513         (handle_signal): Use match function instead of strstr.
26514         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26515         (ret): Remove variable.
26516         (x): Likewise.
26517         (FAIL): Remove macro.
26518         (NO_INLINE): Likewise.
26519         (handle_signal): Use match function instead of strstr.
26521 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26523         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26525 2013-01-23  David S. Miller  <davem@davemloft.net>
26527         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26528         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26529         argument of CAS if possible.
26530         * sysdeps/sparc/sparc64/bits/atomic.h
26531         (__arch_compare_and_exchange_val_32_acq): Likewise.
26532         (__arch_compare_and_exchange_val_64_acq): Likewise.
26534 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26536         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26537         * sysdeps/posix/ulimit.c: ... this.
26538         Include <limits.h>.
26539         * sysdeps/unix/bsd/ulimit.c: Remove file.
26541 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26543         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26544         (LDFLAGS-tst-array5): Likewise.
26546 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26548         [BZ #15036]
26549         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26550         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26551         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26552         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26554 2013-01-21  David S. Miller  <davem@davemloft.net>
26556         * sysdeps/sparc/backtrace.c: New file.
26557         * sysdeps/sparc/sparc32/backtrace.h: New file.
26558         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26559         * sysdeps/sparc/sparc64/backtrace.h: New file.
26560         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26561         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26562         -funwind-tables.
26564 2013-01-21  Andreas Schwab  <schwab@suse.de>
26566         [BZ #15020]
26567         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26568         closed its stdout.
26570 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26572         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26573         "mpa2.h".
26574         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26576 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26577             Mark Mitchell  <mark@codesourcery.com>
26578             Tom de Vries  <tom@codesourcery.com>
26579             Paul Pluzhnikov  <ppluzhnikov@google.com>
26581         * debug/tst-backtrace2.c: New file.
26582         * debug/tst-backtrace3.c: Likewise.
26583         * debug/tst-backtrace4.c: Likewise.
26584         * debug/tst-backtrace5.c: Likewise.
26585         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26586         (CFLAGS-tst-backtrace3.c): Likewise.
26587         (CFLAGS-tst-backtrace4.c): Likewise.
26588         (CFLAGS-tst-backtrace5.c): Likewise.
26589         (LDFLAGS-tst-backtrace2): Likewise.
26590         (LDFLAGS-tst-backtrace3): Likewise.
26591         (LDFLAGS-tst-backtrace4): Likewise.
26592         (LDFLAGS-tst-backtrace5): Likewise.
26593         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26594         tst-backtrace4 and tst-backtrace5.
26596 2013-01-18  Anton Blanchard  <anton@samba.org>
26597             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26599         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26600         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26601         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26602         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26604         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26605         "+r" and remove output regs list as redundant.  Add explicit inline
26606         asm to specify register of return val to work around compiler codegen
26607         bug.  Remove (int) cast on return value.  Add return type parameter to
26608         use in macro so that this macro does not truncate return value for
26609         64-bit values.
26610         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26611         pass to INTERNAL_VSYSCALL_NCS.
26612         (INLINE_VSYSCALL): Add 'long int' as return type to
26613         INTERNAL_VSYSCALL_NCS macro invocation.
26614         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26615         INTERNAL_VSYSCALL_NCS macro invocation.
26616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26618 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26620         [BZ #14496]
26621         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26622         Fix application of SIMD FP exception mask.
26624         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26625         mp_no from a power of two.
26626         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26627         __mpexp_twomm1.  Use __pow_mp.
26629         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26630         multiplication.
26632 2013-01-17  David S. Miller  <davem@davemloft.net>
26634         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26636 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26638         [BZ #15023]
26639         * include/complex.h: Condition contents on [!_COMPLEX_H].
26640         (__kernel_casinhf): New prototype.
26641         (__kernel_casinh): Likewise.
26642         (__kernel_casinhl): Likewise.
26643         * math/Makefile (libm_calls): Add k_casinh.
26644         * math/k_casinh.c: New file.
26645         * math/k_casinhf.c: Likewise.
26646         * math/k_casinhl.c: Likewise.
26647         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26648         finite nonzero arguments.
26649         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26650         finite nonzero arguments.
26651         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26652         finite nonzero arguments.
26653         * math/s_casinh.c: Do not include <float.h>.
26654         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26655         * math/s_casinhf.c: Do not include <float.h>.
26656         (__casinhf): Move code for finite nonzero arguments to
26657         k_casinhf.c.
26658         * math/s_casinhl.c: Do not include <float.h>.
26659         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26660         redefine.
26661         (__casinhl): Move code for finite nonzero arguments to
26662         k_casinhl.c.
26663         * math/libm-test.inc (cacos_test): Add more tests.
26664         * sysdeps/i386/fpu/libm-test-ulps: Update.
26665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26667 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26669         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26670         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26671         [!HAVE_MREMAP]: Remove [defined linux] case.
26672         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26674 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26676         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26678 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26680         * elf/elf.h (R_386_SIZE32): New relocation.
26681         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26682         R_386_SIZE32.
26683         (elf_machine_rela): Likewise.
26684         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26685         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26687 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26689         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26690         (FP_FAST_FMA): Do not define.
26691         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26692         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26693         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26694         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26695         !_SOFT_FLOAT]: Likewise.
26696         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26697         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26698         value.
26699         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26700         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26701         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26702         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26703         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26704         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26705         file.
26707 2013-01-16  Andreas Schwab  <schwab@suse.de>
26709         [BZ #14327]
26710         * include/stdlib.h (__mktemp): Add declaration.
26711         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26712         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26714 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26716         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26717         definitions.
26718         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26719         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26720         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26721         definitions here.
26722         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26723         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26724         definitions.
26725         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26726         and ONE.
26727         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26728         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26729         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26730         definitions.
26731         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26732         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26733         definitions.
26734         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26736         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26738 2013-01-15  David S. Miller  <davem@davemloft.net>
26740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26741         trunc{,f} to libm-sysdep_routes.
26742         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26744         file.
26745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26747         file.
26748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26749         file.
26750         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26751         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26752         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26753         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26754         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26755         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26756         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26757         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26760         nearbyint{,f} to libm-sysdep_routes.
26761         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26763         New file.
26764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26765         file.
26766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26767         New file.
26768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26769         file.
26770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26772         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26773         file.
26774         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26775         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26776         file.
26777         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26778         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26779         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26781         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26782         libc_feholdexcept and libc_fesetenv.
26784 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26786         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26788 2013-01-14  David S. Miller  <davem@davemloft.net>
26790         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26791         (SPARC_ASM_VIS2_IFUNC): Likewise.
26792         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26794         use of 'siam' instruction.
26795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26796         Likewise.
26797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26798         Likewise.
26799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26800         Likewise.
26801         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26802         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26803         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26804         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26806         file.
26807         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26808         file.
26809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26810         file.
26811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26812         file.
26813         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26814         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26815         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26816         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26818         new VIS2 routines.
26819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26822         Likewise.
26823         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26824         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26825         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26826         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26828         routines to libm-sysdep_routines.
26829         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26832         fdim/fdimf to libm-sysdep_routines.
26833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26834         file.
26835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26837         file.
26838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26839         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26841         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26842         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26843         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26844         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26846 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26848         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26849         to optimize copies.
26851         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26852         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26853         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26855         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26856         local variable MPTWO.
26857         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26858         Likewise.
26860 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26862         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26863         GLOB_NOESCAPE.
26865 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26867         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26869 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26871         * manual/pattern.texi (glob_t): Document gl_flags.
26872         (glob64_t): Likewise.
26874 2013-01-11  David S. Miller  <davem@davemloft.net>
26876         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26877         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26878         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26879         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26880         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26881         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26882         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26883         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26884         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26885         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26886         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26887         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26888         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26890         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26891         sparc V9 rather than using V8 code.
26892         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26893         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26895         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26896         Move to...
26897         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26898         Here.
26900 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26902         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26903         not in the main loop.
26904         * configure: Regenerated.
26906 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26908         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26909         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26910         to just #else.
26911         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26912         [!__GLIBC_HAVE_LONG_LONG] case.
26913         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26914         condition to just #else.
26915         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26916         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26917         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26918         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26919         unconditional.
26920         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26921         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26922         #elif condition to just #else.
26923         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26924         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26925         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26926         #elif condition to just #else.
26928 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26930         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26931         (EF_MIPS_ARCH_64): Fix value.
26932         (EF_MIPS_ARCH_32R2): New.
26933         (EF_MIPS_ARCH_64R2): New.
26935 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26937         * Makeconfig (+link-pie-before-libc): New.
26938         (+link-pie-after-libc): Likewise.
26939         (+link-pie-tests): Likewise.
26940         (+link-pie): Rewritten.
26941         (link-before-libc): Remove $(config-LDFLAGS).
26942         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26943         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26944         (config-LDFLAGS): Renamed to ...
26945         (rtld-LDFLAGS): This.
26946         (rtld-tests-LDFLAGS): New macro.
26947         (link-libc-rpath-link): Likewise.
26948         (link-libc-tests-rpath-link): Likewise.
26949         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26950         (link-libc): Prepand $(link-libc-rpath-link).
26951         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26952         (test-program-prefix): New macro.
26953         (test-via-rtld-prefix): Likewise.
26954         (test-program-cmd): Likewise.
26955         (host-test-program-cmd): Likewise.
26956         * Makefile ($(common-objpfx)testrun.sh): Replace
26957         $(run-program-prefix) with $(test-program-prefix).
26958         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26959         $(rtld-LDFLAGS).
26960         ($(common-objpfx)shlib.lds): Likewise.
26961         (build-module-helper): Likewise.
26962         ($(common-objpfx)format.lds): Likewise.
26963         * Rules (binaries-pie-tests): New.
26964         (binaries-pie-notests): Likewise.
26965         (binaries-pie): Rewritten.
26966         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26967         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26968         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26969         (make-test-out): Replace $(host-built-program-cmd) with
26970         $(host-test-program-cmd).
26971         * config.make.in (build-hardcoded-path-in-tests): New variable.
26972         * configure.in (--enable-hardcoded-path-in-tests): New configure
26973         option.
26974         (hardcoded_path_in_tests): New AC_SUBST.
26975         * configure: Regenerated.
26976         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26977         $(built-program-cmd) with $(test-program-cmd).
26978         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26979         (test_program_cmd): This.
26980         * elf/Makefile ($(objpfx)order.out): Run test with
26981         $(test-program-prefix).
26982         ($(objpfx)order2.out): Likewise.
26983         ($(objpfx)tst-initorder.out): Likewise.
26984         ($(objpfx)tst-initorder2.out): Likewise.
26985         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26986         $(test-program-cmd).
26987         ($(objpfx)tst-array1-static.out): Likewise.
26988         ($(objpfx)tst-array2.out): Likewise.
26989         ($(objpfx)tst-array3.out): Likewise.
26990         ($(objpfx)tst-array4.out): Likewise.
26991         ($(objpfx)tst-array5.out): Likewise.
26992         ($(objpfx)tst-array5-static.out): Likewise.
26993         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26994         $(test-program-cmd).
26995         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26996         $(run-program-prefix) with $(test-program-prefix).
26997         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26998         (test_program_prefix): This.
26999         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27000         $(run-program-prefix) with $(test-program-prefix).
27001         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27002         (test_program_prefix): This.
27003         * iconvdata/tst-tables.sh: Likewise.
27004         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27005         $(run-program-prefix) with $(test-program-prefix).
27006         ($(objpfx)tst-translit.out): Likewise.
27007         ($(objpfx)tst-gettext2.out): Likewise.
27008         ($(objpfx)tst-gettext4.out): Likewise.
27009         ($(objpfx)tst-gettext6.out): Likewise.
27010         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27011         (test_program_prefix): This.
27012         * intl/tst-gettext2.sh: Likewise.
27013         * intl/tst-gettext4.sh  Likewise.
27014         * intl/tst-gettext6.sh: Likewise.
27015         * intl/tst-translit.sh: Likewise.
27016         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27017         with $(test-program-cmd).
27018         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27019         $(run-program-prefix) with $(test-program-prefix).
27020         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27021         (test_program_prefix): This.
27022         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27023         $(run-program-prefix) with $(test-program-prefix).
27024         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27025         (test_program_prefix): This.
27026         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27027         * posix/Makefile ($(objpfx)globtest.out): Replace
27028         $(run-via-rtld-prefix) and $(test-wrapper) with
27029         $(test-program-prefix) and $(test-via-rtld-prefix).
27030         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27031         $(test-program-prefix).
27032         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27033         $(host-test-program-cmd).
27034         (tst-spawn-ARGS): Likewise.
27035         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27036         $(test-program-prefix).
27037         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27038         (test_via_rtld_prefix): This.
27039         (test_wrapper): Renamed to ...
27040         (test_program_prefix): This.
27041         (run_program_prefix): Replaced by test_program_prefix.
27042         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27043         (test_program_prefix): This.
27044         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27045         with $(host-test-program-cmd).
27046         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27047         $(run-program-prefix) with $(test-program-prefix).
27048         ($(objpfx)tst-printf.out): Likewise.
27049         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27050         $(test-program-cmd).
27051         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27052         (test_program_prefix): This.
27053         * stdio-common/tst-unbputc.sh: Likewise.
27054         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27055         $(run-program-prefix) with $(test-program-prefix).
27056         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27057         (test_program_prefix): This.
27058         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27059         $(built-program-cmd) with $(test-program-cmd).
27061 2013-01-11  Andreas Jaeger  <aj@suse.de>
27063         [BZ #15003]
27064         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27065         value. Sync with Linux 3.7.
27067 2013-01-10  David S. Miller  <davem@davemloft.net>
27069         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27070         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27071         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27073 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27075         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27076         never set.
27077         * configure: Regenerated.
27079 2013-01-10  David S. Miller  <davem@davemloft.net>
27081         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27082         sparc V9 rather than using V8 code.
27083         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27084         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27086 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27088         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27089         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27090         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27091         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27092         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27093         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27094         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27095         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27096         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27097         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27098         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27099         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27100         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27101         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27102         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27103         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27104         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27105         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27106         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27107         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27108         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27109         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27110         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27111         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27112         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27113         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27114         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27116 2013-01-10  David S. Miller  <davem@davemloft.net>
27118         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27120 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27122         * posix/Makefile (tests-static): New variable.
27123         (tests): Add $(tests-static).
27124         (tst-exec-static-ARGS): New variable.
27125         (tst-spawn-static-ARGS): Likewise.
27126         * posix/tst-exec-static.c: New file.
27127         * posix/tst-spawn-static.c: Likewise.
27128         * posix/tst-exec.c: Support run directly.
27129         * posix/tst-spawn.c: Likewise.
27131 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27133         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27134         long.
27135         * math/bits/mathcalls.h (llrint): Likewise.
27136         (llround): Likewise.
27137         * stdlib/stdlib.h (struct drand48_data): Likewise.
27138         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27139         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27140         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27141         Likewise.
27142         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27143         Likewise.
27144         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27145         (elf_greg_t): Likewise.
27146         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27147         (__jmp_buf): Likewise.
27148         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27149         definitions.
27150         (llrint): Likewise, for all definitions.
27151         (llrintl): Likewise.
27153         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27154         Remove [__GNUC__] condition.
27155         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27156         condition to just [__USE_ISOC99].
27157         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27159 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27161         [BZ #14200]
27162         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27163         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27164         defined.
27165         (_POSIX_V6_ILP32_OFF32): Likewise.
27166         (_XBS5_ILP32_OFF32): Likewise.
27167         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27168         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27170 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27172         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27174         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27175         doubles __mpexp_twomm1.  Adjust usage.
27176         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27177         Remove.
27179 2013-01-10  Andreas Schwab  <schwab@suse.de>
27181         [BZ #14964]
27182         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27183         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27185 2013-01-09  David S. Miller  <davem@davemloft.net>
27187         [BZ #15003]
27188         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27189         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27190         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27191         (TCP_FASTOPEN): Define.
27192         (tcp_repair_opt): New structure.
27193         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27194         enum values.
27195         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27196         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27197         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27198         (tcp_cookie_transactions): New structure.
27200 2013-01-09  Anton Blanchard  <anton@samba.org>
27202         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27203         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27204         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27205         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27207 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27209         * include/features.h (__USE_ANSI): Remove.
27211 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27213         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27215         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27217 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27219         * sysdeps/s390/fpu/libm-test-ulps: Update.
27221         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27223         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27224         (__acr): Likewise.
27225         (__cpy): Likewise.
27226         (norm): Likewise.
27227         (denorm): Likewise.
27228         (__mp_dbl): Likewise.
27229         (__dbl_mp): Likewise.
27230         (add_magnitudes): Likewise.
27231         (sub_magnitudes): Likewise.
27232         (__add): Likewise.
27233         (__sub): Likewise.
27234         (__mul): Likewise.
27235         (__inv): Likewise.
27236         (__dvd): Likewise.
27237         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27238         (__acr): Likewise.
27239         (__cpy): Likewise.
27240         (norm): Likewise.
27241         (denorm): Likewise.
27242         (__mp_dbl): Likewise.
27243         (__dbl_mp): Likewise.
27244         (add_magnitudes): Likewise.
27245         (sub_magnitudes): Likewise.
27246         (__add): Likewise.
27247         (__sub): Likewise.
27248         (__mul): Likewise.
27249         (__inv): Likewise.
27250         (__dvd): Likewise.
27251         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27252         (__acr): Likewise.
27253         (__cpy): Likewise.
27254         (norm): Likewise.
27255         (denorm): Likewise.
27256         (__mp_dbl): Likewise.
27257         (__dbl_mp): Likewise.
27258         (add_magnitudes): Likewise.
27259         (sub_magnitudes): Likewise.
27260         (__add): Likewise.
27261         (__sub): Likewise.
27262         (__mul): Likewise.
27263         (__inv): Likewise.
27264         (__dvd): Likewise.
27266 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27268         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27269         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27270         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27271         2 && __USE_EXTERN_INLINES]: Likewise.
27273 2013-01-08  Andreas Jaeger  <aj@suse.de>
27275         [BZ# 14985]
27276         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27277         Remove.
27278         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27279         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27281 2013-01-07  Anton Blanchard  <anton@samba.org>
27283         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27284         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27285         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27286         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27287         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27288         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27289         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27290         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27291         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27292         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27293         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27294         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27295         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27296         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27297         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27298         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27299         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27300         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27301         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27302         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27303         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27304         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27305         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27306         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27307         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27308         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27309         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27310         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27311         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27312         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27313         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27314         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27315         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27316         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27317         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27318         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27319         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27320         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27321         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27322         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27323         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27324         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27325         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27327 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27329         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27330         (__MALLOC_PMT): Likewise.
27331         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27332         [__GNUC__], only on [_LIBC].
27333         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27334         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27335         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27336         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27337         forward declaration.
27338         (realloc_hook_ini): Likewise.
27339         (memalign_hook_ini): Likewise.
27340         (__libc_memalign): Do not use __MALLOC_PMT in variable
27341         declaration.
27342         (__libc_valloc): Likewise.
27343         (__libc_pvalloc): Likewise.
27344         (__libc_calloc): Likewise.
27345         (__posix_memalign): Likewise.
27347         [BZ #14996]
27348         * math/s_casinh.c: Include <float.h>.
27349         (__casinh): Do not do computation with squaring and square root
27350         for large arguments.
27351         * math/s_casinhf.c: Include <float.h>.
27352         (__casinhf): Do not do computation with squaring and square root
27353         for large arguments.
27354         * math/s_casinhl.c: Include <float.h>.
27355         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27356         (__casinhl): Do not do computation with squaring and square root
27357         for large arguments.
27358         * math/libm-test.inc (casin_test): Add more tests.
27359         (casinh_test): Likewise.
27360         * sysdeps/i386/fpu/libm-test-ulps: Update.
27361         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27363 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27365         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27366         (__x86_64_raw_data_cache_size): Likewise.
27367         (__x86_64_data_cache_size_half): Likewise.
27368         (__x86_64_raw_data_cache_size_half): Likewise.
27369         (__x86_64_shared_cache_size): Likewise.
27370         (__x86_64_raw_shared_cache_size): Likewise.
27371         (__x86_64_shared_cache_size_half): Likewise.
27372         (__x86_64_raw_shared_cache_size_half): Likewise.
27373         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27374         to ...
27375         (__x86_data_cache_size): This.
27376         (__x86_64_raw_data_cache_size): Renamed to ...
27377         (__x86_raw_data_cache_size): This.
27378         (__x86_64_data_cache_size_half): Renamed to ...
27379         (__x86_data_cache_size_half): This.
27380         (__x86_64_raw_data_cache_size_half): Renamed to ...
27381         (__x86_raw_data_cache_size_half): This.
27382         (__x86_64_shared_cache_size): Renamed to ...
27383         (__x86_shared_cache_size): This.
27384         (__x86_64_raw_shared_cache_size): Renamed to ...
27385         (__x86_raw_shared_cache_size): This.
27386         (__x86_64_shared_cache_size_half): Renamed to ...
27387         (__x86_shared_cache_size_half): This.
27388         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27389         (__x86_raw_shared_cache_size_half): This.
27390         * sysdeps/x86_64/memcpy.S: Updated.
27391         * sysdeps/x86_64/memset.S: Likewise.
27392         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27393         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27394         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27396 2013-01-04  David S. Miller  <davem@davemloft.net>
27398         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27400 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27402         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27403         1 to avoid redefinition warning.
27404         (__USE_GNU): Don't define.
27405         (init_signaling_nan): Protoize.
27407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27409 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27411         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27412         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27413         (__cpymn): Likewise.
27414         (norm): Remove commented code.
27415         (denorm): Likewise.
27416         (__mp_dbl): Likewise.
27417         (__inv): Likewise.
27418         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27419         (__cpymn): Likewise.
27420         (norm): Remove commented code.
27421         (denorm): Likewise.
27422         (__mp_dbl): Likewise.
27423         (__inv): Likewise.
27425         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27426         mp_no value for 1.0 and 2.0.
27427         (norm): Use RADIXI instead of radixi.d.
27428         (denorm): Likewise.
27429         (__mul): Use 0.0 instead of zero.d.
27430         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27431         mp_no value for 1.0 and 2.0.
27432         (norm): Use RADIXI instead of radixi.d.
27433         (denorm): Likewise.
27434         (__mul): Use 0.0 instead of zero.d.
27436 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27438         [BZ #14994]
27439         * math/s_casinh.c (__casinh): Reduce finite argument to first
27440         quadrant then set signs of results at the end.
27441         * math/s_casinhf.c (__casinhf): Likewise.
27442         * math/s_casinhl.c (__casinhl): Likewise.
27443         * math/libm-test.inc (casin_test): Add more tests.
27444         (casinh_test): Likewise.
27445         * sysdeps/i386/fpu/libm-test-ulps: Update.
27446         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27448 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27450         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27452         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27454         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27455         declarations.
27456         (denorm): Likewise.
27457         (__mp_dbl): Likewise.
27458         (__inv): Likewise.
27460         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27461         and adjust the header comment.
27463         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27464         variable name from declaration.
27466 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27468         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27469         Initialize COMMON_CPUID_INDEX_7 element.
27470         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27471         (CPUID_RTM): Likewise.
27472         (HAS_RTM): Likewise.
27473         (COMMON_CPUID_INDEX_7): New enum.
27475 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27477         [BZ #14981]
27478         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27479         size is zero, record memory as freed.
27481 2013-01-03  Andreas Jaeger  <aj@suse.de>
27483         * po/ia.po: Add new Interlingua translation.
27485 2012-01-03  Allan McRae  <allan@archlinux.org>
27487         * locale/programs/localedef.c: Fix description of '--posix' flag.
27489 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27491         * NEWS: Update dates in second copyright notice.
27492         * README: Update copyright dates in example.
27493         * manual/libc.texinfo: Update copyright dates.
27494         * scripts/test-installation.pl: Update copyright date in --version
27495         output.
27497         * hurd/ctty-input.c: Fix copyright notice formatting.
27498         * hurd/ctty-output.c: Likewise.
27499         * hurd/dtable.c: Likewise.
27500         * hurd/hurd-raise.c: Likewise.
27501         * hurd/hurdprio.c: Likewise.
27502         * hurd/msgportdemux.c: Likewise.
27503         * misc/sys/file.h: Likewise.
27504         * misc/sys/ioctl.h: Likewise.
27505         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27506         * sysdeps/mach/hurd/chdir.c: Likewise.
27507         * sysdeps/mach/hurd/fchdir.c: Likewise.
27508         * sysdeps/mach/hurd/rename.c: Likewise.
27509         * sysdeps/mach/hurd/rmdir.c: Likewise.
27510         * sysdeps/mach/hurd/seekdir.c: Likewise.
27511         * sysdeps/mach/hurd/setsid.c: Likewise.
27512         * sysdeps/posix/wait3.c: Likewise.
27514         * All files with FSF copyright notices: Update copyright dates
27515         using scripts/update-copyrights.
27516         * intl/plural.c: Regenerated.
27517         * locale/programs/charmap-kw.h: Likewise.
27518         * locale/programs/locfile-kw.h: Likewise.
27520 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27522         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27523         four values.
27525         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27526         calculation loop and add branch prediction.
27528         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27529         check access beyond bounds of m1np.
27531         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27532         MPTWO.
27533         (__inv): Remove local variable MPTWO to use the global
27534         constant.
27535         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27536         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27537         variable MPTWO.
27538         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27539         MP3HALFS static const.
27541 2013-01-01  David S. Miller  <davem@davemloft.net>
27543         * po/ca.po: Update from translation team.
27545 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27547         * scripts/update-copyrights: New file.
27548         * Makeconfig: Reformat copyright notice.
27549         * ctype/ctype.h: Likewise.
27550         * debug/swprintf_chk.c: Likewise.
27551         * elf/dl-cache.c: Likewise.
27552         * elf/dl-debug.c: Likewise.
27553         * elf/dl-object.c: Likewise.
27554         * grp/initgroups.c: Likewise.
27555         * hurd/Makefile: Likewise.
27556         * hurd/hurd/signal.h: Likewise.
27557         * hurd/hurdfault.c: Likewise.
27558         * hurd/hurdioctl.c: Likewise.
27559         * hurd/hurdlookup.c: Likewise.
27560         * hurd/intr-msg.c: Likewise.
27561         * iconv/gconv_open.c: Likewise.
27562         * libio/swprintf.c: Likewise.
27563         * locale/lc-ctype.c: Likewise.
27564         * locale/nl_langinfo.c: Likewise.
27565         * mach/Machrules: Likewise.
27566         * mach/Makefile: Likewise.
27567         * malloc/obstack.h: Likewise.
27568         * manual/Makefile: Likewise.
27569         * manual/tsort.awk: Likewise.
27570         * misc/bits/stab.def: Likewise.
27571         * nis/nis_print_group_entry.c: Likewise.
27572         * nis/nis_table.c: Likewise.
27573         * nis/nss_compat/compat-pwd.c: Likewise.
27574         * nis/nss_compat/compat-spwd.c: Likewise.
27575         * po/Makefile: Likewise.
27576         * posix/fnmatch.c: Likewise.
27577         * posix/regex.h: Likewise.
27578         * resolv/Makefile: Likewise.
27579         * resolv/nss_dns/dns-network.c: Likewise.
27580         * resolv/res_hconf.c: Likewise.
27581         * scripts/gen-sorted.awk: Likewise.
27582         * soft-fp/soft-fp.h: Likewise.
27583         * stdio-common/printf.h: Likewise.
27584         * stdlib/monetary.h: Likewise.
27585         * stdlib/random.c: Likewise.
27586         * stdlib/random_r.c: Likewise.
27587         * sysdeps/generic/Makefile: Likewise.
27588         * sysdeps/gnu/Makefile: Likewise.
27589         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27590         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27591         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27592         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27593         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27594         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27595         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27596         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27597         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27598         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27599         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27600         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27601         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27602         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27603         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27604         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27605         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27606         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27607         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27608         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27609         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27610         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27611         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27612         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27613         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27614         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27615         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27616         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27617         * sysdeps/mach/hurd/errnos.awk: Likewise.
27618         * sysdeps/mach/hurd/fork.c: Likewise.
27619         * sysdeps/mach/hurd/getcwd.c: Likewise.
27620         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27621         * sysdeps/mach/hurd/mmap.c: Likewise.
27622         * sysdeps/mach/hurd/utimes.c: Likewise.
27623         * sysdeps/mach/hurd/xmknod.c: Likewise.
27624         * sysdeps/posix/profil.c: Likewise.
27625         * sysdeps/posix/readdir_r.c: Likewise.
27626         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27627         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27628         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27629         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27630         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27631         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27632         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27633         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27634         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27635         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27636         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27637         * sysdeps/pthread/lio_listio.c: Likewise.
27638         * sysdeps/sparc/dl-procinfo.h: Likewise.
27639         * sysdeps/unix/i386/sysdep.S: Likewise.
27640         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27641         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27642         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27643         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27645         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27646         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27647         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27648         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27649         * sysdeps/wordsize-32/divdi3.c: Likewise.
27650         * time/sys/time.h: Likewise.
27651         * wcsmbs/Makefile: Likewise.
27653 2013-01-01  David S. Miller  <davem@davemloft.net>
27655         * po/fr.po: Update from translation team.
27657         * catgets/gencat.c: Update copyright year.
27658         * csu/version.c: Likewise.
27659         * debug/catchsegv.sh: Likewise.
27660         * debug/pcprofiledump.c: Likewise.
27661         * debug/xtrace.sh: Likewise.
27662         * elf/ldconfig.c: Likewise.
27663         * elf/ldd.bash.in: Likewise.
27664         * elf/pldd.c: Likewise.
27665         * elf/sotruss.ksh: Likewise.
27666         * elf/sprof.c: Likewise.
27667         * iconv/iconv_prog.c: Likewise.
27668         * iconv/iconvconfig.c: Likewise.
27669         * locale/programs/locale.c: Likewise.
27670         * locale/programs/localedef.c: Likewise.
27671         * login/programs/pt_chown.c: Likewise.
27672         * malloc/memusage.sh: Likewise.
27673         * malloc/memusagestat.c: Likewise.
27674         * malloc/mtrace.pl: Likewise.
27675         * nscd/nscd.c: Likewise.
27676         * nss/getent.c: Likewise.
27677         * nss/makedb.c: Likewise.
27678         * posix/getconf.c: Likewise.
27680 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27682         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27683         numbers.
27685 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27687         * math/bits/mathcalls.h (modf): Use __nonnull.
27689 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27691         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27692         (split): Use macro CN instead of the bare value.
27693         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27694         could be used.
27695         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27696         instead of the bare value.
27697         (power1): Likewise.
27699 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27701         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27702         __ATAN_TWOM.
27703         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27705         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27706         their values.
27707         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27708         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27709         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27710         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27712 2012-12-28  Andreas Jaeger  <aj@suse.de>
27714         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27715         values are from Linux 3.7.
27717         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27718         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27720 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27722         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27723         TRUE case.
27725         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27726         (norm): Likewise.
27727         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27728         variables with preprocessor constants.
27729         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27730         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27731         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27733 2012-12-27  Bruno Haible  <bruno@clisp.org>
27735         [BZ #14317]
27736         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27737         only if needed.
27739 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27741         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27742         and use variable directly.
27743         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27745         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27746         MPONE.
27747         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27748         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27749         variable MPONE.
27750         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27751         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27752         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27753         include directive.  Remove local variable MPONE.
27754         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27755         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27756         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27758 2012-12-25  David S. Miller  <davem@davemloft.net>
27760         * version.h (RELEASE): Set to "development".
27761         (VERSION): Set to "2.17.90".
27762         * NEWS: Add 2.18 section.
27764 2012-12-21  David S. Miller  <davem@davemloft.net>
27766         * po/hr.po: Update from translation team.
27768 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27770         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27772 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27774         * NEWS:  Mention new memcpy for MIPS.
27776 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27778         * manual/contrib.texi (Contributors): Spelling correction.
27780 2012-12-15  David S. Miller  <davem@davemloft.net>
27782         * po/ru.po: Update from translation team.
27784 2012-12-13  David S. Miller  <davem@davemloft.net>
27786         * NEWS: Mention IFUNC testsuite enhancements.
27788         * po/pl.po: Update from translation team.
27789         * po/bg.po: Likewise.
27791         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27792         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27794 2012-12-11  David S. Miller  <davem@davemloft.net>
27796         * po/sv.po: Update from translation team.
27798         * po/vi.po: Update from translation team.
27800         * po/cs.po: Update from translation team.
27802         * po/de.po: Update from translation team.
27803         * po/eo.po: Likewise.
27804         * po/nl.po: Likewise.
27806 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27808         [BZ #14246]
27809         * manual/argp.texi (Argp Helper Functions): Move node to follow
27810         Argp Parsing State.
27812         [BZ #14872]
27813         * manual/conf.texi (Limits on File System Capacity): Mention if
27814         terminating null is included in the max size.
27816 2012-12-10  Andreas Jaeger  <aj@suse.de>
27818         * po/cs.po: Update from translation team.
27820 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27822         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27823         void pointer and cast to uintptr_t.
27824         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27825         path.
27826         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27827         * sysdeps/s390/s390-64/memset.S: Likewise.
27829 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27831         [BZ #14833]
27832         * menual/message.texi (Message Translation): Fix typos.
27833         (Helper programs for gettext): Likewise.
27835 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27837         [BZ #14898]
27838         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27839         Change to -1.
27841 2012-12-07  David S. Miller  <davem@davemloft.net>
27843         * po/libc.pot: Update.
27845 2012-12-07  Richard Henderson  <rth@redhat.com>
27847         [BZ #10114]
27848         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27849         normal/normal case to before the switch.
27850         (_FP_DIV): Likewise.
27852 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27853             Mike Frysinger  <vapier@gentoo.org>
27855         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27856         check for __NR_fadvise64_64.
27858 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27860         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27861         0, not just to plain "0" as a statement.
27862         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27863         with cw.
27865 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27867         * NEWS: Use sourceware.org in Bugzilla URL.
27869 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27872         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27874         * stdio-common/tst-put-error.c (do_test): Add newline to the
27875         padded test to ensure flush.
27877 2012-12-05  Jeff Law  <law@redhat.com>
27879         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27881 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27883         * README: Don't refer to ports add-on as distributed separately.
27884         Mention AArch64 in list of systems supported in the ports add-on.
27886         * LICENSES: Add more non-FSF copyright and license notices.
27888         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27889         ((unused)).
27891         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27893         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27894         10000 as width of padded output.
27896 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27898         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27900         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27901         variable LX with __attribute__ ((unused)).
27902         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27903         Likewise.
27904         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27905         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27906         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27907         with __attribute__ ((unused)).
27909 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27911         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27913 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27915         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27916         (CFLAGS-nldbl-acos.c): New variable.
27917         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27918         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27919         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27920         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27921         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27922         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27923         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27924         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27925         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27926         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27927         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27928         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27929         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27930         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27931         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27932         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27933         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27934         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27935         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27936         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27937         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27938         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27939         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27940         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27941         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27942         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27943         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27944         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27945         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27946         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27947         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27948         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27949         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27950         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27951         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27952         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27953         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27954         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27955         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27956         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27957         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27958         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27959         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27960         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27961         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27962         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27963         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27964         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27965         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27966         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27967         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27968         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27969         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27970         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27971         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27972         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27973         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27974         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27975         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27976         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27977         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27978         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27979         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27980         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27981         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27982         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27983         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27984         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27985         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27986         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27987         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27988         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27989         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27990         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27991         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27992         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27993         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27994         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27995         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27996         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27997         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27998         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27999         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28000         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28001         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28002         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28003         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28004         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28005         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28006         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28007         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28008         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28009         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28010         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28011         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28012         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28013         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28016         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28018         [BZ #14914]
28019         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28020         whole low double instead of just low 47 bits when splitting values
28021         into two parts.
28023 2012-12-03  Allan McRae  <allan@archlinux.org>
28025         * manual/stdio.texi (Predefined Printf Handlers): Remove
28026         @hsep and @vsep usage.
28028 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28030         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28031         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28033 2012-12-03  Jeff Law  <law@redhat.com>
28035         * time/sys/time.h (settimeofday): Do not mark TV argument
28036         as __nonnull.
28038 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28040         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28041         when currently writing and seek to current position when not.
28042         * libio/Makefile (tests): Remove bug-fclose1.
28043         * libio/bug-fclose1.c: Delete.
28045 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28047         * manual/arith.texi (feenableexcept): Fix typo.
28048         (fedisableexcept): Likewise.
28050 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28052         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28053         second, differently-typed declaration, rather than a cast.
28055 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28057         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28058         * include/rpc/svc.h: ... here.
28060 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28062         [BZ #13013]
28063         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28064         depending n and resplen2 to catch cases where answer
28065         equals answerp2.
28067 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28069         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28070         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28072 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28074         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28076 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28078         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28080 2012-11-28  Jeff Law  <law@redhat.com>
28082         [BZ #13761]
28083         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28084         dataset_temporary.  Track alloca usage into alloca_used.
28085         If dataset is large allocate and release it via malloc/free.
28087 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28089         [BZ #14197]
28090         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28092 2012-11-28  David S. Miller  <davem@davemloft.net>
28094         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28096 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28098         [BZ #14803]
28099         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28100         of pi/2 rounded to nearest to 64 bits.
28101         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28102         nearest to 64 bits.
28103         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28104         bits.
28106 2012-11-28  Jeff Law <law@redhat.com>
28107             Martin Osvald <mosvald@redhat.com>
28109         [BZ #14889]
28110         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28111         * sunrpc/svc.c: Include time.h.
28112         (__svc_accept_failed): New function.
28113         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28114         any reason other than EINTR, call __svc_accept_failed.
28115         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28116         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28118 2012-11-28  Andreas Schwab  <schwab@suse.de>
28120         * scripts/abilist.awk: Also handle indirect functions in .opd
28121         section.
28123 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28125         [BZ #13881]
28126         * sysdeps/x86/fpu/powl_helper.c: New file.
28127         * sysdeps/x86/fpu/Makefile: Likewise.
28128         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28129         (p3): New object.
28130         (__ieee754_powl): Use __powl_helper for finite arguments except
28131         integer exponents below 8.
28132         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28133         (p3): New object.
28134         (__ieee754_powl): Use __powl_helper for finite arguments except
28135         integer exponents below 8.
28136         * math/libm-test.inc (pow_test): Add more tests and enable some
28137         previously disabled tests.
28138         * sysdeps/i386/fpu/libm-test-ulps: Update.
28139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28141 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28142             Carlos O'Donell  <carlos_odonell@mentor.com>
28144         * nss/makedb.c (is_prime): Assert that input is odd and greater
28145         than 4.  Note that fact in a comment too.
28146         (next_prime): Add 4 to input.
28148 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28150         [BZ #11741]
28151         * libio/Makefile (tests): Add test case tst-fwrite-error.
28152         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28153         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28154         * libio/tst-fwrite-error.c: New test case.
28156 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28158         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28159         before casting to void *.
28160         * include/libc-internal.h (__pointer_type): New macro.
28161         (__integer_if_pointer_type_sub): Likewise.
28162         (__integer_if_pointer_type): Likewise.
28163         (cast_to_integer): Likewise.
28164         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28165         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28166         before casting to atomic64_t.
28167         (atomic_exchange_acq): Likewise.
28168         (__arch_exchange_and_add_body): Likewise.
28169         (__arch_add_body): Likewise.
28170         (atomic_add_negative): Likewise.
28171         (atomic_add_zero): Likewise.
28173 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28175         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28176         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28177         (add_fdes): Likewise.
28178         (linear_search_fdes): Likewise.
28179         (binary_search_unencoded_fdes): Likewise.
28181 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28183         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28185 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28187         * configure.in: Autodetect C++ header directories.
28188         * configure: Regenerated.
28190 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28192         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28194 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28196         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28198 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28200         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28201         LDBL_MANT_DIG == 106]: Disable some tests.
28202         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28203         Likewise.
28204         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28205         Likewise.
28207         [BZ #14871]
28208         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28209         input for small inputs.  Return +/- pi/2 for large inputs.
28210         * math/libm-test.inc (atan_test): Add more tests.
28212         * sysdeps/generic/unwind-dw2-fde-glibc.c
28213         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28214         __attribute__ ((unused)).
28216         [BZ #14645]
28217         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28218         x * y if x and y are nonzero and z is zero.
28220         [BZ #14811]
28221         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28222         nonzero exponents with absolute value below 0x1p-117 to +/-
28223         0x1p-117.
28225         [BZ #14869]
28226         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28227         up arguments below 2**-450, not just those below 2**-500.
28228         * math/libm-test.inc (hypot_test): Add another test.
28230         [BZ #14868]
28231         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28232         Return a+b for ratio over 2**120, not 2**60.
28233         * math/libm-test.inc (hypot_test): Add another test.
28235         * math/libm-test.inc (clog_test): Use
28236         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28237         (clog10_test): Likewise.
28239         [BZ #6778]
28240         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28242 2012-11-22  Andreas Schwab  <schwab@suse.de>
28244         * sysdeps/i386/fpu/libm-test-ulps: Update.
28246 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28248         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28249         printf output with newline.
28251 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28253         [BZ #14865]
28254         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28255         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28256         -z nodlopen, -z initfirst and -z execstack support.
28257         * configure: Regenerated.
28259         * elf/elf.h (DF_1_NODIRECT): New macro.
28260         (DF_1_IGNMULDEF): Likewise.
28261         (DF_1_NOKSYMS): Likewise.
28262         (DF_1_NOHDR): Likewise.
28263         (DF_1_EDITED): Likewise.
28264         (DF_1_NORELOC): Likewise.
28265         (DF_1_SYMINTPOSE): Likewise.
28266         (DF_1_GLOBAUDIT): Likewise.
28267         (DF_1_SINGLETON): Likewise.
28268         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28269         DT_1_SUPPORTED_MASK bits.
28270         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28272 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28274         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28276 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28278         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28279         macro.
28281         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28282         (sendmmsg): Move declarations...
28283         * socket/sys/socket.h: ... here.
28284         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28285         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28286         include it from...
28287         * socket/recvmmsg.c: ... this new file.
28288         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28289         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28290         definition of __sendmmsg hidden.
28291         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28292         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28293         Move ENOSYS stub into and include it from...
28294         * socket/sendmmsg.c: ... this new file.
28295         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28296         (sysdep_routines): Move recvmmsg and sendmmsg...
28297         * socket/Makefile (routines): ... here.
28298         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28299         (GLIBC_PRIVATE): Add __sendmmsg.
28300         * include/sys/socket.h (__sendmmsg): Add declarations.
28301         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28302         sendmmsg.
28304 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28306         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28307         variable I1 with __attribute__ ((unused)).
28308         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28310 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28312         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28313         DUMMY variables with __attribute__ ((unused)).
28315         * bits/byteswap.h: Include <bits/types.h>.
28316         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28318 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28320         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28321         string_t.  Do not manually set errno.
28322         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28323         length with __strnlen.  Make sure to both set errno and return it on
28324         failure.
28326 2012-11-19  David S. Miller  <davem@davemloft.net>
28328         With help from Joseph Myers.
28329         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28330         very large arguments properly.
28331         * math/libm-test.inc (atan_test): New tests.
28332         (atan2_test): New tests.
28333         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28334         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28336 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28338         [BZ #14856]
28339         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28340         Define to 3.
28342         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28343         [POSIX] (EADDRNOTAVAIL): Likewise.
28344         [POSIX] (EAFNOSUPPORT): Likewise.
28345         [POSIX] (EALREADY): Likewise.
28346         [POSIX] (ECONNABORTED): Likewise.
28347         [POSIX] (ECONNREFUSED): Likewise.
28348         [POSIX] (ECONNRESET): Likewise.
28349         [POSIX] (EDESTADDRREQ): Likewise.
28350         [POSIX] (EDQUOT): Likewise.
28351         [POSIX] (EHOSTUNREACH): Likewise.
28352         [POSIX] (EIDRM): Likewise.
28353         [POSIX] (EISCONN): Likewise.
28354         [POSIX] (ELOOP): Likewise.
28355         [POSIX] (EMULTIHOP): Likewise.
28356         [POSIX] (ENETDOWN): Likewise.
28357         [POSIX] (ENETUNREACH): Likewise.
28358         [POSIX] (ENOBUFS): Likewise.
28359         [POSIX] (ENODATA): Likewise.
28360         [POSIX] (ENOLINK): Likewise.
28361         [POSIX] (ENOMSG): Likewise.
28362         [POSIX] (ENOPROTOOPT): Likewise.
28363         [POSIX] (ENOSR): Likewise.
28364         [POSIX] (ENOSTR): Likewise.
28365         [POSIX] (ENOTCONN): Likewise.
28366         [POSIX] (ENOTSOCK): Likewise.
28367         [POSIX] (EOPNOTSUPP): Likewise.
28368         [POSIX] (EOVERFLOW): Likewise.
28369         [POSIX] (EPROTO): Likewise.
28370         [POSIX] (EPROTONOSUPPORT): Likewise.
28371         [POSIX] (EPROTOTYPE): Likewise.
28372         [POSIX] (ESTALE): Likewise.
28373         [POSIX] (ETIME): Likewise.
28374         [POSIX] (ETXTBSY): Likewise.
28375         [POSIX] (EWOULDBLOCK): Likewise.
28376         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28377         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28378         [POSIX] (SEEK_CUR): Likewise.
28379         [POSIX] (SEEK_END): Likewise.
28380         [POSIX || UNIX98] (mode_t): Do not require.
28381         [POSIX] (off_t): Likewise.
28382         [POSIX] (pid_t): Likewise.
28383         [POSIX] (sys/stat.h): Do not allow header.
28384         [POSIX] (unistd.h): Likewise.
28385         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28386         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28387         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28388         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28389         require.
28390         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28391         sigevent): Specify elements.
28392         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28393         entry.
28394         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28395         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28397         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28398         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28399         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28400         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28401         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28402         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28403         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28404         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28405         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28406         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28407         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28408         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28409         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28410         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28411         Likewise.
28412         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28413         Likewise.
28414         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28415         Likewise.
28416         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28417         Likewise.
28418         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28419         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28420         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28421         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28422         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28423         Specify lower bound on value.
28424         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28425         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28426         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28427         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28428         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28429         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28430         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28431         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28432         value.
28433         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28434         as optional.
28435         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28436         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28437         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28438         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28439         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28440         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28441         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28442         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28443         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28444         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28445         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28446         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28447         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28448         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28449         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28450         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28451         entry.
28452         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28453         optional.
28454         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28455         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28456         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28457         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28458         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28459         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28460         Likewise.
28461         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28462         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28463         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28464         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28465         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28466         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28467         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28468         as optional.
28469         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28470         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28471         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28472         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28473         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28474         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28475         specify as optional.
28476         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28477         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28478         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28479         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28480         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28481         [XPG3] (NL_LANGMAX): Likewise.
28482         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28483         [POSIX || XPG3] (NL_NMAX): Likewise.
28484         [POSIX || XPG3] (NL_SETMAX): Likewise.
28485         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28486         [XPG3] (NZERO): Likewise.
28487         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28488         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28489         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28490         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28491         (REG_ERANGE): Expect.
28492         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28493         optional-constant.
28494         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28495         Use (void) in prototype.
28496         [POSIX] (*_t): Allow.
28497         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28498         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28499         (WRDE_BADVAL): Expect.
28501         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28502         expect.
28503         [XPG3 || XPG4] (O_RSYNC): Likewise.
28504         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28505         Likewise.
28506         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28507         [XPG3 || XPG4] (sigqueue): Likewise.
28508         [XPG3 || XPG4] (sigtimedwait): Likewise.
28509         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28510         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28511         [XPG3 || XPG4] (vsnprintf): Likewise.
28512         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28513         Likewise.
28514         [XPG3 || XPG4] (blksize_t): Likewise.
28515         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28516         Likewise.
28517         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28518         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28519         [XPG3 || XPG4] (struct itimerspec): Likewise.
28520         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28521         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28522         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28523         [XPG3 || XPG4] (clockid_t): Likewise.
28524         [XPG3 || XPG4] (timer_t): Likewise.
28525         [XPG3 || XPG4] (clock_getres): Likewise.
28526         [XPG3 || XPG4] (clock_gettime): Likewise.
28527         [XPG3 || XPG4] (clock_settime): Likewise.
28528         [XPG3 || XPG4] (nanosleep): Likewise.
28529         [XPG3 || XPG4] (timer_create): Likewise.
28530         [XPG3 || XPG4] (timer_delete): Likewise.
28531         [XPG3 || XPG4] (timer_gettime): Likewise.
28532         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28533         [XPG3 || XPG4] (timer_settime): Likewise.
28534         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28535         [XPG3 || XPG4] (getlogin_r): Likewise.
28536         [XPG3 || XPG4] (pread): Likewise.
28537         [XPG3 || XPG4] (pthread_atfork): Likewise.
28538         [XPG3 || XPG4] (pwrite): Likewise.
28540         [BZ #14835]
28541         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28542         <bits/siginfo.h>.
28544 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28546         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28547         finalizing MALLSTREAM.
28549         * sysdeps/mach/hurd/syncfs.c: New file.
28551 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28553         [BZ #14719]
28554         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28555         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28556         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28557         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28558         (_nss_dns_gethostbyname4_r): Likewise.
28559         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28560         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28562 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28564         [BZ #13763]
28565         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28567 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28569         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28570         * elf/cache.c (print_entry): Print ",AArch64" for
28571         FLAG_AARCH64_LIB64
28573         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28574         * elf/cache.c (print_entry): Print ",hard-float" for
28575         FLAG_ARM_LIBHF.
28577 2012-11-18  David S. Miller  <davem@davemloft.net>
28579         With help from Joseph Myers.
28580         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28581         cutoff to 2**-13.
28582         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28583         cutoff to 2**-25.
28584         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28585         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28586         small.
28587         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28588         * math/libm-test.inc (y0_test): New tests.
28589         (y1_test): New tests.
28590         * sysdeps/i386/fpu/libm-test-ulps: Update.
28591         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28594 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28596         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28597         64-bit targets.
28598         * configure: Regenerated.
28600 2012-11-17  David S. Miller  <davem@davemloft.net>
28602         [BZ #14811]
28603         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28604         nonzero exponents with absolute value below 0x1p-128 to +/-
28605         0x1p-128.
28607 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28609         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28611         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28613         * posix/getconf-speclist.c: New file.
28614         * posix/posix-envs.def: Likewise.
28615         * posix/confstr.c (START_ENV_GROUP): New macro.
28616         (END_ENV_GROUP): Likewise.
28617         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28618         (KNOWN_PRESENT_ENV_STRING): Likewise.
28619         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28620         (UNKNOWN_ENVIRONMENT): Likewise.
28621         (confstr): Include posix-envs.def instead of handling
28622         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28623         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28624         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28625         (END_ENV_GROUP): Likewise.
28626         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28627         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28628         (UNKNOWN_ENVIRONMENT): Likewise.
28629         (__sysconf): Include posix-envs.def instead of handling associated
28630         cases directly here.
28631         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28632         preprocessing getconf-speclist.c rather than running getconf or
28633         generating empty file.
28635 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28637         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28639 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28641         [BZ #14672]
28642         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28644 2012-11-16  David S. Miller  <davem@davemloft.net>
28646         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28647         smaller than LDBL_EPSILON/2.0L, just return xm1.
28649 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28651         * elf/tst-array1.c (init): Set constructor priority to 1000.
28652         (fini): Set destructor priority to 1000.
28653         * elf/tst-array2dep.c: Likewise.
28655 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28657         [BZ #11741]
28658         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28659         (_IO_new_file_xsputn): Also return EOF if none of the input
28660         data was written when overflow failed.
28661         * libio/iopadn.c (_IO_padn): Likewise.
28662         * libio/iowpadn.c (_IO_wpadn): Likewise.
28663         * stdio-common/tst-put-error.c: Add copyright notice.
28664         (do_test): Add case for printing padded string.
28665         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28666         _IO_padn returned error.
28667         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28668         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28669         return EOF.
28671 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28673         * libio/libioP.h: Add comment note that the references to C++
28674         bits are now obsolete.
28676 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28678         * math/libm-test.inc (check_complex): Use asprintf.
28680 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28682         * debug/pcprofiledump.c (print_version): Update copyright year.
28683         * malloc/memusagestat.c (print_version): Likewise.
28685 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28687         [BZ #14831]
28688         * elf/Makefile (tests): Add tst-audit8.
28689         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28690         ($(objpfx)tst-audit8.out): New target.
28691         (tst-audit8-ENV): New variable.
28692         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28693         audit if l_reloc_result is NULL.
28694         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28695         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28696         * elf/tst-audit8.c: New file.
28698 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28700         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28701         * misc/Makefile (CFLAGS-select.c): Define.
28702         * posix/Makefile (CFLAGS-pause.c): Define.
28704 2012-11-13  David S. Miller  <davem@davemloft.net>
28706         * crypt/Makefile: Move test targets after toplevel Rules
28707         inclusion.  Grab any necessary sysdep routines when linking.
28708         * crypt/md5.c (md5_process_block): Remove define, we will always
28709         name it __md5_process_block.
28710         (md5_finish_ctx): Update md5_process_block call.
28711         (md5_stream): Likewise.
28712         (md5_process_bytes): Likewise.
28713         (md5_process_block): Rename to __md5_process_block and move to ...
28714         * crypt/md5-block.c: ... here.
28715         * crypt/sha256.c (sha256_process_block): Move to ...
28716         * crypt/sha256-block.c: ... here.
28717         * crypt/sha512.c (sha512_process_block): Move to ...
28718         * crypt/sha512-block.c: ... here.
28719         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28720         path.
28721         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28722         * sysdeps/sparc/sparc64/multiarch/Makefile
28723         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28724         crypt subdir.
28725         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28726         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28727         multiarch changes.
28728         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28729         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28730         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28731         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28732         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28733         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28734         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28735         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28736         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28737         file.
28738         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28739         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28740         file.
28741         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28743 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28745         * timezone/tzselect.ksh: Update from tzcode git revision
28746         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28747         * timezone/zdump.c: Likewise.
28748         * timezone/zic.c: Likewise.
28749         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28750         in TZVERSION setting, not $(PKGVERSION).
28751         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28752         REPORT_BUGS_TO settings.
28754         [BZ #14838]
28755         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28756         macro.
28758 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28760         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28761         detection to immediately after _FP_ROUND().
28762         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28763         bits are 0.
28765 2012-11-11  David S. Miller  <davem@davemloft.net>
28767         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28768         inttypes.h
28769         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28770         __close rather than their public counterparts.
28772 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28774         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28775         file.
28776         [UNIX98] (sem_timedwait): Do not expect.
28777         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28778         [XPG4 || UNIX98] (sockatmark): Do not expect.
28779         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28780         (clock_getcpuclockid): Do not expect.
28781         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28782         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28783         Do not expect.
28784         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28785         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28786         [UNIX98] (vwscanf): Likewise.
28787         [UNIX98] (vswscanf): Likewise.
28789 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28791         * timezone/version.h: Remove file.
28792         * timezone/README: Do not refer to version.h.
28793         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28794         $(objpfx)version.h.
28795         ($(objpfx)zdump.o): Likewise.
28796         ($(objpfx)version.h): New target.
28798         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28799         2012i.
28800         * timezone/README: Don't mention modification to tzselect.ksh.
28801         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28802         work on unmodified tzselect.ksh.  Substitute version numbers in
28803         tzselect.ksh.
28805         * Makefile (format-me): Remove.
28806         (INSTALL): Adjust indentation.  Use commands directly instead of
28807         using $(format-me).
28809         * aclocal.m4 (ACX_PKGVERSION): New macro.
28810         (ACX_BUGURL): Likewise.
28811         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28812         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28813         (REPORT_BUGS_TO): Likewise.
28814         * configure: Regenerated.
28815         * config.h.in (PKGVERSION): New macro.
28816         (REPORT_BUGS_TO): Likewise.
28817         * config.make.in (PKGVERSION): New variable.
28818         (PKGVERSION_TEXI): Likewise.
28819         (REPORT_BUGS_TO): Likewise.
28820         (REPORT_BUGS_TEXI): Likewise.
28821         * Makefile (format-me): Use -I$(common-objpfx)manual.
28822         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28823         ($(common-objpfx)manual/%): New target.
28824         (manual/%): Remove target.
28825         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28826         (print_version): Use PKGVERSION.
28827         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28828         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28829         and REPORT_BUGS_TO.
28830         ($(objpfx)xtrace): Likewise.
28831         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28832         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28833         (print_version): Use PKGVERSION.
28834         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28835         (do_version): Use PKGVERSION.
28836         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28837         REPORT_BUGS_TO.
28838         (common-ldd-rewrite): Likewise.
28839         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28840         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28841         (print_version): Use PKGVERSION.
28842         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28843         * elf/pldd.c (argp_program_bug_address): Remove variable.
28844         (more_help): New function.
28845         (argp): Use more_help.
28846         (print_version): Use PKGVERSION.
28847         * elf/sln.c (main): Use PKGVERSION.
28848         (usage): Use REPORT_BUGS_TO.
28849         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28850         (top level): Use PKGVERSION.
28851         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28852         (print_version): Use PKGVERSION.
28853         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28854         (print_version): Use PKGVERSION.
28855         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28856         (print_version): Use PKGVERSION.
28857         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28858         (print_version): Use PKGVERSION.
28859         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28860         (print_version): Use PKGVERSION.
28861         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28862         (print_version): Use PKGVERSION.
28863         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28864         and BUGURL.
28865         ($(objpfx)memusage): Likewise.
28866         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28867         (do_version): Use PKGVERSION.
28868         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28869         (print_version): Use PKGVERSION.
28870         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28871         ($PKGVERSION): New variable.
28872         ($REPORT_BUGS_TO): Likewise.
28873         (usage): Use $REPORT_BUGS_TO.
28874         (top level): Use $PKGVERSION.
28875         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28876         ($(objpfx)pkgvers.texi): New rule.
28877         ($(objpfx)stamp-pkgvers): Likewise.
28878         * manual/install.texi: Include pkgvers.texi.
28879         (--with-pkgversion): Document new configure option.
28880         (--with-bugurl): Likewise.
28881         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28882         than necessarily for this particular distribution.  Use
28883         REPORT_BUGS_TO for where to report bugs.
28884         * INSTALL: Regenerated.
28885         * manual/libc.texinfo: Include pkgvers.texi.
28886         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28887         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28888         (print_version): Use PKGVERSION.
28889         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28890         (print_version): Use PKGVERSION.
28891         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28892         (print_version): Use PKGVERSION.
28893         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28894         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28895         macro.
28896         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28897         (print_version): Use PKGVERSION.
28898         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28899         (print_version): Use PKGVERSION.
28900         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28901         and PKGVERSION.
28903         * timezone/checktab.awk: Update from tzcode 2012i.
28904         * timezone/ialloc.c: Likewise.
28905         * timezone/private.h: Likewise.
28906         * timezone/scheck.c: Likewise.
28907         * timezone/tzfile.h: Likewise.
28908         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28909         (TZVERSION): Hardcode tzcode version number.
28910         * timezone/zdump.c: Update from tzcode 2012i.
28911         * timezone/zic.c: Likewise.
28912         * timezone/version.h: New file.
28913         * timezone/README: Describe version.h.  Update upstream location.
28915         [BZ #14824]
28916         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28917         (mktemp): Enable declaration.
28918         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28919         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28920         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28921         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28922         Likewise.
28923         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28924         Likewise.
28925         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28926         Likewise.
28927         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28928         Likewise.
28929         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28930         Likewise.
28931         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28932         Likewise.
28934         [BZ #14821]
28935         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28936         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28937         for copies of such integer values.
28938         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28939         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28941 2012-11-09  Andreas Jaeger  <aj@suse.de>
28943         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28944         definitions and declarations that are provided by
28945         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28947 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28949         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28950         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28951         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28952         definition.
28954 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28956         * elf/elf.h: Update comment before AArch64 relocations.
28958 2012-11-07  David S. Miller  <davem@davemloft.net>
28960         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28961         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28962         (__start_context): Declare.
28963         (__makecontext_ret): Delete.
28964         (__makecontext): Hook up __start_context instead of
28965         __makecontext_ret.
28966         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28967         (sysdep_routines): Add __start_context when in stdlib.
28969 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28971         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28972         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28973         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28974         hardcoded "nm".
28975         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28976         (READELF): New variable.  Use it instead of hardcoded "readelf".
28978 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28980         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28981         * sysdeps/x86/Makefile: Here.
28982         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28983         * sysdeps/x86/tst-xmmymm.sh: This.
28985 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28987         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28988         expectations.
28989         [UNIX98] (pthread_barrier_t): Do not expect.
28990         [UNIX98] (pthread_barrierattr_t): Likewise.
28991         [UNIX98] (pthread_spinlock_t): Likewise.
28992         [UNIX98] (pthread_barrier_destroy): Likewise.
28993         [UNIX98] (pthread_barrier_init): Likewise.
28994         [UNIX98] (pthread_barrier_wait): Likewise.
28995         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28996         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28997         [UNIX98] (pthread_barrierattr_init): Likewise.
28998         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28999         [UNIX98] (pthread_getcpuclockid): Likewise.
29000         [UNIX98] (pthread_mutex_timedlock): Likewise.
29001         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29002         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29003         [UNIX98] (pthread_sigmask): Likewise.
29004         [UNIX98] (pthread_spin_destroy): Likewise.
29005         [UNIX98] (pthread_spin_init): Likewise.
29006         [UNIX98] (pthread_spin_lock): Likewise.
29007         [UNIX98] (pthread_spin_trylock): Likewise.
29008         [UNIX98] (pthread_spin_unlock): Likewise.
29009         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29010         Do not expect.
29011         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29012         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29013         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29014         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29015         [XPG3 || XPG4] (pthread_key_t): Likewise.
29016         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29017         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29018         [XPG3 || XPG4] (pthread_once_t): Likewise.
29019         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29020         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29021         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29022         [XPG3 || XPG4] (pthread_t): Likewise.
29024         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29025         not expect.
29026         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29028         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29029         Change function return type to int.
29031         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29032         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29033         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29034         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29035         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29036         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29037         [!POSIX] (posix_madvise): Likewise.
29038         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29039         && !UNIX98].
29040         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29041         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29042         (mode_t): Likewise.
29043         (posix_mem_offset): Likewise.
29044         (posix_typed_mem_get_info): Likewise.
29045         (posix_typed_mem_open): Likewise.
29047         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29048         Change condition to [XOPEN2K8].
29050         * conform/conformtest.pl: Preprocess allow-header data with -x c
29051         instead of from stdin.
29052         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29053         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29054         [C99-based standards] (cerfc): Likewise.
29055         [C99-based standards] (cexp2): Likewise.
29056         [C99-based standards] (cexpm1): Likewise.
29057         [C99-based standards] (clog10): Likewise.
29058         [C99-based standards] (clog1p): Likewise.
29059         [C99-based standards] (clog2): Likewise.
29060         [C99-based standards] (clgamma): Likewise.
29061         [C99-based standards] (ctgamma): Likewise.
29062         [C99-based standards] (cerff): Likewise.
29063         [C99-based standards] (cerfcf): Likewise.
29064         [C99-based standards] (cexp2f): Likewise.
29065         [C99-based standards] (cexpm1f): Likewise.
29066         [C99-based standards] (clog10f): Likewise.
29067         [C99-based standards] (clog1pf): Likewise.
29068         [C99-based standards] (clog2f): Likewise.
29069         [C99-based standards] (clgammaf): Likewise.
29070         [C99-based standards] (ctgammaf): Likewise.
29071         [C99-based standards] (cerfl): Likewise.
29072         [C99-based standards] (cerfcl): Likewise.
29073         [C99-based standards] (cexp2l): Likewise.
29074         [C99-based standards] (cexpm1l): Likewise.
29075         [C99-based standards] (clog10l): Likewise.
29076         [C99-based standards] (clog1pl): Likewise.
29077         [C99-based standards] (clog2l): Likewise.
29078         [C99-based standards] (clgammal): Likewise.
29079         [C99-based standards] (ctgammal): Likewise.
29080         * conform/data/inttypes.h-data [C99-based standards]: Include
29081         stdint.h-data.  Remove all expectations for stdint.h contents.
29082         [C99-based standards] (PRI*): Do not allow.
29083         [C99-based standards] (SCN*): Likewise.
29084         [C99-based standards] (*_t): Likewise.
29085         [C99-based-standards] (PRId8): Expect macro.
29086         [C99-based-standards] (PRIi8): Likewise.
29087         [C99-based-standards] (PRIo8): Likewise.
29088         [C99-based-standards] (PRIu8): Likewise.
29089         [C99-based-standards] (PRIx8): Likewise.
29090         [C99-based-standards] (PRIX8): Likewise.
29091         [C99-based-standards] (SCNd8): Likewise.
29092         [C99-based-standards] (SCNi8): Likewise.
29093         [C99-based-standards] (SCNo8): Likewise.
29094         [C99-based-standards] (SCNu8): Likewise.
29095         [C99-based-standards] (SCNx8): Likewise.
29096         [C99-based-standards] (PRIdLEAST8): Likewise.
29097         [C99-based-standards] (PRIiLEAST8): Likewise.
29098         [C99-based-standards] (PRIoLEAST8): Likewise.
29099         [C99-based-standards] (PRIuLEAST8): Likewise.
29100         [C99-based-standards] (PRIxLEAST8): Likewise.
29101         [C99-based-standards] (PRIXLEAST8): Likewise.
29102         [C99-based-standards] (SCNdLEAST8): Likewise.
29103         [C99-based-standards] (SCNiLEAST8): Likewise.
29104         [C99-based-standards] (SCNoLEAST8): Likewise.
29105         [C99-based-standards] (SCNuLEAST8): Likewise.
29106         [C99-based-standards] (SCNxLEAST8): Likewise.
29107         [C99-based-standards] (PRIdFAST8): Likewise.
29108         [C99-based-standards] (PRIiFAST8): Likewise.
29109         [C99-based-standards] (PRIoFAST8): Likewise.
29110         [C99-based-standards] (PRIuFAST8): Likewise.
29111         [C99-based-standards] (PRIxFAST8): Likewise.
29112         [C99-based-standards] (PRIXFAST8): Likewise.
29113         [C99-based-standards] (SCNdFAST8): Likewise.
29114         [C99-based-standards] (SCNiFAST8): Likewise.
29115         [C99-based-standards] (SCNoFAST8): Likewise.
29116         [C99-based-standards] (SCNuFAST8): Likewise.
29117         [C99-based-standards] (SCNxFAST8): Likewise.
29118         [C99-based-standards] (PRId16): Likewise.
29119         [C99-based-standards] (PRIi16): Likewise.
29120         [C99-based-standards] (PRIo16): Likewise.
29121         [C99-based-standards] (PRIu16): Likewise.
29122         [C99-based-standards] (PRIx16): Likewise.
29123         [C99-based-standards] (PRIX16): Likewise.
29124         [C99-based-standards] (SCNd16): Likewise.
29125         [C99-based-standards] (SCNi16): Likewise.
29126         [C99-based-standards] (SCNo16): Likewise.
29127         [C99-based-standards] (SCNu16): Likewise.
29128         [C99-based-standards] (SCNx16): Likewise.
29129         [C99-based-standards] (PRIdLEAST16): Likewise.
29130         [C99-based-standards] (PRIiLEAST16): Likewise.
29131         [C99-based-standards] (PRIoLEAST16): Likewise.
29132         [C99-based-standards] (PRIuLEAST16): Likewise.
29133         [C99-based-standards] (PRIxLEAST16): Likewise.
29134         [C99-based-standards] (PRIXLEAST16): Likewise.
29135         [C99-based-standards] (SCNdLEAST16): Likewise.
29136         [C99-based-standards] (SCNiLEAST16): Likewise.
29137         [C99-based-standards] (SCNoLEAST16): Likewise.
29138         [C99-based-standards] (SCNuLEAST16): Likewise.
29139         [C99-based-standards] (SCNxLEAST16): Likewise.
29140         [C99-based-standards] (PRIdFAST16): Likewise.
29141         [C99-based-standards] (PRIiFAST16): Likewise.
29142         [C99-based-standards] (PRIoFAST16): Likewise.
29143         [C99-based-standards] (PRIuFAST16): Likewise.
29144         [C99-based-standards] (PRIxFAST16): Likewise.
29145         [C99-based-standards] (PRIXFAST16): Likewise.
29146         [C99-based-standards] (SCNdFAST16): Likewise.
29147         [C99-based-standards] (SCNiFAST16): Likewise.
29148         [C99-based-standards] (SCNoFAST16): Likewise.
29149         [C99-based-standards] (SCNuFAST16): Likewise.
29150         [C99-based-standards] (SCNxFAST16): Likewise.
29151         [C99-based-standards] (PRId32): Likewise.
29152         [C99-based-standards] (PRIi32): Likewise.
29153         [C99-based-standards] (PRIo32): Likewise.
29154         [C99-based-standards] (PRIu32): Likewise.
29155         [C99-based-standards] (PRIx32): Likewise.
29156         [C99-based-standards] (PRIX32): Likewise.
29157         [C99-based-standards] (SCNd32): Likewise.
29158         [C99-based-standards] (SCNi32): Likewise.
29159         [C99-based-standards] (SCNo32): Likewise.
29160         [C99-based-standards] (SCNu32): Likewise.
29161         [C99-based-standards] (SCNx32): Likewise.
29162         [C99-based-standards] (PRIdLEAST32): Likewise.
29163         [C99-based-standards] (PRIiLEAST32): Likewise.
29164         [C99-based-standards] (PRIoLEAST32): Likewise.
29165         [C99-based-standards] (PRIuLEAST32): Likewise.
29166         [C99-based-standards] (PRIxLEAST32): Likewise.
29167         [C99-based-standards] (PRIXLEAST32): Likewise.
29168         [C99-based-standards] (SCNdLEAST32): Likewise.
29169         [C99-based-standards] (SCNiLEAST32): Likewise.
29170         [C99-based-standards] (SCNoLEAST32): Likewise.
29171         [C99-based-standards] (SCNuLEAST32): Likewise.
29172         [C99-based-standards] (SCNxLEAST32): Likewise.
29173         [C99-based-standards] (PRIdFAST32): Likewise.
29174         [C99-based-standards] (PRIiFAST32): Likewise.
29175         [C99-based-standards] (PRIoFAST32): Likewise.
29176         [C99-based-standards] (PRIuFAST32): Likewise.
29177         [C99-based-standards] (PRIxFAST32): Likewise.
29178         [C99-based-standards] (PRIXFAST32): Likewise.
29179         [C99-based-standards] (SCNdFAST32): Likewise.
29180         [C99-based-standards] (SCNiFAST32): Likewise.
29181         [C99-based-standards] (SCNoFAST32): Likewise.
29182         [C99-based-standards] (SCNuFAST32): Likewise.
29183         [C99-based-standards] (SCNxFAST32): Likewise.
29184         [C99-based-standards] (PRId64): Likewise.
29185         [C99-based-standards] (PRIi64): Likewise.
29186         [C99-based-standards] (PRIo64): Likewise.
29187         [C99-based-standards] (PRIu64): Likewise.
29188         [C99-based-standards] (PRIx64): Likewise.
29189         [C99-based-standards] (PRIX64): Likewise.
29190         [C99-based-standards] (SCNd64): Likewise.
29191         [C99-based-standards] (SCNi64): Likewise.
29192         [C99-based-standards] (SCNo64): Likewise.
29193         [C99-based-standards] (SCNu64): Likewise.
29194         [C99-based-standards] (SCNx64): Likewise.
29195         [C99-based-standards] (PRIdLEAST64): Likewise.
29196         [C99-based-standards] (PRIiLEAST64): Likewise.
29197         [C99-based-standards] (PRIoLEAST64): Likewise.
29198         [C99-based-standards] (PRIuLEAST64): Likewise.
29199         [C99-based-standards] (PRIxLEAST64): Likewise.
29200         [C99-based-standards] (PRIXLEAST64): Likewise.
29201         [C99-based-standards] (SCNdLEAST64): Likewise.
29202         [C99-based-standards] (SCNiLEAST64): Likewise.
29203         [C99-based-standards] (SCNoLEAST64): Likewise.
29204         [C99-based-standards] (SCNuLEAST64): Likewise.
29205         [C99-based-standards] (SCNxLEAST64): Likewise.
29206         [C99-based-standards] (PRIdFAST64): Likewise.
29207         [C99-based-standards] (PRIiFAST64): Likewise.
29208         [C99-based-standards] (PRIoFAST64): Likewise.
29209         [C99-based-standards] (PRIuFAST64): Likewise.
29210         [C99-based-standards] (PRIxFAST64): Likewise.
29211         [C99-based-standards] (PRIXFAST64): Likewise.
29212         [C99-based-standards] (SCNdFAST64): Likewise.
29213         [C99-based-standards] (SCNiFAST64): Likewise.
29214         [C99-based-standards] (SCNoFAST64): Likewise.
29215         [C99-based-standards] (SCNuFAST64): Likewise.
29216         [C99-based-standards] (SCNxFAST64): Likewise.
29217         [C99-based-standards] (PRIdMAX): Likewise.
29218         [C99-based-standards] (PRIiMAX): Likewise.
29219         [C99-based-standards] (PRIoMAX): Likewise.
29220         [C99-based-standards] (PRIuMAX): Likewise.
29221         [C99-based-standards] (PRIxMAX): Likewise.
29222         [C99-based-standards] (PRIXMAX): Likewise.
29223         [C99-based-standards] (SCNdMAX): Likewise.
29224         [C99-based-standards] (SCNiMAX): Likewise.
29225         [C99-based-standards] (SCNoMAX): Likewise.
29226         [C99-based-standards] (SCNuMAX): Likewise.
29227         [C99-based-standards] (SCNxMAX): Likewise.
29228         [C99-based-standards] (PRIdPTR): Likewise.
29229         [C99-based-standards] (PRIiPTR): Likewise.
29230         [C99-based-standards] (PRIoPTR): Likewise.
29231         [C99-based-standards] (PRIuPTR): Likewise.
29232         [C99-based-standards] (PRIxPTR): Likewise.
29233         [C99-based-standards] (PRIXPTR): Likewise.
29234         [C99-based-standards] (SCNdPTR): Likewise.
29235         [C99-based-standards] (SCNiPTR): Likewise.
29236         [C99-based-standards] (SCNoPTR): Likewise.
29237         [C99-based-standards] (SCNuPTR): Likewise.
29238         [C99-based-standards] (SCNxPTR): Likewise.
29239         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29240         allow.
29241         * conform/data/stdint.h-data: Update comments to clarify
29242         requirements.
29243         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29244         type.
29245         [C99-based standards] (INT8_MAX): Likewise.
29246         [C99-based standards] (INT16_MIN): Likewise.
29247         [C99-based standards] (INT16_MAX): Likewise.
29248         [C99-based standards] (INT32_MIN): Likewise.
29249         [C99-based standards] (INT32_MAX): Likewise.
29250         [C99-based standards] (INT64_MIN): Likewise.
29251         [C99-based standards] (INT64_MAX): Likewise.
29252         [C99-based standards] (UINT8_MAX): Likewise.
29253         [C99-based standards] (UINT16_MAX): Likewise.
29254         [C99-based standards] (UINT32_MAX): Likewise.
29255         [C99-based standards] (UINT64_MAX): Likewise.
29256         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29257         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29258         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29259         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29260         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29261         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29262         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29263         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29264         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29265         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29266         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29267         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29268         [C99-based standards] (INT_FAST8_MIN): Likewise.
29269         [C99-based standards] (INT_FAST8_MAX): Likewise.
29270         [C99-based standards] (INT_FAST16_MIN): Likewise.
29271         [C99-based standards] (INT_FAST16_MAX): Likewise.
29272         [C99-based standards] (INT_FAST32_MIN): Likewise.
29273         [C99-based standards] (INT_FAST32_MAX): Likewise.
29274         [C99-based standards] (INT_FAST64_MIN): Likewise.
29275         [C99-based standards] (INT_FAST64_MAX): Likewise.
29276         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29277         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29278         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29279         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29280         [C99-based standards] (INTPTR_MIN): Likewise.
29281         [C99-based standards] (INTPTR_MAX): Likewise.
29282         [C99-based standards] (UINTPTR_MAX): Likewise.
29283         [C99-based standards] (INTMAX_MIN): Likewise.
29284         [C99-based standards] (INTMAX_MAX): Likewise.
29285         [C99-based standards] (UINTMAX_MAX): Likewise.
29286         [C99-based standards] (PTRDIFF_MIN): Likewise.
29287         [C99-based standards] (PTRDIFF_MAX): Likewise.
29288         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29289         [C99-based standards] (SIZE_MAX): Likewise.
29290         [C99-based standards] (WCHAR_MAX): Likewise.
29291         [C99-based standards] (WINT_MAX): Likewise.
29292         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29293         constraint on value.
29294         [C99-based standards] (WCHAR_MIN): Likewise.
29295         [C99-based standards] (WINT_MIN): Likewise.
29296         [C99-based standards] (*_t): Allow.
29297         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29298         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29299         Include math.h-data and complex.h-data.  Remove all expectations
29300         of math.h and complex.h contents.
29301         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29302         at end of line.
29303         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29304         (struct tm): Expect tag.
29305         [C99-based-standards] (wcstof): Expect function.
29306         [C99-based-standards] (wcstold): Likewise.
29307         [C99-based-standards] (wcstoll): Likewise.
29308         [C99-based-standards] (wcstoull): Likewise.
29309         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29310         macro-int-constant.  Specify type.
29311         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29312         constraint on value.
29313         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29314         Specify type.
29315         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29316         Specify value.
29317         [ISO C standards]: Do not allow headers.
29318         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29319         wcs[abcdefghijklmnopqrstuvwxyz]*.
29320         [ISO C standards] (*_t): Do not allow.
29321         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29322         Expect function.
29323         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29324         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29325         Specify type.
29326         [ISO C standards]: Do not allow headers.
29327         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29328         is[abcdefghijklmnopqrstuvwxyz]*.
29329         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29330         to[abcdefghijklmnopqrstuvwxyz]*.
29331         [ISO C standards] (*_t): Do not allow.
29332         * conform/data/stdalign.h-data: New file.
29333         * conform/data/stdbool.h-data: Likewise.
29334         * conform/data/stdnoreturn.h-data: Likewise.
29336 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29338         [BZ #14815]
29339         * manual/filesys.texi (Directory Entries): Typo fix.
29340         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29342 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29344         * elf/elf.h (EM_AARCH64): New macro.
29345         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29346         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29347         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29348         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29349         (R_AARCH64_TLSDESC): Likewise.
29350         (NT_ARM_TLS): Likewise.
29351         (NT_ARM_HW_BREAK): Likewise.
29352         (NT_ARM_HW_WATCH): Likewise.
29354 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29356         [BZ #14811]
29357         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29358         (__ieee754_powl): Saturate nonzero exponents with absolute value
29359         below 0x1p-79 to +/- 0x1p-79.
29360         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29361         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29362         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29363         nonzero exponents with absolute value below 0x1p-32 to +/-
29364         0x1p-32.
29365         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29366         (__ieee754_powl): Saturate nonzero exponents with absolute value
29367         below 0x1p-79 to +/- 0x1p-79.
29368         * math/libm-test.inc (pow_test): Add more tests.
29370 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29372         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29373         _dl_s390_cap_flags with kernel. Increase string length.
29374         (_dl_s390_platforms): Add z196 and zEC12.
29376 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29378         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29379         Change XOPEN21K to XOPEN2K.
29381 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29383         * string/memmove.c: Use memcpy when possible.
29385 2012-11-06  Andreas Jaeger  <aj@suse.de>
29387         * po/eo.po: Update from translation team.
29389 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29391         [BZ #14793]
29392         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29393         exponent and small x and y exponents, scale x or y up.  Increase
29394         by 2 the exponent used in scaling up.
29395         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29396         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29397         * math/libm-test.inc (fma_test): Add more tests.
29398         (fma_test_towardzero): Likewise.
29399         (fma_test_downward): Likewise.
29400         (fma_test_upward): Likewise.
29402 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29404         [BZ #14805]
29405         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29406         fenv_t *.
29408         [BZ #14801]
29409         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29410         namespace for names of struct fields.
29411         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29412         fenv_t fields.
29413         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29414         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29416 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29418         [BZ #3665]
29419         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29421 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29423         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29424         PTR_DEMANGLE.
29426         [BZ #5246]
29427         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29428         PTR_DEMANGLE.
29430 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29432         [BZ #14797]
29433         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29434         definitely overflow as x * y not x * y + z.
29435         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29436         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29437         * math/libm-test.inc (fma_test): Add more tests.
29438         (fma_test_towardzero): Likewise.
29439         (fma_test_downward): Likewise.
29440         (fma_test_upward): Likewise.
29442 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29444         [BZ #157]
29446         * include/stub-tag.h: Remove file.
29447         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29448         '#include' of it.
29449         * manual/maint.texi (Porting): Don't reference it.
29450         * Makerules ($(objpfx)stubs): Likewise.
29451         * dirent/closedir.c: Don't include <stub-tag.h>.
29452         * dirent/dirfd.c: Likewise.
29453         * dirent/fdopendir.c: Likewise.
29454         * dirent/getdents.c: Likewise.
29455         * dirent/getdents64.c: Likewise.
29456         * dirent/opendir.c: Likewise.
29457         * dirent/readdir.c: Likewise.
29458         * dirent/readdir64.c: Likewise.
29459         * dirent/readdir64_r.c: Likewise.
29460         * dirent/readdir_r.c: Likewise.
29461         * dirent/rewinddir.c: Likewise.
29462         * dirent/seekdir.c: Likewise.
29463         * dirent/telldir.c: Likewise.
29464         * gmon/profil.c: Likewise.
29465         * grp/setgroups.c: Likewise.
29466         * inet/if_index.c: Likewise.
29467         * io/access.c: Likewise.
29468         * io/chdir.c: Likewise.
29469         * io/chmod.c: Likewise.
29470         * io/chown.c: Likewise.
29471         * io/close.c: Likewise.
29472         * io/dup.c: Likewise.
29473         * io/dup2.c: Likewise.
29474         * io/dup3.c: Likewise.
29475         * io/euidaccess.c: Likewise.
29476         * io/faccessat.c: Likewise.
29477         * io/fchdir.c: Likewise.
29478         * io/fchmod.c: Likewise.
29479         * io/fchmodat.c: Likewise.
29480         * io/fchown.c: Likewise.
29481         * io/fchownat.c: Likewise.
29482         * io/fcntl.c: Likewise.
29483         * io/flock.c: Likewise.
29484         * io/fstatfs.c: Likewise.
29485         * io/fstatfs64.c: Likewise.
29486         * io/fstatvfs.c: Likewise.
29487         * io/fstatvfs64.c: Likewise.
29488         * io/futimens.c: Likewise.
29489         * io/fxstat.c: Likewise.
29490         * io/fxstat64.c: Likewise.
29491         * io/fxstatat.c: Likewise.
29492         * io/fxstatat64.c: Likewise.
29493         * io/getcwd.c: Likewise.
29494         * io/isatty.c: Likewise.
29495         * io/lchmod.c: Likewise.
29496         * io/lchown.c: Likewise.
29497         * io/link.c: Likewise.
29498         * io/linkat.c: Likewise.
29499         * io/lseek.c: Likewise.
29500         * io/lseek64.c: Likewise.
29501         * io/lxstat64.c: Likewise.
29502         * io/mkdir.c: Likewise.
29503         * io/mkdirat.c: Likewise.
29504         * io/mkfifo.c: Likewise.
29505         * io/mkfifoat.c: Likewise.
29506         * io/open.c: Likewise.
29507         * io/open64.c: Likewise.
29508         * io/openat.c: Likewise.
29509         * io/openat64.c: Likewise.
29510         * io/pipe.c: Likewise.
29511         * io/pipe2.c: Likewise.
29512         * io/poll.c: Likewise.
29513         * io/posix_fadvise.c: Likewise.
29514         * io/posix_fadvise64.c: Likewise.
29515         * io/posix_fallocate.c: Likewise.
29516         * io/posix_fallocate64.c: Likewise.
29517         * io/read.c: Likewise.
29518         * io/readlink.c: Likewise.
29519         * io/readlinkat.c: Likewise.
29520         * io/rmdir.c: Likewise.
29521         * io/sendfile.c: Likewise.
29522         * io/sendfile64.c: Likewise.
29523         * io/statfs.c: Likewise.
29524         * io/statfs64.c: Likewise.
29525         * io/statvfs.c: Likewise.
29526         * io/statvfs64.c: Likewise.
29527         * io/symlink.c: Likewise.
29528         * io/symlinkat.c: Likewise.
29529         * io/ttyname.c: Likewise.
29530         * io/ttyname_r.c: Likewise.
29531         * io/umask.c: Likewise.
29532         * io/unlink.c: Likewise.
29533         * io/unlinkat.c: Likewise.
29534         * io/utime.c: Likewise.
29535         * io/utimensat.c: Likewise.
29536         * io/write.c: Likewise.
29537         * io/xmknod.c: Likewise.
29538         * io/xmknodat.c: Likewise.
29539         * io/xstat.c: Likewise.
29540         * io/xstat64.c: Likewise.
29541         * login/getpt.c: Likewise.
29542         * login/grantpt.c: Likewise.
29543         * login/unlockpt.c: Likewise.
29544         * math/e_acoshl.c: Likewise.
29545         * math/e_acosl.c: Likewise.
29546         * math/e_asinl.c: Likewise.
29547         * math/e_atan2l.c: Likewise.
29548         * math/e_atanhl.c: Likewise.
29549         * math/e_coshl.c: Likewise.
29550         * math/e_expl.c: Likewise.
29551         * math/e_fmodl.c: Likewise.
29552         * math/e_gammal_r.c: Likewise.
29553         * math/e_hypotl.c: Likewise.
29554         * math/e_j0l.c: Likewise.
29555         * math/e_j1l.c: Likewise.
29556         * math/e_jnl.c: Likewise.
29557         * math/e_lgammal_r.c: Likewise.
29558         * math/e_log10l.c: Likewise.
29559         * math/e_log2l.c: Likewise.
29560         * math/e_logl.c: Likewise.
29561         * math/e_powl.c: Likewise.
29562         * math/e_rem_pio2l.c: Likewise.
29563         * math/e_sinhl.c: Likewise.
29564         * math/e_sqrtl.c: Likewise.
29565         * math/fclrexcpt.c: Likewise.
29566         * math/fedisblxcpt.c: Likewise.
29567         * math/feenablxcpt.c: Likewise.
29568         * math/fegetenv.c: Likewise.
29569         * math/fegetexcept.c: Likewise.
29570         * math/fegetround.c: Likewise.
29571         * math/feholdexcpt.c: Likewise.
29572         * math/fesetenv.c: Likewise.
29573         * math/fesetround.c: Likewise.
29574         * math/feupdateenv.c: Likewise.
29575         * math/fgetexcptflg.c: Likewise.
29576         * math/fraiseexcpt.c: Likewise.
29577         * math/fsetexcptflg.c: Likewise.
29578         * math/ftestexcept.c: Likewise.
29579         * math/k_cosl.c: Likewise.
29580         * math/k_rem_pio2l.c: Likewise.
29581         * math/k_sinl.c: Likewise.
29582         * math/k_tanl.c: Likewise.
29583         * math/s_asinhl.c: Likewise.
29584         * math/s_atanl.c: Likewise.
29585         * math/s_cbrtl.c: Likewise.
29586         * math/s_erfl.c: Likewise.
29587         * math/s_expm1l.c: Likewise.
29588         * math/s_log1pl.c: Likewise.
29589         * math/s_tanhl.c: Likewise.
29590         * misc/acct.c: Likewise.
29591         * misc/brk.c: Likewise.
29592         * misc/chflags.c: Likewise.
29593         * misc/chroot.c: Likewise.
29594         * misc/fchflags.c: Likewise.
29595         * misc/fgetxattr.c: Likewise.
29596         * misc/flistxattr.c: Likewise.
29597         * misc/fremovexattr.c: Likewise.
29598         * misc/fsetxattr.c: Likewise.
29599         * misc/fsync.c: Likewise.
29600         * misc/ftruncate.c: Likewise.
29601         * misc/futimes.c: Likewise.
29602         * misc/futimesat.c: Likewise.
29603         * misc/getdomain.c: Likewise.
29604         * misc/getdtsz.c: Likewise.
29605         * misc/gethostid.c: Likewise.
29606         * misc/gethostname.c: Likewise.
29607         * misc/getloadavg.c: Likewise.
29608         * misc/getpagesize.c: Likewise.
29609         * misc/getsysstats.c: Likewise.
29610         * misc/getxattr.c: Likewise.
29611         * misc/gtty.c: Likewise.
29612         * misc/ioctl.c: Likewise.
29613         * misc/lgetxattr.c: Likewise.
29614         * misc/listxattr.c: Likewise.
29615         * misc/llistxattr.c: Likewise.
29616         * misc/lremovexattr.c: Likewise.
29617         * misc/lsetxattr.c: Likewise.
29618         * misc/lutimes.c: Likewise.
29619         * misc/madvise.c: Likewise.
29620         * misc/mincore.c: Likewise.
29621         * misc/mlock.c: Likewise.
29622         * misc/mlockall.c: Likewise.
29623         * misc/mmap.c: Likewise.
29624         * misc/mprotect.c: Likewise.
29625         * misc/msync.c: Likewise.
29626         * misc/munlock.c: Likewise.
29627         * misc/munlockall.c: Likewise.
29628         * misc/munmap.c: Likewise.
29629         * misc/preadv.c: Likewise.
29630         * misc/preadv64.c: Likewise.
29631         * misc/ptrace.c: Likewise.
29632         * misc/pwritev.c: Likewise.
29633         * misc/pwritev64.c: Likewise.
29634         * misc/readv.c: Likewise.
29635         * misc/reboot.c: Likewise.
29636         * misc/remap_file_pages.c: Likewise.
29637         * misc/removexattr.c: Likewise.
29638         * misc/revoke.c: Likewise.
29639         * misc/select.c: Likewise.
29640         * misc/setdomain.c: Likewise.
29641         * misc/setegid.c: Likewise.
29642         * misc/seteuid.c: Likewise.
29643         * misc/sethostid.c: Likewise.
29644         * misc/sethostname.c: Likewise.
29645         * misc/setregid.c: Likewise.
29646         * misc/setreuid.c: Likewise.
29647         * misc/setxattr.c: Likewise.
29648         * misc/sstk.c: Likewise.
29649         * misc/stty.c: Likewise.
29650         * misc/swapoff.c: Likewise.
29651         * misc/swapon.c: Likewise.
29652         * misc/sync.c: Likewise.
29653         * misc/syncfs.c: Likewise.
29654         * misc/syscall.c: Likewise.
29655         * misc/truncate.c: Likewise.
29656         * misc/ualarm.c: Likewise.
29657         * misc/usleep.c: Likewise.
29658         * misc/ustat.c: Likewise.
29659         * misc/utimes.c: Likewise.
29660         * misc/vhangup.c: Likewise.
29661         * misc/writev.c: Likewise.
29662         * posix/_exit.c: Likewise.
29663         * posix/alarm.c: Likewise.
29664         * posix/execve.c: Likewise.
29665         * posix/fexecve.c: Likewise.
29666         * posix/fork.c: Likewise.
29667         * posix/fpathconf.c: Likewise.
29668         * posix/getaddrinfo.c: Likewise.
29669         * posix/getegid.c: Likewise.
29670         * posix/geteuid.c: Likewise.
29671         * posix/getgid.c: Likewise.
29672         * posix/getgroups.c: Likewise.
29673         * posix/getlogin.c: Likewise.
29674         * posix/getlogin_r.c: Likewise.
29675         * posix/getpgid.c: Likewise.
29676         * posix/getpid.c: Likewise.
29677         * posix/getppid.c: Likewise.
29678         * posix/getresgid.c: Likewise.
29679         * posix/getresuid.c: Likewise.
29680         * posix/getsid.c: Likewise.
29681         * posix/getuid.c: Likewise.
29682         * posix/glob64.c: Likewise.
29683         * posix/nanosleep.c: Likewise.
29684         * posix/pathconf.c: Likewise.
29685         * posix/pause.c: Likewise.
29686         * posix/posix_madvise.c: Likewise.
29687         * posix/pread.c: Likewise.
29688         * posix/pread64.c: Likewise.
29689         * posix/pwrite.c: Likewise.
29690         * posix/pwrite64.c: Likewise.
29691         * posix/sched_getaffinity.c: Likewise.
29692         * posix/sched_getp.c: Likewise.
29693         * posix/sched_gets.c: Likewise.
29694         * posix/sched_primax.c: Likewise.
29695         * posix/sched_primin.c: Likewise.
29696         * posix/sched_rr_gi.c: Likewise.
29697         * posix/sched_setaffinity.c: Likewise.
29698         * posix/sched_setp.c: Likewise.
29699         * posix/sched_sets.c: Likewise.
29700         * posix/sched_yield.c: Likewise.
29701         * posix/setgid.c: Likewise.
29702         * posix/setlogin.c: Likewise.
29703         * posix/setpgid.c: Likewise.
29704         * posix/setresgid.c: Likewise.
29705         * posix/setresuid.c: Likewise.
29706         * posix/setsid.c: Likewise.
29707         * posix/setuid.c: Likewise.
29708         * posix/sleep.c: Likewise.
29709         * posix/spawni.c: Likewise.
29710         * posix/sysconf.c: Likewise.
29711         * posix/times.c: Likewise.
29712         * posix/wait.c: Likewise.
29713         * posix/wait3.c: Likewise.
29714         * posix/wait4.c: Likewise.
29715         * posix/waitpid.c: Likewise.
29716         * resolv/gai_sigqueue.c: Likewise.
29717         * resource/getpriority.c: Likewise.
29718         * resource/getrlimit.c: Likewise.
29719         * resource/getrusage.c: Likewise.
29720         * resource/nice.c: Likewise.
29721         * resource/setpriority.c: Likewise.
29722         * resource/setrlimit.c: Likewise.
29723         * resource/ulimit.c: Likewise.
29724         * rt/aio_cancel.c: Likewise.
29725         * rt/aio_fsync.c: Likewise.
29726         * rt/aio_read.c: Likewise.
29727         * rt/aio_sigqueue.c: Likewise.
29728         * rt/aio_suspend.c: Likewise.
29729         * rt/aio_write.c: Likewise.
29730         * rt/clock_getres.c: Likewise.
29731         * rt/clock_gettime.c: Likewise.
29732         * rt/clock_nanosleep.c: Likewise.
29733         * rt/clock_settime.c: Likewise.
29734         * rt/lio_listio.c: Likewise.
29735         * rt/mq_close.c: Likewise.
29736         * rt/mq_getattr.c: Likewise.
29737         * rt/mq_notify.c: Likewise.
29738         * rt/mq_open.c: Likewise.
29739         * rt/mq_receive.c: Likewise.
29740         * rt/mq_send.c: Likewise.
29741         * rt/mq_setattr.c: Likewise.
29742         * rt/mq_timedreceive.c: Likewise.
29743         * rt/mq_timedsend.c: Likewise.
29744         * rt/mq_unlink.c: Likewise.
29745         * rt/shm_open.c: Likewise.
29746         * rt/shm_unlink.c: Likewise.
29747         * rt/timer_create.c: Likewise.
29748         * rt/timer_delete.c: Likewise.
29749         * rt/timer_getoverr.c: Likewise.
29750         * rt/timer_gettime.c: Likewise.
29751         * rt/timer_settime.c: Likewise.
29752         * setjmp/__longjmp.c: Likewise.
29753         * setjmp/setjmp.c: Likewise.
29754         * signal/kill.c: Likewise.
29755         * signal/killpg.c: Likewise.
29756         * signal/raise.c: Likewise.
29757         * signal/sigaction.c: Likewise.
29758         * signal/sigaltstack.c: Likewise.
29759         * signal/sigblock.c: Likewise.
29760         * signal/sigignore.c: Likewise.
29761         * signal/sigintr.c: Likewise.
29762         * signal/signal.c: Likewise.
29763         * signal/sigpause.c: Likewise.
29764         * signal/sigpending.c: Likewise.
29765         * signal/sigqueue.c: Likewise.
29766         * signal/sigreturn.c: Likewise.
29767         * signal/sigset.c: Likewise.
29768         * signal/sigsetmask.c: Likewise.
29769         * signal/sigstack.c: Likewise.
29770         * signal/sigsuspend.c: Likewise.
29771         * signal/sigtimedwait.c: Likewise.
29772         * signal/sigvec.c: Likewise.
29773         * signal/sigwait.c: Likewise.
29774         * signal/sigwaitinfo.c: Likewise.
29775         * signal/sysv_signal.c: Likewise.
29776         * socket/accept.c: Likewise.
29777         * socket/accept4.c: Likewise.
29778         * socket/bind.c: Likewise.
29779         * socket/connect.c: Likewise.
29780         * socket/getpeername.c: Likewise.
29781         * socket/getsockname.c: Likewise.
29782         * socket/getsockopt.c: Likewise.
29783         * socket/isfdtype.c: Likewise.
29784         * socket/listen.c: Likewise.
29785         * socket/recv.c: Likewise.
29786         * socket/recvfrom.c: Likewise.
29787         * socket/recvmsg.c: Likewise.
29788         * socket/send.c: Likewise.
29789         * socket/sendmsg.c: Likewise.
29790         * socket/sendto.c: Likewise.
29791         * socket/setsockopt.c: Likewise.
29792         * socket/shutdown.c: Likewise.
29793         * socket/sockatmark.c: Likewise.
29794         * socket/socket.c: Likewise.
29795         * socket/socketpair.c: Likewise.
29796         * stdio-common/ctermid.c: Likewise.
29797         * stdio-common/cuserid.c: Likewise.
29798         * stdio-common/remove.c: Likewise.
29799         * stdio-common/rename.c: Likewise.
29800         * stdio-common/renameat.c: Likewise.
29801         * stdio-common/tempname.c: Likewise.
29802         * stdlib/getcontext.c: Likewise.
29803         * stdlib/makecontext.c: Likewise.
29804         * stdlib/setcontext.c: Likewise.
29805         * stdlib/swapcontext.c: Likewise.
29806         * stdlib/system.c: Likewise.
29807         * streams/fattach.c: Likewise.
29808         * streams/fdetach.c: Likewise.
29809         * streams/getmsg.c: Likewise.
29810         * streams/getpmsg.c: Likewise.
29811         * streams/putmsg.c: Likewise.
29812         * streams/putpmsg.c: Likewise.
29813         * sysdeps/unix/bsd/getpt.c: Likewise.
29814         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29815         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29816         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29818         Likewise.
29819         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29820         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29821         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29822         * sysvipc/msgctl.c: Likewise.
29823         * sysvipc/msgget.c: Likewise.
29824         * sysvipc/msgrcv.c: Likewise.
29825         * sysvipc/msgsnd.c: Likewise.
29826         * sysvipc/semctl.c: Likewise.
29827         * sysvipc/semget.c: Likewise.
29828         * sysvipc/semop.c: Likewise.
29829         * sysvipc/semtimedop.c: Likewise.
29830         * sysvipc/shmat.c: Likewise.
29831         * sysvipc/shmctl.c: Likewise.
29832         * sysvipc/shmdt.c: Likewise.
29833         * sysvipc/shmget.c: Likewise.
29834         * termios/tcdrain.c: Likewise.
29835         * termios/tcflow.c: Likewise.
29836         * termios/tcflush.c: Likewise.
29837         * termios/tcgetattr.c: Likewise.
29838         * termios/tcgetpgrp.c: Likewise.
29839         * termios/tcsendbrk.c: Likewise.
29840         * termios/tcsetattr.c: Likewise.
29841         * termios/tcsetpgrp.c: Likewise.
29842         * time/adjtime.c: Likewise.
29843         * time/clock.c: Likewise.
29844         * time/getitimer.c: Likewise.
29845         * time/gettimeofday.c: Likewise.
29846         * time/setitimer.c: Likewise.
29847         * time/settimeofday.c: Likewise.
29848         * time/stime.c: Likewise.
29849         * time/time.c: Likewise.
29851 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29853         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29854         /usr/old/bin.
29856         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29857         instead of spaces.
29858         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29860 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29862         [BZ #14796]
29863         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29864         FE_TONEAREST before applying Dekker multiplication and Knuth
29865         addition.  Clear inexact exceptions and check for exact zero
29866         results afterwards.
29867         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29868         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29869         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29870         * math/libm-test.inc (fma_test): Add more tests.
29871         (fma_test_towardzero): Likewise.
29872         (fma_test_downward): Likewise.
29873         (fma_test_upward): Likewise.
29874         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29875         function.
29876         (libc_fesetround): New macro.
29877         (libc_fesetroundf): Likewise.
29878         (libc_fesetroundl): Likewise.
29879         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29880         function.
29881         (libc_fesetround_387): Likewise.
29882         (libc_fesetroundf): New macro.
29883         (libc_fesetround): Likewise.
29884         (libc_fesetroundl): Likewise.
29885         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29886         function.
29887         (libc_fesetroundf): New macro.
29888         (libc_fesetround): Likewise.
29889         (libc_fesetroundl): Likewise.
29890         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29891         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29892         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29893         libm_hidden_ver.
29894         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29895         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29896         libm_hidden_def.
29897         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29898         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29899         libm_hidden_ver.
29900         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29901         libm_hidden_def.
29903         [BZ #3439]
29904         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29905         integer constant usable in #if and use that to give value to enum
29906         constant.
29907         (FE_DIVBYZERO): Likewise.
29908         (FE_UNDERFLOW): Likewise.
29909         (FE_OVERFLOW): Likewise.
29910         (FE_INVALID): Likewise.
29911         (FE_INVALID_SNAN): Likewise.
29912         (FE_INVALID_ISI): Likewise.
29913         (FE_INVALID_IDI): Likewise.
29914         (FE_INVALID_ZDZ): Likewise.
29915         (FE_INVALID_IMZ): Likewise.
29916         (FE_INVALID_COMPARE): Likewise.
29917         (FE_INVALID_SOFTWARE): Likewise.
29918         (FE_INVALID_SQRT): Likewise.
29919         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29920         (FE_TONEAREST): Likewise.
29921         (FE_TOWARDZERO): Likewise.
29922         (FE_UPWARD): Likewise.
29923         (FE_DOWNWARD): Likewise.
29924         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29925         (FE_DIVBYZERO): Likewise.
29926         (FE_OVERFLOW): Likewise.
29927         (FE_UNDERFLOW): Likewise.
29928         (FE_INEXACT): Likewise.
29929         (FE_TONEAREST): Likewise.
29930         (FE_DOWNWARD): Likewise.
29931         (FE_UPWARD): Likewise.
29932         (FE_TOWARDZERO): Likewise.
29933         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29934         (FE_UNDERFLOW): Likewise.
29935         (FE_OVERFLOW): Likewise.
29936         (FE_DIVBYZERO): Likewise.
29937         (FE_INVALID): Likewise.
29938         (FE_TONEAREST): Likewise.
29939         (FE_TOWARDZERO): Likewise.
29940         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29941         (FE_OVERFLOW): Likewise.
29942         (FE_UNDERFLOW): Likewise.
29943         (FE_DIVBYZERO): Likewise.
29944         (FE_INEXACT): Likewise.
29945         (FE_TONEAREST): Likewise.
29946         (FE_TOWARDZERO): Likewise.
29947         (FE_UPWARD): Likewise.
29948         (FE_DOWNWARD): Likewise.
29949         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29950         (FE_DIVBYZERO): Likewise.
29951         (FE_OVERFLOW): Likewise.
29952         (FE_UNDERFLOW): Likewise.
29953         (FE_INEXACT): Likewise.
29954         (FE_TONEAREST): Likewise.
29955         (FE_DOWNWARD): Likewise.
29956         (FE_UPWARD): Likewise.
29957         (FE_TOWARDZERO): Likewise.
29959 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29961         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29963 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29965         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29966         commands.  Quote $PWD.
29967         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29968         -x" by "export".
29969         (remove_newlines): Remove.
29971 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29973         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29974         * stdlib/stdlib.h (atof): Moved to ...
29975         * include/bits/stdlib-float.h: Here.  New file.
29976         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29977         * stdlib/bits/stdlib-float.h: New file.
29978         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29979         -mno-sse -mno-mmx.
29980         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29981         <xmmintrin.h>.
29983 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29985         * conform/conformtest.pl (@headers): Add fenv.h.
29986         * conform/data/fenv.h-data: New file.
29987         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29988         include of <math/fenv.h>.
29990         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29991         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29992         && !UNIX98].  Enables tests for XOPEN2K8.
29993         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29994         POSIX2008]: Likewise.
29996         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29997         (struct rusage): Do not expect type or its members.
29999         [BZ #3439]
30000         * math/math.h (FP_NAN): Define macro to integer constant usable in
30001         #if and use that to give value to enum constant.
30002         (FP_INFINITE): Likewise.
30003         (FP_ZERO): Likewise.
30004         (FP_SUBNORMAL): Likewise.
30005         (FP_NORMAL): Likewise.
30007 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30009         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30010         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30011         arguments.
30013 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30015         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30016         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30017         autoconf-time if not.
30018         * configure.in: Remove AC_PREREQ.
30020 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30022         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30023         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30024         of the internal implementation.
30026 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30028         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30029         except include of <misc/sys/syslog.h>.
30031 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30034         function returns with a NULL context exit with zero.
30036 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30038         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30040 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30042         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30043         (run_program_cmd): This.
30044         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30045         (tst_langinfo): New variable.  Use it.
30047 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30049         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30050         floating point opcodes.
30052 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30054         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30055         variable.
30057         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30059         * sysdeps/mach/hurd/powerpc: Remove directory.
30060         * sysdeps/mach/powerpc: Likewise.
30062 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30064         * scripts/check-local-headers.sh: Ignore c++ headers.
30066 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30068         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30069         __libc_cleanup_region_start argument.
30071 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30073         [BZ #14784]
30074         [BZ #14785]
30075         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30076         x * y using scaling, not as x * y + z.
30077         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30078         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30079         * math/libm-test.inc (fma_test): Add more tests.
30080         (fma_test_towardzero): Likewise.
30081         (fma_test_downward): Likewise.
30082         (fma_test_upward): Likewise.
30084 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30086         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30088 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30090         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30091         New variable.
30093 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30095         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30097 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30100         Fix sort order.
30101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30102         Likewise.
30104 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30107         Fix the order of the list for glibc 2.17.
30108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30109         Likewise.
30111 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30115 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30117         [BZ #14610]
30118         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30119         for low part of x being zero before using __atanl (y).
30120         * math/libm-test.inc (atan2_test): Add another test.
30122         * manual/install.texi (Configuring and compiling): Document
30123         general use of test-wrapper and test-wrapper-env.
30124         * INSTALL: Regenerated.
30126         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30127         (__fma): Do not extract and scale down low bits on after-rounding
30128         systems when result rounded to normal precision would have normal
30129         exponent.
30130         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30131         (__fmal): Do not extract and scale down low bits on after-rounding
30132         systems when result rounded to normal precision would have normal
30133         exponent.
30134         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30135         (__fmal): Do not extract and scale down low bits on after-rounding
30136         systems when result rounded to normal precision would have normal
30137         exponent.
30138         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30139         macro.
30140         (fma_test): Add more tests.
30141         (fma_test_towardzero): Likewise.
30142         (fma_test_downward): Likewise.
30143         (fma_test_upward): Likewise.
30145 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30147         * sysdeps/i386/tininess.h: Renamed to ...
30148         * sysdeps/x86/tininess.h: This.
30149         * sysdeps/x86_64/tininess.h: Removed.
30151 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30153         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30154         input.  Use $(build-program-cmd).
30155         ($(objpfx)tst-array1-static.out): Likewise.
30156         ($(objpfx)tst-array2.out): Likewise.
30157         ($(objpfx)tst-array3.out): Likewise.
30158         ($(objpfx)tst-array4.out): Likewise.
30159         ($(objpfx)tst-array5.out): Likewise.
30160         ($(objpfx)tst-array5-static.out): Likewise.
30162 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30164         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30165         if defined.
30167         * nss/nsswitch.h (nss_interface_function): Provide new
30168         macro for use with NSS functions.
30169         * grp/initgroups.c: Use new macro.
30170         * nss/getXXbyYY.c: Likewise.
30171         * nss/getXXbyYY_r.c: Likewise.
30172         * nss/getXXent.c: Likewise.
30173         * nss/getXXent_r.c: Likewise.
30174         * sysdeps/posix/getaddrinfo.c: Likewise.
30176 2012-10-30  Andreas Jaeger  <aj@suse.de>
30178         * po/ru.po: Update Russion translation from translation project.
30180 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30182         [BZ #14152]
30183         [BZ #14783]
30184         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30185         result and shift together with sticky bit instead of replicating
30186         round-to-nearest rounding.
30187         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30188         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30189         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30190         missing underflow exceptions.
30191         (fma_test_towardzero): Add more tests.
30192         (fma_test_downward): Likewise.
30193         (fma_test_upward): Likewise.
30195         [BZ #14047]
30196         * sysdeps/generic/tininess.h: New file.
30197         * sysdeps/i386/tininess.h: Likewise.
30198         * sysdeps/sh/tininess.h: Likewise.
30199         * sysdeps/x86_64/tininess.h: Likewise.
30200         * stdlib/tst-strtod-underflow.c: Likewise.
30201         * stdlib/tst-tininess.c: Likewise.
30202         * stdlib/strtod_l.c: Include <tininess.h>.
30203         (round_and_return): Do not set errno for exact underflow cases.
30204         Force an underflow exception when setting errno for underflow.
30205         Determine underflow based on rounding to normal precision if
30206         TININESS_AFTER_ROUNDING.
30207         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30208         ERANGE for exact underflow cases.
30209         * stdlib/Makefile (tests): Add tst-tininess and
30210         tst-strtod-underflow.
30211         ($(objpfx)tst-tininess): Use $(link-libm).
30212         ($(objpfx)tst-strtod-underflow): Likewise.
30214 2012-10-30  Andreas Jaeger  <aj@suse.de>
30216         [BZ#14767]
30217         * elf/Makefile (tests): Remove conditional for have-initfini-array
30218         since this is now always required and the variable does not exist
30219         anymore.
30220         (tests-static): Likewise.
30221         (modules-names): Likewise.
30223         * po/eo.po: Add Esperanto translation from translation project.
30225         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30226         merged with constructor/destructor.
30227         (init_array): Likewise.
30228         * elf/tst-array2dep.c (fini_array): Likewise.
30229         (init_array): Likewise.
30231 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30233         * manual/message.texi: Delete @cartouche tags.
30235 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30237         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30238         EOPNOTSUPP.
30239         * sysdeps/mach/hurd/fsync.c: Likewise.
30241         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30242         [_POSIX_REALTIME_SIGNALS]: Change condition to
30243         [_POSIX_REALTIME_SIGNALS > 0].
30245 2012-10-27  Andreas Jaeger  <aj@suse.de>
30247         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30248         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30249         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30250         [__WORDSIZE != 64]: Likewise.
30252 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30254         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30255         *  iconvdata/tst-tables.sh: Likewise.
30257 2012-10-25  David S. Miller  <davem@davemloft.net>
30259         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30260         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30261         of strtoull.
30263         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30264         ifunc-impl-list.c
30265         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30266         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30267         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30268         file.
30270 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30272         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30273         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30274         __getdirentries.
30276 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30277             Jim Blandy  <jimb@codesourcery.com>
30279         * scripts/cross-test-ssh.sh: New file.
30280         * manual/install.texi (Configuring and compiling): Document use of
30281         cross-test-ssh.sh.
30282         * INSTALL: Regenerated.
30284 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30286         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30287         EOPNOTSUPP.
30289 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30291         * Makeconfig (run-program-prefix): Fix comment.
30293 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30294             Jim Blandy  <jimb@codesourcery.com>
30296         * Makeconfig (test-wrapper): New variable,
30297         (test-wrapper-env): Likewise.
30298         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30299         (run-built-tests): Define to yes.
30300         (run-program-prefix): Use $(test-wrapper).
30301         (built-program-cmd): Likewise.
30302         * Rules (make-test-out): Use $(test-wrapper-env) and
30303         $(host-built-program-cmd).
30304         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30305         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30306         tst-pathopt.sh.
30307         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30308         $(test-wrapper-env) to tst-rtld-load-self.sh.
30309         ($(objpfx)order2.out): Use $(test-wrapper).
30310         ($(objpfx)tst-initorder.out): Likewise.
30311         ($(objpfx)tst-initorder2.out): Likewise.
30312         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30313         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30314         (test_wrapper_env): New variable.  Use it to run ld.so.
30315         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30316         Use it to run ld.so.
30317         (test_wrapper_env): Likewise.
30318         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30319         $(test-wrapper) to run-iconv-test.sh.
30320         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30321         (ICONV): Use $test_wrapper.
30322         * posix/Makefile ($(objpfx)globtest.out): Pass
30323         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30324         globtest.sh, not $(run-program-prefix).
30325         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30326         (test_wrapper): Likewise.
30327         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30328         set together with run_via_rtld_prefix.
30329         (run_program_prefix): Define in terms of test_wrapper and
30330         run_via_rtld_prefix.
30332 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30334         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30335         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30336         Targets removed.
30338         [BZ #14743]
30339         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30340         Declare __clock_getres, __clock_gettime, __clock_settime,
30341         __clock_nanosleep, and __clock_getcpuclockid.
30342         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30343         Remove librt_hidden_def (clock_gettime).
30344         * sysdeps/unix/clock_gettime.c: Likewise.
30345         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30346         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30347         * rt/clock_getres.c: Define __clock_getres as an alias.
30348         * sysdeps/posix/clock_getres.c: Likewise.
30349         * rt/clock_settime.c: Define __clock_settime as an alias.
30350         * sysdeps/unix/clock_settime.c: Likewise.
30351         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30352         * sysdeps/unix/clock_nanosleep.c: Likewise.
30353         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30354         * rt/clock-compat.c: New file.
30355         * rt/Makefile (librt-routines): Add clock-compat and move
30356         $(clock-routines) to ...
30357         (routines): ... here, new variable.
30358         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30359         Don't add get_clockfreq here.
30360         * rt/Versions (libc: GLIBC_2.17): New version set.
30361         Add clock_* symbols here.
30362         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30363         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30364         (GLIBC_2.17): Add clock_* symbols.
30365         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30366         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30367         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30369         Likewise.
30370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30371         Likewise.
30372         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30373         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30374         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30376         * NEWS: Mention the move.
30378         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30379         Use __open, __read, __close rather than their public counterparts.
30380         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30381         (__get_clockfreq_via_cpuinfo): Likewise.
30382         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30383         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30385         * config.h.in (HAVE_IFUNC): New #undef.
30386         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30387         was successful.
30388         * configure: Regenerated.
30390 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30392         * configure.in: Move READELF check to start of file.
30393         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30394         libc_cv_asm_gnu_indirect_function in the process.
30395         * configure: Regenerated.
30397 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30399         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30400         send the output to /dev/null.
30401         (libc_cv_cc_with_libunwind): Likewise.
30402         (libc_cv_as_noexecstack): Likewise.
30403         * configure: Regenerate.
30405 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30407         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30409         * posix/globtest.sh (TMPDIR): Do not set.
30410         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30411         (testout): Likewise.
30413 2012-10-24  Andreas Jaeger  <aj@suse.de>
30415         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30416         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30417         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30418         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30419         posix_fadvise64, posix_fallocate64.
30421         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30422         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30423         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30424         Likewise.
30425         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30426         Likewise.
30427         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30429         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30430         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30431         <bits/fcntl-linux.h>.
30432         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30434         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30435         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30436         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30437         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30438         [__WORDSIZE != 64]: Likewise.
30440 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30442         * Makeconfig (run-built-tests): New variable.
30443         * Rules [$(cross-compiling) = yes]: Change condition to
30444         [$(run-built-tests) = no].
30445         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30446         to [$(run-built-tests) = yes].
30447         * elf/Makefile [$(cross-compiling) = no]: Likewise
30448         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30449         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30450         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30451         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30452         * io/Makefile [$(cross-compiling) = no]: Likewise.
30453         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30454         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30455         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30456         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30457         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30458         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30459         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30460         * string/Makefile [$(cross-compiling) = no]: Likewise.
30462         * posix/Makefile ($(objpfx)globtest.out): Pass
30463         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30464         $(rtld-installed-name).
30465         * posix/globtest.sh (elf_objpfx): Remove variable.
30466         (rtld_installed_name): Likewise.
30467         (library_path): Likewise.
30468         (run_program_prefix): New variable.  Use for running globtest
30469         binary.
30471 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30472             Joseph Myers  <joseph@codesourcery.com>
30474         * Makeconfig (host-built-program-cmd): New variable.
30475         * elf/Makefile (tst-stackguard1-ARGS): Use
30476         $(host-built-program-cmd).
30477         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30478         (tst-spawn-ARGS): Likewise.
30479         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30481 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30482             Jim Blandy  <jimb@codesourcery.com>
30484         * Makeconfig (run-via-rtld-prefix): New variable.
30485         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30486         (built-program-cmd): Likewise.
30488 2012-10-22  Andreas Jaeger  <aj@suse.de>
30490         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30491         __O_RSYNC if it exists, otherwise to O_SYNC.
30493 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30494             Joseph Myers  <joseph@codesourcery.com>
30496         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30497         /dev/null.
30498         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30499         from /dev/null
30500         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30501         /dev/null.
30503 2012-10-22  Andreas Jaeger  <aj@suse.de>
30505         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30506         Define always.
30507         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30509         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30510         bits/fcntl-linux.h.
30512         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30513         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30515         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30516         to __O_LARGEFILE.
30517         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30518         to __O_LARGEFILE.
30520 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30521             Joseph Myers  <joseph@codesourcery.com>
30523         * config.make.in (NM): New variable.
30525 2012-10-21  Andreas Jaeger  <aj@suse.de>
30527         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30528         definitions and declarations that are provided by
30529         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30531 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30533         [BZ #14683]
30534         * elf/Makefile (tests-static): Add tst-leaks1-static.
30535         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30536         ($(objpfx)tst-leaks1-static): New rule.
30537         ($(objpfx)tst-leaks1-static-mem): Likewise.
30538         (tst-leaks1-static-ENV): New macro.
30539         * elf/dl-open.c (dl_open_worker): Check the main application
30540         only if SHARED is defined.
30541         * elf/tst-leaks1-static.c: New file.
30543 2012-10-20  Andreas Jaeger  <aj@suse.de>
30545         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30546         generic values for Linux.
30547         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30548         and declarations that are provided by <bits/fcntl-linux.h> and
30549         include <bits/fcntl-linux.h>.
30550         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30551         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30553 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30555         * io/fcntl.h: Move include of <bits/types.h> to the top and
30556         include it unconditionally.
30558 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30560         * wcsmbs/Makefile (tests-ifunc): New variable.
30561         (tests): Add $(tests-ifunc).
30562         * wcsmbs/test-wcschr-ifunc.c: New file.
30563         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30564         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30565         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30566         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30567         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30569         * string/Makefile (tests-ifunc): New variable.
30570         (tests): Add $(tests-ifunc).
30571         * string/test-memccpy.c (TEST_NAME): New macro.
30572         * string/test-memchr.c (TEST_NAME): Likewise.
30573         * string/test-memcmp.c (TEST_NAME): Likewise.
30574         * string/test-memcpy.c (TEST_NAME): Likewise.
30575         * string/test-memmem.c (TEST_NAME): Likewise.
30576         * string/test-memmove.c (TEST_NAME): Likewise.
30577         * string/test-memset.c (TEST_NAME): Likewise.
30578         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30579         * string/test-stpcpy.c (TEST_NAME): Likewise.
30580         * string/test-stpncpy.c (TEST_NAME): Likewise.
30581         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30582         * string/test-strcasestr.c (TEST_NAME): Likewise.
30583         * string/test-strcat.c (TEST_NAME): Likewise.
30584         * string/test-strchr.c (TEST_NAME): Likewise.
30585         * string/test-strcmp.c(TEST_NAME): Likewise.
30586         * string/test-strcpy.c (TEST_NAME): Likewise.
30587         * string/test-strcspn.c (TEST_NAME): Likewise.
30588         * string/test-strlen.c (TEST_NAME): Likewise.
30589         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30590         * string/test-strncmp.c (TEST_NAME): Likewise.
30591         * string/test-strncpy.c (TEST_NAME): Likewise.
30592         * string/test-strnlen.c (TEST_NAME): Likewise.
30593         * string/test-strpbrk.c (TEST_NAME): Likewise.
30594         * string/test-strrchr.c (TEST_NAME): Likewise.
30595         * string/test-strspn.c (TEST_NAME): Likewise.
30596         * string/test-strstr.c (TEST_NAME): Likewise.
30597         * string/test-bcopy-ifunc.c: New file.
30598         * string/test-bzero-ifunc.c: Likewise.
30599         * string/test-memccpy-ifunc.c: Likewise.
30600         * string/test-memchr-ifunc.c: Likewise.
30601         * string/test-memcmp-ifunc.c: Likewise.
30602         * string/test-memcpy-ifunc.c: Likewise.
30603         * string/test-memmem-ifunc.c: Likewise.
30604         * string/test-memmove-ifunc.c: Likewise.
30605         * string/test-mempcpy-ifunc.c: Likewise.
30606         * string/test-memset-ifunc.c: Likewise.
30607         * string/test-rawmemchr-ifunc.c: Likewise.
30608         * string/test-stpcpy-ifunc.c: Likewise.
30609         * string/test-stpncpy-ifunc.c: Likewise.
30610         * string/test-strcasecmp-ifunc.c: Likewise.
30611         * string/test-strcasestr-ifunc.c: Likewise.
30612         * string/test-strcat-ifunc.c: Likewise.
30613         * string/test-strchr-ifunc.c: Likewise.
30614         * string/test-strchrnul-ifunc.c: Likewise.
30615         * string/test-strcmp-ifunc.c: Likewise.
30616         * string/test-strcpy-ifunc.c: Likewise.
30617         * string/test-strcspn-ifunc.c: Likewise.
30618         * string/test-strlen-ifunc.c: Likewise.
30619         * string/test-strncasecmp-ifunc.c: Likewise.
30620         * string/test-strncat-ifunc.c: Likewise.
30621         * string/test-strncmp-ifunc.c: Likewise.
30622         * string/test-strncpy-ifunc.c: Likewise.
30623         * string/test-strnlen-ifunc.c: Likewise.
30624         * string/test-strpbrk-ifunc.c: Likewise.
30625         * string/test-strrchr-ifunc.c: Likewise.
30626         * string/test-strspn-ifunc.c: Likewise.
30627         * string/test-strstr-ifunc.c: Likewise.
30629         * debug/Makefile (tests-ifunc): New variable.
30630         (tests): Add $(tests-ifunc).
30631         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30632         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30633         * debug/test-stpcpy_chk-ifunc.c: New file.
30634         * debug/test-strcpy_chk-ifunc.c: Likewise.
30636 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30638         [BZ #13601]
30639         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30640         header is not read in.
30642 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30644         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30645         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30646         directly.  Pass built executable to script as
30647         $(built-program-cmd).
30648         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30649         $testprogram without using LD_LIBRARY_PATH and $ldso.
30651         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30652         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30653         $(rtld-installed-name).
30654         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30655         (rtld_installed_name): Likewise.
30656         (library_path): Likewise.
30657         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30658         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30659         $(run-program-prefix) to tst-tables.sh.
30660         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30661         it to run tst-table-from and tst-table-to.
30662         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30663         Pass it to tst-table.sh.
30664         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30665         $(run-program-prefix) to tst-gettext.sh.
30666         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30667         tst-translit.sh.
30668         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30669         tst-gettext2.sh.
30670         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30671         to run tst-gettext.
30672         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30673         to run tst-gettext2.
30674         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30675         to run tst-translit.
30676         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30677         $(run-program-prefix) to tst-mtrace.sh.
30678         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30679         to run tst-mtrace.
30680         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30681         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30682         $(rtld-installed-name).
30683         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30684         (rtld_installed_name): Likewise.
30685         (run_program_prefix): New variable.  Use it to run wordexp-test.
30687         * Makeconfig (ARCH): Remove all definitions.
30688         (machine): Likewise.
30689         [ARCH]: Remove conditional code.
30690         [!objdir]: Give error.
30691         [!objdir] (objpfx): Remove.
30692         [!objdir] (common-objpfx): Likewise.
30693         [!objdir] (common-objdir): Likewise.
30694         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30695         AC_CONFIG_FILES call.
30696         * configure: Regenerated.
30698         [BZ #13888]
30699         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30700         or TMPDIR.
30701         (testout): Likewise.
30703         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30704         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30705         $(rtld-installed-name).
30706         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30707         (rtld_installed_name): Likwise.
30708         (runit): Remove function.
30709         (run_getconf): New variable,  Use it for running getconf binary.
30711 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30713         [BZ #14716]
30714         * string/test-memmem.c (check_result): New function.
30715         (do_one_test): Use it.
30716         (check1): New function.
30717         (test_main): Use it.
30719 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30721         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30723 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30725         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30726         (_G_LSEEK64): Likewise.
30727         (_G_MMAP64): Likewise.
30728         (_G_FSTAT64): Likewise.
30729         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30730         (_G_LSEEK64): Likewise.
30731         (_G_MMAP64): Likewise.
30732         (_G_FSTAT64): Likewise.
30733         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30734         unconditional.  Call __mmap64 directly.
30735         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30736         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30737         __lseek64 directly.
30738         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30739         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30740         __mmap64 directly.
30741         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30742         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30743         __lseek64 directly.
30744         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30745         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30746         __lseek64 directly.
30747         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30748         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30749         __lseek64 directly.
30750         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30751         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30752         __fxstat64 directly.
30753         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30754         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30755         unconditional.
30756         (freopen64) [!_G_OPEN64]: Remove conditional code.
30757         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30758         unconditional.
30759         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30760         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30761         unconditional.
30762         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30763         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30764         unconditional.
30765         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30766         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30767         unconditional.
30768         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30769         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30770         unconditional.
30771         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30772         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30773         unconditional.
30774         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30775         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30776         unconditional.
30777         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30779 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30781         [BZ #12140]
30782         * manual/memory.texi (Malloc Tunable Parameters): Add note
30783         about free list pointers overwriting some perturb bytes.
30784         Wording suggested by Roland McGrath.
30786 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30788         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30789         (lgamma_test): Likewise.
30790         (tgamma_test): Likewise.
30792 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30794         [BZ #14700]
30795         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30796         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30798 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30800         * NEWS: Mention BZ #14716.
30801         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30802         when removing AVAILABLE1_USES_J macro.
30804 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30806         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30807         (__bswap_64): __uint64_t for unsigned 64-bit int.
30809 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30811         * include/string.h (memmem): Declare libc hidden alias.
30812         * string/memmem.c (memmem): Define libc hidden alias.
30813         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30814         __read, __close instead of open, read, close.
30816 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30818         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30819         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30820         global and hidden.
30821         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30822         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30823         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30824         Likewise.
30825         (__rawmemchr_sse2): Likewise.
30826         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30827         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30828         (__strchr_sse2): Likewise.
30829         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30830         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30831         (__strcasecmp_sse2): Likewise.
30832         (__strncasecmp_sse2): Likewise.
30833         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30834         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30835         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30836         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30837         (__strrchr_sse2): Likewise.
30838         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30839         ifunc-impl-list.c.
30840         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30841         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30842         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30843         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30844         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30845         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30846         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30847         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30848         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30849         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30850         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30851         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30852         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30853         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30854         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30855         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30856         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30857         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30858         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30859         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30860         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30861         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30862         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30863         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30864         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30865         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30866         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30867         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30868         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30869         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30871         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30872         global and hidden.
30873         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30874         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30875         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30876         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30877         Likewise.
30878         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30879         Likewise.
30880         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30881         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30882         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30883         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30884         ifunc-impl-list.c.
30885         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30886         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30887         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30888         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30889         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30890         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30891         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30892         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30893         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30894         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30895         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30896         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30897         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30898         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30899         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30900         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30901         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30902         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30903         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30904         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30905         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30906         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30907         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30908         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30909         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30910         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30911         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30912         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30913         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30914         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30915         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30916         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30917         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30918         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30919         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30920         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30921         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30922         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30923         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30924         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30925         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30927         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30928         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30929         * include/ifunc-impl-list.h: New file.
30930         * misc/ifunc-impl-list.c: Likewise.
30931         * misc/Makefile (routines): Add ifunc-impl-list.
30932         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30933         * string/test-string.h: Include <ifunc-impl-list.h>.
30934         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30935         TEST_NAME]: New variables.
30936         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30937         are defined.
30938         (test_init): Call __libc_ifunc_impl_list to initialize
30939         func_list if TEST_IFUNC and TEST_NAME are defined.
30941         * string/Makefile (strop-tests): Add bcopy and bzero.
30942         * string/test-bcopy.c: New file.
30943         * string/test-bzero.c: Likewise.
30944         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30945         defined.
30946         * string/test-memset.c: Support bzero test if TEST_BZERO is
30947         defined.
30948         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30949         __libc_memmove.
30950         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30951         __libc_memset.
30952         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30953         of memset.
30955 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30957         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30958         * configure: Regenerated.
30960         * Makeconfig (+link-static-before-libc): Don't include
30961         $(link-static-libc).
30963         * libio/libio.h (_IO_pos_t): Remove.
30965 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30967         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30968         McGrath.
30970 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30972         * crypt/crypt-entry.c: Include fips-private.h.
30973         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30974         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30975         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30976         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30978 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30980         * crypt/crypt-private.h: Include stdbool.h.
30981         (_ufc_setup_salt_r): Return bool.
30982         * crypt/crypt-entry.c: Include errno.h.
30983         (__crypt_r): Return NULL with EINVAL for bad salt.
30984         * crypt/crypt_util.c (bad_for_salt): New.
30985         (_ufc_setup_salt_r): Check that salt is long enough and within
30986         the specified alphabet.
30987         * crypt/badsalttest.c: New file.
30988         * crypt/Makefile (tests): Add it.
30989         ($(objpfx)badsalttest): New.
30991 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30993         * NEWS: Add entry for BZ #14602.
30995 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30997         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30998         type-generic.
30999         * math/libm-test.inc: Update comment listing what functions and
31000         macros are tested.
31001         (isgreater_test): New function.
31002         (isgreaterequal_test): Likewise.
31003         (isless_test): Likewise.
31004         (islessequal_test): Likewise.
31005         (islessgreater_test): Likewise.
31006         (isunordered_test): Likewise.
31007         (main): Call the new functions.
31009 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31011         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31012         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31013         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31014         * sysdeps/i386/configure: Regenerated.
31015         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31016         * sysdeps/mach/configure: Regenerated.
31017         * sysdeps/mach/hurd/configure: Regenerated.
31018         * sysdeps/powerpc/configure: Regenerated.
31019         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31020         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31021         * sysdeps/s390/s390-32/configure: Regenerated.
31022         * sysdeps/s390/s390-64/configure: Regenerated.
31023         * sysdeps/sh/configure: Regenerated.
31024         * sysdeps/sparc/configure: Regenerated.
31025         * sysdeps/unix/sysv/linux/configure: Regenerated.
31026         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31027         * sysdeps/x86_64/configure: Regenerated.
31029         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31030         defined.  Don't check if MAP is NULL.
31032 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31034         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31035         (_G_stat64): Likewise.
31036         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31037         (_G_stat64): Likewise.
31038         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31039         instead of struct _G_stat64.
31040         * libio/fileops.c (mmap_remap_check): Likewise.
31041         (decide_maybe_mmap): Likewise.
31042         (_IO_new_file_seekoff): Likewise.
31043         (_IO_file_stat): Likewise.
31044         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31045         _G_off64_t.
31046         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31047         instead of struct _G_stat64.
31048         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31050 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31052         [BZ #14602]
31053         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31054         Replace with ...
31055         (CHECK_EOL): New macro.
31056         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31057         CHECK_EOL.
31058         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31059         Replace with CHECK_EOL.
31060         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31061         Replace with CHECK_EOL.
31063 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31065         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31066         type-generic.
31067         * math/libm-test.inc: Update comment listing what functions and
31068         macros are tested.
31069         (finite_test): New function.
31070         (isinf_test): Likewise.
31071         (isnan_test): Likewise.
31072         (fpclassify_test): Test subnormal input.
31073         (isfinite_test): Likewise.
31074         (isnormal_test): Likewise.
31075         (main): Call the new functions.
31077 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31079         [BZ #14660]
31080         * Makerules (%.dynsym): Force C locale when running
31081         $(OBJDUMP) --dynamic-syms.
31083 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31085         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31086         <stdint.h>.
31088 2012-10-06  David S. Miller  <davem@davemloft.net>
31090         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31091         upper 32-bits of the length value in %o2 since we use branch-on-register
31092         tests which consider the entire 64-bit register.
31094 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31096         * string/test-strstr.c (check2): Add a test for page boundary.
31098 2012-10-05  David S. Miller  <davem@davemloft.net>
31100         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31101         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31102         file.
31103         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31104         sysdep_routines.
31105         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31106         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31107         and bzero when HWCAP_SPARC_CRYPTO is present.
31109 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31111         [BZ #14602]
31112         * string/test-strstr.c (check2): New function.
31113         (test_main): Call check2.
31115         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31116         and bug-strchr1.
31117         * string/bug-strcasestr1.c (do_test): Moved to ...
31118         * string/test-strcasestr.c (check1): Here.  New function.
31119         (do_one_test): Break out result checking code into ...
31120         (check_result): This.  New function.
31121         (do_one_test): Call check_result.
31122         (test_main): Call check1.
31123         * string/bug-strchr1.c (do_test): Moved to ...
31124         * string/test-strchr.c (check1): Here.  New function.
31125         (do_one_test): Break out result checking code into ...
31126         (check_result): This.  New function.
31127         (do_one_test): Call check_result.
31128         (test_main): Call check1.
31129         * string/bug-strstr1.c (main): Moved to ...
31130         * string/test-strstr.c (check1): Here.  New function.
31131         (do_one_test): Break out result checking code into ...
31132         (check_result): This.  New function.
31133         (do_one_test): Call check_result.
31134         (test_main): Call check1.
31135         * string/bug-strcasestr1.c: Removed.
31136         * string/bug-strchr1.c: Likewise.
31137         * string/bug-strstr1.c: Likewise.
31139         * elf/Makefile (dl-routines): Add hwcaps.
31140         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31141         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31142         (_dl_important_hwcaps): Moved to ...
31143         * elf/dl-hwcaps.c: Here.  New file.
31144         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31146         [BZ #14557]
31147         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31148         if IS_IN_rtld isn't defined.
31150         * elf/dl-support.c (_dl_sysinfo_map): New.
31151         Include "get-dynamic-info.h" and "setup-vdso.h".
31152         (_dl_non_dynamic_init): Call setup_vdso.
31153         * elf/dynamic-link.h: Don't include <assert.h>.
31154         (elf_get_dynamic_info): Moved to ...
31155         * elf/get-dynamic-info.h: Here.  New file.
31156         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31157         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31158         * elf/setup-vdso.h: Here.  New file.
31159         * elf/rtld.c: Include "setup-vdso.h".
31160         (dl_main): Call setup_vdso.
31162 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31164         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31165         creal in comment listing functions tested.  List finite, isinf,
31166         isnan, isless, islessequal, isgreater, isgreaterequal,
31167         islessgreater, isunordered, lgamma_r and pow10 as functions and
31168         macros not tested.  Mention which functions not tested are aliases
31169         for other functions.  Fix typo.  Note that signs of NaNs are not
31170         tested.
31172         * scripts/config.guess: Update from config.git.
31173         * scripts/config.sub: Likewise.
31175 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31177         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31178         * misc/madvise.c (madvise): Renamed to __madvise.
31179         Make madvise a weak alias.
31180         * include/sys/mman.h: Declare __madvise.
31181         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31182         * sysdeps/unix/syscalls.list
31183         (madvise): Make __madvise the strong name, and madvise a weak alias.
31184         * sysdeps/unix/sysv/linux/syscalls.list
31185         (madvise, mmap): Remove redundant entries.
31186         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31187         * malloc/malloc.c (mtrim): Likewise.
31188         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31190 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31192         * sysdeps/mach/hurd/dl-cache.c: File removed.
31193         * config.h.in (USE_LDCONFIG): New #undef.
31194         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31195         * configure: Regenerated.
31196         * elf/Makefile (dl-routines): Add dl-cache only under
31197         [$(use-ldconfig) = yes].
31198         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31199         cache on [USE_LDCONFIG].
31200         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31201         [USE_LDCONFIG].
31202         * elf/rtld.c (dl_main): Likewise.
31204 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31206         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31207         _SC_LEVEL4_CACHE_LINESIZE.
31209 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31211         * sysdeps/unix/bsd/confstr.h: File removed.
31213 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31215         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31216         sys/sdt-config.h.
31218 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31220         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31221         Make 'mapoff' field ElfW(Off) rather than off_t.
31223 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31225         * nscd/Makefile: Remove nscd-cflags and all its users.
31226         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31227         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31229         [BZ #10631]
31230         * malloc.c (malloc_printerr): Clarify error message.
31232 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31234         [BZ #14648]
31235         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31236         Set bit_FMA_Usable if FMA is supported.
31237         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31238         macro.
31239         (bit_FMA4_Usable): Updated.
31240         (index_FMA_Usable): New macro.
31241         (CPUID_FMA): Likewise
31242         (HAS_FMA): Defined with bit_FMA_Usable.
31244 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31246         * bits/types.h (__swblk_t): Type removed.
31247         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31248         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31249         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31250         (__SWBLK_T_TYPE): Likewise.
31251         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31252         (__SWBLK_T_TYPE): Likewise.
31253         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31254         (__SWBLK_T_TYPE): Likewise.
31255         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31256         (__SWBLK_T_TYPE): Likewise.
31258 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31259             Honza Horak <hhorak@redhat.com>
31261         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31262         (xdr_mapname): Use YPMAXMAP as maxsize.
31263         (xdr_peername): Use YPMAXPEER as maxsize.
31264         (xdr_keydat): Use YPAXRECORD as maxsize.
31265         (xdr_valdat): Use YPMAXRECORD as maxsize.
31267 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31269         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31271         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31272         * csu/init-first.c: ... here.
31273         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31274         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31275         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31276         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31277         * sysdeps/i386/init-first.c: File removed.
31278         * sysdeps/sh/init-first.c: File removed.
31280 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31282         [BZ #14645]
31283         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31284         if x * y might underflow to zero and z is zero.
31285         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31286         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31287         * math/libm-test.inc (min_subnorm_value): New variable.
31288         (fma_test): Add more tests.
31289         (fma_test_towardzero): Likewise.
31290         (fma_test_downward): Likewise
31291         (fma_test_upward): Likewise.
31292         (initialize): Set min_subnorm_value.
31294 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31296         [BZ #14638]
31297         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31298         0 + 0.
31299         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31300         mode for addition resulting in exact zero.
31301         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31302         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31303         exact 0 + 0.
31304         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31305         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31306         * math/libm-test.inc (fma_test): Add more tests.
31307         (fma_test_towardzero): New function.
31308         (fma_test_downward): Likewise.
31309         (fma_test_upward): Likewise.
31310         (main): Call the new functions.
31312 2012-09-28  David S. Miller  <davem@davemloft.net>
31314         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31316 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31318         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31319         instead of SIGALRM.
31321         * sysdeps/gnu/_G_config.h: Moved to ...
31322         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31323         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31324         * sysdeps/generic/_G_config.h: ... here.
31326         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31328         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31330         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31331         Conditionalize target on [libnss_test1.so-version].
31333         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31335         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31336         (elfobjdir): Move out of conditionals.
31338         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31339         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31340         (__nss_lookup_function): Conditionalize label remove_from_tree on
31341         [!DO_STATIC_NSS || SHARED], matching its only use.
31343 2012-09-28  David S. Miller  <davem@davemloft.net>
31345         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31346         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31347         file.
31348         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31349         sysdep_routines.
31350         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31351         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31352         when HWCAP_SPARC_CRYPTO is present.
31354 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31356         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31358 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31360         [BZ #6530]
31361         * stdio-common/vfprintf.c (process_string_arg): Revert
31362         2000-07-22 change.
31364 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31366         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31367         for testcase.
31368         * stdio-common/tst-sprintf.c: Include <locale.h>
31369         (main): Test sprintf's handling of incomplete multibyte
31370         characters.
31372 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31374         * elf/dl-runtime.c (VERSYMIDX): Removed.
31375         * elf/dl-version.c (VERSYMIDX): Likewise.
31376         * elf/do-rel.h (VERSYMIDX): Likewise.
31377         (VALIDX): Likewise.
31378         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31379         * elf/rtld.c (VALIDX): Likewise.
31380         (ADDRIDX): Likewise.
31381         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31382         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31383         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31384         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31385         (VALIDX): Likewise.
31386         (ADDRIDX): Likewise.
31388 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31390         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31392 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31394         [BZ #11438]
31395         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31396         to global scope.
31397         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31398         addresses are in the same scope as 192.0.2/24.
31399         * posix/gai.conf: Document new scope table defaults.
31401 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31403         [BZ #5298]
31404         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31405         for ftell.  Compute offsets from write pointers instead.
31406         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31408 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31410         [BZ #14543]
31411         * libio/Makefile (tests): New test case tst-fseek.
31412         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31413         combination works in wide mode.
31414         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31415         state when the external buffer state changes.
31417 2012-09-27  David S. Miller  <davem@davemloft.net>
31419         [BZ #14376]
31420         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31421         pass reloc->r_addend in as the 'high' argument to
31422         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31424         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31426 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31428         * rt/tst-aio2.c: Include <pthread.h>.
31429         * rt/tst-aio3.c: Likewise.
31431 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31433         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31435 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31437         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31438         contents on [SHARED].
31440 2012-09-26  Marek Polacek  <polacek@redhat.com>
31442         [BZ #14530]
31443         [BZ #13741]
31444         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31445         for C++ and GCC <4.3 as well as for non GCC compilers.
31447 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31449         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31451 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31453         * Makefile.in (all, install): Declare with .PHONY.
31454         Reported by Michael Hope <michael.hope@linaro.org>.
31456 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31458         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31459         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31460         system header.
31461         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31462         Likewise.
31463         (sydep_routines): Add the new and the internal functions.
31464         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31465         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31467         (GLIBC_2.17): Add the new function.
31468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31469         (GLIBC_2.17): Likewise.
31470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31471         (GLIBC_2.17): Likewise.
31472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31473         (GLIBC_2.17): Likewise.
31474         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31476 2012-09-25  Alan Modra  <amodra@gmail.com>
31478         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31479         Add release barrier before setting once_control to say
31480         initialisation is done.  Add hints on lwarx.  Use macro in
31481         place of isync.
31482         (clear_once_control): Add release barrier.
31484 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31486         [BZ #13629]
31487         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31488         specially.
31489         * math/s_clog10.c (__clog10): Likewise.
31490         * math/s_clog10f.c (__clog10f): Likewise.
31491         * math/s_clog10l.c (__clog10l): Likewise.
31492         * math/s_clogf.c (__clogf): Likewise.
31493         * math/s_clogl.c (__clogl): Likewise.
31494         * math/Makefile (libm-calls): Add x2y2m1.
31495         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31496         (__x2y2m1): Likewise.
31497         (__x2y2m1l): Likewise.
31498         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31499         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31500         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31501         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31502         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31503         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31504         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31505         * sysdeps/i386/fpu/libm-test-ulps: Update.
31506         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31508         [BZ #14621]
31509         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31510         int as type of variable DEPTH.
31511         (glob): Use size_t instead of int as type of variables NEWCOUNT
31512         and OLD_PATHC.
31514 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31516         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31517         Add s_sincosf-sse2.
31518         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31519         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31520         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31521         macros for using routine as __sincosf_ia32.
31522         Use macro for function declaration and weak_alias.
31523         * sysdeps/i386/fpu/libm-test-ulps: Update.
31525         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31526         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31528         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31529         subnormal argument.
31530         * math/s_cexpf.c (__cexpf): Likewise.
31531         * math/s_csinf.c (__csinf): Likewise.
31532         * math/s_csinhf.c (__csinhf): Likewise.
31533         * math/s_ctanf.c (__ctanf): Likewise.
31534         * math/s_ctanhf.c (__ctanhf): Likewise.
31535         * math/s_ccosh.c (__ccoshf): Likewise.
31536         * math/s_cexp.c (__cexpl): Likewise.
31537         * math/s_csin.c (__csin): Likewise.
31538         * math/s_csinh.c (__csinh): Likewise.
31539         * math/s_ctan.c (__ctan): Likewise.
31540         * math/s_ctanh.c (ctanh): Likewise.
31541         * math/s_ccoshl.c (__ccoshl): Likewise.
31542         * math/s_cexpl.c (__cexpl): Likewise.
31543         * math/s_csinl.c (__csinl): Likewise.
31544         * math/s_csinhl.c (__csinhl): Likewise.
31545         * math/s_ctanl.c (__ctanl): Likewise.
31546         * math/s_ctanhl.c (__ctanhl): Likewise.
31548 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31550         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31551         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31552         (_IO_off_t): Define to __off_t, not _G_off_t.
31553         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31554         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31555         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31556         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31557         type of __dummy and __dummy2 fields.
31558         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31559         (_G_ssize_t): Likewise.
31560         (_G_off_t): Likewise.
31561         (_G_pid_t): Likewise.
31562         (_G_uid_t): Likewise.
31563         (_G_wchar_t): Likewise.
31564         (_G_wint_t): Likewise.
31565         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31566         (_G_ssize_t): Likewise.
31567         (_G_off_t): Likewise.
31568         (_G_pid_t): Likewise.
31569         (_G_uid_t): Likewise.
31570         (_G_wchar_t): Likewise.
31571         (_G_wint_t): Likewise.
31572         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31573         (_G_ssize_t): Likewise.
31574         (_G_off_t): Likewise.
31575         (_G_pid_t): Likewise.
31576         (_G_uid_t): Likewise.
31577         (_G_wchar_t): Likewise.
31578         (_G_wint_t): Likewise.
31580 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31582         * malloc/arena.c: Include malloc-sysdep.h.
31583         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31584         is sufficient to shrink the heap or an unmap is needed.
31585         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31586         new function check_may_shrink_heap.
31587         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31588         new function check_may_shrink_heap.
31590 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31592         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31593         comments.
31595 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31597         * catgets/test-gencat.sh: Add "set -e".
31598         * elf/tst-pathopt.sh: Likewise.
31599         * grp/tst_fgetgrent.sh: Likewise.
31600         * iconvdata/run-iconv-test.sh: Likewise.
31601         * intl/tst-gettext.sh: Likewise.
31602         * intl/tst-gettext2.sh: Likewise.
31603         * intl/tst-gettext4.sh: Likewise.
31604         * intl/tst-gettext6.sh: Likewise.
31605         * intl/tst-translit.sh: Likewise.
31606         * io/ftwtest-sh: Likewise.
31607         * libio/test-freopen.sh: Likewise.
31608         * malloc/tst-mtrace.sh: Likewise.
31609         * posix/globtest.sh: Likewise.
31610         * posix/tst-getconf.sh: Likewise.
31611         * posix/wordexp-tst.sh: Likewise.
31612         * stdio-common/tst-printf.sh: Likewise.
31613         * stdio-common/tst-unbputc.sh: Likewise.
31614         * stdlib/tst-fmtmsg.sh: Likewise.
31615         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31616         * catgets/Makefile: Do not specify -e option when running
31617         testsuite shell scripts.
31618         * elf/Makefile: Likewise.
31619         * grp/Makefile: Likewise.
31620         * iconvdata/Makefile: Likewise.
31621         * intl/Makefile: Likewise.
31622         * io/Makefile: Likewise.
31623         * libio/Makefile: Likewise.
31624         * malloc/Makefile: Likewise.
31625         * posix/Makefile: Likewise.
31626         * stdio-common/Makefile: Likewise.
31627         * stdlib/Makefile: Likewise.
31628         * sysdeps/x86_64/Makefile: Likewise.
31630         * io/ftwtest-sh: Add copyright header.
31631         * posix/globtest.sh: Likewise.
31632         * posix/tst-getconf.sh: Likewise.
31633         * posix/wordexp-tst.sh: Likewise.
31634         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31636 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31638         [BZ #13679]
31639         * Makeconfig (+link): Defined as $(+link-static) if
31640         $(build-shared) isn't yes.
31641         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31642         isn't yes.
31643         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31645         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31647         [BZ #14562]
31648         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31649         new chunk size with MALLOC_ALIGN_MASK.
31651 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31653         [BZ #5044]
31654         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31655         <rounding-mode.h>.
31656         (__printf_fphex): Determine rounding using get_rounding_mode and
31657         round_away.
31658         * stdio-common/tst-printf-round.c (struct hex_test): New
31659         structure.
31660         (hex_tests): New variable.
31661         (test_hex_in_one_mode): New function.
31662         (do_test): Also run tests for hex float output.
31664 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31666         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31667         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31668         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31669         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31670         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31671         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31672         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31673         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31675 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31677         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31678         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31679         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31680         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31682 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31684         [BZ #14579]
31685         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31686         mode only.
31687         * elf/tst-rtld-load-self.sh: New test.
31688         * elf/Makefile: Run it.
31690 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31692         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31693         (tst-writev-ENV): Remove.
31694         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31696 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31698         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31700 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31702         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31703         unconditional.
31704         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31705         Likewise.
31706         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31707         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31708         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31709         Likewise.
31711 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31713         [BZ #14587]
31714         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31715         * config.make.in (have-cpp-asm-debuginfo): Removed.
31716         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31717         * configure: Regenerated.
31719 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31721         [BZ #5044]
31722         * stdio-common/printf_fp.c: Include <stdbool.h> and
31723         <rounding-mode.h>.
31724         (___printf_fp): Determine rounding using get_rounding_mode and
31725         round_away.
31726         * stdio-common/tst-printf-round.c: New file.
31727         * stdio-common/Makefile (tests): Add tst-printf-round.
31728         (link-libm): New variable.
31729         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31731 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31733         [BZ #14576]
31734         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31735         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31736         Likewise.
31737         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31738         Likewise.
31740 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31742         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31743         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31744         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31745         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31747 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31749         [BZ #14518]
31750         * include/rounding-mode.h: New file.
31751         * sysdeps/generic/get-rounding-mode.h: Likewise.
31752         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31753         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31754         (MAX_VALUE): New macro.
31755         (MIN_VALUE): Likewise.
31756         (overflow_value): New function.
31757         (underflow_value): Likewise.
31758         (round_and_return): Use overflow_value and underflow_value to
31759         determine return values in overflow and underflow cases.  Use
31760         round_away to determine rounding depending on rounding mode.
31761         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31762         determine return values in overflow and underflow cases.
31763         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31764         (struct test_results): New structure.
31765         (struct test): Use struct test_results to store expected results
31766         for all rounding modes.
31767         (TEST): Include expected results for all rounding modes.
31768         (test_in_one_mode): New function.
31769         (do_test): Use test_in_one_mode to compute and check results.
31770         Check results for all rounding modes.
31771         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31772         $(link-libm).
31774 2012-12-09  Allan McRae  <allan@archlinux.org>
31776         * sysdeps/i386/fpu/libm-test-ulps: Update
31778 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31780         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31781         (_G_int32_t): Likewise.
31782         (_G_uint16_t): Likewise.
31783         (_G_uint32_t): Likewise.
31784         (_G_HAVE_BOOL): Likewise.
31785         (_G_HAVE_ATEXIT): Likewise.
31786         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31787         (_G_HAVE_IO_FILE_OPEN): Likewise.
31788         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31789         (_G_int32_t): Likewise.
31790         (_G_uint16_t): Likewise.
31791         (_G_uint32_t): Likewise.
31792         (_G_HAVE_BOOL): Likewise.
31793         (_G_HAVE_ATEXIT): Likewise.
31794         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31795         (_G_HAVE_IO_FILE_OPEN): Likewise.
31796         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31797         (_G_int32_t): Likewise.
31798         (_G_uint16_t): Likewise.
31799         (_G_uint32_t): Likewise.
31800         (_G_HAVE_BOOL): Likewise.
31801         (_G_HAVE_ATEXIT): Likewise.
31802         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31803         (_G_HAVE_IO_FILE_OPEN): Likewise.
31805 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31807         * csu/libc-tls.c: Update copyright years.
31809 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31811         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31812         [!_G_USING_THUNKS]: Remove conditional code.
31813         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31814         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31816         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31817         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31818         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31819         (_G_VTABLE_LABEL_PREFIX): Likewise.
31820         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31821         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31822         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31823         (_G_VTABLE_LABEL_PREFIX): Likewise.
31824         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31825         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31826         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31827         (_G_VTABLE_LABEL_PREFIX): Likewise.
31828         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31830 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31832         * libio/Makefile: Include ../Makeconfig before tests.
31833         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31834         only if $(build-shared) is yes.
31836         * iconv/gconv_db.c: Update copyright years.
31838 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31840         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31841         unwind info if defined PIC. Fix special cases description.
31842         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31844         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31845         DP_HI_MASK entry.
31846         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31848 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31850         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31852         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31853         is NULL.
31855         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31856         (LDLIBS-tst-chk4): This.
31857         (LDFLAGS-tst-chk5): Renamed to ...
31858         (LDLIBS-tst-chk5): This.
31859         (LDFLAGS-tst-chk6): Renamed to ...
31860         (LDLIBS-tst-chk6): This.
31861         (LDFLAGS-tst-lfschk4): Renamed to ...
31862         (LDLIBS-tst-lfschk4): This.
31863         (LDFLAGS-tst-lfschk5): Renamed to ...
31864         (LDLIBS-tst-lfschk5): This.
31865         (LDFLAGS-tst-lfschk6): Renamed to ...
31866         (LDLIBS-tst-lfschk6): This.
31868         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31869         on $(common-objpfx)soversions.mk.
31871 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31873         [BZ #10014]
31874         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31875         example host name.
31877 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31879         * malloc/arena.c (arena_get_retry): New function that gets
31880         another arena for the caller to try its request on.
31881         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31882         current arena cannot fulfill the request.
31883         (__libc_memalign): Likewise.
31884         (__libc_memalign): Likewise.
31885         (__libc_pvalloc): Likewise.
31886         (__libc_calloc): Likewise.
31888 2012-09-05  John Tobey  <john.tobey@gmail.com>
31890         [BZ #13542]
31891         * manual/arith.texi (Operations on Complex): Fix description
31892         of carg branch cut.
31894 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31896         [BZ #10014]
31897         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31898         host name.
31900         [BZ #10038]
31901         * manual/memory.texi (Memory): Make order of menu items match
31902         order of sections.
31904 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31906         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31907         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31908         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31910 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31912         * csu/libc-tls.c (static_dtv): Renamed to ...
31913         (_dl_static_dtv): This.  Make it global.
31914         (_dl_initial_dtv): Removed.
31915         (__libc_setup_tls): Updated.
31916         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31917         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31918         DL_INITIAL_DTV.
31920 2012-09-06  Petr Machata  <pmachata@redhat.com>
31922         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31923         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31924         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31925         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31927 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31929         [BZ #14545]
31930         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31931         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31932         freeing dtv[-1].
31934 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31936         [BZ #14544]
31937         * Makeconfig (link-static-before-libc): Replace $(+prector)
31938         with $(+prectorT).
31939         (link-static-after-libc): Replace $(+postctor) with
31940         $(+postctorT).
31941         (link-bounded): Replace $(+prector)/$(+postctor) with
31942         $(+prectorT)/$(+postctorT).
31943         (+prectorT): New macro.
31944         (+postctorT): Likewise.
31946 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31948         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31949         (round_str): Handle values above the maximum for IBM long double
31950         as inexact.
31951         * stdlib/tst-strtod-round.c (tests): Regenerated.
31953 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31955         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31956         assembler flag.
31957         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31958         zarch_nohighgprs around the zarch optimized routines.
31959         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31960         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31961         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31962         for zarch.
31964 2012-09-05  David S. Miller  <davem@davemloft.net>
31966         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31968         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31969         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31970         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31971         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31972         entries.
31974 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31976         * malloc/arena.c: Fold copyright years.
31977         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31979 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31981         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31983 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31985         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31987 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31989         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31990         change internal state upon failure.
31992 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31994         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31995         * malloc/memusage.c (mmap): Likewise.
31996         (mmap64, mremap): Likewise.  Adjust name in comment.
31998 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32000         * libio/fileops.c: Fix typos in comments.
32001         * libio/oldfileops.c: Likewise.
32002         * libio/wfileops.c: Likewise.
32004 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32006         [BZ #1349]
32007         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32008         (tst-malloc-usable-ENV): Set environment for test case.
32009         * malloc/hooks.c (malloc_check_get_size): New function to get
32010         requested size.
32011         * malloc/malloc.c (musable): Use malloc_check_get_size.
32012         * malloc/tst-malloc-usable.c: New test case.
32014 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32016         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32018 2012-09-05  Allan McRae  <allan@archlinux.org>
32020         [BZ #13966]
32021         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32022         determine header location.
32023         * configure: Regenerated.
32025 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32027         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32028         float format.
32029         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32030         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32031         format.
32032         (test): Regenerate.
32034 2012-09-04  David S. Miller  <davem@davemloft.net>
32036         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32037         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32038         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32040 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32042         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32043         failures.
32045         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32047 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32049         [BZ #9914]
32050         * libio/iogetdelim.c: Include <limits.h>.
32051         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32052         + len + 1 would overflow.
32054 2012-09-03  Andreas Jaeger  <aj@suse.de>
32056         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32057         * sysdeps/i386/fpu/libm-test-ulps: Update.
32059 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32061         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32062         Add s_sinf-sse2, s_conf-sse2.
32064         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32065         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32066         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32067         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32069         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32070         for using routine as __sinf_ia32.
32071         Use macro for function declaration and weak_alias.
32072         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32073         for using routine as __cosf_ia32.
32074         Use macro for function declaration and weak_alias.
32076         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32077         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32079         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32080         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32081         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32083         * math/libm-test.inc (cos_test): Add more test cases.
32084         (sin_test): Likewise.
32085         (sincos_test): Likewise.
32087 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32089         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32090         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32091         hidden.
32092         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32094 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32096         [BZ #14538]
32097         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32098         first element of the GOT.
32099         (elf_machine_load_address): Return the difference between
32100         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32102 2012-09-01  Allan McRae  <allan@archlinux.org>
32104         [BZ #13412]
32105         * configure.in (AWK): Require gawk version 3.0 or later.
32106         * configure: Regenerated.
32108 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32110         * sysdeps/unix/sysv/linux/kernel-features.h
32111         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32112         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32113         [__NR_clock_getres]: Make code unconditional.
32114         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32115         (clock_getcpuclockid): Remove code left unreachable by removal of
32116         conditionals.
32117         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32118         code unconditional.
32119         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32120         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32121         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32122         Make code unconditional.
32123         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32124         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32125         * sysdeps/unix/sysv/linux/clock_settime.c
32126         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32127         conditional code.
32128         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32129         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32131 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32133         [BZ #14476]
32134         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32135         scripts/test-installation.pl.
32137         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32138         and $ld_so_version if it is set.
32140 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32142         [BZ #14516]
32143         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32144         failure if reading from procfs failed.
32145         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32147 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32149         * sysdeps/unix/sysv/linux/kernel-features.h
32150         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32151         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32152         Remove conditional code.
32153         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32154         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32155         Remove conditional code.
32156         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32157         * sysdeps/unix/sysv/linux/i386/fxstat.c
32158         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32159         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32160         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32161         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32162         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32163         * sysdeps/unix/sysv/linux/i386/lxstat.c
32164         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32165         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32166         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32167         Remove conditional code.
32168         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32169         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32170         Remove conditional code.
32171         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32172         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32173         <kernel-features.h>.
32174         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32175         Remove.
32176         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32177         Remove conditional code.
32178         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32179         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32180         Remove conditional.
32182 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32184         [BZ #5400]
32185         * NEWS: Add fixed bug number.
32187 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32189         [BZ #14519]
32190         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32191         underflowing exponent in case of negative sign.
32192         * stdlib/tst-strtod-round-data: Add more tests.
32193         * stdlib/tst-strtod-round.c (tests): Regenerated.
32195         [BZ #3479]
32196         * stdlib/strtod_l.c (NDIG): Remove.
32197         (HEXNDIG): Likewise.
32198         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32199         smallest representable value.
32200         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32201         lie within an exact representation of 1/2 ulp of the result.
32202         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32203         unconditionally.
32204         (TENS_P9_IDX): Define unconditionally.
32205         (TENS_P9_SIZE): Likewise.
32206         (TENS_P10_IDX): Likewise.
32207         (TENS_P10_SIZE): Likewise.
32208         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32209         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32210         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32211         entries for 10^2^13 and 10^2^14.
32212         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32213         (TENS_P13_IDX): Define.
32214         (TENS_P13_SIZE): Likewise.
32215         (TENS_P14_IDX): Likewise.
32216         (TENS_P14_SIZE): Likewise.
32217         (_fpioconst_pow10): Change array size to
32218         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32219         unconditional.
32220         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32221         1024]: Add entries for 10^2^13 and 10^2^14.
32222         [LAST_POW10 > _LAST_POW10]: Remove #error.
32223         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32224         (_fpioconst_pow10): Change array size to
32225         FPIOCONST_POW10_ARRAY_SIZE.
32226         * stdlib/gen-fpioconst.c: New file.
32227         * stdlib/gen-tst-strtod-round.c: Likewise.
32228         * stdlib/tst-strtod-round-data: Likewise.
32229         * stdlib/tst-strtod-round.c: Likewise.
32230         * stdlib/Makefile (tests): Add tst-strtod-round.
32232         [BZ #14459]
32233         * stdlib/strtod_l.c: Include <stdint.h>.
32234         (NDEBUG): Do not define.
32235         (round_and_return): Change EXPONENT parameter to type intmax_t.
32236         Rearrange calculations to avoid internal overflow possibilities.
32237         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32238         Rearrange calculations to avoid internal overflow possibilities.
32239         Assert that number fits inside MPNSIZE limbs.
32240         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32241         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32242         calculations and add assertions to avoid internal overflow
32243         possibilities.  Add casts to avoid signed/unsigned operations.
32244         * stdlib/tst-strtod-overflow.c: New file.
32245         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32247 2012-08-25  Marek Polacek  <polacek@redhat.com>
32249         * time/time.h: Fix some typos in comments.
32251 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32253         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32254         * posix/tst-rfc3484-2.c: Likewise.
32255         * posix/tst-rfc3484-3.c: Likewise.
32257 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32259         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32260         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32262 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32264         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32265         #include of fxstatat64.c.
32267 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32269         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32270         * shadow/getspent_r.c: Likewise.
32271         * shadow/getspnam.c: Likewise.
32272         * shadow/getspnam_r.c: Likewise.
32273         * gshadow/getsgent.c: Likewise.
32274         * gshadow/getsgent_r.c: Likewise.
32275         * gshadow/getsgnam.c: Likewise.
32276         * gshadow/getsgnam_r.c: Likewise.
32277         * inet/getnetbyad.c: Likewise.
32278         * inet/getnetbyad_r.c: Likewise.
32279         * inet/getnetbynm.c: Likewise.
32280         * inet/getnetbynm_r.c: Likewise.
32281         * inet/getnetent.c: Likewise.
32282         * inet/getnetent_r.c: Likewise.
32283         * inet/getproto.c: Likewise.
32284         * inet/getproto_r.c: Likewise.
32285         * inet/getprtent.c: Likewise.
32286         * inet/getprtent_r.c: Likewise.
32287         * inet/getprtname.c: Likewise.
32288         * inet/getprtname_r.c: Likewise.
32289         * inet/getrpcbyname.c: Likewise.
32290         * inet/getrpcbyname_r.c: Likewise.
32291         * inet/getrpcbynumber.c: Likewise.
32292         * inet/getrpcbynumber_r.c: Likewise.
32293         * inet/getrpcent.c: Likewise.
32294         * inet/getrpcent_r.c: Likewise.
32295         * inet/getaliasent.c: Likewise.
32296         * inet/getaliasent_r.c: Likewise.
32297         * inet/getaliasname.c: Likewise.
32298         * inet/getaliasname_r.c: Likewise.
32299         * nscd/getgrgid_r.c: Likewise.
32300         * nscd/getgrnam_r.c: Likewise.
32301         * nscd/gethstbyad_r.c: Likewise.
32302         * nscd/gethstbynm3_r.c: Likewise.
32303         * nscd/getpwnam_r.c: Likewise.
32304         * nscd/getpwuid_r.c: Likewise.
32305         * nscd/getsrvbynm_r.c: Likewise.
32306         * nscd/getsrvbypt_r.c: Likewise.
32307         * nscd/gai.c: Likewise.
32309         * configure.in (build_nscd): New substituted variable, set
32310         by --disable-build-nscd and defaults to $use_nscd.
32311         * configure: Regenerated.
32312         * config.make.in (build-nscd): New substituted variable.
32313         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32314         Change conditional to require [$(build-nscd) = yes] as well.
32315         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32317         [BZ# 13696]
32318         * configure.in (use_nscd): New substituted variable, set by
32319         --disable-nscd.  If enabled, define USE_NSCD.
32320         * configure: Regenerated.
32321         * config.h.in: Add USE_NSCD.
32322         * config.make.in (use-nscd): New substituted variable.
32323         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32324         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32325         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32326         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32327         (CFLAGS-getgrnam_r.c): Likewise.
32328         (CFLAGS-initgroups.c): Likewise.
32329         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32330         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32331         Variables removed.
32332         * inet/getnetgrent_r.c
32333         (nscd_setnetgrent): New function, broken out of ...
32334         (setnetgrent): ... here.  Call it.
32335         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32336         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32337         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32338         * nscd/Makefile (routines, aux): Move definitions after include of
32339         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32340         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32341         Conditionalize on [USE_NSCD].
32342         (is_nscd, nscd_init_cb): Likewise.
32343         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32344         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32345         * nss/nss_db/db-init.c: Likewise.
32346         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32347         [USE_NSCD].
32348         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32349         (make_request): Use it.
32350         (cache_valid_p): New function.
32351         (__check_pf): Use it.
32352         * NEWS: Add item for --disable-nscd.
32354 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32356         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32357         to support sed >= 4.2.1-20-ga9bf076.
32358         * configure: Regenerated.
32360 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32362         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32363         Conditionalize whole body on [IREL].
32365 2012-08-22  Jeff Law <law@redhat.com>
32367         [BZ #14505]
32368         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32369         if the family is PF_UNSPEC.
32371 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32373         * Makerules (lib-version): Rename from V.
32374         (install-lib-nosubdir): Change V to lib-version.
32376 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32378         [BZ #14252]
32379         * powerpc32/power6/wcschr.c: New file.
32380         * powerpc32/power6/wcscpy.c: New file.
32381         * powerpc32/power6/wcsrchr.c: New file.
32382         * powerpc64/power6/wcschr.c: New file.
32383         * powerpc64/power6/wcscpy.c: New file.
32384         * powerpc64/power6/wcsrchr.c: New file.
32386 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32388         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32389         (two_way_short_needle): Use it.
32390         * string/strstr.c (AVAILABLE1_USES_J): Define.
32391         * string/strcasestr.c: Likewise.
32393         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32394         array references.
32395         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32397         [BZ #11607]
32398         * NEWS: Add an entry.
32399         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32400         define their defaults.
32401         (two_way_short_needle): Detect end-of-string on-the-fly.
32402         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32403         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32404         * string/bug-strcasestr1.c: New test.
32405         * string/Makefile: Run it.
32407 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32409         [BZ #11607]
32410         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32411         the first character.
32413 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32415         * csu/elf-init.c (__libc_csu_irel): Function removed.
32416         * csu/libc-start.c (apply_irel): New function.
32417         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32419 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32421         * sysdeps/unix/sysv/linux/kernel-features.h
32422         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32423         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32424         <kernel-features.h>.
32425         [__NR_fadvise64_64]: Make code unconditional.
32426         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32427         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32428         !__NR_fadvise64_64)]: Likewise.
32429         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32430         !__NR_fadvise64_64))]: Likewise.
32431         [__NR_fadvise64]: Make code unconditional.
32432         [!__NR_fadvise64]: Remove conditional code.
32433         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32434         <kernel-features.h>.
32435         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32436         unconditional.
32437         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32438         conditional code.
32439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32440         not include <kernel-features.h>.
32441         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32442         unconditional.
32443         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32444         conditional code.
32445         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32446         include <kernel-features.h>.
32447         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32448         unconditional.
32449         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32450         conditional code.
32452 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32454         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32455         slight instruction rearrangements per scrollpipe analysis.
32456         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32458 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32460         * manual/syslog.texi (syslog; vsyslog, closelog):
32461         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32462         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32464         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32465         DSOCAPS to match condition on defining it.
32467 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32469         * sysdeps/unix/sysv/linux/kernel-features.h
32470         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32472         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32473         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32475         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32476         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32478         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32479         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32481         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32482         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32484         * sysdeps/unix/sysv/linux/kernel-features.h
32485         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32486         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32487         unconditional.
32488         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32489         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32490         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32491         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32492         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32493         Make code unconditional.
32494         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32495         (__mmap64) [!__NR_mmap2]: Likewise.
32496         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32497         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32498         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32499         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32500         [__NR_mmap2]: Make code unconditional.
32501         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32502         (__mmap64) [!__NR_mmap2]: Likewise.
32504 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32506         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32508 2012-08-18  Andreas Jaeger  <aj@suse.de>
32510         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32512 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32514         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32515         * include/unistd.h (__have_sock_cloexec): Likewise.
32516         (__have_pipe2): Likewise.
32517         (__have_dup3): Likewise.
32519 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32521         [BZ #9685]
32522         * include/unistd.h (__have_pipe2): Change define into an extern int.
32523         (__have_dup3): Likewise.
32524         * socket/have_sock_cloexec.c: Include fcntl.h.
32525         (__have_pipe2): New variable.
32526         (__have_dup3): Likewise.
32528 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32530         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32532 2012-08-17  Marek Polacek  <polacek@redhat.com>
32534         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32535         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32537 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32539         * configure.in: Add AC_SUBST for sysheaders.
32540         * configure: Regenerated.
32541         * config.make.in (sysheaders): New substituted variable.
32543         * sysdeps/unix/mkfifo.c: Moved ...
32544         * sysdeps/posix/mkfifo.c: ... here.
32545         * sysdeps/unix/mkfifoat.c: Moved ...
32546         * sysdeps/posix/mkfifoat.c: ... here.
32548         * sysdeps/unix/utime.c: Moved ...
32549         * sysdeps/posix/utime.c: ... here.
32551         * sysdeps/unix/time.c: Moved ...
32552         * sysdeps/posix/time.c: ... here.
32553         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32554         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32556         * sysdeps/unix/nice.c: Moved ...
32557         * sysdeps/posix/nice.c: ... here.
32559         * sysdeps/unix/alarm.c: Moved ...
32560         * sysdeps/posix/alarm.c: ... here.
32562         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32564 2012-08-17  Jeff Law <law@redhat.com>
32566         * intl/Makefile (codeset_mo): New variable.
32567         ($(codeset_mo)): New target.
32568         (tst-codeset.out): Depend on that.  Remove explicit rule.
32569         (tst-gettext3.out, tst-gettext5.out): Likewise.
32570         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32571         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32572         * intl/tst-codeset.sh: Remove.
32573         * intl/tst-gettext3.sh: Likewise.
32574         * intl/tst-gettext5.sh: Likewise.
32576 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32578         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32579         * sysdeps/unix/syscalls.list: ... here.
32581         * sysdeps/posix/getaddrinfo.c
32582         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32583         (gaiconf_init, gaiconf_reload): Use them.
32584         [!_STATBUF_ST_NSEC]
32585         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32586         Define using time_t rather than struct timespec.
32588         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32589         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32590         Macros removed.
32591         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32592         [!NO_THREADS].
32593         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32594         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32595         Likewise.
32597         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32598         __libc_cleanup_push argument.
32600         * bits/param.h: New file.
32601         * misc/sys/param.h: New file.
32602         * include/sys/param.h: New file.
32603         * misc/Makefile (headers): Add bits/param.h.
32604         * sysdeps/generic/sys/param.h: File removed.
32605         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32606         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32607         * sysdeps/mach/hurd/bits/param.h: New file.
32608         * sysdeps/mach/hurd/sys/param.h: File removed.
32610         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32611         last change.
32613         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32614         [_IO_MTSAFE_IO].
32615         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32616         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32617         New macros.
32619         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32620         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32621         rather than -D_IO_MTSAFE_IO conditionally.
32622         * stdio-common/Makefile (CPPFLAGS): Likewise.
32623         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32624         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32625         Use $(libio-mtsafe).
32626         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32627         of -D_IO_MTSAFE_IO.
32628         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32629         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32630         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32631         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32632         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32633         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32634         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32635         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32636         (CFLAGS-fread_u_chk.c): Likewise.
32637         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32638         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32639         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32640         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32641         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32642         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32643         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32644         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32645         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32647         * libio/Makefile: Test [$(libc-reentrant) = yes]
32648         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32650         * Makeconfig
32651         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32652         * sysdeps/pthread/configure: File removed.
32653         * sysdeps/pthread/Makeconfig: New file.
32654         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32655         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32657 2012-08-16  Gary Benson  <gbenson@redhat.com>
32659         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32660         unmapping the first object in a namespace.
32662 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32664         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32665         (__internal_setnetgrent): ... this.  Add internal_function to
32666         definition.  Add libc_hidden_def.
32667         (setnetgrent): Update caller.
32668         (internal_endnetgrent): Renamed to ...
32669         (__internal_endnetgrent): ... this.  Add internal_function to
32670         definition.  Add libc_hidden_def.
32671         (endnetgrent): Update caller.
32672         (internal_getnetgrent_r): Renamed to ...
32673         (__internal_getnetgrent_r): ... this.  Add internal_function to
32674         definition.  Add libc_hidden_def.
32675         (__getnetgrent_r): Update caller.
32676         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32678 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32680         * stdlib/longlong.h: Update from GCC.
32682 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32684         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32685         on _QL, which is set by umul_ppmm but never used.
32686         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32687         variables, which are set by GMP macros but never used.
32688         * stdio-common/_itowa.c (_itowa): Likewise.
32689         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32690         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32692 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32694         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32695         struct La_sh_regs is not constant.
32696         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32697         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32698         and struct La_sparc64_regs are not constant.
32700 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32702         * sysdeps/unix/sysv/linux/kernel-features.h
32703         (__ASSUME_POSIX_TIMERS): Remove.
32704         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32705         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32706         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32707         Make code unconditional.
32708         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32709         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32710         Make code unconditional.
32711         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32712         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32713         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32714         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32715         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32716         Make code unconditional.
32717         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32718         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32719         (__libc_missing_posix_timers): Remove.
32721 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32723         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32724         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32726         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32728         * elf/dl-sym.c: Include <stdlib.h>.
32730         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32731         constants, which avoids warnings in 32-bit builds.
32733         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32734         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32736         * misc/lseek.c: File moved to ...
32737         * io/lseek.c: ... here.
32739         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32741         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32742         shifting LEN more than 31 bits at once.
32744 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32746         [BZ #14195]
32747         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32748         segmentation fault for a case of two empty input strings.
32749         * string/test-strncasecmp.c (check1): Renamed to...
32750         (bz12205): ...this.
32751         (bz14195): Add new testcase for two empty input strings and N > 0.
32752         (test_main): Call new testcase, adapt for renamed function.
32754 2012-08-15  Andreas Jaeger  <aj@suse.de>
32756         [BZ #14090]
32757         * crypt/md5test2.c: New test, based on test supplied by Serge
32758         Belyshev <belyshev@depni.sinp.msu.ru>.
32759         * crypt/Makefile (xtests): Add md5test-giant..
32760         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32762 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32764         [BZ #14090]
32765         * crypt/md5.c (md5_process_block): Don't assume the buffer
32766         length is less than 2**32.
32767         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32768         length is less than 2**64.
32770 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32772         * string/str-two-way.h: Include <sys/param.h>.
32773         (MAX): Macro removed.
32775         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32776         Move #define and #undef of memmove to just before and after
32777         including <string.h>.
32779         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32780         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32781         and after including <string.h>.  Move declarations of
32782         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32783         to before #include "string/memmove.c".
32785         * include/dirent.h: Declare __getdirentries.
32787         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32788         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32790 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32792         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32793         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32794         * sysdeps/i386/configure: Regenerated.
32795         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32796         STABS_CURRENT_FILE, and STABS_FUN.
32797         (END): Remove call to STABS_FUN_END.
32798         (STABS_CURRENT_FILE1): Delete.
32799         (STABS_CURRENT_FILE): Likewise.
32800         (STABS_FUN): Likewise.
32801         (STABS_FUN_END): Likewise.
32802         (STABS_FUN2): Likewise.
32803         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32804         * sysdeps/x86_64/configure: Regenerated.
32806 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32808         * elf/dl-open.c: Include <atomic.h>.
32809         * elf/dl-lookup.c: Likewise.
32811 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32813         * sysdeps/unix/sysv/linux/kernel-features.h
32814         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32815         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32816         unconditionally.
32817         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32818         unconditionally.
32819         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32820         condition on __ASSUME_CLONE_THREAD_FLAGS.
32822 2012-08-14  Andreas Jaeger  <aj@suse.de>
32824         * sysdeps/i386/fpu/libm-test-ulps: Update.
32826 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32828         * include/atomic.h (atomic_exchange_and_add): Split into ...
32829         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32830         New atomic macros.
32832 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32834         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32836 2012-08-13  Jeff Law <law@redhat.com>
32838         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32839         null byte in the output string.
32841 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32843         * sysdeps/unix/sysv/linux/kernel-features.h
32844         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32845         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32846         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32847         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32848         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32849         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32850         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32852 2012-08-09  Jeff Law <law@redhat.com>
32854         [BZ #13939]
32855         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32856         When avoid_arena is set, don't retry in the that arena.  Pick the
32857         next one, whatever it might be.
32858         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32859         (arena_lock): Pass in new parameter to arena_get2.
32860         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32861         arena_get2.
32862         (__libc_malloc): Unify retrying after main arena failure with
32863         __libc_memalign version.
32864         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32866 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32868         [BZ #14166]
32869         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32870         to __redirect_strstr.
32871         (__strstr_sse42): Use typeof __redirect_strstr.
32872         (__strstr_ia32): Likewise.
32873         (__libc_strstr): New prototype.
32874         (strstr): Renamed to ...
32875         (__libc_strstr): This.
32876         (strstr): New strong alias of __libc_strstr.
32877         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32878         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32879         __redirect_time.
32880         Include <time.h>.
32881         (__libc_time): New prototype.
32882         (time_ifunc): Replace time with __libc_time.
32883         (time): New strong alias and hidden definition of __libc_time.
32884         (__GI_time): Remove strong alias.
32885         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32886         Include <stddef.h>.
32887         (memmove): Redefined to __redirect_memmove.
32888         (__memmove_sse2): Use typeof __redirect_memmove.
32889         (__memmove_ssse3): Likewise.
32890         (__memmove_ssse3_back): Likewise.
32891         (__libc_memmove): New prototype.
32892         (memmove): Renamed to ...
32893         (__libc_memmove): This.
32894         (memmove): New strong alias of __libc_memmove.
32896 2012-08-08  Mark Salter  <msalter@redhat.com>
32898         * elf/elf.h
32899         (R_MN10300_TLS_GD): Define.
32900         (R_MN10300_TLS_LD): Likewise.
32901         (R_MN10300_TLS_LDO): Likewise.
32902         (R_MN10300_TLS_GOTIE): Likewise.
32903         (R_MN10300_TLS_IE): Likewise.
32904         (R_MN10300_TLS_LE): Likewise.
32905         (R_MN10300_TLS_DTPMOD): Likewise.
32906         (R_MN10300_TLS_DTPOFF): Likewise.
32907         (R_MN10300_TLS_TPOFF): Likewise.
32908         (R_MN10300_SYM_DIFF): Likewise.
32909         (R_MN10300_ALIGN): Likewise.
32910         (R_MN10300_NUM): Update.
32912 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32914         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32915         Remove.
32917 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32919         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32921         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32922         sysdeps/unix -> sysdeps/posix move.
32923         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32925 2012-08-07      Allan McRae     <allan@archlinux.org>
32927         [BZ #14303]
32928         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32929         (SUNOS_CPP): Likewise.
32930         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32931         not found.
32932         (open_input): Call CPP using execvp.
32934 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32936         * sysdeps/unix/sysv/linux/kernel-features.h
32937         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32938         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32939         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32940         (__ASSUME_WAITID_SYSCALL): Likewise.
32941         * sysdeps/unix/sysv/linux/dl-execstack.c
32942         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32943         code unconditional.
32944         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32945         conditional code.
32946         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32947         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32948         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32949         code.
32950         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32951         unconditional.
32952         [__ASSUME_WAITID_SYSCALL]: Likewise.
32953         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32955 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32957         * sysdeps/unix/closedir.c: Renamed to ...
32958         * sysdeps/posix/closedir.c: ... here.
32959         * sysdeps/unix/dirfd.c: Renamed to ...
32960         * sysdeps/posix/dirfd.c: ... here.
32961         * sysdeps/unix/dirstream.h: Renamed to ...
32962         * sysdeps/posix/dirstream.h: ... here.
32963         * sysdeps/unix/fdopendir.c: Renamed to ...
32964         * sysdeps/posix/fdopendir.c: ... here.
32965         * sysdeps/unix/opendir.c: Renamed to ...
32966         * sysdeps/posix/opendir.c: ... here.
32967         * sysdeps/unix/readdir.c: Renamed to ...
32968         * sysdeps/posix/readdir.c: ... here.
32969         * sysdeps/unix/readdir_r.c: Renamed to ...
32970         * sysdeps/posix/readdir_r.c: ... here.
32971         * sysdeps/unix/rewinddir.c: Renamed to ...
32972         * sysdeps/posix/rewinddir.c: ... here.
32973         * sysdeps/unix/seekdir.c: Renamed to ...
32974         * sysdeps/posix/seekdir.c: ... here.
32975         * sysdeps/unix/telldir.c: Renamed to ...
32976         * sysdeps/posix/telldir.c: ... here.
32977         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32978         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32979         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32980         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32982         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32983         * bits/fcntl.h: ... here.
32985         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32986         not 0.
32987         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32988         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32989         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32990         (struct flock): Move l_start, l_len to the beginning.
32991         Use __pid_t for l_pid.
32992         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32993         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32994         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32995         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32996         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32997         [__USE_LARGEFILE64] (struct flock64): New type.
32998         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33000         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33001         * bits/dirent.h: ... here.
33003         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33004         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33006 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33008         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33009         Change from 2.6.0 to 2.6.16.
33010         * sysdeps/unix/sysv/linux/configure: Regenerated.
33011         * sysdeps/unix/sysv/linux/kernel-features.h
33012         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33013         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33014         version.
33015         (__ASSUME_UTIMES): Likewise.
33016         (__ASSUME_CLONE_STOPPED): Remove.
33017         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33018         architectures, not kernel version.
33019         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33020         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33021         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33022         (__ASSUME_WAITID_SYSCALL): Likewise.
33023         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33024         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33025         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33026         refer to older versions.
33028 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33030         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33031         Define alphasort64 as an alias.
33032         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33033         Define versionsort64 as an alias.
33034         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33035         Define scandir64 as an alias.
33036         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33037         Define scandirat64 as an alias.
33038         * dirent/alphasort64.c (alphasort64):
33039         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33040         * dirent/versionsort64.c: Likewise.
33041         * dirent/scandir64.c: Likewise.
33042         * dirent/scandirat64.c: Likewise.
33043         * sysdeps/wordsize-64/alphasort.c: File removed.
33044         * sysdeps/wordsize-64/alphasort64.c: File removed.
33045         * sysdeps/wordsize-64/scandir.c: File removed.
33046         * sysdeps/wordsize-64/scandir64.c: File removed.
33047         * sysdeps/wordsize-64/scandirat.c: File removed.
33048         * sysdeps/wordsize-64/scandirat64.c: File removed.
33049         * sysdeps/wordsize-64/versionsort.c: File removed.
33050         * sysdeps/wordsize-64/versionsort64.c: File removed.
33051         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33052         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33053         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33054         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33055         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33056         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33057         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33058         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33060         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33061         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33062         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33063         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33064         [defined __arch64__ || defined __sparcv9]
33065         (__INO_T_MATCHES_INO64_T): New macro.
33066         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33067         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33068         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33069         * sysdeps/unix/sysv/linux/bits/dirent.h
33070         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33071         (_DIRENT_MATCHES_DIRENT64): New macro.
33073         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33074         Define lockf64 as an alias.
33075         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33076         Define fseeko64 as an alias.
33077         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33078         Define ftello64 as an alias.
33079         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33080         Define _IO_fgetpos64 and fgetpos64 as aliases.
33081         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33082         Define _IO_fsetpos64 and fsetpos64 as aliases.
33083         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33084         Conditionalize body on this.
33085         * libio/fseeko64.c: Likewise.
33086         * libio/ftello64.c: Likewise.
33087         * libio/iofgetpos64.c: Likewise.
33088         * libio/iofsetpos64.c: Likewise.
33089         * sysdeps/wordsize-64/lockf.c: File removed.
33090         * sysdeps/wordsize-64/lockf64.c: File removed.
33091         * sysdeps/wordsize-64/fseeko.c: File removed.
33092         * sysdeps/wordsize-64/fseeko64.c: File removed.
33093         * sysdeps/wordsize-64/ftello.c: File removed.
33094         * sysdeps/wordsize-64/ftello64.c: File removed.
33095         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33096         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33097         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33098         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33099         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33100         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33101         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33102         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33103         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33104         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33105         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33106         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33107         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33108         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33110         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33111         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33112         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33113         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33114         [defined __arch64__ || defined __sparcv9]
33115         (__OFF_T_MATCHES_OFF64_T): New macro.
33116         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33117         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33118         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33119         (__OFF_T_MATCHES_OFF64_T): New macro.
33121 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33123         * stdlib/secure-getenv.c (__secure_getenv): Replace
33124         GLIBC_2_16 with GLIBC_2_17.
33126 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33128         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33129         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33131 2012-08-03  David S. Miller  <davem@davemloft.net>
33133         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33135 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33137         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33138         Remove.
33139         (__ASSUME_CORRECT_SI_PID): Likewise.
33140         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33141         (__ASSUME_TMPFS_NAME): Likewise.
33142         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33143         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33144         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33145         (HAVE_AUX_SECURE): Make definition unconditional.
33146         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33147         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33149 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33151         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33152         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33153         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33154         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33155         __eloop_threshold instead of SYMLOOP_MAX.
33157         * sysdeps/generic/eloop-threshold.h: New file.
33158         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33159         of MAXSYMLINKS.
33160         * elf/chroot_canon.c (chroot_canon): Likewise.
33162 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33164         [BZ #13717]
33165         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33166         Change to 2.6.0 everywhere.
33167         * sysdeps/unix/sysv/linux/configure: Regenerated.
33168         * sysdeps/unix/sysv/linux/kernel-features.h
33169         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33170         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33171         kernel versions.
33172         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33173         (__ASSUME_FUTEX_REQUEUE): Remove.
33174         (__ASSUME_STATFS64): Define unconditionally.
33175         (__ASSUME_AT_SECURE): Likewise.
33176         (__ASSUME_CORRECT_SI_PID): Likewise.
33177         (__ASSUME_TGKILL): Define without depending on kernel version for
33178         i386.
33179         (__ASSUME_UTIMES): Likewise.
33180         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33181         kernel version.
33182         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33183         (__ASSUME_TMPFS_NAME): Likewise.
33184         * README: Update reference to Linux kernel versions.
33186 2012-08-02  Marek Polacek  <polacek@redhat.com>
33188         [BZ# 14150]
33189         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33190         libc_cv_asm_type_prefix with %.
33191         * configure: Regenerated.
33192         * include/libc-symbols.h: Remove comment about
33193         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33194         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33195         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33196         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33197         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33198         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33199         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33200         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33201         * elf/tst-unique2mod1.c: Likewise.
33202         * elf/tst-unique1mod2.c: Likewise.
33203         * elf/tst-unique1mod1.c: Likewise.
33204         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33205         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33206         Replace ASM_TYPE_DIRECTIVE with .type.
33207         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33208         * sysdeps/i386/sysdep.h: Likewise.
33209         * sysdeps/x86_64/sysdep.h: Likewise.
33210         * sysdeps/sh/sysdep.h: Likewise.
33211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33212         Do not define ASM_TYPE_DIRECTIVE.
33213         * sysdeps/powerpc/sysdep.h: Likewise.
33214         * sysdeps/powerpc/powerpc32/sysdep.h:
33215         Replace ASM_TYPE_DIRECTIVE with .type.
33216         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33217         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33218         * sysdeps/i386/fpu/e_powf.S: Likewise.
33219         * sysdeps/i386/fpu/e_expl.S: Likewise.
33220         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33221         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33222         * sysdeps/i386/fpu/e_pow.S: Likewise.
33223         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33224         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33225         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33226         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33227         * sysdeps/i386/fpu/e_log2.S: Likewise.
33228         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33229         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33230         * sysdeps/i386/fpu/e_powl.S: Likewise.
33231         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33232         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33233         * sysdeps/i386/fpu/e_logl.S: Likewise.
33234         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33235         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33236         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33237         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33238         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33239         * sysdeps/i386/fpu/e_log.S: Likewise.
33240         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33241         * sysdeps/i386/fpu/e_logf.S: Likewise.
33242         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33243         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33244         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33245         * sysdeps/i386/fpu/e_log10.S: Likewise.
33246         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33247         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33248         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33249         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33250         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33251         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33252         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33253         * sysdeps/i386/i686/strtok.S: Likewise.
33254         * sysdeps/i386/i386-mcount.S: Likewise.
33255         * sysdeps/i386/strtok.S: Likewise.
33256         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33257         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33258         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33259         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33260         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33261         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33262         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33263         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33264         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33265         * sysdeps/x86_64/_mcount.S: Likewise.
33266         * sysdeps/x86_64/strtok.S: Likewise.
33267         * sysdeps/sh/_mcount.S: Likewise.
33269 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33271         * libio/iofopen.c: Include <fcntl.h>.
33272         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33273         (_IO_fopen64, fopen64): Define as aliases.
33274         * libio/iofopen64.c: Include <fcntl.h>.
33275         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33276         Conditionalize body on this.
33277         * sysdeps/wordsize-64/iofopen.c: File removed.
33278         * sysdeps/wordsize-64/iofopen64.c: File removed.
33280 2012-08-01  Marek Polacek  <polacek@redhat.com>
33282         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33283         Use dlfcn directly instead of a variable.
33284         (binfmt-subdir): Do not define.
33285         (dlfcn): Likewise.
33287 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33289         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33290         Remove all definitions.
33291         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33292         <kernel-features.h>.
33293         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33294         (miss_F_GETOWN_EX): Remove all definitions.
33295         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33296         macro definition.
33297         [!__ASSUME_FCNTL64]: Remove conditional code.
33298         [__ASSUME_FCNTL64]: Make code unconditional.
33299         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33300         <kernel-features.h>.
33301         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33302         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33303         (lockf64) [__NR_fcntl64]: Make code unconditional.
33304         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33306         * sysdeps/unix/sysv/linux/kernel-features.h
33307         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33308         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33309         Make code unconditional.
33310         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33311         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33313         [__NR_vfork]: Make code unconditional.
33314         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33315         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33317         [__NR_vfork]: Make code unconditional.
33318         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33319         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33321 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33323         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33324         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33326         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33327         Define mkstemp64 as an alias.
33328         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33329         Define mkstemps64 as an alias.
33330         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33331         Define mkostemp64 as an alias.
33332         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33333         Define mkostemps64 as an alias.
33334         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33335         Conditionalize body on this.
33336         * misc/mkostemp64.c: Likewise.
33337         * misc/mkostemps64.c: Likewise.
33338         * misc/mkstemps64.c: Likewise.
33339         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33340         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33341         * sysdeps/wordsize-64/mkostemp.c: File removed.
33342         * sysdeps/wordsize-64/mkstemp.c: File removed.
33343         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33344         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33345         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33346         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33348         [BZ #14138]
33349         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33350         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33351         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33352         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33354         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33355         compat_symbol macros from <shlib-compat.h> rather than the underlying
33356         default_symbol_version and symbol_version macros, so that DEFAULT
33357         lines in shlib-versions are respected.
33358         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33360 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33362         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33363         Declare with warn_unused_result.
33364         (setgid, setregid, setegid, setresgid): Likewise.
33365         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33366         Likewise.
33367         * WUR-REPORT: Remove set*id functions.
33369 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33371         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33373 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33375         [BZ #10191]
33376         * include/sys/socket.h (__libc_accept, __libc_accept4):
33377         Add attribute_hidden.
33378         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33380         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33381         use of PTR_MANGLE.
33382         * inet/getnetgrent_r.c (setup): Likewise.
33384         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33386 2012-07-31  David S. Miller  <davem@davemloft.net>
33388         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33390 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33392         [BZ #13629]
33393         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33394         value between 1.0 and 2.0 and smaller part has absolute value less
33395         than 1.0.
33396         * math/s_clog10.c (__clog10): Likewise.
33397         * math/s_clog10f.c (__clog10f): Likewise.
33398         * math/s_clog10l.c (__clog10l): Likewise.
33399         * math/s_clogf.c (__clogf): Likewise.
33400         * math/s_clogl.c (__clogl): Likewise.
33401         * math/libm-test.inc (clog_test): Add more tests.
33402         (clog10_test): Likewise.
33403         * sysdeps/i386/fpu/libm-test-ulps: Update.
33404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33406 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33408         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33409         Exit with zero in case no suitable GID is found, and write a
33410         message to standard error.
33412 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33414         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33415         rather than to 1.
33416         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33417         (MAXPATHLEN): Removed.
33418         (NOGROUP, NODEV): New macros.
33419         (setbit, clrbit, isset, isclr): New macros.
33420         (howmany, roundup, powerof2): New macros.
33421         (DEV_BSIZE): New macro.
33423         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33424         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33426         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33427         definition on [!__NO_LONG_DOUBLE_MATH].
33429         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33430         PTR_MANGLE and PTR_DEMANGLE.
33432         * socket/accept4.c (accept4): Rename to __libc_accept4.
33433         Define accept4 as a weak alias.
33435         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33436         on [_DIRENT_HAVE_D_TYPE].
33437         * io/ftw.c (ftw_dir): Likewise.
33439         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33441         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33443         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33444         Use the BSD numbers rather than the arbitrary ones we had.
33445         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33446         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33447         (SIGXCPU, SIGXFSZ): New macros.
33448         (_NSIG): Now 32.
33450         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33451         initializer on [_LIBC_REENTRANT].
33453         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33454         definitions inside [_POSIX_MAPPED_FILES].
33456         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33458         * dirent/opendir.c: Include <fcntl.h>.
33460         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33461         (__libc_getspecific): Likewise.
33462         (__libc_key_create): Likewise.
33464         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33465         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33466         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33467         (tmpfile64): Define as alias.
33468         * sysdeps/wordsize-64/tmpfile.c: File removed.
33469         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33470         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33471         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33473         * stdio-common/vfscanf.c: Include <stdbool.h>.
33474         * nss/makedb.c: Likewise.
33475         * stdio-common/_i18n_number.h: Likewise.
33476         * argp/argp-help.c: Likewise.
33477         * posix/wordexp.c: Likewise.
33478         * sysdeps/posix/spawni.c: Likewise.
33479         * nss/nss_files/files-initgroups.c: Likewise.
33480         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33481         * nss/nss_files/files-initgroups.c: Likewise.
33482         * nss/nss_db/db-netgrp.c: Likewise.
33483         * nss/nss_db/db-initgroups.c: Likewise.
33484         * io/fchmodat.c: Include <sys/stat.h>.
33486         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33487         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33489         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33490         [HAVE_MMAP].
33492         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33493         Add multiple inclusion protection.
33495 2012-07-27  David S. Miller  <davem@davemloft.net>
33497         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33499 2012-07-27  Gary Benson  <gbenson@redhat.com>
33501         [BZ #14298]
33502         * elf/rtld.c: Include <stap-probe.h>.
33503         (dl_main): Added static probes "init_start" and "init_complete".
33504         * elf/dl-load.c: Include <stap-probe.h>.
33505         (lose): Take new parameter "nsid".
33506         Added static probe "map_failed".
33507         (_dl_map_object_from_fd): Pass namespace id to lose.
33508         Added static probe "map_start".
33509         (open_verify): Pass namespace id to lose.
33510         * elf/dl-open.c: Include <stap-probe.h>.
33511         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33512         and "reloc_complete".
33513         * elf/dl-close.c: Include <stap-probe.h>.
33514         (_dl_close_worker): Added static probes "unmap_start" and
33515         "unmap_complete".
33516         * elf/rtld-debugger-interface.txt: New file documenting the above.
33518 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33520         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33521         rather than a string variable.
33522         * sunrpc/rpc_main.c (h_output): Likewise.
33523         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33525 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33527         * inet/check_native.c: New file.
33529 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33531         [BZ #13629]
33532         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33533         if larger part has absolute value 1.0.
33534         * math/s_clog10.c (__clog10): Likewise.
33535         * math/s_clog10f.c (__clog10f): Likewise.
33536         * math/s_clog10l.c (__clog10l): Likewise.
33537         * math/s_clogf.c (__clogf): Likewise.
33538         * math/s_clogl.c (__clogl): Likewise.
33539         * math/libm-test.inc (clog_test): Add more tests.
33540         (clog10_test): Likewise.
33541         * sysdeps/i386/fpu/libm-test-ulps: Update.
33542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33544         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33545         (pltexit): Likewise.
33546         (La_regs): Likewise.
33547         (La_retval): Likewise.
33548         (int_retval): Likewise.
33549         Update #error for removed macros to refer only to definitions in
33550         tst-audit.h.
33551         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33552         macro.
33553         (pltexit): Likewise.
33554         (La_regs): Likewise.
33555         (La_retval): Likewise.
33556         (int_retval): Likewise.
33557         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33558         macro.
33559         (pltexit): Likewise.
33560         (La_regs): Likewise.
33561         (La_retval): Likewise.
33562         (int_retval): Likewise.
33563         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33564         macro.
33565         (pltexit): Likewise.
33566         (La_regs): Likewise.
33567         (La_retval): Likewise.
33568         (int_retval): Likewise.
33569         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33570         macro.
33571         (pltexit): Likewise.
33572         (La_regs): Likewise.
33573         (La_retval): Likewise.
33574         (int_retval): Likewise.
33575         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33576         macro.
33577         (pltexit): Likewise.
33578         (La_regs): Likewise.
33579         (La_retval): Likewise.
33580         (int_retval): Likewise.
33581         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33582         macro.
33583         (pltexit): Likewise.
33584         (La_regs): Likewise.
33585         (La_retval): Likewise.
33586         (int_retval): Likewise.
33587         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33588         macro definitions in tst-audit.h.
33589         * sysdeps/i386/tst-audit.h: New file.
33590         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33591         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33592         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33593         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33594         * sysdeps/sh/tst-audit.h: Likewise.
33595         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33596         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33597         * sysdeps/x86_64/tst-audit.h: Likewise.
33599 2012-07-26  Andreas Jaeger  <aj@suse.de>
33601         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33602         ptrace.
33604         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33605         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33606         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33607         PTRACE_O_MASK.
33608         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33609         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33610         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33612         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33613         value.
33615         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33616         _sigsys.
33617         (si_call_addr, si_syscall, si_arch): Define new macro.
33618         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33619         _sigsys.
33620         (si_call_addr, si_syscall, si_arch): Define new marcro.
33621         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33622         _sigsys.
33623         (si_call_addr, si_syscall, si_arch): Define new macro.
33624         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33625         _sigsys.
33626         (si_call_addr, si_syscall, si_arch): Define new macro.
33628 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33630         [BZ #13717]
33631         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33632         Change to 2.4.21 where previously 2.4.1.
33633         * sysdeps/unix/sysv/linux/configure: Regenerated.
33634         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33635         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33636         Linux kernel version.
33637         (__ASSUME_STD_AUXV): Remove.
33638         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33639         kernel version.
33640         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33641         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33642         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33643         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33644         (__ASSUME_NETLINK_SUPPORT): Likewise.
33645         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33646         (__no_netlink_support): Remove conditional definition.
33647         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33648         Remove.
33649         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33650         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33651         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33652         (if_nameindex_ioctl): Remove.
33653         (if_nameindex_netlink): Do not handle __no_netlink_support.
33654         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33655         code.
33656         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33657         Remove conditional code.
33658         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33659         code.
33660         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33661         unconditional.
33662         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33663         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33664         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33665         Remove.
33666         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33667         [!__ASSUME_STD_AUXV]: Remove conditional code.
33668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33669         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33670         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33672         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33673         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33674         code.
33675         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33677         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33678         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33679         conditional code.
33680         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33682         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33683         code.
33684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33685         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33686         conditional code.
33687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33688         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33689         code unconditional.
33690         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33691         conditional code.
33692         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33693         unconditional.
33694         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33695         conditional code.
33696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33697         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33698         unconditional.
33699         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33700         conditional code.
33701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33702         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33703         code unconditional.
33704         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33705         conditional code.
33706         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33707         unconditional.
33708         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33709         conditional code.
33710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33711         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33712         code unconditional.
33713         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33714         conditional code.
33715         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33716         unconditional.
33717         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33718         conditional code.
33720 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33722         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33723         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33724         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33725         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33726         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33727         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33728         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33729         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33730         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33731         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33732         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33733         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33734         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33735         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33736         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33737         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33738         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33739         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33740         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33741         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33742         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33743         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33744         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33746 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33748         * Versions.def: Add GLIBC_2.17.
33749         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33750         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33751         Introduce __libc_secure_getenv.
33752         * stdlib/Versions (2.17): Add secure_getenv
33753         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33754         * stdlib/secure-getenv.c: Rename __secure_getenv to
33755         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33756         symbol __secure_getenv for GLIBC_2.0.
33757         * stdlib/tst-secure-getenv.c: New.
33758         * stdlib/Makefile (tests): Add testcase.
33759         * manual/startup.texi (Environment Access): Document
33760         secure_getenv.
33761         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33762         __libc_secure_getenv.
33763         * inet/ruserpass.c (ruserpass): Likewise.
33764         * malloc/mtrace.c (mtrace): Likewise.
33765         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33766         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33767         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33768         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33769         HAVE_SECURE_GETENV.
33770         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33771         __secure_getenv to __libc_secure_getenv.
33772         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33774         Likewise.
33775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33776         Likewise.
33777         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33778         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33779         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33780         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33781         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33782         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33783         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33785 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33787         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33788         (struct La_i86_retval): Likewise.
33789         (struct La_x86_64_regs): Likewise.
33790         (struct La_x86_64_retval): Likewise.
33791         (struct La_x32_regs): Likewise.
33792         (struct La_x32_retval): Likewise.
33793         (struct La_ppc32_regs): Likewise.
33794         (struct La_ppc32_retval): Likewise.
33795         (struct La_ppc64_regs): Likewise.
33796         (struct La_ppc64_retval): Likewise.
33797         (struct La_sh_regs): Likewise.
33798         (struct La_sh_retval): Likewise.
33799         (struct La_s390_32_regs): Likewise.
33800         (struct La_s390_32_retval): Likewise.
33801         (struct La_s390_64_regs): Likewise.
33802         (struct La_s390_64_retval): Likewise.
33803         (struct La_sparc32_regs): Likewise.
33804         (struct La_sparc32_retval): Likewise.
33805         (struct La_sparc64_regs): Likewise.
33806         (struct La_sparc64_retval): Likewise.
33807         (struct audit_ifaces): Remove architecture-specific pltenter and
33808         pltexit members.
33809         * sysdeps/i386/ldsodefs.h: New file.
33810         * sysdeps/powerpc/ldsodefs.h: Likewise.
33811         * sysdeps/s390/ldsodefs.h: Likewise.
33812         * sysdeps/sh/ldsodefs.h: Likewise.
33813         * sysdeps/sparc/ldsodefs.h: Likewise.
33814         * sysdeps/x86_64/ldsodefs.h: Likewise.
33816 2012-07-25  Marek Polacek  <polacek@redhat.com>
33818         [BZ #6808]
33819         * math/libm-test.inc (yn_test): Add another test.
33820         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33821         to ERANGE when the result is +-Inf.
33822         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33823         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33824         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33825         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33827 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33829         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33830         equal to 0.
33831         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33832         clock_t.
33833         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33835 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33837         * configure.in <sysdeps resolving>: Correct printing
33838         Implies_before.
33839         * configure: Regenerate.
33841 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33843         * math/w_ilogb.c: Include <limits.h>.
33844         * math/w_ilogbl.c: Likewise.
33846 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33848         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33849         va_copy.  Document allowing for unavailable va_copy only as
33850         pre-C99 compatibility.
33851         * manual/string.texi (Copying and Concatenation): Use va_copy
33852         instead of __va_copy in concat example.
33854 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33856         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33857         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33858         it if not null.
33860         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33861         with O_NOLINK passed to __file_name_lookup.
33863         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33864         with O_NOLINK passed to __file_name_lookup.
33866         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33867         negative N or less than NGIDS.
33869         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33870         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33871         enough.  Use memcpy instead of strncpy.
33873 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33875         * elf/Makefile (check-data): Remove.
33876         (localplt.data): New vpath directive.
33877         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33878         instead of $(check-data).
33879         * scripts/data/localplt-generic.data: Move to ...
33880         * sysdeps/generic/localplt.data: ... here.
33881         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33882         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33883         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33885         ... here.
33886         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33888         ... here.
33889         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33890         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33891         ... here.
33892         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33893         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33894         ... here.
33895         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33896         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33897         ... here.
33898         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33899         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33900         ... here.
33902 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33904         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33905         PPC32 and PPC64 files.
33906         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33907         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33909 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33911         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33912         __makecontext_ret to ...
33913         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33914         ... here and call exit if uc_link is NULL.  New file.
33915         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33916         __makecontext_ret.S.
33917         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33918         __makecontext_ret to ...
33919         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33920         ... here and call exit if uc_link is NULL.  New file.
33921         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33922         __makecontext_ret.S.
33924 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33926         * elf/elf.h (R_390_IRELATIVE): New definition.
33927         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33928         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33929         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33930         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33931         (elf_machine_lazy_rel): Likewise.
33932         * sysdeps/s390/dl-irel.h: New file.
33933         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33934         * sysdeps/s390/s390-64/memset.S: New asm code.
33935         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33936         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33937         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33938         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33939         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33940         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33941         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33942         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33943         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33944         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33945         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33946         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33947         * sysdeps/s390/s390-32/memset.S: New asm code.
33948         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33950 2012-07-17  Marek Polacek  <polacek@redhat.com>
33952         [BZ #14349]
33953         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33954         * sysdeps/s390/s390-64/configure.in: Likewise.
33955         * sysdeps/sparc/configure.in: Likewise.
33956         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33957         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33958         * sysdeps/i386/configure.in: Likewise.
33959         * sysdeps/x86_64/configure.in: Likewise.
33960         * sysdeps/sh/configure.in: Likewise.
33961         * sysdeps/s390/s390-32/configure: Regenerated.
33962         * sysdeps/s390/s390-64/configure: Likewise.
33963         * sysdeps/x86_64/configure: Likewise.
33964         * sysdeps/sh/configure: Likewise.
33965         * sysdeps/powerpc/powerpc64/configure: Likewise.
33966         * sysdeps/powerpc/powerpc32/configure: Likewise.
33967         * sysdeps/sparc/configure: Likwise.
33968         * sysdeps/i386/configure: Likewise.
33970         * elf/dl-open.c: Comment fixes.
33972 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33974         * Makefile [CXX] (check-data): Remove.
33975         [CXX] (c++-types.data): New vpath directive.
33976         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33977         vpath.  Do not allow for C++ type data being missing.
33978         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33979         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33980         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33981         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33982         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33983         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33984         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33986         ... here.
33987         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33989         ... here.
33990         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33992         ... here.
33993         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33994         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33995         ... here.
33996         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33998         ... here.
33999         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34001         ... here.
34002         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34003         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34004         ... here.
34005         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34006         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34008         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34009         definitions to architecture-specific files.
34010         (TLS_IE): Likewise.
34011         (TLS_LD): Likewise.
34012         (TLS_GD): Likewise.
34013         * sysdeps/i386/tls-macros.h: New file.
34014         * sysdeps/powerpc/tls-macros.h: Likewise.
34015         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34016         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34017         * sysdeps/sh/tls-macros.h: Likewise.
34018         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34019         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34020         * sysdeps/x86_64/tls-macros.h: Likewise.
34022 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34024         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34025         zero value for regular exit case.
34027         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34028         (__start_context): Preserve zero value for regular exit case.
34030 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34031             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34033         * manual/setjmp.texi (setcontext): Clarify normal process
34034         termination when uc_link is the null pointer.
34035         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34036         exit call.
34038 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34040         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34041         preprocessor.  Test for each exception mask separately.
34043 2012-07-16  Andreas Jaeger  <aj@suse.de>
34045         * po/ru.po: Update from translation team.
34047 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34049         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34050         equal to 0.
34051         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34052         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34053         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34054         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34055         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34057 2012-07-13  Andreas Jaeger  <aj@suse.de>
34059         * po/fr.po: Update from translation team.
34061 2012-07-12  Marek Polacek  <polacek@redhat.com>
34063         [BZ #14173]
34064         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34065         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34066         loop condition.
34068 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34070         [BZ #13717]
34071         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34072         Change to 2.4.1 where previously 2.4.0.
34073         * sysdeps/unix/sysv/linux/configure: Regenerated.
34074         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34075         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34076         version.
34077         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34078         (__ASSUME_AT_CLKTCK): Remove.
34079         (__ASSUME_AT_PAGESIZE): Likewise.
34080         (__ASSUME_AT_XID): Likewise.
34081         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34082         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34083         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34084         unconditionally.
34085         (HAVE_AUX_PAGESIZE): Likewise.
34086         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34087         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34088         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34090 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34092         [BZ #14307]
34093         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34094         the temporary buffer used to invoke __gethostbyname2_r,
34095         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34096         host_data / struct gaih_addrtuple.
34097         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34098         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34099         header file nss/nsswitch.h.
34100         * nss/nsswitch.h (global scope): Add definition of implementation
34101         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34102         resolv/nss_dns/dns-host.c).
34104 2012-07-11  Andreas Jaeger  <aj@suse.de>
34106         * po/fr.po: Update from translation team.
34108         * po/sv.po: Update from translation team
34109         * po/fr.po: Another update from translation team.
34111 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34113         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34114         for subnormals or multiply small sinh result by itself.
34115         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34116         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34118 2012-07-11  David S. Miller  <davem@davemloft.net>
34120         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34122 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34124         [BZ #14347]
34125         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34126         (INTERNAL_MARK): Shift it here.
34128 2012-07-10  Marek Polacek  <polacek@redhat.com>
34130         [BZ #14151]
34131         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34132         libc_cv_asm_global_directive with .globl.
34133         * configure: Regenerated.
34134         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34135         with .globl.
34136         * sysdeps/i386/configure: Regenerated.
34137         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34138         with .globl.
34139         * sysdeps/x86_64/configure: Regenerated.
34140         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34141         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34142         * elf/tst-unique2mod2.c: Likewise.
34143         * elf/tst-unique2mod1.c: Likewise.
34144         * elf/tst-unique1mod2.c: Likewise.
34145         * elf/tst-unique1mod1.c: Likewise.
34146         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34147         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34148         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34149         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34150         * sysdeps/mach/sysdep.h: Likewise.
34151         * sysdeps/i386/sysdep.h: Likewise.
34152         * sysdeps/i386/i386-mcount.S: Likewise.
34153         * sysdeps/x86_64/_mcount.S: Likewise.
34154         * sysdeps/x86_64/sysdep.h: Likewise.
34155         * sysdeps/sh/_mcount.S: Likewise.
34156         * sysdeps/sh/sysdep.h: Likewise.
34157         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34158         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34159         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34160         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34161         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34162         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34163         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34164         * locale/localeinfo.h: Likewise.
34165         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34166         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34168 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34170         [BZ #14336]
34171         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34172         system".
34173         * manual/message.texi (The Uniforum approach): Likewise.
34174         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34175         (glibc iconv Implementation): Likewise.
34177 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34179         [BZ #14337]
34180         * math/s_clog.c (__clog): Avoid scaling a value down where that
34181         could result in underflow.
34182         * math/s_clog10.c (__clog10): Likewise.
34183         * math/s_clog10f.c (__clog10f): Likewise.
34184         * math/s_clog10l.c (__clog10l): Likewise.
34185         * math/s_clogf.c (__clogf): Likewise.
34186         * math/s_clogl.c (__clogl): Likewise.
34187         * math/libm-test.inc (clog_test): Add more tests.
34188         (clog10_test): Likewise.
34189         * sysdeps/i386/fpu/libm-test-ulps: Update.
34190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34192 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34194         [BZ #14283]
34195         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34196         by 7 not 8 to examine high bit of fractional part.
34198         [BZ #14042]
34199         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34200         for call to __mcount_internal.
34201         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34202         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34203         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34205 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34207         [BZ #14154]
34208         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34209         approximation for values within 0x1p-13f of an odd multiple of
34210         pi/4.
34211         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34212         exception.  Add more tests.
34213         * sysdeps/i386/fpu/libm-test-ulps: Update.
34215         [BZ #6778]
34216         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34217         inputs and return -1 for them.  Do not check for +Inf in case not
34218         reachable for +Inf.
34219         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34220         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34221         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34222         and return -1 for them.  Do not check for +Inf in case not
34223         reachable for +Inf.
34224         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34225         define.
34226         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34227         and return -1 for them.  Do not check for +Inf in case not
34228         reachable for +Inf.
34229         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34230         spurious underflow.
34231         * sysdeps/i386/fpu/libm-test-ulps: Update.
34232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34234 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34236         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34238 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34240         [BZ #14157]
34241         [BZ #14331]
34242         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34243         could result in spurious underflow.  Scale down values above
34244         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34245         * math/s_csqrtf.c (__csqrtf): Likewise.
34246         * math/s_csqrtl.c (__csqrtl): Likewise.
34247         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34248         spurious underflow.
34249         * sysdeps/i386/fpu/libm-test-ulps: Update.
34250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34252 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34254         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34255         xopen-msg.sed.
34256         * catgets/xopen-msg.awk: New file.
34257         * catgets/xopen-msg.sed: Removed.
34259         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34260         po2text.sed.
34261         * intl/po2test.awk: New file.
34262         * intl/po2test.sed: Removed.
34264 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34266         [BZ #14328]
34267         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34268         or multiply small sinh result by itself.
34269         * math/s_ctanf.c (__ctanf): Likewise.
34270         * math/s_ctanh.c (__ctanh): Likewise.
34271         * math/s_ctanhf.c (__ctanhf): Likewise.
34272         * math/s_ctanhl.c (__ctanhl): Likewise.
34273         * math/s_ctanl.c (__ctanl): Likewise.
34274         * math/libm-test.inc (ctan_test_tonearest): New function.
34275         (ctan_test_towardzero): Likewise.
34276         (ctan_test_downward): Likewise.
34277         (ctan_test_upward): Likewise.
34278         (ctanh_test_tonearest): Likewise.
34279         (ctanh_test_towardzero): Likewise.
34280         (ctanh_test_downward): Likewise.
34281         (ctanh_test_upward): Likewise.
34282         (main): Call these new functions.
34283         * sysdeps/i386/fpu/libm-test-ulps: Update.
34284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34286 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34288         * .gitignore: Delete /ports entry.
34290 2012-07-03  Andreas Jaeger  <aj@suse.de>
34292         * po/bg.po: Update from translation team.
34293         * po/cs.po: Likewise.
34294         * po/de.po: Likewise.
34295         * po/hr.po: Likewise.
34296         * po/nl.pl: Likewise.
34297         * po/pl.po: Likewise.
34298         * po/vi.po: Likewise.
34300 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34302         * Makeconfig [!+link] (+link-before-libc): New variable.
34303         [!+link] (+link-after-libc): Likewise.
34304         [!+link] (+link-tests): Likewise.
34305         [!+link] (+link): Define in terms of $(+link-before-libc) and
34306         $(+link-after-libc).
34307         [!+link-static] (+link-static-before-libc): New variable.
34308         [!+link-static] (+link-static-after-libc): Likewise.
34309         [!+link-static] (+link-static-tests): Likewise.
34310         [!+link-static] (+link-static): Define in terms of
34311         $(+link-static-before-libc) and $(+link-static-after-libc).
34312         [build-shared] (link-libc-before-gnulib): New variable.
34313         [build-shared] (link-libc-tests): Likewise.
34314         [build-shared] (link-libc): Define in terms of
34315         $(link-libc-before-gnulib).
34316         [!build-shared] (link-libc-tests): New variable.
34317         (link-libc-static-tests): New variable.
34318         [!gnulib] (gnulib-arch): New variable.
34319         [!gnulib] (gnulib-tests): Likewise.
34320         [!gnulib] (static-gnulib-arch): Likewise.
34321         [!gnulib] (static-gnulib-tests): Likewise.
34322         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34323         Define with "=" instead of ":=".
34324         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34325         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34326         * Rules (binaries-all-notests): New variable.
34327         (binaries-all-tests): Likewise.
34328         (binaries-static-notests): Likewise.
34329         (binaries-static-tests): Likewise.
34330         (binaries-all): Define using $(binaries-all-notests) and
34331         $(binaries-all-tests).
34332         (binaries-static): Define using $(binaries-static-notests) and
34333         $(binaries-static-tests).
34334         (binaries-shared-tests): New variable.
34335         (binaries-shared-notests): Likewise.
34336         (binaries-shared): Remove variable.
34337         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34338         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34339         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34340         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34341         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34342         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34343         * elf/Makefile (sln-modules): New variable.
34344         (extra-objs): Add $(sln-modules:=.o).
34345         (ldconfig-modules): Add static-stubs.
34346         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34347         * elf/static-stubs.c: New file.
34349         [BZ #14283]
34350         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34351         by 7 not 8 to examine high bit of fractional part.  Use volatile
34352         variables when splitting into final array of floats if
34353         __FLT_EVAL_METHOD__ != 0.
34354         * math/libm-test.inc (cos_test): Add another test.
34355         (sin_test): Likewise.
34356         * sysdeps/i386/fpu/libm-test-ulps: Update.
34358         [BZ #14273]
34359         * math/libm-test.inc (cosh_test): Add more tests.
34361         * version.h (RELEASE): Set to "development".
34362         (VERSION): Set to "2.16.90".
34364 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34366         * NEWS: Update copyright. Remove last-updated date.
34367         Mention math library bug fixes and timezone data changes.
34368         * README: Mention GNU/Hurd, x32, and HPPA support status.
34370 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34372         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34374 2012-06-27  Andreas Jaeger  <aj@suse.de>
34376         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34378 2012-06-25  Andreas Jaeger  <aj@suse.de>
34380         * sysdeps/s390/fpu/libm-test-ulps: Update.
34382 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34383             Thomas Schwinge  <thomas@codesourcery.com>
34385         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34386         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34387         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34388         fanotify_mark.
34390 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34392         * sysdeps/mach/start.c: Remove file.
34393         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34394         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34395         * sysdeps/sh/init-first.c: Likewise.
34397         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34398         registers for frame unwinding purposes, add CFI directives.
34399         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34400         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34401         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34402         Likewise.
34404         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34405         __fortify_fail returning.
34406         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34408         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34409         sysdeps/sh/____longjmp_chk.S.
34410         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34411         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34412         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34413         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34415         * sysdeps/sh/abort-instr.h: New file.
34416         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34417         process in case exit returns.
34419         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34420         initialize the GOT register before use.
34422         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34423         calculation of ARGC > 4.
34425         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34426         meaningful names to some local labels.
34428 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34429             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34431         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34432         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34433         (__arch_compare_and_exchange_val_16_acq): Likewise.
34434         (__arch_compare_and_exchange_val_32_acq): Likewise.
34435         (atomic_exchange_and_add): Fix gUSA sequence.
34436         (atomic_add): Likewise.
34437         (atomic_add_negative): Likewise.
34438         (atomic_add_zero): Likewise.
34439         (atomic_bit_test_set): Likewise.
34441 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34443         [BZ #13579]
34444         * include/link.h (struct link_map): Add l_free_initfini.
34445         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34446         l_initfini.
34447         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34448         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34449         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34450         set.
34452 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34454         * configure.in: Use AC_LANG_SOURCE.
34455         * configure: Regenerate.
34457 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34459         * configure.in (libc_cv_localstatedir): New substituted variable.
34460         * configure: Regenerated.
34461         * config.make.in (localstatedir): New variable, substituted from
34462         libc_cv_localstatedir.
34463         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34464         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34465         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34466         * sysdeps/gnu/configure: Regenerated.
34468 2012-06-21  Jeff Law  <law@redhat.com>
34470         [BZ #14277]
34471         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34472         free.  Simplify list management for _LIBC case.
34474 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34476         [BZ #14273]
34477         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34478         Clear sign bit of 64-bit integer value before comparing against
34479         overflow value.
34481         * sysdeps/mach/configure: Regenerated.
34483 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34485         [BZ #14278]
34486         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34488 2012-06-21  Jeff Law  <law@redhat.com>
34490         [BZ #13882]
34491         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34492         uint16_t for elements in the "seen" array to avoid char overflows.
34493         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34494         * elf/dl-open.c (dl_open_worker): Likewise.
34496 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34498         * scripts/list-sources.sh: Scan PORTS for translations.
34499         * po/libc.pot: Regenerated.
34501 2012-06-21  Andreas Jaeger  <aj@suse.de>
34503         [BZ #12194]
34504         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34505         warning.
34506         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34507         * bits/byteswap-16.h (__bswap_16): Likewise.
34508         * bits/byteswap.h (__bswap_constant_16): Likewise.
34510 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34512         [BZ #14117]
34513         * sysdeps/i386/fpu_control.h: Removed.
34514         * sysdeps/x86_64/fpu_control.h: Moved to ...
34515         * sysdeps/x86/fpu_control.h: Here.
34517         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34518         (_FPU_SETCW): Likewise.
34520 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34522         [BZ #14117]
34523         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34524         * sysdeps/x86/fpu/bits/mathinline.h: This.
34525         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34527         [BZ #14050]
34528         [BZ #14117]
34529         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34530         functions if __x86_64__ is defined.
34532 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34534         * string/endian.h: Add !__ASSEMBLER__ condition for including
34535         conversion interfaces.
34537 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34539         [BZ #14241]
34540         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34541         of ABS(x) in calculating zero to negative powers other than odd
34542         integers.
34543         * math/libm-test.inc (pow_test): Add more tests.
34545 2012-06-15  Andreas Jaeger  <aj@suse.de>
34547         * manual/contrib.texi (Contributors): Update entry of Liubov
34548         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34549         Machado Filho.
34551 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34553         * string/string.h: Add __wur to GNU version of strerror_r.
34555 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34557         [BZ #14229]
34558         * string/Makefile (tests): Add tst-strtok_r.
34559         * string/tst-strtok_r.c: New file.
34560         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34561         RAX_LP/RDX_LP on SAVE_PTR.
34563 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34565         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34567 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34569         * libm_test.inc (csqrt_test): Allow more spurious underflow
34570         exceptions.
34571         (j0_test): Likewise.
34572         (j1_test): Likewise.
34573         (y0_test): Likewise.
34574         (y1_test): Likewise.
34576 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34578         * po/Makefile (libc.pot): Use UTF-8 charset.
34580 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34582         [BZ #14210]
34583         Suppress sign-conversion warning from FD_SET.
34584         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34585         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34586         not unsigned long int.
34587         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34589 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34591         [BZ #14050]
34592         [BZ #14117]
34593         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34594         __extern_always_inline instead of __extern_inline.
34595         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34596         (__signbit): Likewise.
34597         (__signbitl): Support C++ namespace.
34598         (lrintf): New inline function.
34599         (lrint): Likewise.
34600         (llrintf): Likewise.
34601         (llrint): Likewise.
34602         (fmaxf): Likewise.
34603         (fmax): Likewise.
34604         (fminf): Likewise.
34605         (fmin): Likewise.
34606         (rint): Likewise.
34607         (rintf): Likewise.
34608         (ceil): Likewise.
34609         (ceilf): Likewise.
34610         (floor): Likewise.
34611         (floorf): Likewise.
34612         (nearbyint): Likewise.
34613         (nearbyintf): Likewise.
34615 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34617         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34618         non-default versions.
34620 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34622         [BZ #14218]
34623         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34625 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34627         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34628         (FE_UPWARD, FE_DOWNWARD): Don't define.
34629         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34630         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34632         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34633         reading it.
34634         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34635         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34637 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34639         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34640         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34641         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34642         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34644 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34646         [BZ #14117]
34647         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34648         * sysdeps/i386/fpu/Implies: New file.
34649         * sysdeps/x86_64/fpu/Implies: Likewise.
34650         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34651         * sysdeps/x86/fpu/bits/fenv.h: This.
34653         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34654         __SSE_MATH__.
34656 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34658         [BZ #14134]
34659         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34660         character 0xffff that matches the last element of the
34661         conversion table.
34663 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34665         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34666         fmodl commit.
34668 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34670         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34671         values higher than 25.6283.
34673 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34675         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34676         subnormal exponent extraction and add some __builtin_expect.
34677         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34678         Fix for subnormal mantissa calculation.
34680 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34682         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34683         cpu2 is -1 and errno is not ENOSYS.
34685 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34687         [BZ #14117]
34688         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34689         * sysdeps/x86/bits/string.h: This.
34690         * sysdeps/x86_64/bits/string.h: Removed.
34692         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34693         if not compiling for x86-64, but compiling for >= i486.
34695         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34696         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34698         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34699         New macro from Linux kernel 3.4.0.
34700         (FP_XSTATE_MAGIC2): Likewise.
34701         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34702         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34703         (struct _fpx_sw_bytes): New struct.
34704         (struct _xsave_hdr): Likewise.
34705         (struct _ymmh_state): Likewise.
34706         (struct _xstate): Likewise.
34708         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34709         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34710         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34711         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34712         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34713         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34715         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34716         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34717         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34718         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34719         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34720         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34722 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34724         [BZ #13743]
34725         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34726         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34727         (sysdep_headers): Include sys/platform/ppc.h.
34728         * sysdeps/powerpc/test-gettimebase.c: Test for
34729         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34730         * manual/Makefile (appendices): Include platform.texi.
34731         * manual/contrib.texi (Contributors): Update @node pointers.
34732         * manual/maint.texi (Maintenance): Likewise.
34733         (Platform): New node.
34734         * manual/platform.texi: New file.  Document the new features.
34736 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34737             Jakub Jelinek  <jakub@redhat.com>
34739         [BZ #14188]
34740         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34741         where __builtin_expect is unavailable.
34743 2012-06-03  David S. Miller  <davem@davemloft.net>
34745         * stdlib/longlong.h: Updated from GCC.
34747 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34749         [BZ #14042]
34750         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34751         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34752         __mcount_internal.
34753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34754         (GLIBC_2.16): Likewise.
34756 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34758         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34760 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34763         (default-abi): New variable.
34764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34765         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34766         variable.
34767         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34768         Likewise.
34769         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34770         Likewise.
34771         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34772         Likewise.
34774         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34775         definition.  Document in comment.
34777 2012-06-01  David S. Miller  <davem@davemloft.net>
34779         * stdlib/longlong.h: Updated from GCC.
34781 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34783         [BZ #14117]
34784         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34785         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34786         sys/debugreg.h sys/io.h here.
34787         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34788         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34789         sys/io.h.
34790         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34791         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34792         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34793         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34794         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34795         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34797         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34798         Define only if __x86_64__ is defined.
34800 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34802         [BZ #14048]
34803         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34804         Use int64_t for variable i.
34805         * math/libm-test.inc (fmod_test): Add more tests.
34807         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34808         z computation is not scheduled after fetestexcept.
34809         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34810         Use math_force_eval instead of asm to ensure calculation scheduled
34811         before exception test.
34812         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34813         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34815 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34817         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34818         computation is not scheduled after fetestexcept.
34820 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34822         [BZ #14117]
34823         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34824         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34826 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34828         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34829         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34831 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34833         [BZ #14117]
34834         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34835         <bits/wordsize.h>.
34836         (__WCHAR_MIN): Support __WORDSIZE == 64.
34837         (__WCHAR_MAX): Likewise.
34839         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34840         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34842         [BZ #14183]
34843         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34844         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34846         [BZ #14117]
34847         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34848         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34850         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34851         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34853         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34854         Defined to 1 if __x86_64__ isn't defined.
34855         (_STAT_VER_LINUX_OLD): New.
34856         (st_atime): Remove duplicate.
34857         (st_mtime): Likewise.
34858         (st_ctime): Likewise.
34860 2012-05-31  David S. Miller  <davem@davemloft.net>
34862         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34863         entries.
34865 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34867         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34868         gen-libm-test.pl.
34870         [BZ #14132]
34871         * elf/dl-reloc.c: Include <_itoa.h>.
34872         (_dl_reloc_bad_type): Remove use of INTUSE.
34873         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34874         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34875         * stdio-common/psiginfo.c (psiginfo): Likewise.
34876         * stdio-common/psignal.c (psignal): Likewise.
34877         * string/strsignal.c (strsignal): Likewise.
34878         * include/signal.h (_sys_siglist): Declare hidden proto.
34879         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34880         INTVARDEF with libc_hidden_data_def.
34881         * stdio-common/itoa-udigits.c: Likewise.
34882         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34883         (_itoa_lower_digits_internal): Remove declaration.
34884         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34885         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34886         (_sys_sigabbrev_internal): Remove aliases.
34887         (_sys_siglist): Define hidden alias.
34889 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34891         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34892         bits/sysctl.h.
34894 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34896         [BZ #14117]
34897         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34898         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34900         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34901         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34902         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34903         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34904         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34905         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34907         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34908         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34909         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34911         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34912         with __addr.
34913         (insw): Likewise.
34914         (insl): Likewise.
34915         (outsb): Likewise.
34916         (outsw): Likewise.
34917         (outsl): Likewise.
34919         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34920         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34921         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34923         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34924         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34925         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34926         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34927         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34928         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34930         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34931         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34933         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34934         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34936         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34937         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34938         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34940         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34941         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34942         to ...
34943         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34945         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34946         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34947         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34949         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34950         for x86-64.
34951         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34953 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34955         * math/math.h (M_El): Use two more decimal places.
34956         (M_LOG2El): Likewise.
34957         (M_LOG10El): Likewise.
34958         (M_LN2l): Likewise.
34959         (M_LN10l): Likewise.
34960         (M_PIl): Likewise.
34961         (M_PI_2l): Likewise.
34962         (M_PI_4l): Likewise.
34963         (M_1_PIl): Likewise.
34964         (M_2_PIl): Likewise.
34965         (M_2_SQRTPIl): Likewise.
34966         (M_SQRT2l): Likewise.
34967         (M_SQRT1_2l): Likewise.
34969 2012-05-31  David S. Miller  <davem@davemloft.net>
34971         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34972         values between float registers.
34973         * sysdeps/sparc/sparc64/memset.S: Likewise.
34974         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34976 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34978         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34979         -D_FORTIFY_SOURCE=1.
34980         (CPPFLAGS-tst-longjmp_chk.c): Define.
34981         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34982         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34983         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34984         CFLAGS-tst-wchar-h.c.
34986 2012-05-31  Marek Polacek  <polacek@redhat.com>
34988         [BZ #14132]
34989         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34990         __endmntent_internal): Remove declaration.
34991         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34992         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34993         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34995 2012-05-30  David S. Miller  <davem@davemloft.net>
34997         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34998         (___Q_simulate_exceptions): Use real FP ops rather than writing
34999         into the %fsr.
35000         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35001         Likewise.
35003 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35005         [BZ #14117]
35006         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35007         * sysdeps/x86/bits/xtitypes.h: This.
35009         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35010         * sysdeps/x86/bits/wordsize.h: This.
35012         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35013         * sysdeps/x86/bits/huge_vall.h: This.
35015         * sysdeps/i386/bits/select.h: Removed.
35016         * sysdeps/x86_64/bits/select.h: Renamed to ...
35017         * sysdeps/x86/bits/select.h: This.
35019         * sysdeps/i386/bits/setjmp.h: Removed.
35020         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35021         * sysdeps/x86/bits/setjmp.h: This.
35023         * sysdeps/i386/bits/mathdef.h: Removed.
35024         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35025         * sysdeps/x86/bits/mathdef.h: This.
35027 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35029         [BZ #14132]
35030         * include/sys/socket.h (__connect_internal)
35031         (__libc_sa_len_internal): Remove declaration.
35032         (__connect, __libc_sa_len): Declare hidden_proto.
35033         (SA_LEN): Remove use of INTUSE.
35034         * socket/connect.c: Add libc_hidden_def.
35035         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35036         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35037         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35038         alias.
35039         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35040         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35041         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35042         of adding _internal alias.
35044 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35046         [BZ #14117]
35047         * sysdeps/i386/bits/link.h: Removed.
35048         * sysdeps/i386/bits/linkmap.h: Likewise.
35049         * sysdeps/x86_64/bits/link.h: Renamed to ...
35050         * sysdeps/x86/bits/link.h: This.
35051         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35052         * sysdeps/x86/bits/linkmap.h: This.
35054         * sysdeps/i386/bits/endian.h: Removed.
35055         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35056         * sysdeps/x86/bits/endian.h: This.
35058         * sysdeps/i386/bits/byteswap.h: Removed.
35059         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35060         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35061         * sysdeps/x86/bits/byteswap.h: This.
35062         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35063         * sysdeps/x86/bits/byteswap-16.h: This.
35064         * sysdeps/i386/Implies: Add x86.
35065         * sysdeps/x86_64/Implies: Likewise.
35067 2012-05-30  David S. Miller  <davem@davemloft.net>
35069         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35070         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35071         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35072         (FP_TRAPPING_EXCEPTIONS): Define.
35073         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35074         (FP_TRAPPING_EXCEPTIONS): Define.
35075         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35076         subnormals only when inexact has been signalled or underflow
35077         exceptions are enabled.
35078         (_FP_PACK_CANONICAL): Likewise.
35080 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35082         [BZ #14183]
35083         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35084         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35086 2012-05-30  Richard Henderson  <rth@twiddle.net>
35088         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35089         with #ifndef NOT_IN_libc.
35091         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35092         marked to avoid plt entry.
35094 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35096         [BZ #14112]
35097         * Makeconfig (default-abi): New macro.
35098         (abi-includes): Likewise.
35099         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35100         $(abi-$(default-abi)-lib-soname) for soname if defined.
35101         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35102         abi-variants.
35103         * Makefile (installed-stubs): Likewise.
35104         * include/stubs-biarch.h: Removed.
35105         * scripts/lib-names.awk: Only handle one library at a time.
35106         * scripts/soversions.awk: Remove WORDSIZE support.
35107         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35108         entries.
35109         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35110         Removed.
35111         (syscall-list-default-condition): Likewise.
35112         (syscall-list-default-condition): Likewise.
35113         (syscall-list-includes): Likewise.
35114         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35115         syscall-list-* with abi-*.  Handle undefined abi-variants.
35116         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35117         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35118         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35119         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35120         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35121         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35122         Removed.
35123         (syscall-list-32-options): Likewise.
35124         (syscall-list-32-condition): Likewise.
35125         (syscall-list-64-options): Likewise.
35126         (syscall-list-64-condition): Likewise.
35127         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35128         macro.
35129         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35130         Renamed to ...
35131         (abi-*): This.
35132         (abi-64-ld-soname): New macro.
35133         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35134         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35135         Renamed to ...
35136         (abi-*): This.
35137         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35138         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35140 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35142         * sysdeps/unix/sysv/linux/kernel-features.h
35143         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35144         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35145         include <kernel-features.h>.
35146         [!__NR_ftruncate64]: Remove conditional code.
35147         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35148         [__NR_ftruncate64]: Make code unconditional.
35149         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35150         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35151         include <kernel-features.h>.
35152         [!__NR_ftruncate64]: Remove conditional code.
35153         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35154         [__NR_ftruncate64]: Make code unconditional.
35155         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35157         include <kernel-features.h>.
35158         [!__NR_ftruncate64]: Remove conditional code.
35159         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35160         [__NR_ftruncate64]: Make code unconditional.
35161         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35163         include <kernel-features.h>.
35164         [!__NR_ftruncate64]: Remove conditional code.
35165         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35166         [__NR_ftruncate64]: Make code unconditional.
35167         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35169         * configure.in (libc_cv_fpie): Weaken to a compile test using
35170         LIBC_TRY_CC_OPTION.
35171         * configure: Regenerated.
35173 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35176         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35178         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35179         Refreshed.
35180         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35183         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35185         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35186         Refreshed.
35188 2012-05-27  David S. Miller  <davem@davemloft.net>
35190         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35191         (___Q_zero): New.
35192         (__Q_simulate_exceptions): Return void.  Change to simulate
35193         exceptions by writing into the %fsr.
35194         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35195         (__Qp_handle_exceptions): Likewise.
35196         (numbers): Delete.
35197         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35198         __Qp_handle_exceptions.
35199         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35200         __Qp_handle_exceptions.
35201         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35202         as unused and give dummy FP_RND_NEAREST initializer.
35203         (FP_INHIBIT_RESULTS): Define.
35204         (___Q_simulate_exceptions): Update declaration.
35205         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35206         formatting.
35207         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35208         as unused and give dummy FP_RND_NEAREST initializer.
35209         (__Qp_handle_exceptions): Update declaration.
35210         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35211         formatting.
35213 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35215         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35216         the temporary FPU control word.
35217         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35218         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35219         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35220         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35221         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35222         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35223         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35224         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35225         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35226         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35227         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35229 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35231         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35232         fields.
35234 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35236         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35237         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35238         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35239         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35240         Likewise.
35241         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35242         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35243         Likewise.
35245 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35247         * po/h.po: Update from translation team.
35249 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35251         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35253         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35254         handling of denormals.
35255         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35256         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35257         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35258         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35259         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35260         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35261         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35262         Likewise.
35264 2012-05-26  Marek Polacek  <polacek@redhat.com>
35266         [BZ #14152]
35267         * math/libm-test.inc (fma_test): Don't always expect underflow
35268         exception.
35270 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35272         [BZ #12416]
35273         * elf/tst-execstack.c: Include stackinfo.h.
35274         (do_test): Adjust test case to ensure that pthread_getattr_np
35275         behaviour remains the same after marking stack executable.
35277 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35279         * sysdeps/unix/sysv/linux/kernel-features.h
35280         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35281         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35282         kernel-features.h.
35283         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35284         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35285         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35286         kernel-features.h.
35287         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35288         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35290 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35292         * configure.in: Define the default includes to being none.
35293         * configure: Regenerated.
35295 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35297         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35298         * sysdeps/x86_64/setjmp.S: Likewise.
35299         * sysdeps/i386/bsd-setjmp.S: Likewise.
35300         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35301         * sysdeps/i386/setjmp.S: Likewise.
35302         * sysdeps/i386/__longjmp.S: Likewise.
35303         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35304         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35306         * include/stap-probe.h: New file.
35307         * configure.in: Handle --enable-systemtap.
35308         * configure: Regenerated.
35309         * config.h.in (USE_STAP_PROBE): New #undef.
35310         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35311         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35312         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35314 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35316         [BZ #13717]
35317         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35318         to 2.4.0 where earlier.
35319         * sysdeps/unix/sysv/linux/configure: Regenerated.
35320         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35321         <kernel-features.h>.
35322         [__ASSUME_32BITUIDS]: Make code unconditional.
35323         [!__ASSUME_32BITUIDS]: Remove conditional code.
35324         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35325         <kernel-features.h>.
35326         [__ASSUME_32BITUIDS]: Make code unconditional.
35327         [!__ASSUME_32BITUIDS]: Remove conditional code.
35328         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35329         [__ASSUME_32BITUIDS]: Make code unconditional.
35330         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35331         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35332         <kernel-features.h>.
35333         [__ASSUME_32BITUIDS]: Make code unconditional.
35334         [!__ASSUME_32BITUIDS]: Remove conditional code.
35335         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35336         <kernel-features.h>.
35337         [__ASSUME_32BITUIDS]: Make code unconditional.
35338         [!__ASSUME_32BITUIDS]: Remove conditional code.
35339         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35340         <kernel-features.h>.
35341         [__ASSUME_32BITUIDS]: Make code unconditional.
35342         [!__ASSUME_32BITUIDS]: Remove conditional code.
35343         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35344         <kernel-features.h>.
35345         [__ASSUME_32BITUIDS]: Make code unconditional.
35346         [!__ASSUME_32BITUIDS]: Remove conditional code.
35347         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35348         <kernel-features.h>.
35349         [__ASSUME_32BITUIDS]: Make code unconditional.
35350         [!__ASSUME_32BITUIDS]: Remove conditional code.
35351         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35352         <kernel-features.h>.
35353         [__ASSUME_32BITUIDS]: Make code unconditional.
35354         [!__ASSUME_32BITUIDS]: Remove conditional code.
35355         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35356         <kernel-features.h>.
35357         [__ASSUME_32BITUIDS]: Make code unconditional.
35358         [!__ASSUME_32BITUIDS]: Remove conditional code.
35359         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35360         <kernel-features.h>.
35361         [__ASSUME_32BITUIDS]: Make code unconditional.
35362         [!__ASSUME_32BITUIDS]: Remove conditional code.
35363         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35364         <kernel-features.h>.
35365         [__ASSUME_32BITUIDS]: Make code unconditional.
35366         [!__ASSUME_32BITUIDS]: Remove conditional code.
35367         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35368         <kernel-features.h>.
35369         [__ASSUME_32BITUIDS]: Make code unconditional.
35370         [!__ASSUME_32BITUIDS]: Remove conditional code.
35371         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35372         <kernel-features.h>.
35373         [__NR_setresgid] (__setresgid): Do not declare.
35374         [__ASSUME_32BITUIDS]: Make code unconditional.
35375         [!__ASSUME_32BITUIDS]: Remove conditional code.
35376         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35377         <kernel-features.h>.
35378         [__NR_setresuid] (__setresuid): Do not declare.
35379         [__ASSUME_32BITUIDS]: Make code unconditional.
35380         [!__ASSUME_32BITUIDS]: Remove conditional code.
35381         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35382         <kernel-features.h>.
35383         [__ASSUME_32BITUIDS]: Make code unconditional.
35384         [!__ASSUME_32BITUIDS]: Remove conditional code.
35385         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35386         <kernel-features.h>.
35387         [__ASSUME_32BITUIDS]: Make code unconditional.
35388         [!__ASSUME_32BITUIDS]: Remove conditional code.
35389         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35390         <kernel-features.h>.
35391         [__ASSUME_32BITUIDS]: Make code unconditional.
35392         [!__ASSUME_32BITUIDS]: Remove conditional code.
35393         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35394         <kernel-features.h>.
35395         [__ASSUME_32BITUIDS]: Make code unconditional.
35396         [!__ASSUME_32BITUIDS]: Remove conditional code.
35397         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35398         <kernel-features.h>.
35399         [__ASSUME_32BITUIDS]: Make code unconditional.
35400         [!__ASSUME_32BITUIDS]: Remove conditional code.
35401         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35402         <kernel-features.h>.
35403         [__ASSUME_32BITUIDS]: Make code unconditional.
35404         [!__ASSUME_32BITUIDS]: Remove conditional code.
35405         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35406         <kernel-features.h>.
35407         [__ASSUME_32BITUIDS]: Make code unconditional.
35408         [!__ASSUME_32BITUIDS]: Remove conditional code.
35409         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35410         <kernel-features.h>.
35411         [__ASSUME_32BITUIDS]: Make code unconditional.
35412         [!__ASSUME_32BITUIDS]: Remove conditional code.
35413         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35414         <kernel-features.h>.
35415         [__ASSUME_32BITUIDS]: Make code unconditional.
35416         [!__ASSUME_32BITUIDS]: Remove conditional code.
35417         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35418         <kernel-features.h>.
35419         [__ASSUME_32BITUIDS]: Make code unconditional.
35420         [!__ASSUME_32BITUIDS]: Remove conditional code.
35421         * sysdeps/unix/sysv/linux/kernel-features.h
35422         (__ASSUME_SETRESUID_SYSCALL): Remove.
35423         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35424         (__ASSUME_32BITUIDS): Likewise.
35425         (__ASSUME_LDT_WORKS): Likewise.
35426         (__ASSUME_O_DIRECTORY): Likewise.
35427         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35428         architecture but not kernel version.
35429         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35430         (__ASSUME_MMAP2_SYSCALL): Likewise.
35431         (__ASSUME_STAT64_SYSCALL): Likewise.
35432         (__ASSUME_IPC64): Likewise.
35433         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35434         <kernel-features.h>.
35435         [__ASSUME_32BITUIDS]: Make code unconditional.
35436         [!__ASSUME_32BITUIDS]: Remove conditional code.
35437         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35438         <kernel-features.h>.
35439         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35440         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35441         132096]: Remove conditional code.
35442         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35443         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35444         <kernel-features.h>.
35445         [__ASSUME_32BITUIDS]: Make code unconditional.
35446         [!__ASSUME_32BITUIDS]: Remove conditional code.
35447         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35448         <kernel-features.h>.
35449         [__ASSUME_32BITUIDS]: Make code unconditional.
35450         [!__ASSUME_32BITUIDS]: Remove conditional code.
35451         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35452         <kernel-features.h>.
35453         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35454         unconditional.
35455         (__setresgid): Do not declare.
35456         [__ASSUME_32BITUIDS]: Make code unconditional.
35457         [!__ASSUME_32BITUIDS]: Remove conditional code.
35458         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35459         <kernel-features.h>.
35460         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35461         unconditional.
35462         (__setresuid): Do not declare.
35463         [__ASSUME_32BITUIDS]: Make code unconditional.
35464         [!__ASSUME_32BITUIDS]: Remove conditional code.
35465         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35466         <kernel-features.h>.
35467         [__ASSUME_32BITUIDS]: Make code unconditional.
35468         [!__ASSUME_32BITUIDS]: Remove conditional code.
35469         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35470         <kernel-features.h>.
35471         [__ASSUME_32BITUIDS]: Make code unconditional.
35472         [!__ASSUME_32BITUIDS]: Remove conditional code.
35474 2012-05-25  Richard Henderson  <rth@twiddle.net>
35476         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35477         dl_hwcap to ifunc resolver.
35478         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35479         elf_ifunc_invoke.
35480         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35481         dl_hwcap to ifunc resolver.
35482         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35484 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35486         [BZ #14153]
35487         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35488         for |x| <= 2**-26, not 2**-57.
35489         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35490         exception.
35492 2012-05-24  Jeff Law  <law@redhat.com>
35494         * stdio-common/Makefile (tests): Add bug25.
35495         * stdio-common/bug25.c: New test.
35497 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35499         [BZ #13576]
35500         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35501         multiple of MALLOC_ALIGNMENT in size.
35502         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35504 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35506         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35507         Require >= 256.
35508         (FILENAME_MAX): Use macro-int-constant.
35509         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35510         (_IOFBF): Use macro-int-constant.
35511         (_IOLBF): Likewise.
35512         (_IONBF): Likewise.
35513         (SEEK_CUR): Likewise.
35514         (SEEK_END): Likewise.
35515         (SEEK_SET): Likewise.
35516         (TMP_MAX): Likewise.
35517         (EOF): Use macro-int-constant.  Require < 0.
35518         (NULL): Use macro-constant.  Require == 0.
35519         (stdin): Require type to be FILE *.
35520         (stdout): Likewise.
35521         (stderr): Likewise.
35522         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35523         macro-int-constant.
35524         (EXIT_SUCCESS): Likewise.
35525         (NULL): Use macro-constant.  Require == 0.
35526         (RAND_MAX): Use macro-int-constant.
35527         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35528         [C99-based standards] (strtof): Require function.
35529         [C99-based standards] (strtold): Likewise.
35530         [C99-based standards] (strtoll): Likewise.
35531         [C99-based standards] (strtoull): Likewise.
35532         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35533         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35534         [ISO || ISO99 || ISO11] (math.h): Likewise.
35535         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35536         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35537         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35539 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35541         [BZ #14132]
35542         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35543         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35544         * intl/dgettext.c (DCGETTEXT): Likewise.
35545         * intl/gettext.c (DCGETTEXT): Likewise.
35546         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35547         * posix/regex_internal.h (gettext): Likewise.
35548         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35549         Remove declaration.
35550         * include/argz.h (__argz_count_internal)
35551         (__argz_stringify_internal): Remove declaration.
35552         (__argz_count, __argz_stringify): Declare hidden proto.
35553         * intl/dcgettext.c: Remove use of INTDEF.
35554         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35555         * string/argz-stringify.c: Likewise.
35556         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35557         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35558         Declare hidden proto.
35559         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35560         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35561         Declare hidden proto.
35562         * include/stdio.h (__asprintf_internal): Don't declare.
35563         (__asprintf): Don't define as macro.  Declare hidden proto.
35564         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35565         (__fsetlocking): Declare hidden proto.
35566         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35567         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35568         hidden proto.
35569         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35570         (_IO_setlinebuf): Remove use of INTUSE.
35571         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35572         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35573         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35574         Remove declaration.
35575         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35576         (_IO_do_flush): Remove use of INTUSE.
35577         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35578         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35579         (_IO_adjust_column, _IO_least_wmarker)
35580         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35581         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35582         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35583         (_IO_default_doallocate, _IO_wdefault_doallocate)
35584         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35585         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35586         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35587         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35588         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35589         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35590         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35591         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35592         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35593         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35594         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35595         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35596         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35597         proto.
35598         (_IO_flush_all_internal, _IO_adjust_column_internal)
35599         (_IO_default_uflow_internal, _IO_default_finish_internal)
35600         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35601         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35602         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35603         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35604         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35605         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35606         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35607         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35608         (_IO_file_close_internal, _IO_file_close_it_internal)
35609         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35610         (_IO_file_init_internal, _IO_file_attach_internal)
35611         (_IO_file_fopen_internal, _IO_file_read_internal)
35612         (_IO_file_sync_internal, _IO_file_seek_internal)
35613         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35614         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35615         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35616         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35617         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35618         (_IO_list_all_internal, _IO_link_in_internal)
35619         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35620         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35621         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35622         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35623         (_IO_do_write_internal, _IO_padn_internal)
35624         (_IO_getline_info_internal, _IO_getline_internal)
35625         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35626         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35627         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35628         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35629         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35630         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35631         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35632         with libc_hidden_ver, remove use of INTUSE.
35633         * libio/genops.c: Likewise.
35634         * libio/freopen.c: Likewise.
35635         * libio/freopen64.c: Likewise.
35636         * libio/iofclose.c: Likewise.
35637         * libio/iofdopen.c: Likewise.
35638         * libio/iofflush.c: Likewise.
35639         * libio/iofflush_u.c: Likewise.
35640         * libio/iofgets.c: Likewise.
35641         * libio/iofgets_u.c: Likewise.
35642         * libio/iofopen.c: Likewise.
35643         * libio/iofopncook.c: Likewise.
35644         * libio/iofread.c: Likewise.
35645         * libio/iofread_u.c: Likewise.
35646         * libio/ioftell.c: Likewise.
35647         * libio/iofwrite.c: Likewise.
35648         * libio/iogetline.c: Likewise.
35649         * libio/iogets.c: Likewise.
35650         * libio/iogetwline.c: Likewise.
35651         * libio/iopadn.c: Likewise.
35652         * libio/iopopen.c: Likewise.
35653         * libio/ioseekoff.c: Likewise.
35654         * libio/ioseekpos.c: Likewise.
35655         * libio/iosetbuffer.c: Likewise.
35656         * libio/iosetvbuf.c: Likewise.
35657         * libio/ioungetc.c: Likewise.
35658         * libio/ioungetwc.c: Likewise.
35659         * libio/iovdprintf.c: Likewise.
35660         * libio/iovsprintf.c: Likewise.
35661         * libio/iovsscanf.c: Likewise.
35662         * libio/memstream.c: Likewise.
35663         * libio/obprintf.c: Likewise.
35664         * libio/oldfileops.c: Likewise.
35665         * libio/oldiofclose.c: Likewise.
35666         * libio/oldiofdopen.c: Likewise.
35667         * libio/oldiofopen.c: Likewise.
35668         * libio/oldiopopen.c: Likewise.
35669         * libio/oldstdfiles.c: Likewise.
35670         * libio/putc.c: Likewise.
35671         * libio/setbuf.c: Likewise.
35672         * libio/setlinebuf.c: Likewise.
35673         * libio/stdfiles.c: Likewise.
35674         * libio/strops.c: Likewise.
35675         * libio/vasprintf.c: Likewise.
35676         * libio/vscanf.c: Likewise.
35677         * libio/vsnprintf.c: Likewise.
35678         * libio/vswprintf.c: Likewise.
35679         * libio/wfiledoalloc.c: Likewise.
35680         * libio/wfileops.c: Likewise.
35681         * libio/wgenops.c: Likewise.
35682         * libio/wmemstream.c: Likewise.
35683         * libio/wstrops.c: Likewise.
35684         * libio/__fpurge.c: Likewise.
35685         * libio/__fsetlocking.c: Likewise.
35686         * assert/assert.c: Likewise.
35687         * debug/fgets_chk.c: Likewise.
35688         * debug/fgets_u_chk.c: Likewise.
35689         * debug/fread_chk.c: Likewise.
35690         * debug/fread_u_chk.c: Likewise.
35691         * debug/gets_chk.c: Likewise.
35692         * debug/obprintf_chk.c: Likewise.
35693         * debug/vasprintf_chk.c: Likewise.
35694         * debug/vdprintf_chk.c: Likewise.
35695         * debug/vsnprintf_chk.c: Likewise.
35696         * debug/vsprintf_chk.c: Likewise.
35697         * malloc/mtrace.c: Likewise.
35698         * misc/error.c: Likewise.
35699         * misc/syslog.c: Likewise.
35700         * stdio-common/asprintf.c: Likewise.
35701         * stdio-common/fxprintf.c: Likewise.
35702         * stdio-common/getw.c: Likewise.
35703         * stdio-common/isoc99_fscanf.c: Likewise.
35704         * stdio-common/isoc99_scanf.c: Likewise.
35705         * stdio-common/isoc99_vfscanf.c: Likewise.
35706         * stdio-common/isoc99_vscanf.c: Likewise.
35707         * stdio-common/isoc99_vsscanf.c: Likewise.
35708         * stdio-common/printf-prs.c: Likewise.
35709         * stdio-common/printf_fp.c: Likewise.
35710         * stdio-common/printf_fphex.c: Likewise.
35711         * stdio-common/printf_size.c: Likewise.
35712         * stdio-common/putw.c: Likewise.
35713         * stdio-common/scanf.c: Likewise.
35714         * stdio-common/sprintf.c: Likewise.
35715         * stdio-common/tmpfile.c: Likewise.
35716         * stdio-common/vfprintf.c: Likewise.
35717         * stdio-common/vfscanf.c: Likewise.
35718         * stdlib/strfmon_l.c: Likewise.
35719         * sunrpc/openchild.c: Likewise.
35720         * sunrpc/xdr_stdio.c: Likewise.
35721         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35722         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35724 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35726         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35728         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35729         in the third column, to generate for the shared library an IFUNC
35730         that uses _dl_vdso_vsym.
35731         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35732         * Makeconfig (object-suffixes-noshared): New variable.
35734         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35735         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35736         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35737         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35739         [BZ #14132]
35740         * include/sys/time.h (__gettimeofday): Remove macro.
35741         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35742         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35743         Remove INTDEF.
35744         (__gettimeofday): Add libc_hidden_def.
35745         (gettimeofday): Add libc_hidden_weak.
35746         * sysdeps/mach/gettimeofday.c: Likewise.
35747         * sysdeps/posix/gettimeofday.c: Likewise.
35748         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35749         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35750         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35751         (__gettimeofday_internal): Remove strong_alias.
35752         (__gettimeofday): Add libc_hidden_def.
35753         (gettimeofday): Add libc_hidden_weak.
35754         * sysdeps/unix/syscalls.list (gettimeofday):
35755         Remove __gettimeofday_internal alias.
35757 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35758             H.J. Lu  <hongjiu.lu@intel.com>
35760         [BZ #12495]
35761         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35762         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35763         (largebin_index_32_big): New.
35764         (largebin_index): Use it for 16-byte alignment.
35765         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35766         correction with front_misalign.
35768 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35771         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35772         Likewise.
35773         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35774         Likewise.
35775         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35776         Likewise.
35777         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35778         Likewise.
35779         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35780         Likewise.
35781         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35782         Likewise.
35783         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35784         Likewise.
35785         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35786         Likewise.
35787         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35788         Likewise.
35789         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35790         Likewise.
35791         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35792         Likewise.
35793         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35794         Likewise.
35796         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35797         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35799 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35801         [BZ #10846]
35802         [BZ #14036]
35803         * math/libm-test.inc (exp_test): Add test from bug 14036.
35804         (pow_test): Add test from bug 10846.
35806         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35807         and other flags.
35808         (special_function): Do not include flags in test name.
35809         (parse_args): Likewise.
35810         * sysdeps/i386/fpu/libm-test-ulps: Update.
35811         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35812         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35813         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35816         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35817         exceptions.
35818         * math/libm-test.inc ("Philosophy"): Update comment about
35819         exception testing.
35820         (UNDERFLOW_EXCEPTION): New macro.
35821         (UNDERFLOW_EXCEPTION_OK): Likewise.
35822         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35823         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35824         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35825         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35826         (INVALID_EXCEPTION_OK): Update value.
35827         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35828         (OVERFLOW_EXCEPTION_OK): Likewise.
35829         (IGNORE_ZERO_INF_SIGN): Likewise.
35830         (test_exceptions): Handle underflow exceptions.
35831         (acos_test): Update for underflow exception expectations.
35832         (cexp_test): Likewise.
35833         (clog_test): Likewise.
35834         (clog10_test): Likewise.
35835         (csqrt_test): Likewise.
35836         (ctan_test): Likewise.
35837         (ctanh_test): Likewise.
35838         (exp_test): Likewise.
35839         (exp10_test): Likewise.
35840         (exp2_test): Likewise.
35841         (expm1_test): Likewise.
35842         (fma_test): Likewise.
35843         (j0_test): Likewise.
35844         (jn_test): Likewise.
35845         (nexttoward_test): Likewise.
35846         (pow_test): Likewise.
35847         (scalbn_test): Likewise.
35848         (scalbln_test): Likewise.
35849         (tan_test): Likewise.
35850         (y1_test): Likewise.
35851         * sysdeps/i386/fpu/libm-test-ulps: Update.
35852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35854 2012-05-23  David S. Miller  <davem@davemloft.net>
35856         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35857         (__libc_sigaction): Remove unused local variables.
35859 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35861         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35863 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35865         mktime: avoid signed integer overflow
35866         * time/mktime.c (__mktime_internal): Do not mishandle the case
35867         where diff == INT_MIN.
35869         mktime: simplify computation of average
35870         * time/mktime.c (ranged_convert): Use new time_t_avg function
35871         instead of rolling our own (probably-slower) code.
35873         mktime: do not assume signed right shift propagates sign bit
35874         * time/mktime.c (isdst_differ): New static function.
35875         (__mktime_internal): No need to normalize tm_isdst now.
35876         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35877         tm_isdst values.
35879         mktime: merge another wrapv change from gnulib
35880         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35881         from some compilers.
35883         mktime: remove incorrect attempt at unusual arithmetics
35884         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35885         The code didn't really work on such machines anyway.
35886         (TYPE_MINIMUM): Assume two's complement.
35887         (twos_complement_arithmetic): Verify that long_int and time_t
35888         are two's complement (or unsigned, in the latter case).
35890         mktime: check signed shifts on long_int and time_t, too
35891         * time/mktime.c (SHR): Check that shifts work as desired
35892         on the types long_int and time_t too, as SHR is used on
35893         such types.
35895         mktime: do not assume 'long' is wide enough
35896         * time/mktime.c (verify): Move decl up.
35897         (long_int): New type.
35898         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35899         to remove assumption in the code that 'long' is wide enough to
35900         store year values.  This assumption is not true on x32 and on
35901         some non-glibc platforms.
35903         mktime: merge wrapv change from gnulib
35904         * time/mktime.c (WRAPV): New macro.
35905         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35906         (guess_time_tm, __mktime_internal): Do not assume that signed
35907         integer overflow wraps around; modern compilers generate code
35908         where this assumption is no longer valid.
35910 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35912         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35913         Replace "jmp L(pseudo_end)" with "ret".
35914         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35915         Likewise.
35917 2012-05-23  Andreas Jaeger  <aj@suse.de>
35919         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35920         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35922 2012-05-23  Andreas Jaeger  <aj@suse.de>
35923             Maximilian Attems  <max@stro.at>
35925         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35926         New macros.
35928 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35930         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35931         code so that pseudo_end is just ret and the stack pointer is
35932         correct also for static library in error case.
35934 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35936         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35937         move to syscalls.list.
35938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35943         * manual/install.texi (Running make install): Do not mention Linux
35944         kernel version for which pt_chown is not needed.
35945         (Linux): Do not mention problems with nscd with 2.0 kernels.
35946         * INSTALL: Regenerated.
35948 2012-05-23  Andreas Jaeger  <aj@suse.de>
35950         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35951         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35952         macro.
35953         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35954         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35955         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35956         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35957         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35958         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35959         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35960         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35961         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35962         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35963         * sysdeps/unix/sysv/linux/bits/in.h
35964         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35966 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35968         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35969         (PREPARE_VERSION): Just use assert instead, it will be elided
35970         under [NDEBUG] anyway.
35972 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35974         * sysdeps/unix/sysv/linux/Makefile: Include
35975         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35976         (sysdep_routines): Remove sysctl.
35977         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35978         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35979         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35980         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35981         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35983 2012-05-22  Andreas Jaeger  <aj@suse.de>
35985         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35986         that pseudo_end is just ret and the stack pointer is correct also
35987         for static library in error case.
35989 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35991         [BZ #14122]
35992         * nss/nsswitch.c (defconfig_entries): New variable.
35993         (__nss_database_lookup): Don't leak defconfig entries.
35994         (nss_parse_service_list): Don't leak on error paths.
35995         (free_database_entries): New function.
35996         (free_defconfig): New function.
35997         (free_mem): Move common code to free_database_entries.
35999 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36001         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36002         Add arch_prctl.
36003         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36005         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36006         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36007         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36008         New macro.
36009         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36010         (INTERNAL_SYSCALL_TYPES): Likewise.
36011         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36012         (LOAD_REGS_TYPES_[1-6]): Likewise.
36013         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36014         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36016 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36018         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36019         copysignl for GLIBC_2_0.
36020         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36021         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36022         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36023         logbl for GLIBC_2_0.
36024         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36025         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36027 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36029         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36030         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36032         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36033         Use "neg %eax".
36035         * time/mktime.c: Update copyright years.
36037 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36039         mktime: merge comment-quoting-style change from gnulib
36040         * time/mktime.c: Quote 'like this' in comments.
36041         The GNU coding standards suggest that we no longer quote `like this',
36042         as "`" and "'" are typically rendered asymmetrically nowadays.
36043         The typical gnulib style is to quote 'like this' when quoting
36044         code, and "like this" when quoting English.
36046         * time/mktime.c (compile-command): Add "-I.".
36048         mktime: merge mktime-internal.h change from gnulib
36049         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36051         mktime: merge time_r change from gnulib
36052         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36054         mktime: merge DEBUG change from gnulib
36055         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36056         case system <time.h> has a #define.
36058         mktime: merge <sys/types.h> change from gnulib
36059         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36060         since <time.t> is now guaranteed to define time_t.
36062         mktime: merge HAVE_CONFIG_H change from gnulib
36063         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36065 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36067         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36068         Use "neg %eax".
36070         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36071         __rlim_t cast.
36072         (struct rusage): Use anonymous union to pad each field to
36073         __syscall_slong_t.
36075 2012-05-21  David S. Miller  <davem@davemloft.net>
36077         * Makefules (o-iterator): Remove .s cases.
36078         (compile-command.s): Delete.
36079         (COMPILE.s): Delete.
36080         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36082 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36084         * configure.in (libc_cv_predef_stack_protector): Only consider
36085         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36086         * configure: Regenerated.
36088 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36090         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36091         New macro.  Use R*LP on int and pointer.
36092         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36093         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36094         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36095         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36097         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36098         [__WORDSIZE_TIME64_COMPAT32] instead of
36099         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36100         (struct utmp): Likewise.
36101         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36102         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36103         Renamed to ...
36104         (__WORDSIZE_TIME64_COMPAT32): This.
36105         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36106         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36107         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36108         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36109         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36110         (__WORDSIZE_TIME64_COMPAT32): New macro.
36112 2012-05-21  Andreas Jaeger  <aj@suse.de>
36114         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36115         only if [SHARED]. Add prototype for __wcschr_ia32.
36117 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36119         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36120         of %rbp unmolested in the jmp_buf while mangling the low bits.
36121         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36122         unmolested high bits of %rbp while demangling the low bits.
36123         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36125 2012-05-21  Andreas Jaeger  <aj@suse.de>
36127         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36128         * sunrpc/svc_simple.c: Use it for registerrpc.
36129         * sunrpc/xcrypt.c: Use it for passwd2des.
36131         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36133 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36135         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36136         Don't define if [__SYSCALL_WORDSIZE != 32].
36137         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36138         New macro.
36140 2012-05-21  Bruno Haible  <bruno@clisp.org>
36141             Andreas Jaeger  <aj@suse.de>
36143         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36144         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36145         inptr and inend for must_buffer_ch.
36146         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36147         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36148         * stdio-common/Makefile (tests): Remove bug15.
36149         (bug15-ENV): Remove macro.
36150         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36151         anymore.
36153 2012-05-19  Andreas Jaeger  <aj@suse.de>
36154             Roland McGrath  <roland@hack.frob.com>
36156         * manual/contrib.texi: Completely rewritten. It contains now an
36157         alphabetical list of contributors and their contributions.
36159 2012-05-21  Richard Henderson  <rth@twiddle.net>
36161         * misc/getauxval.c (__getauxval): Use unsigned long int.
36162         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36163         (getauxval): Use unsigned long int.
36165 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36167         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36169 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36171         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36172         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36173         __alignof__ (long double).
36175 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36179 2012-05-20  Richard Henderson  <rth@twiddle.net>
36181         * misc/getauxval.c: New file.
36182         * misc/sys/auxv.h: New file.
36183         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36184         (routines): Add getauxval.
36185         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36186         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36187         * elf/dl-sysdep.c (_dl_auxv): Remove.
36188         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36189         * elf/dl-support.c (_dl_auxv): New variable.
36190         (_dl_aux_init): Initialize it.
36191         * manual/startup.texi (Auxiliary Vector): New node.
36192         * sysdeps/generic/bits/hwcap.h: New file.
36193         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36194         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36195         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36196         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36197         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36198         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36200         Update.
36201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36203         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36204         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36205         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36206         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36207         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36210 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36214 2012-05-19  David S. Miller  <davem@davemloft.net>
36216         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36218 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36220         [BZ #14123]
36221         * math/s_ccosh.c: Include <float.h>
36222         (__ccosh): Avoid internal overflow calculating sinh and cosh
36223         values before multiplying by sin and cos values.
36224         * math/s_ccoshf.c: Likewise.
36225         * math/s_ccoshl.c: Likewise.
36226         * math/s_csin.c: Likewise.
36227         * math/s_csinf.c: Likewise.
36228         * math/s_csinl.c: Likewise.
36229         * math/s_csinh.c: Likewise.
36230         * math/s_csinhf.c: Likewise.
36231         * math/s_csinhl.c: Likewise.
36232         * math/libm-test.inc (ccos_test): Add more tests.
36233         (ccosh_test): Likewise.
36234         (csin_test): Likewise.
36235         (csinh_test): Likewise.
36236         * sysdeps/i386/fpu/libm-test-ulps: Update.
36237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36239 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36241         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36242         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36244         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36246 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36248         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36249         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36250         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36251         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36252         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36253         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36254         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36255         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36256         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36257         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36258         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36259         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36260         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36261         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36262         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36263         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36264         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36265         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36266         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36267         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36268         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36269         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36270         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36271         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36272         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36273         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36274         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36275         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36276         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36277         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36278         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36280 2012-05-18  Andreas Jaeger  <aj@suse.de>
36282         * csu/.gitignore: Delete.
36284 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36286         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36287         (timex): Use __syscall_slong_t.
36289 2012-05-18  Andreas Jaeger  <aj@suse.de>
36290             Carlos O'Donell  <carlos_odonell@mentor.com>
36292         * manual/install.texi (Configuring and compiling): Update
36293         description about files modified in the source directory.
36294         * INSTALL: Regenerated.
36296 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36298         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36299         value.  Use "or" to set return value to -1.
36300         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36301         negate return value.
36303 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36305         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36306         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36307         failure if the compiler has Graphite support disabled.
36308         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36309         Likewise.
36310         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36311         (CFLAGS-memmove.c): Likewise.
36312         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36313         Likewise.
36315 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36317         * sysdeps/x86_64/x32/_itoa.h: New file.
36319         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36320         getdents system call only if kernel and user dirents have the
36321         same d_ino and d_off.
36323         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36324         LLONG_MAX != LONG_MAX.
36325         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36326         (_fitoa_word): Likewise.
36328         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36329         years.
36330         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36331         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36332         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36334         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36335         include <bits/wordsize.h>.  Check __x86_64__ instead of
36336         __WORDSIZE.
36337         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36338         if __x86_64__ is defined.  Use anonymous union on fpstate.
36340         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36341         anonymous union.
36343 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36345         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36346         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36347         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36348         Refer to _rtld_local_ro instead of _rtld_global_ro.
36349         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36350         Likewise.
36351         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36352         Likewise.
36353         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36354         Likewise.
36355         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36356         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36357         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36359         * sysdeps/powerpc/powerpc32/dl-machine.c
36360         (__elf_machine_runtime_setup) [PROF]: Don't reference
36361         _dl_prof_resolve.
36363 2012-05-18  Andreas Jaeger  <aj@suse.de>
36365         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36366         function only available for GCCs before 3.4 since GCC 3.4
36367         introduced a builtin.
36368         (lrint): Likewise.
36369         (llrintf): Likewise.
36370         (llrint): Likewise.
36371         (fmaxf): Likewise.
36372         (fmax): Likewise.
36373         (fminf): Likewise.
36374         (fmin): Likewise.
36375         (rint): Likewise.
36376         (rintf): Likewise.
36377         (nearbyint): Likewise.
36378         (nearbyintf): Likewise.
36379         (ceil): Likewise.
36380         (ceilf): Likewise.
36381         (floor): Likewise.
36382         (floorf): Likewise.
36384 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36386         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36387         on both fields and cast pointer to __syscall_ulong_t.
36389         * bits/types.h (__fsword_t): New type.
36390         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36391         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36392         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36393         (__FSWORD_T_TYPE): Likewise.
36394         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36395         (__FSWORD_T_TYPE): Likewise.
36396         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36397         (__FSWORD_T_TYPE): Likewise.
36398         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36399         (__FSWORD_T_TYPE): Likewise.
36400         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36401         __SWORD_TYPE with __fsword_t.
36402         (statfs64): Likewise.
36404 2012-05-17  David S. Miller  <davem@davemloft.net>
36406         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36408 2012-05-17  Andreas Jaeger  <aj@suse.de>
36410         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36411         warning.
36413 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36415         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36417 2012-05-17  Andreas Jaeger  <aj@suse.de>
36419         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36420         when it is used.
36422 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36424         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36426 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36428         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36429         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36431 2012-05-17  Andreas Jaeger  <aj@suse.de>
36432             Carlos O'Donell  <carlos_odonell@mentor.com>
36434         [BZ #14059]
36435         * sysdeps/x86_64/multiarch/init-arch.h
36436         (bit_YMM_Usable): Rename to...
36437         (bit_AVX_Usable): ... this.
36438         (bit_FMA4_Usable): New macro.
36439         (bit_XMM_state): New macro.
36440         (bit_YMM_state): New macro.
36441         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36442         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36443         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36444         (CPUID_OSXSAVE): New macro.
36445         (CPUID_AVX): New macro.
36446         (CPUID_FMA4): New macro.
36447         (index_YMM_Usable): Rename to...
36448         (index_AVX_Usable): ... this.
36449         (HAS_AVX): Use HAS_ARCH_FEATURE.
36450         (HAS_FMA4): Likewise.
36451         (HAS_YMM_USABLE): Remove.
36452         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36453         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36454         are present.
36455         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36456         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36457         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36458         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36459         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36461 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36463         * math/libm-test.c: Support platforms without multiple rounding modes.
36464         * math/bug-nextafter.c: Support platforms without FP exceptions.
36465         * math/bug-nexttoward.c: Likewise.
36466         * math/test-fenv.c: Likewise.
36467         * math/test-misc.c: Likewise.
36468         * stdlib/bug-getcontext.c: Likewise.
36470 2012-05-17  Andreas Jaeger  <aj@suse.de>
36472         * manual/examples/search.c (critter_cmp): Change signature to
36473         avoid warnings.
36474         * manual/string.texi (Collation Functions): Likewise.
36476 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36478         * bits/types.h: Fold copyright years.
36479         * bits/typesizes.h: Likewise.
36480         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36481         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36482         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36483         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36484         * time/time.h: Likewise.
36486 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36488         [BZ #208]
36489         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36490         in instead of returning them.  Return void.
36491         (__libc_mallinfo): Accumulate over all arenas.
36492         (__malloc_stats): Adjust for change in int_mallinfo interface.
36494 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36496         [BZ #10375]
36497         * configure.in (NM): Add AC_CHECK_TOOL for it.
36498         (libc_extra_cflags): New substituted variable.
36499         Check for -fstack-protector being used implicitly.
36500         * configure: Regenerated.
36501         * config.make.in (config-extra-cflags): New variable,
36502         gets @libc_extra_cflags@.
36503         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36505         [BZ #10375]
36506         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36507         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36508         * configure: Regenerated.
36509         * config.make.in (CPPUNDEFS): New substituted variable.
36510         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36511         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36512         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36514 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36516         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36517         (mq_attr): Use __syscall_slong_t.
36519 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36521         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36522         Check __x86_64__ instead of __WORDSIZE.
36523         (_STAT_VER_LINUX): Likewise.
36524         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36525         __syscall_ulong_t and __syscall_slong_t.
36526         (stat64): Likewise.
36528 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36530         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36532 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36534         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36536 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36538         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36539         __syscall_ulong_t.
36541         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36542         include <bits/wordsize.h>.  Check __x86_64__ instead of
36543         __WORDSIZE.
36544         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36545         defined.
36546         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36548         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36549         include <bits/wordsize.h>.  Check __x86_64__ instead of
36550         __WORDSIZE.
36551         (user_regs_struct): Use "__extension__ unsigned long long"
36552         instead of "unsigned long" if __x86_64__ is defined.
36553         (user): Likewise.  Pad after pointer field if __ILP32__ is
36554         defined.
36556 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36558         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36559         versions 5 to 9.
36560         * configure: Regenerated.
36561         * manual/install.texi (texinfo): Increase version requirement to
36562         4.5 or later.
36563         * INSTALL: Regenerated.
36565         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36567 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36569         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36571         * sysdeps/x86_64/x32/ffs.c: New file.
36573         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36574         __syscall_ulong_t.
36575         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36576         defined.  Use __syscall_ulong_t.
36577         (shminfo): Use __syscall_ulong_t.
36578         (shm_info): Likewise.
36580         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36581         __syscall_ulong_t.
36583         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36584         <bits/wordsize.h>.
36585         (msgqnum_t): Use __syscall_ulong_t.
36586         (msglen_t): Likewise.
36587         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36588         __syscall_ulong_t.
36590         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36591         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36593         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36595         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36596         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36598         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36599         __syscall_slong_t.
36601         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36602         include <bits/wordsize.h>.  Check __x86_64__ instead of
36603         __WORDSIZE.
36605         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36606         "unsigned long long int" if __x86_64__ is defined.
36607         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36609         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36610         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36611         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36613         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36614         <stdint.h>.
36615         (GET_PC): Cast to uintptr_t first.
36616         (GET_FRAME): Likewise.
36617         (GET_STACK): Likewise.
36619         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36620         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36621         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36622         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36623         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36624         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36625         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36626         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36627         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36628         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36629         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36630         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36631         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36632         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36633         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36634         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36635         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36636         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36637         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36638         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36639         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36640         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36641         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36642         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36643         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36644         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36645         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36646         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36647         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36649 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36651         * Makerules (+depfiles): Also collect depfiles from .oS in
36652         $(extra-objs).
36653         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36654         .oS, $(libnldbl-routines)).
36656         * Makerules (native-compile-mkdep-flags): Define.
36657         * sunrpc/Makefile (extra-objs): Add $(addprefix
36658         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36659         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36660         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36661         calling $(make-target-directory).
36663 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36665         * bits/types.h (__snseconds_t): Removed.
36666         * time/time.h (struct timespec): Replace __snseconds_t with
36667         __syscall_slong_t.
36668         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36669         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36670         Likewise.
36671         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36672         (__SNSECONDS_T_TYPE): Likewise.
36673         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36674         (__SNSECONDS_T_TYPE): Likewise.
36675         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36676         (__SNSECONDS_T_TYPE): Likewise.
36678 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36680         * sysdeps/mach/hurd/bits/typesizes.h
36681         (__SYSCALL_SLONG_TYPE): New macro.
36682         (__SYSCALL_ULONG_TYPE): Likewise.
36684 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36686         * bits/types.h (__syscall_slong_t): New type.
36687         (__syscall_ulong_t): Likewise.
36689         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36690         (__SYSCALL_ULONG_TYPE): Likewise.
36691         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36692         (__SYSCALL_SLONG_TYPE): Likewise.
36693         (__SYSCALL_ULONG_TYPE): Likewise.
36694         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36695         (__SYSCALL_SLONG_TYPE): Likewise.
36696         (__SYSCALL_ULONG_TYPE): Likewise.
36697         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36698         (__SYSCALL_SLONG_TYPE): Likewise.
36699         (__SYSCALL_ULONG_TYPE): Likewise.
36701 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36703         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36704         Add sigaltstack-offsets.sym.
36705         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36706         <sigaltstack-offsets.h>.
36707         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36708         longjmp_msg pointer.
36709         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36710         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36711         signal stack.
36712         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36714 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36716         * elf/stackguard-macros.h: Remove file.
36717         * sysdeps/generic/stackguard-macros.h: New file.
36718         * sysdeps/i386/stackguard-macros.h: Likewise.
36719         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36720         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36721         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36722         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36723         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36724         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36725         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36726         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36727         <elf/stackguard-macros.h>.
36729         [BZ #14109]
36730         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36731         __aligned__ in attribute.
36732         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36733         (gregset_t): Likewise.
36735 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36737         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36738         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36739         * sysdeps/x86_64/x32/Implies-after: New file.
36741 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36743         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36744         and access return value for _dl_profile_fixup.  Use R10_LP to
36745         load frame size.
36747 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36749         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36751 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36753         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36754         * sysdeps/x86_64/x32/sysdep.h: New file.
36756 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36758         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36759         * sysdeps/x86_64/setjmp.S: Likewise.
36761 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36763         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36764         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36765         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36766         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36767         remove unused global constant.
36769 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36771         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36772         include of <not-cancel.h>.
36774 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36776         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36778 2012-05-15  Jeff Law  <law@redhat.com>
36779             Andreas Jaeger  <aj@suse.de>
36781         [BZ #13594]
36782         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36783         out from...
36784         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36785         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36786         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36787         code changing __hst_map_handle.map.
36789 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36791         * configure.in (sysnames): Look for Implies-before and Implies-after
36792         files.
36793         * configure: Regenerated.
36795 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36797         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36798         8-byte data alignment with LP_SIZE alignment.
36800 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36802         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36803         into R10_LP.
36805 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36807         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36809 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36811         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36812         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36813         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36814         Likewise.
36815         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36817 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36819         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36820         (stackinfo_sub_sp): Likewise.
36822 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36824         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36825         RAX_LP.
36827 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36829         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36830         into R*_LP.
36832 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36834         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36835         sizes into R*_LP.
36837 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36839         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36841 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36843         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36844         into R11_LP and load __x86_64_shared_cache_size_half into
36845         R8_LP.
36847 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36849         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36850         R8_LP.
36852 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36854         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36855         logb for POWER7.
36856         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36857         logbf for POWER7.
36858         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36859         logbl for POWER7.
36860         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36861         powerpc32/power7/fpu/s_logb.c via #include.
36862         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36863         powerpc32/power7/fpu/s_logbf.c via #include.
36864         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36865         powerpc32/power7/fpu/s_logbl.c via #include.
36867 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36869         * README.libm: Remove file.
36871 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36873         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36874         count for x32.  Use R*_LP and omit operand-size suffix.
36876 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36878         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36879         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36880         * sysdeps/x86_64/x32/shlib-versions: New file.
36882 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36884         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36885         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36886         Use _dl_fatal_printf instead.
36888 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36890         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36891         set if not set by the user.  Do not allow for being unset.
36892         * sysdeps/unix/sysv/linux/configure: Regenerated.
36894 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36896         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36897         the `q' suffix from lea and replace .quad with ASM_ADDR.
36899 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36901         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36902         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36903         instead of $17.
36904         (PTR_DEMANGLE): Likewise.
36906 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36908         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36909         (LP_OP): Likewise.
36910         (ASM_ADDR): Likewise.
36911         (RAX_LP): Likewise.
36912         (RBP_LP): Likewise.
36913         (RBX_LP): Likewise.
36914         (RCX_LP): Likewise.
36915         (RDI_LP): Likewise.
36916         (RSI_LP): Likewise.
36917         (RSP_LP): Likewise.
36918         (R8_LP): Likewise.
36919         (R9_LP): Likewise.
36920         (R10_LP): Likewise.
36921         (R10_LP): Likewise.
36922         (R11_LP): Likewise.
36923         (R12_LP): Likewise.
36924         (R13_LP): Likewise.
36925         (R14_LP): Likewise.
36926         (R15_LP): Likewise.
36928 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36930         * sysdeps/x86_64/x32/dl-machine.h: New file.
36932 2012-05-14  Andreas Jaeger  <aj@suse.de>
36934         * manual/Makefile (subdir): Remove export of subdir.
36935         (all): Remove target.
36936         (.PHONY): Remove all from list.
36937         (mkinstalldirs): Remove.
36938         (.PHONY): Remove installdirs from list.
36939         ($(inst_infodir)/libc.info): Use make-target-directory.
36940         (installdirs): Remove.
36941         (subdir_%): Remove.
36942         (glibc-targets): Remove.
36943         (lib): Remove.
36944         (stubs): Remove.
36945         ($(objpfx)stubs ../po/manual.pot): Remove.
36946         ($(objpfx)stamp%): Remove.
36947         (make-target-directory): Remove.
36948         (subdir_install): Remove.
36949         (routines): Remove.
36950         (aux): Remove.
36951         (sources): Remove.
36952         (objects): Remove.
36953         (headers): Remove.
36955         [BZ #13750]
36956         * manual/.gitignore: Remove, it's not needed anymore.
36957         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36958         all files in it.
36959         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36960         directory.
36961         (texis): Renamed to $(objpfx)texis.
36962         (texis-path): New, contains path to generated files.
36963         (chapters.%): Use texis-path for complete path, add extra argument
36964         libc-texinfo.sh.
36965         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36966         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36967         (summary,texi, stamp-summary): Use complete path of
36968         files. Generate files in build dir.
36969         (dir-add.texi): Build in build dir.
36970         (libm-err.texi,stamp-libm-err): Likewise.
36971         (version.texi, stamp-version): Likewise.
36972         (.%c.texi): Likewise.
36973         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36974         (mostlyclean): Remove target.
36975         (realclean): Remove target.
36976         (generated): Add new variable with contents from mostlyclean and
36977         realclean, remove entries duplicated in common-mostlyclean, add
36978         stamp-libm-err and stamp-version.
36979         (generated-dirs): Add libc directory.
36980         ($(inst_infodir)/libc.info): Install files from build dir.
36982         * manual/install.texi (Configuring and compiling): Adjust since
36983         the info files are not part of the tar ball anymore.
36985 2012-05-14  Andreas Jaeger  <aj@suse.de>
36987         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36988         variable.
36990 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36992         [BZ #13717]
36993         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36994         to 2.2.0 where earlier.
36995         * sysdeps/unix/sysv/linux/configure: Regenerated.
36996         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36997         Remove conditional code.
36998         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36999         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37000         Remove conditional code.
37001         [!__NR_lchown]: Likewise.
37002         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37003         [__NR_lchown]: Likewise.
37004         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37005         comment referencing __ASSUME_LCHOWN_SYSCALL.
37006         * sysdeps/unix/sysv/linux/i386/sigaction.c
37007         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37008         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37009         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37010         Remove conditional code.
37011         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37012         (__protocol_available): Remove #if 0 code.
37013         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37014         conditional code.
37015         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37016         * sysdeps/unix/sysv/linux/kernel-features.h
37017         (__ASSUME_GETCWD_SYSCALL): Don't define.
37018         (__ASSUME_REALTIME_SIGNALS): Likewise.
37019         (__ASSUME_PREAD_SYSCALL): Likewise.
37020         (__ASSUME_PWRITE_SYSCALL): Likewise.
37021         (__ASSUME_POLL_SYSCALL): Likewise.
37022         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37023         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37024         non-SPARC.
37025         (__ASSUME_SIOCGIFNAME): Don't define.
37026         (__ASSUME_MSG_NOSIGNAL): Likewise.
37027         (__ASSUME_SENDFILE): Define unconditionally.
37028         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37029         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37030         conditional code.
37031         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37032         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37033         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37034         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37035         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37036         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37037         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37039         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37040         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37042         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37043         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37045         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37046         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37048         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37049         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37051         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37052         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37054         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37055         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37057         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37058         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37060         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37061         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37062         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37063         Remove conditional code.
37064         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37065         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37066         Remove conditional code.
37067         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37068         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37069         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37070         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37071         Remove conditional code.
37072         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37073         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37074         Remove conditional code.
37075         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37076         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37077         Remove conditional code.
37078         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37079         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37080         Remove conditional code.
37081         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37082         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37083         Remove conditional code.
37084         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37085         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37086         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37087         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37088         * sysdeps/unix/sysv/linux/sigaction.c
37089         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37090         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37091         * sysdeps/unix/sysv/linux/sigpending.c
37092         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37093         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37094         * sysdeps/unix/sysv/linux/sigprocmask.c
37095         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37096         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37097         * sysdeps/unix/sysv/linux/sigsuspend.c
37098         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37099         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37100         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37101         (__libc_missing_rt_sigs): Remove.
37102         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37103         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37104         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37105         Remove conditional code.
37106         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37107         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37108         return 1.
37109         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37110         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37111         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37112         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37114 2012-05-14  Andreas Jaeger  <aj@suse.de>
37116         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37117         it's not used in glibc.
37118         (__coshm1): Likewise.
37119         (__acosh1p): Likewise.
37120         (__sgn): Likewise.
37122         * manual/string.texi (Copying and Concatenation): Add missing
37123         variable in concat example.
37124         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37126 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37128         [BZ #14103]
37129         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37130         __builtin_clzl with __builtin_clzll.
37132 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37134         [BZ #14104]
37135         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37136         libc_freeres_ptr.
37138 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37140         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37141         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37142         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37143         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37145 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37147         * NEWS: Update ia64 info.
37149 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37151         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37152         used as bcopy.
37154 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37156         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37157         * sysdeps/unix/syscalls.list (dup3): Likewise.
37158         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37159         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37161 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37163         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37164         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37166 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37168         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37169         thread pointer.
37170         (TLS_IE): Use mov/add instead of movq/addq to load thread
37171         pointer.
37172         (TLS_GD_PREFIX): New.
37173         (TLS_GD): Use it.
37175 2012-05-11  David S. Miller  <davem@davemloft.net>
37177         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37178         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37179         (_FPU_SETCW): Likewise.
37181 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37183         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37184         is 32-byte aligned.
37186 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37188         [BZ #11837]
37189         * iconvdata/gb18030.c: Update tables.
37190         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37191         characters specially.
37192         (BODY for TO_LOOP): Add encoding of missing ranges.
37194 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37196         [BZ #13673]
37197         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37198         * sysdeps/mach/hurd/dup3.c: Likewise.
37199         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37200         * sysdeps/powerpc/memmove.c:: Likewise.
37202 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37204         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37205         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37207 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37209         * elf/elf.h (R_X86_64_RELATIVE64): New.
37210         (R_X86_64_NUM): Updated.
37211         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37212         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37213         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37214         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37215         tst-quad1pie tst-quad2pie
37216         (modules-names): Add tst-quadmod1 tst-quadmod2.
37217         ($(objpfx)tst-quad1): New dependency.
37218         ($(objpfx)tst-quad2): Likewise.
37219         ($(objpfx)tst-quad1pie): Likewise.
37220         ($(objpfx)tst-quad2pie): Likewise.
37221         * sysdeps/x86_64/tst-quad1.c: New file.
37222         * sysdeps/x86_64/tst-quad1pie.c: New file.
37223         * sysdeps/x86_64/tst-quad2.c: Likewise.
37224         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37225         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37226         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37227         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37228         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37230 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37232         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37233         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37234         * streams/stropts.h (t_scalar_t): Define type.
37236         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37237         (_PATH_PRESERVE): Set to "/var/lib".
37238         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37240         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37241         instead of int.
37243         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37244         if __dir_mkfile succeeded.
37246         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37247         checking for _hurd_dtablesize.  Unlock it right after having
37248         finished _hurd_dtable allocation.
37250 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37252         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37253         * sysdeps/mach/hurd/configure: Regenerated.
37254         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37255         special-casing to...
37256         * sysdeps/gnu/configure.in: ... this new file.
37257         * sysdeps/unix/sysv/linux/configure: Regenerated.
37258         * sysdeps/gnu/configure: New generated file.
37260         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37261         for Linux: use nsec instead of usec, as well as:
37262         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37263         members of type struct timespec.
37264         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37265         New macros.
37266         (struct stat64): Likewise.
37267         (_STATBUF_ST_NSEC): New macro.
37268         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37270         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37271         __strtoul_internal rather than strtoul.
37273 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37275         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37276         and reject them.
37278 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37280         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37281         which preserves existing values.
37282         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37284 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37286         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37287         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37288         greater than FD_SETSIZE.
37290 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37292         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37293         allocated, call __vm_protect to finish enabling the existing space, and
37294         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37295         allocate the remainder.
37297 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37299         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37300         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37302 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37304         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37305         sysdeps/mach/hurd/readlink.c.
37307         * posix/tst-sysconf.c (posix_options): Only use
37308         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37309         _POSIX_SYNCHRONIZED_IO when they are defined
37310         * sysdeps/mach/hurd/bits/posix_opt.h:
37311         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37312         (_XOPEN_REALTIME): Undefine macro.
37313         (_XOPEN_REALTIME_THREADS): Undefine macro.
37314         (_XOPEN_SHM): Undefine macro.
37315         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37316         macro to -1.
37317         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37318         macro to -1.
37319         (_POSIX_ASYNC_IO): Undefine macro.
37320         (_POSIX_PRIORITIZED_IO): Undefine macro.
37321         (_POSIX_SPIN_LOCKS): Define macro to -1.
37323         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37324         SA_NODEFER, SA_RESETHAND.
37325         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37326         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37327         F_DUPFD_CLOEXEC.
37329 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37331         * elf/Makefile (pldd-modules): Define unconditionally.
37333 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37335         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37337 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37339         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37340         Return ENOENT when name is empty.
37341         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37343 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37345         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37347         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37349 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37351         Fix mlock in all cases except non-readable pages.
37352         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37353         instead of VM_PROT_ALL as parameter to __vm_wire function.
37355         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37356         (__mkdir): When path is `/', just fail with EEXIST.
37357         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37359 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37361         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37362         <sys/uio.h> (for writev).
37363         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37364         and <sys/param.h> (for MIN).
37366 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37368         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37369         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37370         if interrupted.
37372 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37374         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37375         Depend on against $(link-rpcuserlibs).
37377 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37379         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37380         (__libc_stack_end): Do not use attribute_relro.
37381         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37382         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37383         to libthread-provided value.
37384         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37385         attribute_relro.
37387 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37389         [BZ #3748]
37390         * bits/libc-lock.h (__libc_once_get): New macro.
37391         * sysdeps/mach/bits/libc-lock.h: Likewise.
37392         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37393         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37394         instead of using implementation details.
37396         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37397         * libio/freopen.c: Likewise.
37398         * libio/freopen64.c: Likewise.
37399         * misc/syslog.c: Likewise.
37400         * nscd/connections.c: Likewise.
37401         * nscd/netgroupcache.c: Likewise.
37402         * sysdeps/posix/getcwd.c: Likewise.
37404 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37406         * math/w_ilogbf.c: Add #include <limits.h>.
37408 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37410         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37411         path instead of returning without unlocking.
37413         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37414         immediate-write ioctls.
37415         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37417 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37419         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37420         __builtin_frame_address instead of making assumptions about the
37421         location of the return address relative to DATA.  Force early load of
37422         the return address.
37423         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37424         __builtin_frame_address.
37426         dup3 for GNU Hurd.
37427         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37428         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37429         implement dup3 and do some further code clean-ups.
37430         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37431         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37433 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37435         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37437         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37438         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37439         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37440         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37441         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37442         d->port.lock.
37444         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37445         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37446         when handler == SIG_ERR, not when handler != SIG_ERR.
37448 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37450         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37451         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37452         definitions.
37454         accept4 for GNU Hurd.
37455         * include/sys/socket.h (__libc_accept4): New prototype.
37456         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37457         to implement __libc_accept4.
37458         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37459         __libc_accept4.
37460         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37462         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37463         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37464         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37465         signal-defines.sym.
37467 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37469         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37471 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37473         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37474         assertion on O_CLOEXEC flag.
37475         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37476         * hurd/intern-fd.c: Likewise.
37477         * hurd/port2fd.c: Likewise.
37479 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37481         [BZ #3906]
37482         * bits/in.h (IPV6_PKTINFO): Define new macro.
37483         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37485 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37487         [BZ #13954]
37488         [BZ #13955]
37489         [BZ #13956]
37490         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37491         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37492         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37493         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37494         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37495         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37496         * math/libm-test.inc (logb_test) : Additional logb tests.
37498 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37499             Andreas Jaeger  <aj@suse.de>
37501         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37502         * configure: Regenerated.
37503         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37504         * config.make.in (link-obsolete-rpc): New substituted variable.
37505         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37506         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37507         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37508         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37509         so that libc.a contains the symbols.
37510         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37511         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37512         * sunrpc/auth_none.c: Likewise.
37513         * sunrpc/auth_unix.c: Likewise.
37514         * sunrpc/authdes_prot.c: Likewise.
37515         * sunrpc/authuxprot.c: Likewise.
37516         * sunrpc/clnt_gen.c: Likewise.
37517         * sunrpc/clnt_perr.c: Likewise.
37518         * sunrpc/clnt_raw.c: Likewise.
37519         * sunrpc/clnt_simp.c: Likewise.
37520         * sunrpc/clnt_tcp.c: Likewise.
37521         * sunrpc/clnt_udp.c: Likewise.
37522         * sunrpc/clnt_unix.c: Likewise.
37523         * sunrpc/des_crypt.c: Likewise.
37524         * sunrpc/des_soft.c: Likewise.
37525         * sunrpc/get_myaddr.c: Likewise.
37526         * sunrpc/key_call.c: Likewise.
37527         * sunrpc/key_prot.c: Likewise.
37528         * sunrpc/netname.c: Likewise.
37529         * sunrpc/pm_getmaps.c: Likewise.
37530         * sunrpc/pm_getport.c: Likewise.
37531         * sunrpc/pmap_clnt.c: Likewise.
37532         * sunrpc/pmap_prot.c: Likewise.
37533         * sunrpc/pmap_prot2.c: Likewise.
37534         * sunrpc/pmap_rmt.c: Likewise.
37535         * sunrpc/publickey.c: Likewise.
37536         * sunrpc/rpc_cmsg.c: Likewise.
37537         * sunrpc/rpc_common.c: Likewise.
37538         * sunrpc/rpc_dtable.c: Likewise.
37539         * sunrpc/rpc_prot.c: Likewise.
37540         * sunrpc/rpc_thread.c: Likewise.
37541         * sunrpc/rtime.c: Likewise.
37542         * sunrpc/svc.c: Likewise.
37543         * sunrpc/svc_auth.c: Likewise.
37544         * sunrpc/svc_raw.c: Likewise.
37545         * sunrpc/svc_run.c: Likewise.
37546         * sunrpc/svc_tcp.c: Likewise.
37547         * sunrpc/svc_udp.c: Likewise.
37548         * sunrpc/svc_unix.c: Likewise.
37549         * sunrpc/svcauth_des.c: Likewise.
37550         * sunrpc/xcrypt.c: Likewise.
37551         * sunrpc/xdr.c: Likewise.
37552         * sunrpc/xdr_array.c: Likewise.
37553         * sunrpc/xdr_float.c: Likewise.
37554         * sunrpc/xdr_intXX_t.c: Likewise.
37555         * sunrpc/xdr_mem.c: Likewise.
37556         * sunrpc/xdr_rec.c: Likewise.
37557         * sunrpc/xdr_ref.c: Likewise.
37558         * sunrpc/xdr_sizeof.c: Likewise.
37559         * sunrpc/xdr_stdio.c: Likewise.
37561 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37563         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37564         change.  Update copyright years.
37566 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37568         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37570 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37571             Joseph Myers  <joseph@codesourcery.com>
37572             Paul Pluzhnikov  <ppluzhnikov@google.com>
37574         [BZ #14012]
37575         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37576         requiring rpcgen.
37577         [cross-compiling] (extra-libs): Likewise.
37578         [cross-compiling] (extra-libs-others): Likewise.
37579         [cross-compiling] (librpcsvc-routines): Likewise.
37580         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37581         [cross-compiling] (omit-deps): Likewise.
37582         (sunrpc-CPPFLAGS): New variable.
37583         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37584         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37585         (cross-rpcgen-objs): New variable.
37586         (extra-objs): Append $(cross-rpcgen-objs).
37587         ($(cross-rpcgen-objs)): New rule.
37588         ($(objpfx)cross-rpcgen): Likewise.
37589         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37590         comment.
37591         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37592         ($(objpfx)x%.stmp): Likewise.
37593         * sunrpc/proto.h [IS_IN_build] (_): Define.
37594         [IS_IN_build] (_libc_intl_domainname): Likewise.
37596 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37598         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37599         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37600         and R_X86_64_TPOFF64.
37602 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37604         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37605         sysdeps/unix/sysv/syscalls.list.
37606         (stime): Likewise.
37607         (utime): Likewise.
37608         * sysdeps/unix/sysv/syscalls.list: Remove file.
37610 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37612         [BZ #3440]
37613         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37614         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37615         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37616         (__LC_IDENTIFICATION): Make these macros useful in #if
37617         expressions, as required by C99.
37619 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37621         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37622         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37623         after this.
37625 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37627         * stdlib/longlong.h: Updated from GCC.
37629 2012-05-09  Andreas Jaeger  <aj@suse.de>
37631         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37632         default is first entry.
37633         (run_mode): Set type.
37634         (main): Remove informal message about syslog.
37635         (options): Fix typo.
37637         [BZ #14053]
37638         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37639         to asm.
37640         (lrint): Likewise.
37641         (llrintf): Likewise.
37642         (llrint): Likewise.
37643         (rint): Likewise.
37644         (rintf): Likewise.
37645         (nearbyint): Likewise.
37646         (nearbyintf): Likewise.
37648 2012-05-09  Andreas Jaeger  <aj@suse.de>
37649             Pedro Alves  <palves@redhat.com>
37651         * nscd/nscd.c (run_mode): Use enum.
37652         (main): Cleanup coding style issue.
37654 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37655             Andreas Jaeger  <aj@suse.de>
37657         * nscd/nscd.c (go_background): Replaced with...
37658         (run_mode): ... this.
37659         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37660         (options): Add -F --foreground.
37661         (main): Implement it.
37662         (parse_opt): Parse it.
37664 2012-05-09  Andreas Jaeger  <aj@suse.de>
37666         [BZ #14083]
37667         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37668         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37669         -Wconversion warning.
37670         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37671         Likewise.
37673 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37675         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37676         == 0.
37677         (LC_ALL): Use macro-int-constant.
37678         (LC_COLLATE): Likewise.
37679         (LC_CTYPE): Likewise.
37680         (LC_MESSAGES): Likewise.
37681         (LC_MONETARY): Likewise.
37682         (LC_NUMERIC): Likewise.
37683         (LC_TIME): Likewise.
37684         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37685         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37686         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37687         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37688         Specify type.
37689         [C99-based standards] (float_t): Expect type.
37690         [C99-based standards] (double_t): Expect type.
37691         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37692         type.
37693         [C99-based standards] (HUGE_VALL): Likewise.
37694         [C99-based standards] (INFINITY): Likewise.
37695         [C99-based standards] (NAN): Likewise.
37696         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37697         [C99-based standards] (FP_NAN): Likewise.
37698         [C99-based standards] (FP_NORMAL): Likewise.
37699         [C99-based standards] (FP_SUBNORMAL): Likewise.
37700         [C99-based standards] (FP_ZERO): Likewise.
37701         [C99-based standards] (FP_FAST_FMA): Use
37702         optional-macro-int-constant.  Specify type.  Require == 1.
37703         [C99-based standards] (FP_FAST_FMAF): Likewise.
37704         [C99-based standards] (FP_FAST_FMAL): Likewise.
37705         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37706         [C99-based standards] (FP_ILOGBNAN): Likewise.
37707         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37708         Specify type.
37709         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37710         [C99-based standards] (math_errhandling): Specify type.
37711         [ISO99 || ISO11] (signgam): Do not allow.
37712         [non-C99-based standards] (copysignf): Do not allow.
37713         [non-C99-based standards] (exp2f): Likewise.
37714         [non-C99-based standards] (log2f): Likewise.
37715         [non-C99-based standards] (modff): Allow.
37716         [non-C99-based standards] (erff): Do not allow.
37717         [non-C99-based standards] (erfcf): Likewise.
37718         [non-C99-based standards] (gammaf): Likewise.
37719         [non-C99-based standards] (hypotf): Likewise.
37720         [non-C99-based standards] (j0f): Likewise.
37721         [non-C99-based standards] (j1f): Likewise.
37722         [non-C99-based standards] (jnf): Likewise.
37723         [non-C99-based standards] (lgammaf): Likewise.
37724         [non-C99-based standards] (tgammaf): Likewise.
37725         [non-C99-based standards] (y0f): Likewise.
37726         [non-C99-based standards] (y1f): Likewise.
37727         [non-C99-based standards] (ynf): Likewise.
37728         [non-C99-based standards] (isnanf): Likewise.
37729         [non-C99-based standards] (acoshf): Likewise.
37730         [non-C99-based standards] (asinhf): Likewise.
37731         [non-C99-based standards] (atanhf): Likewise.
37732         [non-C99-based standards] (cbrtf): Likewise.
37733         [non-C99-based standards] (expm1f): Likewise.
37734         [non-C99-based standards] (ilogbf): Likewise.
37735         [non-C99-based standards] (log1pf): Likewise.
37736         [non-C99-based standards] (logbf): Likewise.
37737         [non-C99-based standards] (nextafterf): Likewise.
37738         [non-C99-based standards] (remainderf): Likewise.
37739         [non-C99-based standards] (rintf): Likewise.
37740         [non-C99-based standards] (scalbf): Likewise.
37741         [non-C99-based standards] (copysignl): Likewise.
37742         [non-C99-based standards] (exp2l): Likewise.
37743         [non-C99-based standards] (log2l): Likewise.
37744         [non-C99-based standards] (modfl): Allow.
37745         [non-C99-based standards] (erfl): Do not allow.
37746         [non-C99-based standards] (erfcl): Likewise.
37747         [non-C99-based standards] (gammal): Likewise.
37748         [non-C99-based standards] (hypotl): Likewise.
37749         [non-C99-based standards] (j0l): Likewise.
37750         [non-C99-based standards] (j1l): Likewise.
37751         [non-C99-based standards] (jnl): Likewise.
37752         [non-C99-based standards] (lgammal): Likewise.
37753         [non-C99-based standards] (tgammal): Likewise.
37754         [non-C99-based standards] (y0l): Likewise.
37755         [non-C99-based standards] (y1l): Likewise.
37756         [non-C99-based standards] (ynl): Likewise.
37757         [non-C99-based standards] (isnanl): Likewise.
37758         [non-C99-based standards] (acoshl): Likewise.
37759         [non-C99-based standards] (asinhl): Likewise.
37760         [non-C99-based standards] (atanhl): Likewise.
37761         [non-C99-based standards] (cbrtl): Likewise.
37762         [non-C99-based standards] (expm1l): Likewise.
37763         [non-C99-based standards] (ilogbl): Likewise.
37764         [non-C99-based standards] (log1pl): Likewise.
37765         [non-C99-based standards] (logbl): Likewise.
37766         [non-C99-based standards] (nextafterl): Likewise.
37767         [non-C99-based standards] (remainderl): Likewise.
37768         [non-C99-based standards] (rintl): Likewise.
37769         [non-C99-based standards] (scalbl): Likewise.
37770         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37771         [non-C99-based standards] (FP_*): Do not allow.
37772         [C99-based standards] (FP_*): Change to
37773         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37774         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37775         allow.
37776         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37777         (SIG_ERR): Likewise.
37778         [X/Open-based standards] (SIG_HOLD): Likewise.
37779         (SIG_IGN): Likewise.
37780         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37781         positive value.
37782         (SIGFPE): Likewise.
37783         (SIGILL): Likewise.
37784         (SIGINT): Likewise.
37785         (SIGSEGV): Likewise.
37786         (SIGTER): Likewise.
37787         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37788         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37789         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37790         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37791         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37792         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37793         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37794         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37795         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37796         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37797         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37798         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37799         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37800         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37801         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37802         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37803         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37804         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37805         [X/Open-based standards] (SIGTRAP): Likewise.
37806         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37807         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37808         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37809         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37810         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37811         allow.
37813 2012-05-08  Ian Wienand  <ianw@vmware.com>
37815         [BZ #14080]
37816         * time/tzset.c (__tzset_parse_tz): Update default rules for
37817         daylight time changes in the Energy Policy Act of 2005.
37819 2012-05-09  Andreas Jaeger  <aj@suse.de>
37821         [BZ #13983]
37822         * elf/ldconfig.c (parse_conf): Change string to make clear that
37823         ldconfig only issued a warning if ld.so.conf does not exist.
37825 2012-05-08  David S. Miller  <davem@davemloft.net>
37827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37828         movxtod instead of popping the value on the stack.
37830         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37832 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37834         * config.h.in: Add HAVE_ARM_PCS_VFP.
37836 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37838         [BZ #13979]
37839         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37840         checking but the checks are disabled for any reason.
37842 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37844         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37845         and ELF64_R_TYPE with ELFW(R_TYPE).
37847 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37849         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37850         (ulimit): Likewise.
37852         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37853         (settimeofday): Likewise.
37855 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37857         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37858         a struct th_u2 inside the union, and move tu_block/tu_code into
37859         a new th_u3 union of tu_block/tu_code inside of that.  Move
37860         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37861         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37862         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37863         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37864         (th_stuff): Change to th_u1.tu_stuff.
37865         (th_data): Define.
37866         (th_msg): Change to th_u1.th_u2.tu_data.
37868 2012-05-07  David S. Miller  <davem@davemloft.net>
37870         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37872         [BZ #14074]
37873         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37874         (SETUP_PIC_REG): Use it.
37875         (SETUP_PIC_REG_LEAF): Use it.
37877 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37879         [BZ #13885]
37880         [BZ #13923]
37881         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37882         USE_AS_EXPM1L.
37883         (EXPL_FINITE): Likewise.
37884         (FLDLOG): Likewise.
37885         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37886         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37887         e_expl.S.
37888         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37889         USE_AS_EXPM1L.
37890         (EXPL_FINITE): Likewise.
37891         (FLDLOG): Likewise.
37892         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37893         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37894         e_expl.S.
37895         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37896         test of -max_value argument for long double.
37897         * sysdeps/i386/fpu/libm-test-ulps: Update.
37898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37900 2012-05-06  David S. Miller  <davem@davemloft.net>
37902         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37903         quad soft-float symbols whose references which are compiler
37904         generated.
37905         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37907 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37909         [BZ #13884]
37910         [BZ #13914]
37911         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37912         USE_AS_EXP10L.
37913         (EXPL_FINITE): Likewise.
37914         (FLDLOG): Likewise.
37915         (c0): Likewise.
37916         (c1): Likewise.
37917         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37918         Adjust comments for base varying.
37919         (__expl_finite): Change alias to EXPL_FINITE.
37920         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37921         e_expl.S.
37922         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37923         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37924         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37925         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37926         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37927         USE_AS_EXP10L.
37928         (EXPL_FINITE): Likewise.
37929         (FLDLOG): Likewise.
37930         (c0): Likewise.
37931         (c1): Likewise.
37932         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37933         Adjust comments for base varying.
37934         (__expl_finite): Change alias to EXPL_FINITE.
37935         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37936         tests for bugs.
37937         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37939         [BZ #14064]
37940         * math/libm-test.inc (check_float_internal): Correct ulp
37941         calculation for subnormal expected results.
37943 2012-05-06  Andreas Jaeger  <aj@suse.de>
37945         * Makeconfig (+math-flags): New, set to -frounding-math.
37946         (+cflags): Add +math-flags so that all of glibc gets compiled with
37947         it.
37949         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37951 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37953         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37954         Disable one test.
37956         [BZ #13787]
37957         [BZ #13922]
37958         [BZ #14036]
37959         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37960         (__ieee754_expl): Allow for and saturate large arguments.
37961         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37962         (u_threshold): Likewise.
37963         (__exp): Call __ieee754_exp before checking for overflow and
37964         underflow.
37965         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37966         (u_threshold): Likewise.
37967         (__expf): Call __ieee754_expf before checking for overflow and
37968         underflow.
37969         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37970         (u_threshold): Likewise.
37971         (__expl): Call __ieee754_expl before checking for overflow and
37972         underflow.
37973         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37974         (__ieee754_expl): Allow for and saturate large arguments.
37975         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37976         missing overflow exception on overflow.
37977         (expm1_test): Do not allow missing overflow exception on overflow.
37979         * sysdeps/i386/fpu/e_expl.c: Move to ...
37980         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37981         rather than using inline asm.
37982         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37983         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37984         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37986         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37987         (nice): Likewise.
37988         (poll): Likewise.
37989         (signal): Likewise.
37990         (time): Likewise.
37991         (times): Likewise.
37993 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37995         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37996         sysdeps/unix/common/syscalls.list.
37997         (fchmod): Likewise.
37998         (fchown): Likewise.
37999         (ftruncate): Likewise.
38000         (getrusage): Likewise.
38001         (gettimeofday): Likewise.
38002         (setpgid): Likewise.
38003         (setregid): Likewise.
38004         (setreuid): Likewise.
38005         (sigaction): Likewise.
38006         (truncate): Likewise.
38007         (vhangup): Likewise.
38008         * sysdeps/unix/common/syscalls.list: Remove file.
38009         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38010         * sysdeps/unix/sysv/linux/Implies: Likewise.
38012 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38014         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38015         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38016         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38017         Moved to ...
38018         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38019         Here.
38020         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38021         to ...
38022         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38023         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38024         to ...
38025         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38026         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38027         to ...
38028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38029         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38030         to ...
38031         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38032         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38033         to ...
38034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38035         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38036         to ...
38037         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38038         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38039         to ...
38040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38041         Here.
38042         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38043         to ...
38044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38045         Here.
38046         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38047         to ...
38048         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38049         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38050         Moved to ...
38051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38052         Here.
38053         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38054         to ...
38055         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38057 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38059         * sysdeps/unix/common/bits/dirent.h: Remove file.
38060         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38062         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38063         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38064         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38065         * sysdeps/unix/bsd/isatty.c: Likewise.
38066         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38067         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38068         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38070 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38072         [BZ #13563]
38073         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38074         long double comparison inaccuracies.
38075         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38078 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38080         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38081         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38083 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38085         [BZ #14049]
38086         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38087         nonzero digits before rounding a hex value.
38088         * stdlib/tst-strtod.c (tests): Add another test.
38090 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38092         * sysdeps/s390/fpu/libm-test-ulps: Update.
38094 2012-05-03  Andreas Jaeger  <aj@suse.de>
38096         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38097         does not get optimized out.
38098         (malloc_opt_barrier): New.
38100 2012-05-03  Andreas Jaeger  <aj@suse.de>
38101             Roland McGrath  <roland@hack.frob.com>
38103         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38104         intermediate file deletion.
38105         (generated): Add .symlist files.
38107 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38109         [BZ #13775]
38110         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38111         Redirect under this condition.
38112         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38113         [__USE_GNU] (__dprintf_chk): Not under this condition.
38114         [__USE_GNU] (__vdprintf_chk): Likewise.
38115         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38116         under this condition.
38117         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38118         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38119         [__USE_XOPEN2K8] (vdprintf): Likewise.
38120         [__USE_GNU] (__dprintf_chk): Not under this condition.
38121         [__USE_GNU] (__vdprintf_chk): Likewise.
38122         [__USE_GNU] (dprintf): Likewise.
38123         [__USE_GNU] (vdprintf): Likewise.
38125 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38127         * elf/Makefile (common-generated): Set this instead of generated for
38128         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38129         $(all-built-dso)-derived lists.
38131 2012-05-03  Andreas Jaeger  <aj@suse.de>
38133         * sysdeps/i386/fpu/libm-test-ulps: Update.
38135         * FAQ: Removed.
38136         * FAQ.in: Likewise.
38137         * scripts/gen-FAQ.pl: Likewise.
38138         * manual/install.texi (Installation): Point to online location of
38139         FAQ.
38140         * Makefile (files-for-dist): Remove FAQ.
38141         (FAQ): Remove.
38143 2012-05-02  Allan McRae  <allan@archlinux.org>
38145         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38146         (LDFLAGS-reldepmod5.so): Likewise.
38147         (LDFLAGS-reldep6mod1.so): Likewise.
38148         (LDFLAGS-reldep6mod4.so): Likewise.
38149         (LDFLAGS-reldep8mod3.so): Likewise.
38150         (LDFLAGS-unload4mod1.so): Likewise.
38151         (LDFLAGS-unload4mod2.so): Likewise.
38152         (LDFLAGS-tst-initorder): Likewise.
38153         (LDFLAGS-tst-initordera2.so): Likewise.
38154         (LDFLAGS-tst-initordera3.so): Likewise.
38155         (LDFLAGS-tst-initordera4.so): Likewise.
38156         (LDFLAGS-tst-initorderb2.so): Likewise.
38157         (LDFLAGS-noload): Likewise.
38158         (LDFLAGS-next): Likewise.
38159         (LDFLAGS-order2mod1.so): Likewise.
38160         (LDFLAGS-order2mod2.so): Likewise.
38161         (LDFLAGS-tst-initorder2): Likewise.
38162         (LDFLAGS-tst-initorder2a.so): Likewise.
38163         (LDFLAGS-tst-initorder2b.so): Likewise.
38164         (LDFLAGS-tst-initorder2c.so): Likewise.
38165         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38167 2012-05-02  David S. Miller  <davem@davemloft.net>
38169         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38171 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38173         [BZ #14055]
38174         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38176 2012-05-02  Andreas Jaeger  <aj@suse.de>
38178         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38179         since we manipulate rounding mode.
38180         (CPPFLAGS-test-idouble.c): Likewise.
38181         (CPPFLAGS-test-ifloat.c): Likewise.
38182         (CFLAGS-test-ldouble.c): Likewise.
38183         (CFLAGS-test-double.c): Likewise.
38184         (CFLAGS-test-float.c): Likewise.
38185         (CFLAGS-test-misc.c): Likewise.
38186         (CFLAGS-test-test-fenv.c): Likewise.
38188 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38190         [BZ #2550]
38191         [BZ #2570]
38192         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38193         comparisons to determine direction to adjust input.
38195 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38197         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38198         output to the target.
38200         * scripts/localplt.awk: New file.
38201         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38202         (check-localplt-CFLAGS): Variable removed.
38203         ($(all-built-dso:=.jmprel)): New static pattern rule.
38204         (generated): Add those targets.
38205         (localplt-built-dso): New variable.
38206         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38208         * elf/check-localplt.c: File removed.
38210         * scripts/check-execstack.awk: New file.
38211         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38212         (check-execstack-CFLAGS): Variable removed.
38213         ($(objpfx)check-execstack.h): Target removed.
38214         ($(objpfx)execstack-default): New target.
38215         (generated): Add that instead of check-execstack.h.
38216         ($(all-built-dso:=.phdr)): New static pattern rule.
38217         (generated): Add those targets.
38218         * elf/check-execstack.c: File removed.
38220         * scripts/check-textrel.awk: New file.
38221         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38222         (check-textrel-CFLAGS): Variable removed.
38223         (all-built-dso): Use := to define.o
38224         ($(all-built-dso:=.dyn)): New static pattern rule.
38225         (generated): Add those targets.
38226         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38227         * config.make.in (READELF): New substituted variable.
38228         * elf/check-textrel.c: File removed.
38230 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38232         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38233         allow.
38234         * conform/data/ctype.h-data [C99-based standards] (isblank):
38235         Expect function.
38236         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38237         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38238         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38239         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38240         Specify type.  Require positive value.
38241         (EILSEQ): Likewise.
38242         (ERANGE): Likewise.
38243         [ISO || POSIX] (EILSEQ): Do not expect.
38244         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38245         Specify type.  Require positive value.
38246         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38247         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38248         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38249         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38250         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38251         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38252         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38253         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38254         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38255         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38256         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38257         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38258         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38259         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38260         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38261         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38262         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38263         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38264         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38265         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38266         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38267         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38268         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38269         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38270         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38271         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38272         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38273         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38274         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38275         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38276         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38277         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38278         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38279         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38280         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38281         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38282         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38283         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38284         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38285         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38286         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38287         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38288         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38289         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38290         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38291         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38292         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38293         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38294         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38295         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38296         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38297         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38298         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38299         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38300         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38301         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38302         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38303         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38304         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38305         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38306         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38307         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38308         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38309         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38310         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38311         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38312         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38313         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38314         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38315         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38316         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38317         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38318         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38319         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38320         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38321         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38322         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38323         Require >= 2.
38324         (FLT_ROUNDS): Expect as macro, not constant.
38325         (FLT_MANT_DIG): Use macro-int-constant.
38326         (DBL_MANT_DIG): Likewise.
38327         (LDBL_MANT_DIG): Likewise.
38328         (FLT_DIG): Likewise.
38329         (DBL_DIG): Likewise.
38330         (LDBL_DIG): Likewise.
38331         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38332         (DBL_MIN_EXP): Likewise.
38333         (LDBL_MIN_EXP): Likewise.
38334         (FLT_MAX_EXP): Use macro-int-constant.
38335         (DBL_MAX_EXP): Likewise.
38336         (LDBL_MAX_EXP): Likewise.
38337         (FLT_MAX_10_EXP): Likewise.
38338         (DBL_MAX_10_EXP): Likewise.
38339         (LDBL_MAX_10_EXP): Likewise.
38340         (FLT_MAX): Use macro-constant.
38341         (DBL_MAX): Likewise.
38342         (LDBL_MAX): Likewise.
38343         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38344         (DBL_EPSILON): Likewise.
38345         (LDBL_EPSILON): Likewise.
38346         (FLT_MIN): Likewise.
38347         (DBL_MIN): Likewise.
38348         (LDBL_MIN): Likewise.
38349         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38350         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38351         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38352         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38353         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38354         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38355         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38356         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38357         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38358         [ISO11] (FLT_TRUE_MIN): Likewise.
38359         [ISO11] (LDBL_TRUE_MIN): Likewise.
38360         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38361         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38362         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38363         (SCHAR_MAX): Likewise.
38364         (UCHAR_MAX): Likewise.
38365         (CHAR_MIN): Likewise.
38366         (CHAR_MAX): Likewise.
38367         (MB_LEN_MAX): Use macro-int-constant.
38368         (SHRT_MIN): Use macro-int-constant.  Specify type.
38369         (SHRT_MAX): Likewise.
38370         (USHRT_MAX): Likewise.
38371         (INT_MAX): Likewise.
38372         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38373         bound negative.
38374         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38375         bound with "U".
38376         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38377         bound with "L".
38378         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38379         bound negative.  Suffix upper bound with "L".
38380         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38381         bound with "UL".
38382         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38383         Specify type.
38384         [C99-based standards] (LLONG_MAX): Likewise.
38385         [C99-based standards] (ULLONG_MAX): Likewise.
38386         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38387         == 0.
38388         [ISO11] (max_align_t): Require type.
38389         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38391         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38392         from $CFLAGS, without defining away __attribute__ calls.
38393         (checknamespace): Use $CFLAGS_namespace.
38395         * conform/conformtest.pl (@keywords): Only include C99 keywords
38396         for standards based on C99 or C11.
38398         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38399         Disable tests.
38400         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38401         UNIX98]: Likewise.
38403         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38404         usability of symbols in #if.
38406         * conform/conformtest.pl: If macro or constant types start
38407         "promoted:", expect the symbol to be of the following type
38408         promoted by the integer promotions.
38410         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38411         in one place.  Also handle "macro-constant".
38413         * conform/conformtest.pl: Only accept expected macro values with
38414         "==".  Parse all "macro" lines in one place.
38415         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38417         * conform/conformtest.pl: Handle braced types on "constant" lines
38418         instead of handling "typed-constant".
38419         * conform/data/signal.h-data: Use "constant" instead of
38420         "typed-constant".
38422         * conform/conformtest.pl: Handle "optional-" at start of lines in
38423         one place rather than duplicating several cases.  Handle each
38424         format of "macro" line with initial "optional-".
38426         * conform/conformtest.pl: Only accept expected constant or
38427         optional-constant values with "==".  Parse all "constant" lines in
38428         one place.  Parse all "optional-constant" lines in one place.
38429         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38430         * conform/data/fmtmsg.h-data: Likewise.
38431         * conform/data/netinet/in.h-data: Likewise.
38432         * conform/data/tar.h-data: Likewise.
38433         * conform/data/limits.h-data: Use "==" form on "constant" and
38434         "optional-constant" lines.
38436         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38437         Use -std=c99 for XOPEN2K.
38438         (@knownproblems): Remove.
38439         (newtoken): Don't check %isknown.
38441         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38442         Do not expect macro.
38443         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38444         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38445         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38446         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38447         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38448         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38449         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38450         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38451         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38452         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38453         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38454         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38455         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38456         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38457         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38458         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38459         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38460         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38461         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38462         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38463         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38464         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38465         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38466         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38467         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38468         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38469         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38470         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38471         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38472         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38473         [XPG3] (acosh): Likewise.
38474         [XPG3] (asinh): Likewise.
38475         [XPG3] (atanh): Likewise.
38476         [XPG3] (cbrt): Likewise.
38477         [XPG3] (expm1): Likewise.
38478         [XPG3] (ilogb): Likewise.
38479         [XPG3] (log1p): Likewise.
38480         [XPG3] (logb): Likewise.
38481         [XPG3] (nextafter): Likewise.
38482         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38483         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38484         [XPG3] (remainder): Likewise.
38485         [XPG3] (rint): Likewise.
38486         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38487         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38488         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38489         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38490         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38491         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38492         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38493         [UNIX98 || XOPEN2K] (scalb): Expect.
38494         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38495         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38496         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38497         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38498         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38499         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38500         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38501         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38502         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38503         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38504         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38505         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38506         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38507         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38508         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38509         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38510         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38511         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38512         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38513         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38514         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38515         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38516         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38517         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38518         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38519         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38520         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38521         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38522         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38523         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38524         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38525         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38526         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38527         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38528         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38529         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38530         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38531         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38532         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38533         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38534         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38535         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38536         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38537         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38538         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38539         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38540         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38541         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38542         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38543         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38544         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38545         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38546         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38547         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38548         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38549         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38550         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38551         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38552         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38553         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38554         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38555         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38556         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38557         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38558         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38559         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38560         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38561         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38562         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38563         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38564         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38565         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38566         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38567         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38568         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38569         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38570         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38571         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38572         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38573         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38574         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38575         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38576         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38577         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38578         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38579         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38580         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38581         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38582         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38583         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38584         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38585         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38586         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38587         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38588         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38589         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38590         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38591         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38592         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38593         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38594         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38595         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38596         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38597         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38598         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38599         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38600         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38601         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38602         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38603         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38604         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38605         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38606         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38607         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38608         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38609         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38610         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38611         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38612         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38613         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38614         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38615         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38616         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38617         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38618         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38619         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38620         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38621         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38622         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38623         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38624         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38625         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38626         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38627         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38628         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38629         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38630         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38632         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38633         _XOPEN_SOURCE_EXTENDED for XPG4.
38635         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38637         * Makeconfig (localtime): Remove variable.
38638         (inst_localtime-file): Likewise.
38640 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38643         Update.
38644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38645         Update.
38646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38647         Update.
38648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38649         Update.
38650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38651         Update.
38652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38653         Update.
38654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38655         Update.
38656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38657         Update.
38658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38659         Update.
38661 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38663         [BZ #2550]
38664         [BZ #2570]
38665         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38666         comparisons to determine direction to adjust input.
38667         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38668         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38669         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38670         Likewise.
38671         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38672         Likewise.
38673         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38674         Likewise.
38675         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38676         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38677         Likewise.
38678         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38679         Likewise.
38680         * math/libm-test.inc (nexttoward_test): Add more tests.
38682 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38684         [BZ #14040]
38685         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38686         in version GLIBC_2.1, not GLIBC_2.0.
38687         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38688         Likewise.
38690 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38692         [BZ #13942]
38693         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38694         (1 - x) * (1 + x).
38695         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38696         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38697         * math/libm-test.inc (acos_test): Add more tests.
38698         (asin_test): Likewise.
38699         * sysdeps/i386/fpu/libm-test-ulps: Update.
38700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38702         [BZ #14034]
38703         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38704         of square root.
38705         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38706         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38707         * math/libm-test.inc (acos_test_tonearest): New function.
38708         (acos_test_towardzero): Likewise.
38709         (acos_test_downward): Likewise.
38710         (acos_test_upward): Likewise.
38711         (asin_test_tonearest): Likewise.
38712         (asin_test_towardzero): Likewise.
38713         (asin_test_downward): Likewise.
38714         (asin_test_upward): Likewise.
38715         (main): Call the new functions.
38716         * sysdeps/i386/fpu/libm-test-ulps: Update.
38717         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38719         [BZ #13884]
38720         [BZ #13924]
38721         * math/e_exp10.c: Include <float.h>.
38722         (__ieee754_exp10): Handle underflow here rather than multiplying
38723         large negative argument by M_LN10.
38724         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38725         of __ieee754_expf.
38726         * math/e_exp10l.c: Include <float.h>.
38727         (__ieee754_exp10l): Handle underflow here rather than multiplying
38728         large negative argument by M_LN10l.
38729         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38730         spurious overflow exception on underflow.
38732 2012-04-29  Marek Polacek  <polacek@redhat.com>
38734         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38735         (__fortify_function): New macro.
38736         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38737         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38738         __extern_always_inline.
38739         * libio/bits/stdio2.h: Likewise.
38740         * libio/bits/stdio.h: Likewise.
38741         * string/string.h: Likewise.
38742         * string/bits/string3.h: Likewise.
38743         * include/stdio.h: Likewise.
38744         * stdlib/bits/stdlib.h: Likewise.
38745         * stdlib/stdlib.h: Likewise.
38746         * rt/bits/mqueue2.h: Likewise.
38747         * rt/mqueue.h: Likewise.
38748         * posix/bits/unistd.h: Likewise.
38749         * posix/unistd.h: Likewise.
38750         * io/bits/poll2.h: Likewise.
38751         * io/bits/fcntl2.h: Likewise.
38752         * io/fcntl.h: Likewise.
38753         * io/sys/poll.h: Likewise.
38754         * misc/bits/syslog.h: Likewise.
38755         * misc/bits/syslog-ldbl.h: Likewise.
38756         * misc/sys/syslog.h: Likewise.
38757         * socket/bits/socket2.h: Likewise.
38758         * socket/sys/socket.h: Likewise.
38759         * debug/tst-chk1.c: Likewise.
38760         * wcsmbs/bits/wchar2.h: Likewise.
38761         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38762         * wcsmbs/wchar.h: Likewise.
38764 2012-04-29  Andreas Jaeger  <aj@suse.de>
38766         * Makerules (tests): Remove enable-check-abi protection.
38767         (check-abi-warn): Remove.
38768         (check-abi-%): Remove check-abi-warn usage.
38770         * configure.in: Remove check-abi configure option.
38771         * configure: Regenerated.
38772         * config.make.in (enable-check-abi): Remove.
38774 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38776         [BZ #14033]
38777         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38778         double functions to double *_finite functions.
38780         [BZ #13941]
38781         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38782         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38783         LDBL_MIN_EXP.
38784         * stdio-common/Makefile (tests): Add tst-sprintf3.
38785         * stdio-common/tst-sprintf3.c: New file.
38787         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38788         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38790 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38792         * conform/conformtest.pl: Remove duplicate typed-constant
38793         handling.
38795 2012-04-28  David S. Miller  <davem@davemloft.net>
38797         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38798         (check-abi-%): Remove AWK script prerequisite and explicit
38799         abilist directory.
38800         (check-abi): Rewrite to just diff the symlist with the abilist.
38801         (config-tls, config-abi-config): Delete, no longer used.
38802         (update-abi-%): Remove AWK script and explicit abilist directory.
38803         (update-abi): Rewrite to simply compare and conditionally copy the
38804         symlist and the sysdep abilist file.  Remove update-abi-config
38805         checks.
38806         * abilist/ld.abilist: Remove.
38807         * abilist/libBrokenLocale.abilist: Remove.
38808         * abilist/libanl.abilist: Remove.
38809         * abilist/libcrypt.abilist: Remove.
38810         * abilist/libdl.abilist: Remove.
38811         * abilist/librt.abilist: Remove.
38812         * abilist/libthread_db.abilist: Remove.
38813         * abilist/libutil.abilist: Remove.
38814         * scripts/extract-abilist.awk: Remove.
38815         * scripts/merge-abilist.awk: Remove.
38816         * sysdeps/generic/libcidn.abilist: New file.
38817         * sysdeps/generic/libnss_compat.abilist: New file.
38818         * sysdeps/generic/libnss_db.abilist: New file.
38819         * sysdeps/generic/libnss_dns.abilist: New file.
38820         * sysdeps/generic/libnss_files.abilist: New file.
38821         * sysdeps/generic/libnss_hesiod.abilist: New file.
38822         * sysdeps/generic/libnss_nis.abilist: New file.
38823         * sysdeps/generic/libnss_nisplus.abilist: New file.
38824         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38825         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38826         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38827         file.
38828         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38829         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38830         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38831         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38832         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38833         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38834         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38835         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38836         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38837         file.
38838         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38839         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38840         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38841         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38842         file.
38843         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38844         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38845         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38846         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38847         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38848         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38849         file.
38850         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38851         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38852         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38853         file.
38854         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38855         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38856         New file.
38857         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38858         New file.
38859         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38860         New file.
38861         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38862         New file.
38863         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38864         New file.
38865         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38866         New file.
38867         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38868         New file.
38869         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38870         New file.
38871         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38872         New file.
38873         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38874         New file.
38875         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38876         New file.
38877         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38878         New file.
38879         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38880         New file.
38881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38882         file.
38883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38884         New file.
38885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38886         New file.
38887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38888         file.
38889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38890         New file.
38891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38892         New file.
38893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38894         file.
38895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38896         New file.
38897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38898         New file.
38899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38900         New file.
38901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38902         New file.
38903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38904         New file.
38905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38906         New file.
38907         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38908         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38909         file.
38910         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38911         New file.
38912         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38913         file.
38914         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38915         file.
38916         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38917         file.
38918         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38919         file.
38920         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38921         file.
38922         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38923         New file.
38924         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38925         file.
38926         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38927         file.
38928         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38929         New file.
38930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38931         file.
38932         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38933         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38934         file.
38935         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38936         New file.
38937         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38938         file.
38939         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38940         file.
38941         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38942         file.
38943         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38944         file.
38945         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38946         file.
38947         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38948         New file.
38949         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38950         file.
38951         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38952         file.
38953         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38954         New file.
38955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38956         file.
38957         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38958         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38959         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38960         file.
38961         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38962         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38963         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38964         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38965         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38966         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38967         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38968         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38969         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38970         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38972         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38973         file.
38974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38975         New file.
38976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38977         file.
38978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38979         file.
38980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38981         file.
38982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38983         file.
38984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38985         file.
38986         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38987         New file.
38988         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38989         New file.
38990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38991         file.
38992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38993         New file.
38994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38995         file.
38996         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38997         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38998         file.
38999         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39000         New file.
39001         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39002         file.
39003         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39004         file.
39005         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39006         file.
39007         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39008         file.
39009         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39010         file.
39011         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39012         New file.
39013         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39014         New file.
39015         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39016         file.
39017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39018         New file.
39019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39020         file.
39022 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39024         * conform/conformtest.pl: Fix typo in handling typed-constant from
39025         allow-header.
39027 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39029         * README: Cut down references to pre-2.6 Linux kernels and
39030         Linuxthreads.  Update lists of configurations in libc and ports
39031         and sort alphabetically.  Say "or newer" with Linux kernel version
39032         requirements.
39034         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39036 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39038         [BZ #887]
39039         * math/libm-test.inc (logb_test_downward): New test to expose
39040         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39041         rounding mode.
39043 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39045         [BZ #14027]
39046         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39047         to be done.
39048         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39049         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39051 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39053         * sysdeps/unix/i386/brk.S: Remove file.
39054         * sysdeps/unix/i386/dl-brk.S: Likewise.
39055         * sysdeps/unix/i386/pipe.S: Likewise.
39056         * sysdeps/unix/i386/sigreturn.S: Likewise.
39057         * sysdeps/unix/i386/syscall.S: Likewise.
39058         * sysdeps/unix/i386/vfork.S: Likewise.
39059         * sysdeps/unix/i386/wait.S: Likewise.
39061         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39062         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39064         * configure.in (arm*-none*): Do not allow without
39065         --enable-hacker-mode.
39066         (netbsd*): Remove case setting base_os.
39067         (386bsd*): Likewise.
39068         (freebsd*): Likewise.
39069         (bsdi*): Likewise.
39070         (osf*): Likewise.
39071         (sunos*): Likewise.
39072         (ultrix*): Likewise.
39073         (newsos*): Likewise.
39074         (dynix*): Likewise.
39075         (*bsd*): Likewise.
39076         (sysv*): Likewise.
39077         (isc*): Likewise.
39078         (esix*): Likewise.
39079         (sco*): Likewise.
39080         (minix*): Likewise.
39081         (irix4*): Likewise.
39082         (irix6*): Likewise.
39083         (solaris[2-9]*): Likewise.
39084         (none): Likewise.
39085         * configure: Regenerated.
39087 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39089         [BZ #11521]
39090         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39091         overflow or cancellation in calculating denominator.
39092         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39093         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39094         down expression to avoid unexpected rounding in newer GCCs.
39095         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39097 2012-04-26  David S. Miller  <davem@davemloft.net>
39099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39100         long-double compat symbols.
39101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39106         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39107         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39108         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39109         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39110         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39112         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39113         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39115 2012-04-25  David S. Miller  <davem@davemloft.net>
39117         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39118         HWCAP_* values only after the memory barriers have been defined.
39119         (atomic_full_barrier): Define.
39120         (atomic_read_barrier): Define.
39121         (atomic_write_barrier): Define.
39123 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39125         * shlib-versions: Add libgcc_s version information.
39126         * sysdeps/generic/libgcc_s.h: Remove.
39127         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39128         libgcc_s.h.
39129         * sysdeps/gnu/unwind-resume.c: Likewise.
39130         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39132 2012-04-25  David S. Miller  <davem@davemloft.net>
39134         * sysdeps/unix/sparc/brk.S: Delete.
39135         * sysdeps/unix/sparc/dl-brk.S: Delete.
39136         * sysdeps/unix/sparc/pipe.S: Delete.
39137         * sysdeps/unix/sparc/sysdep.S: Delete.
39138         * sysdeps/unix/sparc/sysdep.h: Delete.
39139         * sysdeps/unix/sparc/vfork.S: Delete.
39140         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39141         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39142         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39143         (ret_ERRVAL, r0, r1, MOVE): Define.
39144         (JUMPTARGET): Remove.
39145         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39146         sysdeps/unix/sparc/sysdep.h
39147         (ENTRY, END): Remove.
39148         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39150 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39152         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39153         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39154         -DIS_IN_build.
39156         * timezone/README: Update upstream location and email address for
39157         tzcode and tzdata.
39158         * timezone/zdump.c: Update from tzcode 2012b.
39159         * timezone/zic.c: Likewise.
39161         * configure.in (libc_cv_as_needed): Remove test.
39162         * configure: Regenerated.
39163         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39164         conditional definition.
39165         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39166         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39167         * config.make.in (have-as-needed): Remove variable.
39169 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39170             Paul Pluzhnikov  <ppluzhnikov@google.com>
39172         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39173         strings correctly.
39175 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39177         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39178         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39179         * sysdeps/sh/strlen.S: Likewise.
39181 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39183         * sysdeps/unix/fork.S: Remove file.
39184         * sysdeps/unix/i386/fork.S: Likewise.
39185         * sysdeps/unix/sparc/fork.S: Likewise.
39187         * sysdeps/unix/system.c: Remove file.
39188         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39190         * sysdeps/unix/getegid.S: Remove file.
39191         * sysdeps/unix/geteuid.S: Likewise.
39193 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39195         * scripts/check-localplt.awk: New file.
39196         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39197         of diff.
39198         * scripts/data/localplt-generic.data: Add a comment.
39200         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39201         NODE when __dir_mkfile failed.
39202         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39203         Reported by Ludovic Courtès <ludo@gnu.org>.
39205 2012-04-24  Andreas Jaeger  <aj@suse.de>
39207         * Makerules (common-clean): Also remove gen-as-const-headers
39208         files.
39210 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39212         * Makerules (native-compile): Do not change working directory for
39213         build.  Use $(OUTPUT_OPTION) in command.
39214         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39216 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39218         [BZ #13886]
39219         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39220         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39221         * math/libm-test.inc (floor_test): Add more tests.
39222         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39224 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39226         * sysdeps/unix/getdents.c: Remove file.
39227         * sysdeps/unix/sysv/getdents.c: Likewise.
39228         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39230         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39231         sysdeps/unix/mman/syscalls.list.
39232         (mmap): Likewise.
39233         (mprotect): Likewise.
39234         (msync): Likewise.
39235         (munmap): Likewise.
39236         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39237         * sysdeps/unix/mman/syscalls.list: Remove.
39238         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39240         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39241         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39242         * configure: Regenerated.
39243         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39244         $(libgcc_s_suffix).
39245         * config.make.in (libgcc_s_suffix): Remove variable.
39247 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39249         * sysdeps/unix/sysv/gethostname.c: Move to ...
39250         * sysdeps/posix/gethostname.c: ... here.
39252         * sysdeps/unix/execve.S: Remove file.
39254         * sysdeps/unix/_exit.S: Remove file.
39256 2012-04-23  Andreas Jaeger  <aj@suse.de>
39258         [BZ #13739]
39259         * manual/Makefile: Remove make dist support, there's no
39260         need for a stand-alone documentation tar ball.
39261         (TEXI2DVI): Define always, it's not in Makeconfig.
39262         (dist): Removed.
39263         (tar-it): Removed.
39264         (edition): Removed.
39265         (glibc-doc-$(edition).tar): Removed
39266         (%.Z): Removed.
39267         (%.gz): Removed.
39268         (%.uu): Removed.
39269         (ETAGS): Remove, it's in Makeconfig.
39270         (move-if-change): Remove, it's in Makeconfig.
39272 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39274         [BZ #13970]
39275         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39276         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39277         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39278         (strtod_l, strtof_l, strtold_l): Remove __wur.
39279         It is not necessarily an error to ignore strtol's return value.
39280         One can reliably look at the stored endptr to decide whether
39281         the number had valid syntax.
39283 2012-04-21  Andreas Jaeger  <aj@suse.de>
39285         [BZ #13739]
39286         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39288 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39290         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39291         * sysdeps/unix/sysv/Versions: Remove file.
39293 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39295         [BZ #13927]
39296         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39298 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39300         [BZ #7064]
39301         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39302         version from __vm86.
39304 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39306         * sysdeps/unix/common/lxstat.c: Remove file.
39307         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39309         * sysdeps/unix/sysv/Makefile: Remove file.
39311         * sysdeps/unix/sysv/direct.h: Remove file.
39313         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39314         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39315         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39316         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39317         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39318         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39319         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39321         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39323         * sysdeps/unix/xmknod.c: Remove file.
39324         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39326         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39328         * sysdeps/unix/sysv/i386/time.S: Remove file.
39330         * sysdeps/unix/fxstat.c: Remove file.
39331         * sysdeps/unix/xstat.c: Likewise.
39332         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39334         * sysdeps/unix/sysv/sigaction.c: Remove file.
39336         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39337         (sysdep_headers): Remove variable.
39338         [termio.h not in sysdep_headers] (generated): Likewise.
39339         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39340         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39341         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39342         * sysdeps/unix/sysv/tcflow.c: Likewise.
39343         * sysdeps/unix/sysv/tcflush.c: Likewise.
39344         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39345         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39346         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39347         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39348         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39350         * sysdeps/unix/siglist.c: Remove file.
39352         * sysdeps/unix/getppid.S: Remove file.
39354         * sysdeps/unix/mkdir.c: Remove file.
39355         * sysdeps/unix/rmdir.c: Likewise.
39357 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39359         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39360         ERR_MAX value.
39361         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39362         errlist-compat value.
39364 2012-04-18  David S. Miller  <davem@davemloft.net>
39366         * sysdeps/generic/memcopy.h (reg_char): Delete.
39367         * debug/strcat_chk.c: Use char, not reg_char.
39368         * debug/strcpy_chk.c: Likewise.
39369         * debug/strncat_chk.c: Likewise.
39370         * debug/strncpy_chk.c: Likewise.
39371         * string/memchr.c: Likewise.
39372         * string/memrchr.c: Likewise.
39373         * string/rawmemchr.c: Likewise.
39374         * string/strcat.c: Likewise.
39375         * string/strchr.c: Likewise.
39376         * string/strchrnul.c: Likewise.
39377         * string/strcmp.c: Likewise.
39378         * string/strcpy.c: Likewise.
39379         * string/strncat.c: Likewise.
39380         * string/strncmp.c: Likewise.
39381         * string/strncpy.c: Likewise.
39383 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39385         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39386         __builtin_memcopy is called when src and dest ranges are known to not
39387         overlap.
39389 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39391         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39392         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39393         fwd_align_merge macro call.
39394         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39395         bwd_align_merge macro call.
39396         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39398 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39400         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39401         bwd_align_merge macros.
39402         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39403         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39404         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39406 2012-04-18  David S. Miller  <davem@davemloft.net>
39408         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39410 2012-04-18  Andreas Jaeger  <aj@suse.de>
39412         [BZ# 6794]
39413         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39414         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39415         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39417         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39418         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39419         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39421         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39422         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39423         Adjust for changed ldbl-128 files.
39425         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39426         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39427         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39429 2012-04-17  David S. Miller  <davem@davemloft.net>
39431         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39433 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39435         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39436         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39437         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39438         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39439         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39440         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39442 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39444         [BZ #6794]
39445         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39446         * math/libm-test.inc: Add ilogb errno and exception tests.
39447         * math/w_ilogb.c: New file: ilogb wrapper.
39448         * math/w_ilogbf.c: New file: ilogbf wrapper.
39449         * math/w_ilogbl.c: New file: ilogbl wrapper.
39450         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39451         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39452         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39453         exception being thrown with 0.0 as argument.
39454         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39455         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39456         exception being thrown with 0.0 as argument.
39457         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39458         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39459         exception being thrown with 0.0 as argument.
39460         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39461         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39462         exception being thrown with 0.0 as argument.
39463         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39464         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39465         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39466         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39467         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39468         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39469         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39470         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39471         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39473 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39475         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39476         with altivec.
39478 2012-04-16  Marek Polacek  <polacek@redhat.com>
39480         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39482 2012-04-16  Marek Polacek  <polacek@redhat.com>
39484         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39485         operands of fdivp instruction.
39487 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39489         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39490         * elf/tst-auditmod3b.c: Likewise.
39491         * elf/tst-auditmod4b.c: Likewise.
39492         * elf/tst-auditmod5b.c: Likewise.
39493         * elf/tst-auditmod6b.c: Likewise.
39494         * elf/tst-auditmod6c.c: Likewise.
39495         * elf/tst-auditmod7b.c: Likewise.
39496         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39497         * sysdeps/x86_64/preconfigure.in: Likewise.
39498         * sysdeps/x86_64/preconfigure: Regenerated.
39500 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39502         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39503         __ILP32__.
39505 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39507         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39508         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39510 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39512         [BZ #13973]
39513         * locale/iso-639.def: Fix gl language name. Spotted by
39514         Yaron Shahrabani.
39516 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39518         [BZ #2074]
39519         * libio/libio.h (__io_write_fn): Update comment.
39521 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39523         [BZ #2074]
39524         * stdio.texi (Hook Functions): The user provided writer function
39525         is not allowed to return -1.
39527 2012-04-11  David S. Miller  <davem@davemloft.net>
39529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39531 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39533         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39534         Add a leading slash to rtkaio.
39536 2012-04-11  Jim Meyering  <meyering@redhat.com>
39538         [BZ #11959]
39539         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39540         It is not necessarily an error to ignore fwrite's return
39541         value.  One can reliably use ferror to test for errors after
39542         the fact.
39544 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39546         * bits/types.h (__snseconds_t): New type.
39547         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39549         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39550         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39551         (__SNSECONDS_T_TYPE): Likewise.
39552         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39553         (__SNSECONDS_T_TYPE): Likewise.
39554         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39555         (__SNSECONDS_T_TYPE): Likewise.
39557 2012-04-10  Andreas Jaeger  <aj@suse.de>
39559         [BZ #2636]
39560         * manual/time.texi (Processor Time): Return type of times is
39561         elapsed real time since an arbitrary point in the past.
39562         (CPU Time): Move CLK_TCK from here...
39563         (Processor Time): ...to here.  Correct description.
39564         * manual/conf.texi (Constants for Sysconf): Correct description of
39565         _SC_CLK_TCK.
39567 2012-04-10  David S. Miller  <davem@davemloft.net>
39569         [BZ #13967]
39570         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39571         where the is a gap between DT_REL(A) and DT_JMPREL.
39573 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39575         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39576         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39577         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39579 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39581         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39582         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39583         (dl_main): Handle --inhibit-cache.
39584         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39585         _dl_inhibit_cache.
39586         * elf/dl-load.c (_dl_map_object): Use it.
39587         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39589 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39591         [BZ #13872]
39592         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39593         (__ieee754_powl): Saturate large exponents rather than testing for
39594         overflow of y*log2(x).
39595         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39596         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39597         exceptions.
39599         [BZ #11521]
39600         * math/s_ctan.c: Include <float.h>.
39601         (__ctan): Avoid internal overflow or cancellation in calculating
39602         denominator.
39603         * math/s_ctanf.c: Likewise.
39604         * math/s_ctanl.c: Likewise.
39605         * math/s_ctanh.c: Likewise.
39606         * math/s_ctanhf.c: Likewise.
39607         * math/s_ctanhl.c: Likewise.
39608         * math/libm-test.inc (ctan_test): Add more tests.
39609         (ctanh_test): Likewise.
39610         * sysdeps/i386/fpu/libm-test-ulps: Update.
39611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39613 2012-04-09  Andreas Jaeger  <aj@suse.de>
39615         [BZ #6894]
39616         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39617         is an optional BSD extension.
39619         [BZ #10254]
39620         * manual/stdio.texi (Opening Streams): Document additional fopen
39621         parameters.
39623 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39625         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39626         %eax without telling the compiler.
39628 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39630         [BZ # 13963]
39631         * manual/install.texi: Use sourceware.org.
39633 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39635         [BZ #13873]
39636         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39637         (__ieee754_pow): Generate overflow and underflow using huge*huge
39638         and tiny*tiny rather than just returning constant infinity or zero
39639         for large exponents.
39640         * math/libm-test.inc (pow_test): Require overflow exceptions for
39641         applicable cases of large exponents.
39643         [BZ #706]
39644         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39645         (__ieee754_pow): Use iterative multiplication algorithm only for
39646         integer exponents with absolute value below 1024.  Check for odd
39647         integer exponents when using algorithm for real exponents.
39648         * math/libm-test.inc (pow_test): Add more tests.
39649         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39651 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39653         [BZ #13705]
39654         * math/libm-test.inc (exp_test): Do not allow overflow exception
39655         on underflow test.
39657 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39659         [BZ #13705]
39660         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39661         instead of __kernel_standard_f.
39663 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39665         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39666         * sysdeps/x86_64/memset_chk.S: Likewise.
39668 2012-04-08  Andreas Jaeger  <aj@suse.de>
39670         [BZ #10153]
39671         * manual/startup.texi (Environment Access): Describe return value
39672         for putenv and setenv.
39674         [BZ #6895]
39675         * manual/filesys.texi (Directory Entries): Add description for
39676         DT_LNK.
39678         [BZ #6890]
39679         * manual/filesys.texi (Directory Entries): Clarify that it's file
39680         system not operating system in the description of DT_UNKNOWN.
39682         [BZ #6578]
39683         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39685 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39687         [BZ #6649]
39688         * manual/llio.texi (Opening and Closing Files): Add cross
39689         reference to explain mode argument.
39691 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39693         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39694         * sysdeps/x86_64/memset_chk.S: Likewise.
39696 2012-04-07  David S. Miller  <davem@davemloft.net>
39698         * elf/elf.h (R_SPARC_WDISP10): Define.
39699         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39700         R_SPARC_SIZE32.
39701         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39702         R_SPARC_SIZE64 and R_SPARC_H34.
39704 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39706         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39707         conditions and remove no longer applicable assertion.
39709 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39711         * bits/byteswap.h: Include <features.h>.
39712         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39713         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39715 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39717         * bits/byteswap.h (__bswap_16): Removed.
39718         Include <bits/byteswap-16.h> to get __bswap_16.
39719         * sysdeps/i386/bits/byteswap.h: Likewise.
39720         * sysdeps/s390/bits/byteswap.h: Likewise.
39721         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39722         * bits/byteswap-16.h: New file.
39723         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39724         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39725         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39726         * string/Makefile (headers): Add bits/byteswap-16.h.
39728 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39730         [BZ #13895]
39731         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39732         extra indirection.
39733         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39734         * nss/tst-nss-static.c: New.
39736 2012-04-06  Robert Millan  <rmh@gnu.org>
39738         [BZ #6486]
39739         * manual/llio.texi (File Position Primitive): lseek
39740         refers to WHENCE when it really means OFFSET.
39742 2012-04-06  Andreas Jaeger  <aj@suse.de>
39744         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39745         strncmp declarations.
39747         * abilist/libc.abilist: Add __poll and __ppoll.
39749 2012-04-05  David S. Miller  <davem@davemloft.net>
39751         * scripts/check-local-headers.sh: Accept a host triplet in the
39752         path matched by the exclude regexp.
39754         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39755         definition.
39756         * sysdeps/powerpc/powerpc32/dl-machine.h
39757         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39758         * sysdeps/s390/s390-32/dl-machine.h
39759         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39760         * sysdeps/sparc/sparc32/dl-machine.h
39761         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39762         * sysdeps/sparc/sparc64/dl-machine.h
39763         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39765         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39766         lazy binding.
39767         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39768         undefined symbol errors.
39770         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39771         DT_NEEDED entries.
39773 2012-04-05  Michael Matz  <matz@suse.de>
39775         [BZ #13592]
39776         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39778 2012-04-05  Andreas Jaeger  <aj@suse.de>
39780         [BZ #13908]
39781         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39782         comment.
39784 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39786         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39787         which ROUND is no valid rounding mode.
39789 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39791         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39792         read again.
39793         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39795 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39797         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39798         an exception using FPU order intentionally.
39800 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39802         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39803         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39804         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39805         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39807 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39809         [BZ #12340]
39810         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39811         EINVAL when BUFLEN is too smal.
39813 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39815         [BZ #13553]
39816         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39817         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39819 2012-04-03  Andreas Jaeger  <aj@suse.de>
39821         [BZ #13938]
39822         * manual/setjmp.texi (System V contexts): Fix sentence.
39824         [BZ #13926]
39825         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39826         New macro for this case.
39827         [!__GNUC__] (__bswap_64): New inline function for this case.
39828         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39829         * bits/byteswap.h: Likewise.
39830         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39831         ull, guard with __GLIBC_HAVE_LONG_LONG.
39833         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39834         __GLIBC_HAVE_LONG_LONG.
39836         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39837         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39839 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39841         [BZ #13691]
39842         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39843         inptr and inend, rather than using last_ch.
39845 2012-04-02  David S. Miller  <davem@davemloft.net>
39847         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39848         * stdio-common/printf-parse.h (read_int): Change return type to
39849         'int', return -1 on INT_MAX overflow.
39850         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39851         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39852         overflows INT_MAX.  Check for overflow of in-format-string precision
39853         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39854         SIZE_MAX not INT_MAX for integer overflow test.
39855         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39856         skip the construct in the format string but do not record anything.
39857         * stdio-common/bug22.c: Adjust to test both width/prevision
39858         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39859         explicitly for proper errno values.
39861 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39863         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39864         CHAR_MAX.
39865         * string/test-strcmp.c [! WIDE]: Likewise.
39866         * time/tst-mktime2.c: Likewise for INT_MAX.
39867         * string/test-string.h: #include <sys/param.h> for MIN.
39869         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39870         * sysdeps/i386/init-first.c (init): Likewise.
39871         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39872         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39873         * sysdeps/sh/init-first.c (init): Likewise.
39875 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39877         * po/ru.po: Update from translation team.
39878         * po/vi.po: Likewise.
39880 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39882         * resolv/nss_dns/dns-host.c: Merge copyright years.
39884 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39886         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39887         Optimize memcpy with prefetch if
39888         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39889         src, dst pointers have unequal 16 byte alignments.
39891 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39893         [BZ #13928]
39894         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39895         from a CNAME entry and return the minimum ttl for the query.
39896         (gaih_getanswer_slice): Likewise.
39898 2012-03-30  Jeff Law  <law@redhat.com>
39900         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39901         due to long keys.
39902         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39903         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39905         * resolv/nss_dns/dns-host.c: Update copyright year.
39907 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39909         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39910         requests to save a system call.  Fix check that all bytes are sent.
39912         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39913         comments for sendmmsg.
39915 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39917         [BZ #13691]
39918         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39919         with only 1 character between 0x0041 and 0x01b0.
39920         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39921         * wcsmbs/tst-mbsnrtowcs.c: New file.
39923 2012-03-29  David S. Miller  <davem@davemloft.net>
39925         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39926         small copies by hand.
39928 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39930         [BZ #13761]
39931         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39932         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39933         group memberships.
39935 2012-03-28  David S. Miller  <davem@davemloft.net>
39937         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39938         that branches into memcpy.
39939         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39940         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39941         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39942         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39943         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39944         bits.
39945         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39946         implementation too.
39947         * sysdeps/sparc/mempcpy.S: New file.
39949         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39950         the IFUNC routine in the libc case.
39951         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39953         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39954         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39955         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39956         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39957         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39958         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39959         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39960         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39962         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39963         loop to 256 bytes instead of 64 bytes and fix test signedness.
39965         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39966         * sysdeps/sparc/sparc32/Makefile: rather than here...
39967         * sysdeps/sparc/sparc64/Makefile: and here.
39969 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39971         * malloc/mallocbug.c: Avoid warnings about unused variables.
39973 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39975         [BZ #13760]
39976         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39977         in the right place. Discard and retry query if response is
39978         larger than input buffer size.
39980 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39982         [BZ #369]
39983         [BZ #2678]
39984         [BZ #3866]
39985         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39986         x for large integer exponent.
39987         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39988         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39989         sign of result as needed afterwards.
39990         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39991         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39992         result for underflowing pow the same as for overflow.
39993         (__kernel_standard_l): Handle powl overflow and underflow here
39994         rather than calling __kernel_standard.
39995         * math/libm-test.inc (pow_test): Add more tests.
39997         [BZ #3868]
39998         [BZ #13879]
39999         [BZ #13910]
40000         [BZ #13911]
40001         [BZ #13912]
40002         [BZ #13913]
40003         [BZ #13915]
40004         [BZ #13916]
40005         [BZ #13917]
40006         [BZ #13918]
40007         [BZ #13919]
40008         [BZ #13920]
40009         [BZ #13921]
40010         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40011         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40012         (__kernel_standard_l): New function.
40013         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40014         __kernel_standard.
40015         * math/w_acosl.c (__acosl): Likewise.
40016         * math/w_asinl.c (__asinl): Likewise.
40017         * math/w_atan2l.c (__atan2l): Likewise.
40018         * math/w_atanhl.c (__atanhl): Likewise.
40019         * math/w_coshl.c (__coshl): Likewise.
40020         * math/w_exp10l.c (__exp10l): Likewise.
40021         * math/w_exp2l.c (__exp2l): Likewise.
40022         * math/w_fmodl.c (__fmodl): Likewise.
40023         * math/w_hypotl.c (__hypotl): Likewise.
40024         * math/w_j0l.c (__j0l, __y0l): Likewise.
40025         * math/w_j1l.c (__j1l, __y1l): Likewise.
40026         * math/w_jnl.c (__jnl, __ynl): Likewise.
40027         * math/w_lgammal.c (__lgammal): Likewise.
40028         * math/w_log10l.c (__log10l): Likewise.
40029         * math/w_log2l.c (__log2l): Likewise.
40030         * math/w_logl.c (__logl): Likewise.
40031         * math/w_powl.c (__powl): Likewise.
40032         * math/w_remainderl.c (__remainderl): Likewise.
40033         * math/w_scalbl.c (sysv_scalbl): Likewise.
40034         * math/w_sinhl.c (__sinhl): Likewise.
40035         * math/w_sqrtl.c (__sqrtl): Likewise.
40036         * math/w_tgammal.c (__tgammal): Likewise.
40037         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40038         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40039         * math/libm-test.inc (acos_test): Add more tests.
40040         (acosh_test): Likewise.
40041         (asin_test): Likewise.
40042         (atanh_test): Likewise.
40043         (exp_test): Likewise.
40044         (exp10_test): Likewise.
40045         (exp2_test): Likewise.
40046         (expm1_test): Likewise.
40047         (lgamma_test): Likewise.
40048         (log_test): Likewise.
40049         (log10_test): Likewise.
40050         (log1p_test): Likewise.
40051         (log2_test): Likewise.
40052         (pow_test): Do not allow some spurious overflow exceptions.
40053         (sqrt_test): Add more tests.
40054         (tgamma_test): Likewise.
40055         (y0_test): Likewise.
40056         (y1_test): Likewise.
40057         (yn_test): Likewise.
40059 2012-03-27  Anton Blanchard  <anton@samba.org>
40061         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40062         MAP_HUGETLB.
40063         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40064         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40065         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40067 2012-03-27  David S. Miller  <davem@davemloft.net>
40069         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40071         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40072         have-as-vis3 check.
40074 2012-03-27  Andreas Jaeger  <aj@suse.de>
40076         * sysdeps/x86_64/elf/configure.in: Moved to ...
40077         * sysdeps/x86_64/configure.in: ... here.
40078         * sysdeps/x86_64/elf/start.S: Moved to ...
40079         * sysdeps/x86_64/start.S: ... here.
40080         * sysdeps/x86_64/elf/configure: Delete.
40082         * sysdeps/x86_64/configure.in: Merge contents from
40083         sysdeps/i386/configure.in (without i686 check).
40085         * sysdeps/i386/elf/Versions: Merge into ...
40086         * sysdeps/i386/Versions: ... this.
40087         * sysdeps/i386/elf/Versions: Delete file.
40088         * sysdeps/i386/elf/start.S: Moved to ...
40089         * sysdeps/i386/start.S: ...here.
40090         * sysdeps/i386/elf/configure.in: Merge into...
40091         * sysdeps/i386/configure.in: ...here.
40092         * sysdeps/i386/elf/configure.in: Delete file.
40093         * sysdeps/i386/elf/configure: Delete file.
40095         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40096         * debug/backtracesyms.c: ... here.
40097         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40098         * debug/backtracesymsfd.c: ... here.
40099         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40100         * sysdeps/generic/ifunc-sel.h: ... here.
40102         * sysdeps/unix/i386/start.c: Delete file.
40103         * sysdeps/unix/sparc/start.c: Delete file.
40104         * sysdeps/unix/start.c: Delete file.
40106         * sysdeps/sh/elf/configure.in: Moved to ...
40107         * sysdeps/sh/configure.in: ... here.
40108         * sysdeps/sh/elf/start.S: Moved to ...
40109         * sysdeps/sh/start.S: ... here.
40110         * sysdeps/sh/elf/configure: Delete file.
40112         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40113         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40114         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40115         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40116         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40117         * sysdeps/powerpc/powerpc64/start.S: here.
40118         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40119         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40120         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40121         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40122         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40124         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40125         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40126         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40127         * sysdeps/powerpc/powerpc32/start.S: ... here.
40128         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40129         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40130         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40132         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40133         * sysdeps/powerpc/ifunc-sel.h: ... here.
40134         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40135         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40137         * sysdeps/sparc/elf/configure.in: Moved to ...
40138         * sysdeps/sparc/configure.in: ... here.
40139         * sysdeps/sparc/elf/configure: Delete file.
40140         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40141         * sysdeps/sparc/sparc32/start.S: ... here.
40142         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40143         * sysdeps/sparc/sparc64/start.S: ... here.
40144         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40145         * sysdeps/sparc/sparc32/Makefile: ... this.
40146         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40147         * sysdeps/sparc/sparc64/Makefile: ... this.
40149         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40150         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40151         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40152         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40153         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40154         * sysdeps/s390/s390-32/setjmp.S: ... here.
40155         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40156         * sysdeps/s390/s390-32/configure.in: ... here.
40157         * sysdeps/s390/s390-32/elf/configure: Delete file.
40158         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40159         * sysdeps/s390/s390-32/start.S: ... here.
40161         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40162         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40163         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40164         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40165         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40166         * sysdeps/s390/s390-64/setjmp.S: ... here.
40167         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40168         * sysdeps/s390/s390-64/configure.in: ... here
40169         * sysdeps/s390/s390-64/elf/configure: Delete file.
40170         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40171         * sysdeps/s390/s390-64/start.S: ... here.
40172         * sysdeps/s390/s390-64/elf/configure: Delete.
40174         * configure.in: Remove support for elf directories in sysdeps.
40176         * configure: Regenerated.
40177         * sysdeps/i386/configure: Regenerated.
40178         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40179         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40180         * sysdeps/s390/s390-32/configure: Regenerated.
40181         * sysdeps/s390/s390-64/configure: Regenerated.
40182         * sysdeps/sh/configure: Regenerated.
40183         * sysdeps/sparc/configure: Regenerated.
40184         * sysdeps/x86_64/configure: Regenerated.
40186 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40188         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40190         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40191         denormal result into account.
40193 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40195         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40196         Reported by Allan McRae <allan@archlinux.org>.
40198 2012-03-23  Jeff Law  <law@redhat.com>
40200         * nss/getnssent.c (__nss_getent): Fix typo.
40202 2012-03-23  David S. Miller  <davem@davemloft.net>
40204         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40206 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40208         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40209         to pad to uint64_t for each field.
40210         (dl_tls_index): Replace unsigned long with uint64_t.
40212 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40213         Paul Pluzhnikov  <ppluzhnikov@google.com>
40215         [BZ #6528]
40216         * grp/Makefile (otherlibs): Don't set it.
40217         * inet/Makefile (otherlibs): Likewise.
40218         * login/Makefile (otherlibs): Likewise.
40219         * nscd/Makefile (otherlibs): Likewise.
40220         * posix/Makefile (otherlibs): Likewise.
40221         * pwd/Makefile (otherlibs): Likewise.
40222         * rt/Makefile (otherlibs): Likewise.
40223         * sunrpc/Makefile (otherlibs): Likewise.
40224         * nss/Makefile (otherlibs): Likewise.
40225         Add libnss_files to routines and static-only-routines.
40226         ($(objpfx)getent): Remove rule.
40227         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40228         static-only-routines.
40230 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40232         [BZ #13892]
40233         * math/s_cexp.c: Include <float.h>.
40234         (__cexp): Handle exp result overflowing not necessarily
40235         overflowing both real and imaginary parts of result.
40236         * math/s_cexpf.c: Likewise.
40237         * math/s_cexpl.c: Likewise.
40238         * math/libm-test.inc (cexp_test): Add more tests.
40239         * sysdeps/i386/fpu/libm-test-ulps: Update.
40240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40242 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40244         * include/link.h (ELFW): New macro.
40245         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40246         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40248 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40250         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40251         with uint64_t.
40253 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40255         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40256         declaration.
40257         (struct La_x32_retval): Likewise.
40259 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40261         * sysdeps/x86_64/preconfigure.in: New file.
40262         * sysdeps/x86_64/preconfigure: New generated file.
40264 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40266         [BZ #13824]
40267         * math/e_exp2l.c: Include <float.h>.
40268         (__ieee754_exp2l): Handle overflow and underflow cases
40269         separately.  Only pass fractional part of argument to
40270         __ieee754_expl.
40271         * math/libm-test.inc (exp2_test): Add more tests.
40273         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40274         negating x to take absolute value.
40275         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40276         Likewise.
40277         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40278         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40279         Likewise.
40280         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40281         computing low part if x was negated.
40282         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40284 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40286         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40287         la_x32_gnu_pltexit.
40288         (pltexit): Cast int_retval to ptrdiff_t.
40289         * elf/tst-auditmod3b.c: Likewise.
40290         * elf/tst-auditmod4b.c: Likewise.
40291         * elf/tst-auditmod5b.c: Likewise.
40292         * elf/tst-auditmod6b.c: Likewise.
40293         * elf/tst-auditmod6c.c: Likewise.
40294         * elf/tst-auditmod7b.c: Likewise.
40296         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40297         and x32_gnu_pltexit.
40299         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40300         __ELF_NATIVE_CLASS.
40301         (La_x32_regs): New macro.
40302         (La_x32_retval): Likewise.
40303         (la_x32_gnu_pltenter): New function prototype.
40304         (la_x32_gnu_pltexit): Likewise.
40306 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40308         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40309         exponent.
40311         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40313         * configure.in (libc_cv_cc_nofma): Check for option to disable
40314         generation of FMA instructions.
40315         * configure: Regenerate.
40316         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40317         * sysdeps/ieee754/dbl-64/Makefile: New file.
40318         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40319         Remove brandred-fma4.
40320         (CFLAGS-brandred-fma4.c): Remove.
40321         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40322         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40323         define.
40324         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40325         define.
40327 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40329         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40330         LLONG_MAX != LONG_MAX.
40331         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40332         (_fitoa_word): Likewise.
40333         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40334         LLONG_MAX != LONG_MAX.
40335         * stdio-common/_itowa.h: Include <_itoa.h>.
40336         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40337         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40338         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40339         only if not defined.
40340         (_ITOA_WORD_TYPE): Likewise.
40341         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40342         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40344 2012-03-21  David S. Miller  <davem@davemloft.net>
40346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40348 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40350         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40351         of x86_64 when setting libc_cv_slibdir, libdir and
40352         libc_cv_localedir.
40353         * sysdeps/unix/sysv/linux/configure: Regenerated.
40355 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40357         * manual/lang.texi (Old Varargs): Remove section.
40358         (How Variadic): Update menu.
40359         (va_start): Do not mention varargs.h.
40361 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40362             Joseph Myers  <joseph@codesourcery.com>
40364         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40365         link test.
40366         * configure: Regenerated.
40368 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40370         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40371         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40372         conformtest.pl
40374 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40376         * NOTES: Remove.
40377         * Makefile (files-for-dist): Remove NOTES.
40378         (NOTES): Remove rule.
40379         * README: Don't refer to NOTES.
40380         * manual/creature.texi: Don't include macros.texi.
40381         * manual/intro.texi (creature.texi): Remove comment referring to
40382         NOTES.
40384         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40385         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40386         * configure: Regenerated.
40387         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40388         LIBC_TRY_CC_OPTION.
40389         (libc_cv_as_i686): Likewise.
40390         (libc_cv_cc_avx): Likewise.
40391         (libc_cv_cc_sse2avx): Likewise.
40392         (libc_cv_cc_fma4): Likewise.
40393         (libc_cv_cc_novzeroupper): Likewise.
40394         * sysdeps/i386/configure: Regenerated.
40396         [BZ #13883]
40397         * sysdeps/i386/fpu/s_cexp.S: Remove.
40398         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40399         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40400         * math/libm-test.inc (cexp_test): Add more tests.
40401         * sysdeps/i386/fpu/libm-test-ulps: Update.
40402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40404 2012-03-21  Allan McRae  <allan@archlinux.org>
40406         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40408 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40410         [BZ #13871]
40411         * math/w_exp2.c: Do not include <float.h>.
40412         (o_threshold, u_threshold): Remove.
40413         (__exp2): Calculate result before checking finiteness and calling
40414         __kernel_standard.
40415         * math/w_exp2f.c: Likewise.
40416         * math/w_exp2l.c: Likewise.
40417         * math/libm-test.inc (exp2_test): Require overflow exception for
40418         1e6 input.
40420         [BZ #3866]
40421         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40422         range of signed 64-bit integers before using fistpll.  Remove
40423         checks for whether integers fit in mantissa bits.
40424         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40425         the range of signed 32-bit integers before using fistpl.  Remove
40426         checks for whether integers fit in mantissa bits.
40427         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40428         (__ieee754_powl): Test for y outside the range of signed 64-bit
40429         integers before using fistpll.  Reduce 64-bit values to 63-bit
40430         ones as needed.
40431         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40432         divide-by-zero is raised for zero to large negative powers.
40433         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40434         (__ieee754_powl): Test for y outside the range of signed 64-bit
40435         integers before using fistpll.  Reduce 64-bit values to 63-bit
40436         ones as needed.
40437         * math/libm-test.inc (pow_test): Add more tests.
40439 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40441         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40442         <stdio-common/_itoa.h>.
40443         * debug/segfault.c: Likewise.
40444         * elf/dl-cache.c: Likewise.
40445         * elf/dl-minimal.c: Likewise.
40446         * elf/dl-misc.c: Likewise.
40447         * elf/dl-sysdep.c: Likewise.
40448         * elf/dl-version.c: Likewise.
40449         * elf/rtld.c: Likewise.
40450         * hurd/hurdsock.c: Likewise.
40451         * hurd/lookup-retry.c: Likewise.
40452         * malloc/malloc.c: Likewise.
40453         * malloc/mtrace.c: Likewise.
40454         * nscd/nscd_getgr_r.c: Likewise.
40455         * nscd/nscd_getpw_r.c: Likewise.
40456         * nscd/nscd_getserv_r.c: Likewise.
40457         * posix/getopt_init.c: Likewise.
40458         * posix/wordexp.c: Likewise.
40459         * stdio-common/_itoa.c: Likewise.
40460         * stdio-common/printf_fphex.c: Likewise.
40461         * stdio-common/vfprintf.c: Likewise.
40462         * string/_strerror.c: Likewise.
40463         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40464         * sysdeps/i386/i686/hp-timing.h: Likewise.
40465         * sysdeps/mach/_strerror.c: Likewise.
40466         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40467         * sysdeps/mach/hurd/sethostid.c: Likewise.
40468         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40469         * sysdeps/mach/xpg-strerror.c: Likewise.
40470         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40471         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40472         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40473         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40474         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40475         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40476         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40477         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40478         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40479         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40480         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40481         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40482         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40483         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40484         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40485         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40486         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40487         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40488         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40489         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40490         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40492         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40494         * stdio-common/_itoa.h: Moved to ...
40495         * sysdeps/generic/_itoa.h: Here.
40497         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40499         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40500         instead of "_itoa.h" and "_itowa.h".
40501         * stdio-common/vfprintf.: Likewise.
40503 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40505         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40506         <bits/wordsize.h>.
40507         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40508         (__signbit): Likwise.
40509         (llrintf): Likwise.
40510         (llrint): Likwise.
40512 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40514         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40515         __WORDSIZE != 64.
40517 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40519         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40520         OVERFLOW_EXCEPTION_OK.
40521         * math/libm-test.inc ("Philosophy"): Update comment about
40522         exception testing.
40523         (OVERFLOW_EXCEPTION): Define.
40524         (OVERFLOW_EXCEPTION_OK): Likewise.
40525         (INVALID_EXCEPTION_OK): Renumber.
40526         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40527         (IGNORE_ZERO_INF_SIGN): Likewise.
40528         (test_exceptions): Handle FE_OVERFLOW.
40529         (exp10_test): Expect overflow exceptions.
40530         (exp2_test): Likewise.
40531         (expm1_test): Likewise.
40532         (nextafter_test): Likewise.
40533         (pow_test): Likewise.
40534         (scalbn_test): Likewise.
40535         (scalbln_test): Likewise.
40537 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40539         * sysdeps/x86_64/bits/atomic.h
40540         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40541         64bit integer.
40542         (atomic_exchange_acq): Likewise.
40543         (__arch_exchange_and_add_body): Likewise.
40544         (__arch_add_body): Likewise.
40545         (atomic_add_negative): Likewise.
40546         (atomic_add_zero): Likewise.
40548 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40550         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40551         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40553 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40555         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40556         Check __x86_64__ instead of __WORDSIZE.
40558 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40560         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40562 2012-03-19  David S. Miller  <davem@davemloft.net>
40564         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40566         * sysdeps/sparc/fpu/fenv_private.h: New file.
40567         * sysdeps/sparc/fpu/math_private.h: Use it.
40568         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40569         Remove.
40570         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40571         (libc_feholdexcept_setroundl): Remove.
40572         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40573         Remove.
40574         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40575         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40577 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40579         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40580         int64_t instead of long int.
40581         (INSERT_WORDS64): Likwise.
40583 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40585         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40586         _Unwind_GetCFA return to _Unwind_Ptr first.
40588 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40590         [BZ #13629]
40591         * math/s_clog.c: Include <float.h>.
40592         (__clog): Scale large or subnormal inputs.
40593         * math/s_clogf.c: Likewise.
40594         * math/s_clogl.c: Likewise.
40595         * math/s_clog10.c: Include <float.h>.
40596         (M_LOG10_2): Define.
40597         (__clog10): Scale large or subnormal inputs.
40598         * math/s_clog10f.c: Likewise.
40599         * math/s_clog10l.c: Likewise.
40600         * math/libm-test.inc (clog_test): Add more tests.
40601         (clog10_test): Likewise.
40602         * sysdeps/i386/fpu/libm-test-ulps: Update.
40603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40605         [BZ #11451]
40606         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40607         x and y.
40608         * math/libm-test.inc (atan2_test): Add another test.
40610         * Makerules (common-objdir-compile): Remove.
40611         * sysdeps/unix/Makefile (config-generated): Do not add
40612         $(unix-generated) to variable.
40613         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40614         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40615         Remove rule.
40616         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40617         Likewise.
40618         [generic bits/local_lim.h] (before-compile): Do not append to
40619         variable.
40620         [generic bits/local_lim.h] (common-generated): Likewise.
40621         [generic sys/param.h] (before-compile): Do not append to variable.
40622         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40623         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40624         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40625         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40626         include.
40627         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40628         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40629         [generic sys/param.h] ($(addprefix
40630         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40631         [generic sys/param.h] (common-generated): Do not append to
40632         variable.
40633         [generic sys/param.h] (sysdep_headers): Likewise.
40634         [generic bits/errno.h] (before-compile): Do not append to
40635         variable.
40636         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40637         rule.
40638         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40639         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40640         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40641         [generic bits/errno.h] (common-generated): Do not append to
40642         variable.
40643         [generic bits/ioctls.h] (before-compile): Do not append to
40644         variable.
40645         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40646         rule.
40647         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40648         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40649         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40650         rule.
40651         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40652         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40653         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40654         [generic bits/ioctls.h] (common-generated): Do not append to
40655         variable.
40656         [generic sys/syscall.h] (syscall.h): Remove variable.
40657         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40658         rule.
40659         [generic sys/syscall.h] (before-compile): Do not append to
40660         variable.
40661         [generic sys/syscall.h] (common-generated): Likewise.
40662         * sysdeps/unix/errnos-tmpl.c: Remove file.
40663         * sysdeps/unix/errnos.awk: Likewise.
40664         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40665         * sysdeps/unix/ioctls.awk: Likewise.
40666         * sysdeps/unix/mk-local_lim.c: Likewise.
40667         * sysdeps/unix/snarf-ioctls: Likewise.
40669 2012-03-19  Richard Henderson  <rth@twiddle.net>
40671         * sysdeps/i386/fpu/fenv_private.h: New file.
40672         * sysdeps/i386/fpu/math_private.h: Use it.
40673         (math_opt_barrier, math_force_eval): Remove.
40674         (libc_feholdexcept_setround_53bit): Remove.
40675         (libc_feupdateenv_53bit): Remove.
40676         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40677         (math_opt_barrier, math_force_eval): Remove.
40678         (libc_feholdexcept): Remove.
40679         (libc_feholdexcept_setround): Remove.
40680         (libc_fetestexcept, libc_fesetenv): Remove.
40681         (libc_feupdateenv_test): Remove.
40682         (libc_feupdateenv, libc_feholdsetround): Remove.
40683         (libc_feresetround): Remove.
40685         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40686         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40688         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40689         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40690         (libc_feupdateenv_testl): New.
40691         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40692         (libc_feupdateenv_testf): New.
40693         (libc_feupdateenv): Use libc_feupdateenv_test.
40694         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40695         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40697         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40698         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40699         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40700         (libc_feresetround_noex): New.
40701         (libc_feresetround_noexf): New.
40702         (libc_feresetround_noexl): New.
40703         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40704         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40705         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40706         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40707         SET_RESTORE_ROUND.
40708         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40709         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40710         (__cos): Likewise.
40711         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40712         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40713         SET_RESTORE_ROUND_NOEX.
40714         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40715         SET_RESTORE_ROUND_NOEXF.
40716         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40717         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40718         (libc_feholdsetroundf): New.
40719         (libc_feresetround, libc_feresetroundf): New.
40721         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40722         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40723         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40725         * sysdeps/generic/math_private.h: Include <fenv.h>.
40726         (default_libc_feholdexcept): New.
40727         (default_libc_feholdexcept_setround): New.
40728         (default_libc_fesetenv, default_libc_feupdateenv): New.
40729         (libc_feholdexcept): Only define if undefined.
40730         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40731         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40732         (libc_feholdexcept_setroundl): Likewise.
40733         (libc_feholdexcept_setround_53bit): Likewise.
40734         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40735         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40736         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40737         (libc_feupdateenv_53bit): Likewise.
40738         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40739         (libc_feholdexcept): Convert from macro to inline function.
40740         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40741         (libc_fesetenv, libc_feupdateenv): Likewise.
40743         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40744         not previously defined.
40745         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40746         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40747         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40748         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40749         * sysdeps/ieee754/flt-32/math_private.h: New file.
40750         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40751         math_private.h below SET_FLOAT_WORD.
40752         (__isnan, __isinf_ns, __finite): Remove.
40753         (__isnanf, __isinf_nsf, __finitef): Remove.
40755 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40757         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40759 2012-03-17  David S. Miller  <davem@davemloft.net>
40761         [BZ #6471]
40762         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40763         for 2.16.
40765 2012-03-16  David S. Miller  <davem@davemloft.net>
40767         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40768         warnings.
40770         [BZ #6471]
40771         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40772         properly.
40773         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40774         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40775         sysdep_routines when subdir is sysvipc.
40776         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40777         __getshmlba helper.
40779         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40781 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40783         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40784         [__LP64__].
40786 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40788         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40789         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40790         (__lround): Renamed to ...
40791         (__llround): This.  Replace long int with long long int.
40792         Define lround functions as aliases of llround functions.
40793         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40795 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40797         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40798         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40799         adresses to uintptr_t.  Replace "long int" and "unsigned long
40800         int" with "greg_t" on va_arg.
40802 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40804         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40805         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40807         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40808         Move e_machine check before EI_CLASS check.  Handle x32
40809         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40810         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40811         SKIP_EM_IA_64 and include
40812         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40814         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40815         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40816         (add_system_dir): New macro.
40818         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40819         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40821 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40823         [BZ #2551]
40824         [BZ #2552]
40825         [BZ #2553]
40826         [BZ #2554]
40827         [BZ #2562]
40828         [BZ #2563]
40829         [BZ #2565]
40830         [BZ #2566]
40831         [BZ #2576]
40832         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40833         (y0): Likewise.
40834         * math/w_j0f.c (j0f): Likewise.
40835         (y0f): Likewise.
40836         * math/w_j0l.c (__j0l): Likewise.
40837         (__y0l): Likewise.
40838         * math/w_j1.c (j1): Likewise.
40839         (y1): Likewise.
40840         * math/w_j1f.c (j1f): Likewise.
40841         (y1f): Likewise.
40842         * math/w_j1l.c (__j1l): Likewise.
40843         (__y1l): Likewise.
40844         * math/w_jn.c (jn): Likewise.
40845         (yn): Likewise.
40846         * math/w_jnf.c (jnf): Likewise.
40847         (ynf): Likewise.
40848         * math/w_jnl.c (__jnl): Likewise.
40849         (__ynl): Likewise.
40850         * math/libm-test.inc (j0_test): Add more tests.
40851         (j1_test): Likewise.
40852         (jn_test): Likewise.  Add trailing semicolon to existing test.
40853         (y0_test): Likewise.
40854         (y1_test): Likewise.
40855         * sysdeps/i386/fpu/libm-test-ulps: Update.
40856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40858         [BZ #13851]
40859         [BZ #13854]
40860         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40861         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40862         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40863         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40864         (__tanl): Set errno for infinite argument.
40865         * sysdeps/i386/fpu/mptan.c: Remove.
40866         * sysdeps/i386/fpu/s_tan.S: Likewise.
40867         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40868         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40869         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40870         * math/libm-test.inc (tan_test): Add more tests and enable more
40871         tests for double and long double.
40872         * sysdeps/i386/fpu/libm-test-ulps: Update.
40873         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40875 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40877         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40878         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40880 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40882         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40883         * configure.in: Use it for both main tree and add-ons.
40884         * configure: Regenerated.
40886 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40888         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40890 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40892         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40893         in comment.
40895         [BZ #13851]
40896         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40897         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40898         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40899         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40900         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40901         infinite argument.
40902         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40903         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40904         != 0 for prec == 2.
40905         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40906         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40907         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40908         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40909         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40910         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40911         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40912         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40913         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40914         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40915         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40916         * math/libm-test.inc (cos_test): Add more tests and enable more
40917         tests for long double.
40918         (sin_test): Likewise.
40919         (sincos_test): Likewise.
40920         * sysdeps/i386/fpu/libm-test-ulps: Update.
40921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40923 2012-03-16  David S. Miller  <davem@davemloft.net>
40925         * sysdeps/sparc/fpu/math_private.h: New file.
40927 2012-03-15  David S. Miller  <davem@davemloft.net>
40929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40930         file.
40931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40933         file.
40934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40935         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40936         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40937         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40938         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40939         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40940         sysdep routines.
40941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40943         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40944         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40946         * sysdeps/sparc/sparc-ifunc.h: New file.
40947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40948         sparc-ifunc.h
40949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40951         Likewise.
40952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40953         Likewise.
40954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40958         Likewise.
40959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40964         Likewise.
40965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40966         Likewise.
40967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40971         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40972         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40973         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40974         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40975         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40976         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40977         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40978         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40979         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40980         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40981         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40982         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40983         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40984         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40985         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40986         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40987         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40988         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40989         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40990         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40992 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40994         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40995         scaling.
40996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40998 2012-03-15  Andreas Jaeger  <aj@suse.de>
41000         [BZ #13852]
41001         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41002         ieee754/flt-32 implementation for sin, cos and sincos.
41003         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41004         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41005         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41006         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41007         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41008         ieee754/flt-32 implementation for tan.
41010         * math/libm-test.inc (cos_test): Enable some large input tests for
41011         float as well
41012         (sin_test): Likewise.
41013         (sincos_test): Likewise.
41014         (tan_test): Add tests for large input.
41016         * sysdeps/i386/fpu/libm-test-ulps: Update.
41018 2012-03-15  Andreas Jaeger  <aj@suse.de>
41020         [BZ #13658]
41021         * math/libm-test.inc (cos_test): Add more test cases.
41022         (sin_test): Likewise.
41023         (sincos_test): Likewise.
41025 2012-03-15  Andreas Jaeger  <aj@suse.de>
41027         [BZ #13837]
41028         * math/libm-test.inc (cos_test): Add a test case for large input
41029         value.
41030         (sin_test): Likewise.
41031         (sincos_test): Likewise.
41033 2012-03-15  Andreas Jaeger  <aj@suse.de>
41034             Joseph Myers  <joseph@codesourcery.com>
41036         [BZ #13658]
41037         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41038         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41039         * sysdeps/i386/fpu/branred.c: Likewise.
41040         * sysdeps/i386/fpu/dosincos.c: Likewise.
41041         * sysdeps/i386/fpu/mpa.c: Likewise.
41042         * sysdeps/i386/fpu/s_cos.S: Likewise.
41043         * sysdeps/i386/fpu/s_sin.S: Likewise.
41044         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41045         * sysdeps/i386/fpu/sincos32.c: Likewise.
41047         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41048         Define.
41049         (libc_feupdateenv_53bit): Define.
41050         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41051         Define.
41052         (libc_feupdateenv_53bit): Define.
41054         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41055         53 bit (without extend i386 double precision).
41057         * math/libm-test.inc (sincos_test): Add tests for large input.
41058         (sin): Likewise.
41059         (cos): Likewise.
41061         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41063 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41067 2012-03-15  David S. Miller  <davem@davemloft.net>
41069         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41070         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41071         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41072         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41073         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41074         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41077         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41078         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41079         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41080         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41081         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41082         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41083         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41085         file.
41086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41088         file.
41089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41091         file.
41092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41094         file.
41095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41096         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41097         fmin/fmax sysdep routines.
41098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41100 2012-03-14  David S. Miller  <davem@davemloft.net>
41102         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41103         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41104         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41105         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41106         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41107         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41108         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41109         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41110         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41111         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41112         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41113         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41114         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41115         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41116         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41117         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41118         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41119         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41120         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41121         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41122         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41123         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41124         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41125         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41126         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41127         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41128         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41129         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41130         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41131         routines.
41132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41133         file.
41134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41136         file.
41137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41139         file.
41140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41142         file.
41143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41145         file.
41146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41148         file.
41149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41150         file.
41151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41152         file.
41153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41154         file.
41155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41156         New file.
41157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41158         file.
41159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41160         file.
41161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41163         file.
41164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41166         file.
41167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41169         file.
41170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41172         VIS3 routines.
41174         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41175         New file.
41177         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41179         * sysdeps/sparc/configure.in: New file.
41180         * sysdeps/sparc/configure: Generate.
41181         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41182         * configure: Regenerate.
41183         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41184         * config.make.in (have-as-vis3): New.
41185         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41186         available use -Av9d instead of -Av9a.
41187         * sysdeps/sparc/sparc64/Makefile: Likewise.
41188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41190         New file.
41191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41192         file.
41193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41194         New file.
41195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41196         file.
41197         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41198         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41199         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41200         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41201         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41203         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41204         fzeros/fnegs to load 0x80000000 into a float register instead of
41205         using the stack.
41206         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41208 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41210         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41211         bits/syscall.h.
41212         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41213         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41214         ($(inst_includedir)/bits/syscall.h): Remove rule.
41215         ($(objpfx)bits/syscall.d): Include instead of
41216         $(objpfx)syscall-list.d.
41217         (generated): Change syscall-list.h and syscall-list.d to
41218         bits/syscall.h and bits/syscall.d.
41220 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41222         [BZ #13846]
41223         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41225 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41227         [BZ #13841]
41228         * math/s_csqrt.c: Include <float.h>.
41229         (__csqrt): Scale large or subnormal inputs.
41230         * math/s_csqrtf.c: Likewise.
41231         * math/s_csqrtl.c: Likewise.
41232         * math/libm-test.inc (csqrt_test): Add more tests.
41233         * sysdeps/i386/fpu/libm-test-ulps: Update.
41234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41236         [BZ #13840]
41237         * math/libm-test.inc (hypot_test): Add more tests.
41239 2012-03-13  David S. Miller  <davem@davemloft.net>
41241         [BZ #13840]
41242         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41243         double-precision for the calculation instead of scaling.
41245 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41247         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41248         manipulate bits before adding and subtracting TWO52[sx].
41249         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41250         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41251         Likewise.
41252         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41254 2012-03-13  David S. Miller  <davem@davemloft.net>
41256         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41257         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41258         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41259         rtld-global-offsets.h
41260         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41262         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41263         large parameters.
41265         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41267         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41268         'err' in the ifdef scope in which it is actually used.
41270         * nss/nss_db/db-init.c: Include string.h
41272 2012-03-12  David S. Miller  <davem@davemloft.net>
41274         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41275         masking out of the most significant byte of random value used.
41276         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41277         Fix coding style in previous change.
41279         * sysdeps/unix/sysv/linux/kernel-features.h
41280         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41281         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41282         expression.
41283         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41284         later.
41286 2012-03-11  David S. Miller  <davem@davemloft.net>
41288         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41289         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41290         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41291         for 'resultvar' otherwise things get truncated on 64-bit.
41293         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41294         Fix masking out of the most significant byte of random value used.
41296         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41298 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41302 2012-03-09  David S. Miller  <davem@davemloft.net>
41304         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41305         variables with appropriate CPP guards.
41306         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41307         from the frame pointer, not the stack pointer.  Correct layout
41308         comments.  Fix test on resulting framesize and the management of
41309         the outregs buffer for pltexit.  Preserve floating point return
41310         values across _dl_call_pltexit call.
41311         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41312         framesize and the management of the outregs buffer for pltexit.
41313         Preserve floating point return values across _dl_call_pltexit
41314         call.
41315         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41316         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41317         (la_sparc64_gnu_pltexit): New functions.
41318         (print_exit): Fix format string for return register value.
41320 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41322         * sunrpc/Makefile (others): Add rpcgen.
41323         ($(objpfx)rpcgen): Remove special build rule and dependency on
41324         libc.
41325         * sunrpc/rpcgen.c: New file.
41327 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41329         [BZ #13673]
41330         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41331         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41332         * sysdeps/i386/crti.S: Likewise.
41333         * sysdeps/i386/crtn.S: Likewise.
41334         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41335         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41336         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41337         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41338         * sysdeps/sh/crti.S: Likewise.
41339         * sysdeps/sh/crtn.S: Likewise.
41340         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41342         [BZ #13673]
41343         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41344         with URL.
41345         * locale/programs/locfile-kw.gperf: Likewise.
41346         * locale/programs/charmap-kw.h: Regenerated.
41347         * locale/programs/locfile-kw.h: Likewise.
41349         [BZ #13673]
41350         * intl/plural.y: Replace FSF snail mail address with URL.
41351         * intl/plural.c: Regenerated.
41353 2012-03-09  Richard Henderson  <rth@twiddle.net>
41355         * include/math_private.h: Remove file.
41356         * math/math_private.h: Move file ...
41357         * sysdeps/generic/math_private.h: ... here.
41359         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41360         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41361         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41363         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41364         and <math_private.h>.
41365         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41366         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41367         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41368         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41369         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41370         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41371         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41372         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41373         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41374         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41375         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41376         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41377         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41378         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41379         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41380         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41381         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41382         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41383         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41384         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41385         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41386         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41387         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41388         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41389         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41390         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41391         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41392         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41393         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41394         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41395         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41396         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41397         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41398         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41399         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41400         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41401         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41402         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41403         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41404         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41405         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41406         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41407         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41408         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41409         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41410         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41411         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41412         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41413         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41414         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41415         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41416         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41417         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41418         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41419         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41420         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41421         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41422         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41423         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41424         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41425         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41426         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41427         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41428         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41429         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41430         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41431         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41432         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41433         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41434         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41435         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41436         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41437         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41438         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41439         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41440         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41441         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41442         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41443         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41444         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41445         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41446         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41447         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41448         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41449         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41450         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41451         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41452         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41453         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41454         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41455         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41456         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41457         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41458         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41459         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41460         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41461         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41462         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41463         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41464         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41465         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41466         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41467         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41468         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41469         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41470         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41471         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41472         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41473         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41474         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41475         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41476         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41477         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41478         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41479         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41480         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41481         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41482         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41483         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41484         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41485         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41486         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41487         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41488         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41489         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41490         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41491         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41492         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41493         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41494         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41495         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41496         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41497         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41498         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41499         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41500         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41501         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41502         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41503         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41504         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41505         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41506         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41507         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41508         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41509         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41510         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41511         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41512         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41513         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41514         * sysdeps/ieee754/k_standard.c: Likewise.
41515         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41516         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41517         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41518         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41519         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41520         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41521         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41522         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41524         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41525         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41526         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41527         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41528         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41529         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41530         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41573         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41582         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41588         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41589         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41591         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41592         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41594         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41595         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41596         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41597         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41598         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41600         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41601         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41602         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41603         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41604         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41605         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41606         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41607         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41608         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41609         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41610         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41611         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41612         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41613         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41614         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41615         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41616         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41617         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41618         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41619         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41620         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41621         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41622         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41623         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41624         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41625         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41626         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41627         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41628         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41629         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41630         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41631         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41632         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41633         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41634         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41635         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41636         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41637         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41638         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41639         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41640         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41641         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41642         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41643         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41644         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41645         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41646         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41647         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41648         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41649         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41650         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41651         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41652         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41653         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41654         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41655         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41656         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41657         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41658         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41659         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41660         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41661         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41662         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41663         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41664         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41665         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41666         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41667         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41668         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41669         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41670         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41671         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41672         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41673         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41674         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41675         * sysdeps/ieee754/s_lib_version.c: Likewise.
41676         * sysdeps/ieee754/s_matherr.c: Likewise.
41677         * sysdeps/ieee754/s_signgam.c: Likewise.
41678         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41679         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41680         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41681         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41682         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41683         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41684         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41685         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41686         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41687         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41688         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41689         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41690         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41691         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41692         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41693         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41694         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41695         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41696         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41697         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41698         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41700 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41702         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41703         * sunrpc/rpc_main.c: Likewise.
41704         * sunrpc/rpc_svcout.c: Likewise.
41706 2012-03-09  David S. Miller  <davem@davemloft.net>
41708         * include/math_private.h: New file.
41710 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41712         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41713         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41714         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41715         from <bits/socket_type.h>.
41716         (enum __socket_type): Don't define here.
41717         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41718         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41719         bits/socket_type.h.
41721         [BZ #13566]
41722         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41723         checking __USE_GNU.
41725         * Makerules ($(inst_includedir)/%.h): New rule.
41726         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41727         (install-others): Remove variable setting.
41728         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41730 2012-03-08  Richard Henderson  <rth@twiddle.net>
41732         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41733         from macro to inline function; merge with the
41734         !__LIBC_INTERNAL_MATH_INLINES version.
41735         (__ieee754_sqrtf): Likewise.
41737         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41738         to inline function.
41739         (__rintf, __floor, __floorf): Likewise.
41741         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41742         macro to inline function.
41743         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41745         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41746         not <math/math_private.h>.
41748 2012-03-08  David S. Miller  <davem@davemloft.net>
41750         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41751         copyright year.
41752         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41754 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41756         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41757         normalization.
41758         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41759         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41761 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41763         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41764         be defined individually, they must be defined as a block.  Define
41765         S for printing a string instead of hidint the different by using a
41766         macro for adding the 'l'.
41767         * stdio-common/tst-fphex-wide.c: Adjust.
41769 2012-03-07  Marek Polacek  <polacek@redhat.com>
41771         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41773 2012-03-08  Marek Polacek  <polacek@redhat.com>
41775         [BZ #13806]
41776         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41777         * stdio-common/tst-fphex.c: Define a few macros to make the
41778         test reusable.  Use them.
41779         * stdio-common/tst-fphex-wide.c: New file.
41781 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41783         [BZ #6911]
41784         * manual/macros.texi (gnusystems): New macro.
41785         (nongnusystems): Likewise.
41786         (gnulinuxhurdsystems): Likewise.
41787         (gnuhurdsystems): Likewise..
41788         (gnulinuxsystems): Likewise.
41789         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41790         variants of the GNU system, not "GNU system".
41791         * manual/conf.texi: Likewise.
41792         * manual/errno.texi: Likewise.  Update example of errno macro
41793         expansion.
41794         * manual/filesys.texi: Likewise.
41795         (getumask): Document as specific to GNU/Hurd.
41796         * manual/install.texi: Likewise.  Reword some references to
41797         GNU/Linux.
41798         * manual/intro.texi: Likewise.
41799         * manual/io.texi: Likewise.
41800         (File Name Portability): Detail which constraints are inapplicable
41801         to all GNU systems and which are only inapplicable to GNU/Hurd.
41802         * manual/job.texi: Likewise.
41803         * manual/llio.texi: Likewise.
41804         (O_NOCTTY): Document as present on GNU/Linux.
41805         * manual/maint.texi: Likewise.
41806         * manual/memory.texi: Likewise.
41807         * manual/pattern.texi: Likewise.
41808         * manual/pipe.texi: Likewise.
41809         * manual/process.texi: Likewise.
41810         * manual/resource.texi: Likewise.
41811         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41812         child on GNU/Hurd.
41813         * manual/setjmp.texi: Likewise.
41814         * manual/signal.texi: Likewise.
41815         * manual/startup.texi: Likewise.
41816         * manual/stdio.texi: Likewise.
41817         * manual/terminal.texi: Likewise.
41818         (ONLCR): Document as POSIX.
41819         (OXTABS): Document availability on GNU/Linux as XTABS.
41820         (ONOEOT): Document availability separately from other bits.
41821         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41822         * manual/time.texi: Likewise.
41823         * manual/users.texi: Likewise.
41824         * INSTALL: Regenerated.
41825         * sysdeps/gnu/errlist.c: Regenerated.
41827         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41828         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41829         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41830         puts.
41831         * configure: Regenerated.
41833 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41835         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41836         default includes instead of AC_HEADER_CHECK.
41837         * sysdeps/i386/configure: Regenerated.
41839         [BZ #10716]
41840         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41841         * math/s_cacoshf.c (__cacoshf): Likewise.
41842         * math/s_cacoshl.c (__cacoshl): Likewise.
41843         * math/s_casinh.c (__casinh): Set signs of result from argument.
41844         * math/s_casinhf.c (__casinhf): Likewise.
41845         * math/s_casinhl.c (__casinhl): Likewise.
41846         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41847         (casinh_test): Add more tests.
41848         * sysdeps/i386/fpu/libm-test-ulps: Update.
41849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41851 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41853         * po/zh_TW.po: Update from translation team.
41855         * login/Makefile (distribute): Remove variable.
41856         * catgets/Makefile: Likewise.
41857         * mach/Makefile: Likewise.
41858         * malloc/Makefile: Likewise.
41859         * misc/Makefile: Likewise.
41860         * iconv/Makefile: Likewise.
41861         * nscd/Makefile: Likewise.
41862         * hurd/Makefile: Likewise.
41863         * manual/Makefile: Likewise.
41864         * locale/Makefile: Likewise.
41865         * intl/Makefile: Likewise.
41866         * conform/Makefile: Likewise.
41867         * nss/Makefile: Likewise.
41868         * time/Makefile: Likewise.
41869         * soft-fp/Makefile: Likewise.
41870         * dirent/Makefile: Likewise.
41871         * gmon/Makefile: Likewise.
41872         * po/Makefile: Likewise.
41873         * rt/Makefile: Likewise.
41874         * socket/Makefile: Likewise.
41875         * math/Makefile: Likewise.
41876         * signal/Makefile: Likewise.
41877         * debug/Makefile: Likewise.
41878         * elf/Makefile: Likewise.
41879         * timezone/Makefile: Likewise.
41880         * stdlib/Makefile: Likewise.
41881         * iconvdata/Makefile: Likewise.
41882         * sunrpc/Makefile: Likewise.
41883         * io/Makefile: Likewise.
41884         * argp/Makefile: Likewise.
41885         * inet/Makefile: Likewise.
41886         * hesiod/Makefile: Likewise.
41887         * grp/Makefile: Likewise.
41888         * csu/Makefile: Likewise.
41889         * wctype/Makefile: Likewise.
41890         * crypt/Makefile: Likewise.
41891         * libio/Makefile: Likewise.
41892         * string/Makefile: Likewise.
41893         * nis/Makefile: Likewise.
41894         * resolv/Makefile: Likewise.
41895         * stdio-common/Makefile: Likewise.
41896         * wcsmbs/Makefile: Likewise.
41897         * dlfcn/Makefile: Likewise.
41898         * posix/Makefile: Likewise.
41900         [BZ #6959]
41901         * timezone/Makefile: Don't install timezone files, just the programs
41902         and scripts.
41904 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41906         * nss/databases.def: Add missing gshadow entry.
41908         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41910 2012-03-06  Marek Polacek  <polacek@redhat.com>
41912         [BZ #13726]
41913         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41914         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41915         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41916         * stdio-common/tst-long-dbl-fphex.c: New file.
41918 2012-03-06  David S. Miller  <davem@davemloft.net>
41920         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41921         (set_obp_int): New function.
41922         (get_obp_int): New function.
41923         (__get_clockfreq_via_dev_openprom): Likewise.
41924         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41925         Avoid unused variable warnings on 'val' and use builtin_expect.
41926         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41927         __builtin_expect.
41928         (INLINE_CLONE_SYSCALL): Likewise.
41930 2012-03-05  David S. Miller  <davem@davemloft.net>
41932         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41934 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41938         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41939         only for |x| >= 40.
41940         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41942 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41944         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41945         Replace gettimeofday with __vdso_gettimeofday.
41947         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41948         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41949         __vdso_clock_gettime and __vdso_getcpu.
41951         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41952         time with __vdso_time.
41954 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41956         * manual/lang.texi (size_t): Note types to which size_t may be
41957         equivalent with the GNU C Library, but do not describe when
41958         differences between them are significant.
41960 2012-03-05  Andreas Jaeger  <aj@suse.de>
41962         * sysdeps/i386/fpu/libm-test-ulps: Update.
41964 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41966         [BZ #3976]
41967         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41968         (__ieee754_pow): Save and restore rounding mode and use
41969         round-to-nearest for main computations.
41970         * math/libm-test.inc (pow_test_tonearest): New function.
41971         (pow_test_towardzero): Likewise.
41972         (pow_test_downward): Likewise.
41973         (pow_test_upward): Likewise.
41974         (main): Call the new functions.
41975         * sysdeps/i386/fpu/libm-test-ulps: Update.
41976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41978         [BZ #3976]
41979         * math/libm-test.inc (cosh_test_tonearest): New function.
41980         (cosh_test_towardzero): Likewise.
41981         (cosh_test_downward): Likewise.
41982         (cosh_test_upward): Likewise.
41983         (sinh_test_tonearest): Likewise.
41984         (sinh_test_towardzero): Likewise.
41985         (sinh_test_downward): Likewise.
41986         (sinh_test_upward): Likewise.
41987         (main): Call the new functions.
41988         * sysdeps/i386/fpu/libm-test-ulps: Update.
41989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41991 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41993         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41994         default stack guard is set in last bytes.
41995         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41997 2012-03-05  Kees Cook  <keescook@chromium.org>
41999         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42001         [BZ #13656]
42002         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42003         possibly allocate from heap instead of stack.
42004         * stdio-common/bug-vfprintf-nargs.c: New file.
42005         * stdio-common/Makefile (tests): Add nargs overflow test.
42007 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42011 2012-03-03  Marek Polacek  <polacek@redhat.com>
42013         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42014         * math/math_private.h: Likewise.
42015         * stdlib/tst-strtod.c: Likewise.
42016         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42017         * sysdeps/x86_64/bits/atomic.h: Likewise.
42019 2012-03-02  David S. Miller  <davem@davemloft.net>
42021         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42022         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42025         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42026         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42027         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42028         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42030 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42032         [BZ #13792]
42033         * manual/examples/README: New file, says the example source files
42034         can be used under GPL>=2.
42035         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42036         line containing just "*/".
42037         * manual/examples/add.c: Add copyright header (GPL>=2).
42038         * manual/examples/argp-ex1.c: Likewise.
42039         * manual/examples/argp-ex2.c: Likewise.
42040         * manual/examples/argp-ex3.c: Likewise.
42041         * manual/examples/argp-ex4.c: Likewise.
42042         * manual/examples/atexit.c: Likewise.
42043         * manual/examples/db.c: Likewise.
42044         * manual/examples/dir.c: Likewise.
42045         * manual/examples/dir2.c: Likewise.
42046         * manual/examples/execinfo.c: Likewise.
42047         * manual/examples/filecli.c: Likewise.
42048         * manual/examples/filesrv.c: Likewise.
42049         * manual/examples/fmtmsgexpl.c: Likewise.
42050         * manual/examples/genpass.c: Likewise.
42051         * manual/examples/inetcli.c: Likewise.
42052         * manual/examples/inetsrv.c: Likewise.
42053         * manual/examples/isockad.c: Likewise.
42054         * manual/examples/longopt.c: Likewise.
42055         * manual/examples/memopen.c: Likewise.
42056         * manual/examples/memstrm.c: Likewise.
42057         * manual/examples/mkfsock.c: Likewise.
42058         * manual/examples/mkisock.c: Likewise.
42059         * manual/examples/mygetpass.c: Likewise.
42060         * manual/examples/pipe.c: Likewise.
42061         * manual/examples/popen.c: Likewise.
42062         * manual/examples/rprintf.c: Likewise.
42063         * manual/examples/search.c: Likewise.
42064         * manual/examples/select.c: Likewise.
42065         * manual/examples/setjmp.c: Likewise.
42066         * manual/examples/sigh1.c: Likewise.
42067         * manual/examples/sigusr.c: Likewise.
42068         * manual/examples/stpcpy.c: Likewise.
42069         * manual/examples/strdupa.c: Likewise.
42070         * manual/examples/strftim.c: Likewise.
42071         * manual/examples/strncat.c: Likewise.
42072         * manual/examples/subopt.c: Likewise.
42073         * manual/examples/swapcontext.c: Likewise.
42074         * manual/examples/termios.c: Likewise.
42075         * manual/examples/testopt.c: Likewise.
42076         * manual/examples/testpass.c: Likewise.
42077         * manual/examples/timeval_subtract.c: Likewise.
42079         [BZ #13792]
42080         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42081         function to ...
42082         * manual/timeval_subtract.c.texi: ... here, new file.
42084 2012-03-02  David S. Miller  <davem@davemloft.net>
42086         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42088 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42090         [BZ #3976]
42091         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42092         (__sin): Save and restore rounding mode and use round-to-nearest
42093         for all computations.
42094         (__cos): Save and restore rounding mode and use round-to-nearest
42095         for all computations.
42096         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42097         <fenv.h>.
42098         (tan): Save and restore rounding mode and use round-to-nearest for
42099         all computations.
42100         * math/libm-test.inc (cos_test_tonearest): New function.
42101         (cos_test_towardzero): Likewise.
42102         (cos_test_downward): Likewise.
42103         (cos_test_upward): Likewise.
42104         (sin_test_tonearest): Likewise.
42105         (sin_test_towardzero): Likewise.
42106         (sin_test_downward): Likewise.
42107         (sin_test_upward): Likewise.
42108         (tan_test_tonearest): Likewise.
42109         (tan_test_towardzero): Likewise.
42110         (tan_test_downward): Likewise.
42111         (tan_test_upward): Likewise.
42112         (main): Call the new functions.
42113         * sysdeps/i386/fpu/libm-test-ulps: Update.
42114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42116         [BZ #10135]
42117         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42118         small n, then large n, before computing and testing k+n.
42119         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42120         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42121         Likewise.
42122         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42123         Likewise.
42124         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42125         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42126         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42127         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42128         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42129         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42130         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42131         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42132         * math/libm-test.inc (scalbn_test): Add more tests.
42133         (scalbln_test): Likewise.
42135         * manual/filesys.texi (mode_t): Describe constraints on size and
42136         signedness, not exact equivalence to a particular type.
42137         (ino_t): Likewise.
42138         (ino64_t): Likewise.
42139         (dev_t): Likewise.
42140         (nlink_t): Likewise.
42141         (blkcnt_t): Likewise.
42142         (blkcnt64_t): Likewise.
42143         * manual/llio.texi (off_t): Likewise.
42145         [BZ #3976]
42146         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42147         (__ieee754_exp): Save and restore rounding mode and use
42148         round-to-nearest for all computations.
42149         * math/libm-test.inc (exp_test_tonearest): New function.
42150         (exp_test_towardzero): Likewise.
42151         (exp_test_downward): Likewise.
42152         (exp_test_upward): Likewise.
42153         (main): Call the new functions.
42154         * sysdeps/i386/fpu/libm-test-ulps: Update.
42155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42157 2012-03-01  Chris Demetriou  <cgd@google.com>
42159         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42160         have predictable order.
42162 2012-03-01  David S. Miller  <davem@davemloft.net>
42164         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42166         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42167         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42168         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42169         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42171         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42172         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42173         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42175         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42176         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42177         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42178         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42179         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42183         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42184         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42185         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42187         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42188         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42189         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42190         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42191         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42192         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42193         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42194         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42195         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42196         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42197         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42198         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42199         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42200         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42201         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42202         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42203         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42204         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42205         * sysdeps/sparc/elf/configure: Regenerated.
42207 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42209         * configure.in (AS, LD): Require binutils 2.20 or later.
42210         * configure: Regenerated.
42211         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42212         as required minimum version.
42213         * INSTALL: Regenerated.
42215         [BZ #2541]
42216         [BZ #4108]
42217         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42218         before squaring exponent.
42219         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42220         bottom long double and 27 bits of top long double before squaring
42221         exponent.
42222         * math/libm-test.inc (erfc_test): Add more tests.
42223         * sysdeps/i386/fpu/libm-test-ulps: Update.
42224         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42227 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42229         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42230         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42231         containing bit-fields.
42232         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42233         * soft-fp/single.h (_FP_UNION_S): Likewise.
42234         * soft-fp/double.h (_FP_UNION_D): Likewise.
42236 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42238         [BZ #13786]
42239         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42240         not include ../strcmp.S.
42241         [USE_AS_STRNCASECMP_L]: Likewise.
42242         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42243         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42244         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42245         (__strncasecmp_l_ia32): Define as alias to
42246         __strncasecmp_l_nonascii.
42248         [BZ #5794]
42249         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42250         * sysdeps/i386/fpu/libm-test-ulps: Update.
42251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42253         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42256 2012-02-29  Jeff Law  <law@redhat.com>
42258         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42259         out of bounds read.
42261 2012-02-29  Marek Polacek  <polacek@redhat.com>
42263         [BZ #13706]
42264         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42265         * elf/Makefile: Add rules to run tst-unused-dep.out.
42267 2012-02-28  David S. Miller  <davem@davemloft.net>
42269         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42270         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42271         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42272         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42273         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42274         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42276 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42278         * math/libm-test.inc (llround_test): Move one test from
42279         lround_test.  Use TEST_f_L in moved test.
42280         (lround_test): Move misplaced test to llround_test.  Add testcase
42281         from bug 2561.
42283 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42285         * sysdeps/x86_64/fpu/e_expf.S: New file.
42286         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42288 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42290         [BZ #13637]
42291         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42292         of remain_len that may cause incomplete multi-byte character and
42293         false match.
42294         * posix/bug-regex33.c: New file.
42295         * posix/Makefile (tests): Add bug-regex33.
42297 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42299         * manual/macros.texi: New file.
42300         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42301         * manual/libc.texinfo: Include macros.texi.
42302         * manual/creatute.texi: Likewise.
42303         * manual/install.texi: Likewise.
42304         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42305         @glibcadj{} in references to the GNU C Library.
42306         * manual/charset.texi: Likewise.
42307         * manual/conf.texi: Likewise.
42308         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42309         when not using those macros.
42310         * manual/creature.texi: Likewise.
42311         * manual/crypt.texi: Likewise.
42312         * manual/errno.texi: Likewise.
42313         * manual/filesys.texi: Likewise.
42314         * manual/header.texi: Likewise.
42315         * manual/install.texi: Likewise.
42316         * manual/intro.texi: Likewise.
42317         * manual/io.texi: Likewise.
42318         * manual/job.texi: Likewise.
42319         * manual/lang.texi: Likewise.
42320         * manual/libc.texiinfo: Likewise.
42321         * manual/llio.texi: Likewise.
42322         * manual/locale.texi: Likewise.
42323         * manual/maint.texi: Likewise.
42324         * manual/math.texi: Likewise.
42325         * manual/memory.texi: Likewise.
42326         * manual/message.texi: Likewise.
42327         * manual/nss.texi: Likewise.
42328         * manual/pattern.texi: Likewise.
42329         * manual/process.texi: Likewise.
42330         * manual/resource.texi: Likewise.
42331         * manual/search.texi: Likewise.
42332         * manual/setjmp.texi: Likewise.
42333         * manual/signal.texi: Likewise.
42334         * manual/socket.texi: Likewise.
42335         * manual/startup.texi: Likewise.
42336         * manual/stdio.texi: Likewise.
42337         * manual/string.texi: Likewise.
42338         * manual/sysinfo.texi: Likewise.
42339         * manual/syslog.texi: Likewise.
42340         * manual/terminal.texi: Likewise.
42341         * manual/time.texi: Likewise.
42342         * manual/users.texi: Likewise.
42343         * INSTALL: Regenerated.
42344         * NOTES: Regenerated.
42345         * sysdeps/gnu/errlist.c: Regenerated.
42347 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42349         * include/dirent.h: Include <dirstream.h> before
42350         <dirent/dirent.h>.
42352 2012-02-28  David S. Miller  <davem@davemloft.net>
42354         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42355         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42356         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42357         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42359 2012-02-27  David S. Miller  <davem@davemloft.net>
42361         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42362         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42363         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42364         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42366         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42367         frame pointer instead of stack pointer relative arg slot.
42368         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42369         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42370         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42372 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42374         [BZ #3992]
42375         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42377 2012-02-27  David S. Miller  <davem@davemloft.net>
42379         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42381         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42382         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42383         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42384         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42385         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42386         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42388 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42390         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42391         later.  Allow versions 5-9.
42392         * configure: Regenerated.
42393         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42394         required minimum version and 4.6 as recommended version.  Do not
42395         mention bugs in GCC 2.7 and 2.8.
42396         * INSTALL: Regenerated.
42398 2012-02-27  David S. Miller  <davem@davemloft.net>
42400         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42403         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42404         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42405         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42406         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42407         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42409         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42410         manipulate bits before adding and subtracting TWO112[sx].
42411         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42413 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42415         [BZ #13775]
42416         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42417         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42418         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42419         being in POSIX, because they are in 1003.1-2008.
42421         * rt/tst-aio.c: Include <fcntl.h>.
42422         * rt/tst-aio7.c: Likewise.
42423         * rt/tst-aio64.c: Likewise.
42425         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42427 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42429         * manual/install.texi (--with-headers): Describe headers as
42430         interface headers, not private headers.
42431         (Specific advice for GNU/Linux systems): Describe use of headers
42432         from "make headers_install", not private headers from older
42433         kernels.
42434         * INSTALL: Regenerated.
42435         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42436         Change to 2.6.19.
42437         * sysdeps/unix/sysv/linux/configure: Regenerated.
42439         * manual/llio.texi (fclean): Remove documentation.
42441         * manual/Makefile (libc-texi-generated): New variable.  Include
42442         version.texi.
42443         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42444         $(libc-texi-generated), not duplicated list of files.
42445         (version.texi, stamp-version): New rules.
42446         (realclean): Remove $(libc-texi-generated), not individual files
42447         from that list.  Do not remove dir-add.texinfo.
42448         * manual/libc.texinfo: Comment out uses of edition numbers and
42449         references to printed manual.  Remove last-updated dates.
42450         (EDITION): Comment out.
42451         (ISBN): Likewise.
42452         (VERSION, UPDATED): Remove.
42453         (version.texi): Include.
42455 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42457         * sysdeps/posix/spawni.c: Include <signal.h>.
42458         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42459         * sysdeps/pthread/aio_fsync.c: Likewise.
42461 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42463         * conform/Makefile (tests): Run only when not cross-compiling and
42464         when fast-check is not defined.
42466         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42467         * conform/data/limits.h-data: Fixes for POSIX2008.
42468         * conform/run-conformtest.sh: Run all tests.
42469         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42470         headers.
42471         * include/bits/dlfcn.h: Likewise.
42472         * include/langinfo.h: Likewise.
42473         * include/monetary.h: Likewise.
42474         * include/sys/poll.h: Likewise.
42476         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42477         for __USE_GNU.
42478         * posix/spawn.h: Define __need_sigset_t.
42479         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42480         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42481         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42482         to get sigevent_t only.
42483         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42484         only for __USE_GNU.
42485         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42486         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42487         process_vm_writev only for __USE_GNU.
42488         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42490         * conform/Makefile: For now ignore errors from run-conformtest.
42491         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42492         POSIX to avoid namespace pollution.  Don't prepend headers.
42493         * conform/data/aio.h-data: Fixes for POSIX testing.
42494         * conform/data/fcntl.h-data: Likewise.
42495         * conform/data/glob.h-data: Likewise.
42496         * conform/data/grp.h-data: Likewise.
42497         * conform/data/pthread.h-data: Likewise.
42498         * conform/data/pwd.h-data: Likewise.
42499         * conform/data/signal.h-data: Likewise.
42500         * conform/data/spawn.h-data: Likewise.
42501         * conform/data/stdio.h-data: Likewise.
42502         * conform/data/stdlib.h-data: Likewise.
42503         * conform/data/stropts.h-data: Likewise.
42504         * conform/data/sys/mman.h-data: Likewise.
42505         * conform/data/sys/stat.h-data: Likewise.
42506         * conform/data/sys/types.h-data: Likewise.
42507         * conform/data/sys/wait.h-data: Likewise.
42508         * conform/data/time.h-data: Likewise.
42509         * conform/data/unistd.h-data: Likewise.
42510         * conform/data/utime.h-data: Likewise.
42512         * io/sys/stat.h: fchmod was always in POSIX.
42513         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42514         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42515         * rt/aio.h: Define __need_timespec before including <time.h>.
42516         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42517         struct.  Add forward declaration of pthread_attr_t and use it in
42518         sigevent.
42519         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42520         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42521         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42522         always remove CLK_TCK definition.
42524 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42526         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42528 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42530         * conform/run-conformtest.sh: New file.
42531         * conform/Makefile: Run run-conformtest for tests.
42532         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42533         support.
42535         * conform/data/uchar.h-data: New file.
42536         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42537         * conform/data/arpa/inet.h-data: Likewise.
42538         * conform/data/assert.h-data: Likewise.
42539         * conform/data/complex.h-data: Likewise.
42540         * conform/data/cpio.h-data: Likewise.
42541         * conform/data/ctype.h-data: Likewise.
42542         * conform/data/dirent.h-data: Likewise.
42543         * conform/data/dlfcn.h-data: Likewise.
42544         * conform/data/errno.h-data: Likewise.
42545         * conform/data/fcntl.h-data: Likewise.
42546         * conform/data/float.h-data: Likewise.
42547         * conform/data/fmtmsg.h-data: Likewise.
42548         * conform/data/fnmatch.h-data: Likewise.
42549         * conform/data/ftw.h-data: Likewise.
42550         * conform/data/glob.h-data: Likewise.
42551         * conform/data/grp.h-data: Likewise.
42552         * conform/data/iconv.h-data: Likewise.
42553         * conform/data/inttypes.h-data: Likewise.
42554         * conform/data/langinfo.h-data: Likewise.
42555         * conform/data/libgen.h-data: Likewise.
42556         * conform/data/limits.h-data: Likewise.
42557         * conform/data/locale.h-data: Likewise.
42558         * conform/data/math.h-data: Likewise.
42559         * conform/data/monetary.h-data: Likewise.
42560         * conform/data/mqueue.h-data: Likewise.
42561         * conform/data/ndbm.h-data: Likewise.
42562         * conform/data/net/if.h-data: Likewise.
42563         * conform/data/netdb.h-data: Likewise.
42564         * conform/data/netinet/in.h-data: Likewise.
42565         * conform/data/nl_types.h-data: Likewise.
42566         * conform/data/poll.h-data: Likewise.
42567         * conform/data/pthread.h-data: Likewise.
42568         * conform/data/pwd.h-data: Likewise.
42569         * conform/data/regex.h-data: Likewise.
42570         * conform/data/sched.h-data: Likewise.
42571         * conform/data/search.h-data: Likewise.
42572         * conform/data/semaphore.h-data: Likewise.
42573         * conform/data/setjmp.h-data: Likewise.
42574         * conform/data/signal.h-data: Likewise.
42575         * conform/data/spawn.h-data: Likewise.
42576         * conform/data/stdarg.h-data: Likewise.
42577         * conform/data/stdio.h-data: Likewise.
42578         * conform/data/stdlib.h-data: Likewise.
42579         * conform/data/string.h-data: Likewise.
42580         * conform/data/strings.h-data: Likewise.
42581         * conform/data/stropts.h-data: Likewise.
42582         * conform/data/sys/ipc.h-data: Likewise.
42583         * conform/data/sys/mman.h-data: Likewise.
42584         * conform/data/sys/msg.h-data: Likewise.
42585         * conform/data/sys/resource.h-data: Likewise.
42586         * conform/data/sys/select.h-data: Likewise.
42587         * conform/data/sys/sem.h-data: Likewise.
42588         * conform/data/sys/shm.h-data: Likewise.
42589         * conform/data/sys/socket.h-data: Likewise.
42590         * conform/data/sys/stat.h-data: Likewise.
42591         * conform/data/sys/statvfs.h-data: Likewise.
42592         * conform/data/sys/time.h-data: Likewise.
42593         * conform/data/sys/timeb.h-data: Likewise.
42594         * conform/data/sys/times.h-data: Likewise.
42595         * conform/data/sys/types.h-data: Likewise.
42596         * conform/data/sys/uio.h-data: Likewise.
42597         * conform/data/sys/un.h-data: Likewise.
42598         * conform/data/sys/utsname.h-data: Likewise.
42599         * conform/data/sys/wait.h-data: Likewise.
42600         * conform/data/syslog.h-data: Likewise.
42601         * conform/data/tar.h-data: Likewise.
42602         * conform/data/termios.h-data: Likewise.
42603         * conform/data/utime.h-data: Likewise.
42604         * conform/data/utmpx.h-data: Likewise.
42605         * conform/data/varargs.h-data: Likewise.
42606         * conform/data/wchar.h-data: Likewise.
42607         * conform/data/wctype.h-data: Likewise.
42608         * conform/data/wordexp.h-data: Likewise.
42610         * include/stropts.h: New file.
42611         * include/uchar.h: New file.
42612         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42613         * include/assert.h: Likewise.
42614         * include/ctype.h: Likewise.
42615         * include/dirent.h: Likewise.
42616         * include/dlfcn.h: Likewise.
42617         * include/fcntl.h: Likewise.
42618         * include/fnmatch.h: Likewise.
42619         * include/glob.h: Likewise.
42620         * include/grp.h: Likewise.
42621         * include/libio.h: Likewise.
42622         * include/locale.h: Likewise.
42623         * include/math.h: Likewise.
42624         * include/net/if.h: Likewise.
42625         * include/netdb.h: Likewise.
42626         * include/netinet/in.h: Likewise.
42627         * include/pthread.h: Likewise.
42628         * include/pwd.h: Likewise.
42629         * include/regex.h: Likewise.
42630         * include/sched.h: Likewise.
42631         * include/search.h: Likewise.
42632         * include/setjmp.h: Likewise.
42633         * include/signal.h: Likewise.
42634         * include/stdio.h: Likewise.
42635         * include/stdlib.h: Likewise.
42636         * include/string.h: Likewise.
42637         * include/sys/cdefs.h: Likewise.
42638         * include/sys/mman.h: Likewise.
42639         * include/sys/msg.h: Likewise.
42640         * include/sys/resource.h: Likewise.
42641         * include/sys/select.h: Likewise.
42642         * include/sys/socket.h: Likewise.
42643         * include/sys/stat.h: Likewise.
42644         * include/sys/statvfs.h: Likewise.
42645         * include/sys/time.h: Likewise.
42646         * include/sys/times.h: Likewise.
42647         * include/sys/uio.h: Likewise.
42648         * include/sys/utsname.h: Likewise.
42649         * include/sys/wait.h: Likewise.
42650         * include/termios.h: Likewise.
42651         * include/time.h: Likewise.
42652         * include/ulimit.h: Likewise.
42653         * include/unistd.h: Likewise.
42654         * include/utime.h: Likewise.
42655         * include/wchar.h: Likewise.
42656         * include/wctype.h: Likewise.
42657         * include/wordexp.h: Likewise.
42659         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42661         * time/time.h: TIME_UTC must be a macro.
42662         Make timespec_get available for ISO C11 only as well.
42664 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42666         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42667         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42669 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42671         * configure.in: Use -o not -a in test for unsupported multi-arch.
42673 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42675         * manual/texinfo.tex: Update to version 2012-01-19.16.
42677 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42679         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42681 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42683         [BZ #13738]
42684         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42685         * manual/fdl-1.3.texi: New file.
42686         * manual/fdl-1.1.texi: File removed.
42688         [BZ #13738]
42689         * manual/libc.texinfo (FDL_VERSION): New @set.
42690         Use it for mention of FDL in cover text.
42691         (Documentation License): Use it in @include file name.
42693 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42694             Roland McGrath  <roland@hack.frob.com>
42696         [BZ #5461]
42697         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42698         (not LONG_LONG_MAX and LONG_LONG_MIN.
42699         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42700         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42701         name.
42702         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42704 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42706         [BZ #2547]
42707         [BZ #11365]
42708         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42709         manipulate bits before adding and subtracting TWO23[sx].
42710         * math/libm-test.inc (nearbyint_test): Add more tests.
42712 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42714         [BZ #2548]
42715         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42716         bits before adding and subtracting TWO23[sx].
42717         * math/libm-test.inc (rint_test): Add more tests.
42718         (rint_test_tonearest): Likewise.
42719         (rint_test_towardzero): Likewise.
42720         (rint_test_downward): Likewise.
42721         (rint_test_upward: Likewise.
42723 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42725         [BZ #10110]
42726         * include/stdc-predef.h: New file.  Extracted from features.h.
42727         * include/features.h: Include stdc-predef.h.
42728         * Makefile (headers): Add stdc-predef.h.
42729         * CONFORMANCE (Compiler limitations): Update.
42731 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42733         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42735 2012-02-21  David S. Miller  <davem@davemloft.net>
42737         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42738         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42740 2012-02-20  David S. Miller  <davem@davemloft.net>
42742         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42743         using a normal save/restore sequence, rather than allocating a
42744         dummy stack frame just to store a frame pointer and restore.
42745         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42747 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42749         * manual/install.texi: Fix stray word in line-wrapped comment.
42751 2012-02-20  David S. Miller  <davem@davemloft.net>
42753         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42754         both binutils and gcc support GOTDATA.
42756         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42757         "rd %pc" in the PIC register setup sequences.
42759         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42760         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42761         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42762         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42763         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42764         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42765         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42766         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42767         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42768         (SYSCALL_ERROR_HANDLER): Likewise.
42769         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42770         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42771         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42772         (SYSCALL_ERROR_HANDLER): Likewise.
42774         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42775         (HAVE_GCC_GOTDATA): New.
42776         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42777         relocation support in both binutils and gcc.
42778         * sysdeps/sparc/elf/configure: Regenerate.
42780         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42781         * sysdeps/sparc/sparc32/elf/configure: Delete.
42782         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42783         * sysdeps/sparc/sparc64/elf/configure: Delete.
42784         * sysdeps/sparc/elf/configure.in: New file.
42785         * sysdeps/sparc/elf/configure: Generate.
42787         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42788         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42789         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42790         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42791         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42793 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42795         * manual/install.texi: Do not mention specific glibc version
42796         numbers.
42797         * manual/libc.texinfo (VERSION, UPDATED): Update.
42798         (@copying): Use @copyright{} and range of years.
42800 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42802         [BZ #13695]
42803         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42804         [crti.S not in sysdirs] (generated): Do not append.
42805         [crti.S not in sysdirs] (omit-deps): Likewise.
42806         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42807         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42808         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42809         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42810         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42811         Likewise.
42812         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42813         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42814         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42815         * csu/defs.awk: Remove file.
42816         * sysdeps/generic/initfini.c: Likewise.
42817         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42818         variable.
42819         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42820         Likewise.
42822 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42824         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42825         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42826         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42827         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42828         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42829         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42830         <bits/epoll.h>.
42831         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42832         (__EPOLL_PACKED): Define to empty if not defined by
42833         <bits/epoll.h>.
42834         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42835         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42836         bits/epoll.h.
42838 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42840         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42841         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42842         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42843         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42844         <bits/timerfd.h>.
42845         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42846         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42847         bits/timerfd.h.
42849 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42851         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42852         in C locale.
42853         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42854         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42855         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42858 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42860         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42861         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42863 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42865         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42866         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42867         defined.
42868         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42869         Likewise.
42870         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42871         entry for 2.16.
42873 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42875         * math/w_acos.c: Use non-signaling floating-point comparisons.
42876         * math/w_acosf.c: Likewise.
42877         * math/w_acosh.c: Likewise.
42878         * math/w_acoshf.c: Likewise.
42879         * math/w_acoshl.c: Likewise.
42880         * math/w_acosl.c: Likewise.
42881         * math/w_asin.c: Likewise.
42882         * math/w_asinf.c: Likewise.
42883         * math/w_asinl.c: Likewise.
42884         * math/w_atanh.c: Likewise.
42885         * math/w_atanhf.c: Likewise.
42886         * math/w_atanhl.c: Likewise.
42887         * math/w_exp2.c: Likewise.
42888         * math/w_exp2f.c: Likewise.
42889         * math/w_exp2l.c: Likewise.
42890         * math/w_j0.c: Likewise.
42891         * math/w_j0f.c: Likewise.
42892         * math/w_j0l.c: Likewise.
42893         * math/w_j1.c: Likewise.
42894         * math/w_j1f.c: Likewise.
42895         * math/w_j1l.c: Likewise.
42896         * math/w_jn.c: Likewise.
42897         * math/w_jnf.c: Likewise.
42898         * math/w_log.c: Likewise.
42899         * math/w_log10.c: Likewise.
42900         * math/w_log10f.c: Likewise.
42901         * math/w_log10l.c: Likewise.
42902         * math/w_log2.c: Likewise.
42903         * math/w_log2f.c: Likewise.
42904         * math/w_log2l.c: Likewise.
42905         * math/w_logf.c: Likewise.
42906         * math/w_logl.c: Likewise.
42907         * math/w_sqrt.c: Likewise.
42908         * math/w_sqrtf.c: Likewise.
42909         * math/w_sqrtl.c: Likewise.
42910         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42911         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42912         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42913         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42914         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42916 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42918         [BZ #9739]
42919         * manual/string.texi (strnlen): Use correct parameter name in
42920         equivalent expression.
42922 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42924         [BZ #11174]
42925         * manual/users.texi (seteuid): Consistently use neweuid for
42926         argument name.
42928 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42930         [BZ #13704]
42931         * manual/nss.texi (Services in the NSS configuration): Correct
42932         list of services in example configuration file.
42934 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42936         [BZ #11322]
42937         * manual/arith.texi: Remove statements about negative zero
42938         behaving identically to zero.
42940 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42942         [BZ #5993]
42943         * manual/install.texi: Do not document upgrading from libc5.
42945 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42947         [BZ #4596]
42948         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42950 2012-02-18  David S. Miller  <davem@davemloft.net>
42952         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42953         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42954         %o7 across the call.
42955         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42956         instead.
42957         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42958         SETUP_PIC_REG_LEAF.
42959         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42960         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42961         * sysdeps/sparc/crtn.S: Likewise.
42963 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42965         * aout/Makefile: Remove.
42967 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42969         [BZ #13058]
42970         * manual/examples/argp-ex1.c (main): Format definition in GNU
42971         style.
42972         * manual/examples/argp-ex2.c (main): Likewise.
42973         * manual/examples/argp-ex3.c (main): Likewise.
42974         * manual/examples/argp-ex4.c (main): Likewise.
42975         * manual/examples/longopt.c (main): Use new-style prototype
42976         definition.
42977         * manual/examples/strncat.c (main): Specify return type and use
42978         (void) for arguments.
42979         * manual/examples/subopt.c (main): Use char **argv argument.
42981 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42983         [BZ #5077]
42984         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42985         rounding modes.
42987 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42989         [BZ #6907]
42990         * manual/string.texi (strchr): Change when strchrnul is
42991         recommended.
42993 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42995         [BZ #174]
42996         * manual/locale.texi (setlocale): Document LOCPATH.
42998 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43000         [BZ #10210]
43001         * manual/process.texi (execle): Move @dots{} before last argument.
43003 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43005         [BZ #12047]
43006         * manual/charset.texi (Generic Charset Conversion): Fix typo
43007         (LC_TYPE -> LC_CTYPE).
43009 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43011         [BZ #5805]
43012         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43013         (scalbnf): Likewise.
43014         (scalbnl): Likewise.
43015         (scalbln): Likewise.
43016         (scalblnf): Likewise.
43017         (scalblnl): Likewise.
43018         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43019         (vwarnx): Likewise.
43020         (verr): Likewise.
43021         (verrx): Likewise.
43022         * manual/filesys.texi (telldir): Use braces around return type.
43023         * manual/llio.texi (mmap): Add space after comma.
43024         (mmap64): Likewise.
43025         * manual/math.texi (jn): Use @var{} on parameter names.
43026         (jnf): Likewise.
43027         (jnl): Likewise.
43028         (yn): Likewise.
43029         (ynf): Likewise.
43030         (ynl): Likewise.
43031         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43032         line.
43033         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43034         "...".
43035         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43036         (sched_get_priority_max): Likewise.
43037         * manual/signal.texi (sigvec): Add space after comma.
43038         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43039         names.
43040         (if_indextoname): Likewise.
43041         (if_freenameindex): Likewise.
43042         (sendto): Use ',' instead of '.' in prototype.
43043         * manual/startup.texi (syscall): Use @dots{} instead of literal
43044         "...".
43045         * manual/stdio.texi (__fpending): Separate initial words of
43046         paragraph from @deftypefun line.
43047         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43048         "...".
43049         (vsyslog): Use @var{} on parameter names.
43050         * manual/terminal.texi (stty): Use @var{} on parameter names.
43051         * manual/users.texi (getutmp): Use @var{} on parameter names.
43052         (getutmpx): Likewise.
43054 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43056         [BZ #6884]
43057         * manual/stdio.texi (fopen): Fix typos in description of
43058         ",ccs=STRING".
43060 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43062         [BZ #4026]
43063         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43064         get clock_id definition.
43066 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43068         [BZ #4822]
43069         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43070         (madvise): Cast every argument to void on its own.
43072 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43074         [BZ #9902]
43075         * manual/startup.texi (Exit Status): Fix typo.
43077 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43079         [BZ #10140]
43080         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43081         * manual/examples/argp-ex2.c: Likewise.
43082         * manual/examples/argp-ex3.c: Likewise.
43084 2012-02-16  Richard Henderson  <rth@redhat.com>
43086         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43087         * sysdeps/s390/s390-32/initfini.c: Remove.
43088         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43089         * sysdeps/s390/s390-64/initfini.c: Remove.
43091 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43093         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43094         compiler output for sysdeps/generic/initfini.c.
43095         * sysdeps/sh/elf/initfini.c: Remove file.
43097 2012-02-16  David S. Miller  <davem@davemloft.net>
43099         [BZ #11494]
43100         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43102         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43103         * sysdeps/sparc/crti.S: New file.
43104         * sysdeps/sparc/crtn.S: New file.
43105         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43106         * sysdeps/sparc/sparc64/Makefile: Likewise.
43108 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43110         [BZ #3335]
43111         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43113 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43115         [BZ #4822]
43116         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43118         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43119         (write, read, close): Likewise.
43120         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43122 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43124         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43125         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43126         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43127         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43128         <bits/signalfd.h>.
43129         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43130         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43131         bits/signalfd.h.
43133 2012-02-14  Marek Polacek  <polacek@redhat.com>
43135         * sysdeps/x86_64/crti.S: New file.
43136         * sysdeps/x86_64/crtn.S: New file.
43137         * sysdeps/x86_64/elf/initfini.c: Remove file.
43139 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43141         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43142         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43143         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43144         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43145         <bits/inotify.h>.
43146         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43147         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43148         bits/inotify.h.
43150 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43152         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43153         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43154         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43155         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43156         <bits/eventfd.h>.
43157         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43158         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43159         bits/eventfd.h.
43161 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43163         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43164         __feraiseexcept instead of feraiseexcept.
43166         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43167         nanosleep invocations.
43168         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43169         strings, and add error checking for a nanosleep invocations.
43171 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43173         Replace FSF snail mail address with URLs, as per GNU coding standards.
43174         Most of the snail mail addresses were wrong anyway, and omitting
43175         them makes the source code easier to maintain.  Almost all of the
43176         changes are to license notices and to locale LC_IDENTIFICATION
43177         addresses, except for this one:
43178         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43179         not its snail mail address.
43181 2012-02-09  Richard Henderson  <rth@twiddle.net>
43183         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43184         of kernel-features.h.
43186         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43188 2012-02-08  Marek Polacek  <polacek@redhat.com>
43190         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43191         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43192         * sysdeps/gnu/_G_config.h: Likewise.
43193         * sysdeps/generic/_G_config.h: Likewise.
43195 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43197         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43198         tests.
43199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43201         * sysdeps/powerpc/powerpc32/crti.S: New file.
43202         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43203         * sysdeps/powerpc/powerpc64/crti.S: New file.
43204         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43206         * Makeconfig (have-initfini): Don't set.
43207         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43208         * configure.in (nopic_initfini): Don't substitute.
43209         * config.h.in (HAVE_INITFINI): Don't #undef.
43210         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43211         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43213 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43215         Support crti.S and crtn.S provided directly by architectures.
43216         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43217         [crti.S in sysdirs] (omit-deps): Likewise.
43218         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43219         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43220         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43221         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43222         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43223         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43224         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43225         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43226         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43227         compiler output for sysdeps/generic/initfini.c.
43228         * sysdeps/i386/elf/Makefile: Remove file.
43229         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43231 2012-02-07  Marek Polacek  <polacek@redhat.com>
43233         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43234         * sysdeps/gnu/_G_config.h: Likewise.
43235         * sysdeps/mach/hurd/_G_config.h: Likewise.
43237 2012-02-07  Marek Polacek  <polacek@redhat.com>
43239         * math/Makefile (tests): Add tst-CMPLX2.
43240         * math/tst-CMPLX2.c: New file.
43242 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43244         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43246         * math/libm-test.inc (jn_test): Add missing L suffix.
43248 2012-02-06  Marek Polacek  <polacek@redhat.com>
43250         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43251         * sysdeps/i386/fpu/e_powf.S: Likewise.
43252         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43253         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43254         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43255         * sysdeps/i386/fpu/e_pow.S: Likewise.
43256         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43257         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43258         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43259         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43260         * sysdeps/i386/fpu/e_log2.S: Likewise.
43261         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43262         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43263         * sysdeps/i386/fpu/e_powl.S: Likewise.
43264         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43265         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43266         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43267         * sysdeps/i386/fpu/e_logl.S: Likewise.
43268         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43269         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43270         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43271         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43272         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43273         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43274         * sysdeps/i386/fpu/e_log.S: Likewise.
43275         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43276         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43277         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43278         * sysdeps/i386/fpu/e_logf.S: Likewise.
43279         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43280         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43281         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43282         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43283         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43284         * sysdeps/i386/fpu/e_log10.S: Likewise.
43285         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43286         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43287         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43288         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43289         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43290         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43291         * sysdeps/i386/asm-syntax.h: Likewise.
43292         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43293         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43294         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43295         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43296         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43297         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43298         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43299         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43300         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43301         * sysdeps/powerpc/sysdep.h: Likewise.
43302         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43303         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43305 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43307         [BZ #411]
43308         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43310 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43312         * sysdeps/i386/sysdep.h: Include <features.h>.
43313         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43314         version.
43316 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43318         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43319         Define.
43320         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43321         LOAD_PIC_REG_STR.
43323 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43325         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43326         (SETUP_PIC_REG): Use GET_PC_THUNK.
43327         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43328         macro.
43330 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43332         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43333         for non-PIC compilation.
43334         (SETUP_PIC_REG): Add .p2align directive.
43335         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43336         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43337         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43338         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43339         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43340         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43341         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43342         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43343         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43344         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43345         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43346         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43347         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43348         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43349         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43350         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43351         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43352         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43353         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43354         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43355         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43356         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43357         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43358         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43359         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43360         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43361         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43362         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43363         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43364         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43365         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43366         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43367         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43368         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43369         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43370         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43371         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43372         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43373         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43374         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43375         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43377 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43379         * math/tst-CMPLX.c: Include <stdio.h>.
43381 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43383         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43384         float.
43385         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43386         * sysdeps/sparc/bits/mathdef.h: Likewise.
43388 2012-01-31  Marek Polacek  <polacek@redhat.com>
43390         * libio/libio.h: Don't define _PARAMS.
43391         * locale/programs/config.h: Don't define PARAMS.
43392         * stdlib/strtol_l.c: Likewise.
43393         (__strtol_l): Remove PARAMS from the prototype.
43395 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43397         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43398         names.  Just use the correct names.  Remove unnecessary wrapper
43399         functions.
43400         * malloc/arena.c: Likewise.
43401         * malloc/hooks.c: Likewise.
43403         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43404         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43405         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43407 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43409         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43410         into tail calls.
43411         (update_get_addr): New function.
43412         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43413         GET_ADDR_MODULE parameter.
43415 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43417         * crypt/cert.c: Remove __STDC__ conditionals.
43418         * crypt/crypt-entry.c: Likewise.
43419         * crypt/crypt_util.c: Likewise.
43420         * libio/filedoalloc.c: Likewise.
43421         * libio/fileops.c: Likewise.
43422         * libio/genops.c: Likewise.
43423         * libio/iofclose.c: Likewise.
43424         * libio/iofdopen.c: Likewise.
43425         * libio/iofopen.c: Likewise.
43426         * libio/iofopen64.c: Likewise.
43427         * libio/iogetdelim.c: Likewise.
43428         * libio/iopopen.c: Likewise.
43429         * libio/obprintf.c: Likewise.
43430         * libio/oldfileops.c: Likewise.
43431         * libio/oldiofclose.c: Likewise.
43432         * libio/oldiofdopen.c: Likewise.
43433         * libio/oldiofopen.c: Likewise.
43434         * libio/oldiopopen.c: Likewise.
43435         * libio/wfiledoalloc.c: Likewise.
43436         * libio/wgenops.c: Likewise.
43437         * locale/programs/xmalloc.c: Likewise.
43438         * misc/syslog.c: Likewise.
43439         * stdio-common/xbug.c: Likewise.
43440         * string/memchr.c: Likewise.
43441         * string/memcmp.c: Likewise.
43442         * string/memrchr.c: Likewise.
43443         * string/rawmemchr.c: Likewise.
43444         * sysdeps/posix/getcwd.c: Likewise.
43445         * time/strftime_l.c: Likewise.
43447 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43449         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43450         * config.make.in (config-cflags-sse2avx): Define.
43451         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43452         Fix typo.
43454 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43456         * scripts/config.guess: Update from upstream config git repository.
43457         * scripts/config.sub: Likewise.
43459 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43461         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43462         (EM_NUM): Update.
43463         (R_TILEPRO_*, R_TILEGX_*): New macros.
43465         * scripts/firstversions.awk: Fix bug in version range handling.
43467         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43469         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43471         * include/sys/epoll.h: New file.
43472         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43473         libc_hidden_def.
43475 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43477         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43478         Avoid unnecessary __WORDSIZE == 64 test.
43479         (fmaxf): Use VEX format if possible.
43480         (fmax): Likewise.
43481         (fminf): Likewise.
43482         (fmin): Likewise.
43484         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43485         * math/math_private.h: Remove libc_fegetround* and
43486         libc_fesetround*.
43487         * sysdeps/i386/configure.in: Check for -msse2avx.
43488         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43489         also if SSE2AVX is defined.
43490         Remove libc_fegetround* and libc_fesetround*.
43491         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43492         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43493         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43494         of HAS_YMM_USABLE.
43495         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43496         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43497         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43498         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43499         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43501         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43503 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43505         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43506         size is not set.
43507         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43509 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43511         [BZ #13618]
43512         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43513         relocation.
43514         * Makeconfig (libm): Define.
43515         * elf/Makefile: Add rules to build and run tst-relsort1.
43516         * elf/tst-relsort1.c: New file.
43517         * elf/tst-relsort1mod1.c: New file.
43518         * elf/tst-relsort1mod2.c: New file.
43520 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43522         * math/s_ldexp.c: Remove __STDC__ conditionals.
43523         * math/s_ldexpf.c: Likewise.
43524         * math/s_ldexpl.c: Likewise.
43525         * math/s_nextafter.c: Likewise.
43526         * math/s_nexttowardf.c: Likewise.
43527         * math/s_significand.c: Likewise.
43528         * math/s_significandf.c: Likewise.
43529         * math/s_significandl.c: Likewise.
43530         * math/w_jnl.c: Likewise.
43531         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43532         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43533         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43534         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43535         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43536         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43537         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43538         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43539         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43540         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43541         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43542         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43543         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43544         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43545         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43546         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43547         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43548         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43549         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43550         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43551         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43552         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43553         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43554         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43555         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43556         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43557         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43558         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43559         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43560         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43561         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43562         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43563         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43564         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43565         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43566         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43567         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43568         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43569         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43570         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43571         * sysdeps/ieee754/k_standard.c: Likewise.
43572         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43573         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43574         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43575         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43576         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43577         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43578         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43579         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43580         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43581         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43582         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43583         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43584         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43585         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43586         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43587         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43588         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43589         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43590         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43591         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43592         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43593         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43594         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43595         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43596         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43597         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43598         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43599         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43600         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43601         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43602         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43603         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43604         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43605         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43606         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43607         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43608         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43609         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43610         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43611         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43612         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43613         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43614         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43615         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43616         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43617         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43618         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43619         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43620         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43621         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43622         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43623         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43624         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43625         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43626         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43627         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43628         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43629         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43630         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43631         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43632         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43633         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43634         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43635         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43636         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43637         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43638         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43639         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43640         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43641         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43642         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43643         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43644         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43645         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43646         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43647         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43648         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43649         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43650         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43651         * sysdeps/ieee754/s_matherr.c: Likewise.
43652         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43653         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43654         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43655         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43657 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43659         * crypt/md5.h: Remove __STDC__ conditionals.
43660         * libio/libioP.h: Likewise.
43661         * locale/programs/config.h: Likewise.
43662         * sysdeps/generic/sysdep.h: Likewise.
43663         * sysdeps/i386/asm-syntax.h: Likewise.
43664         * sysdeps/s390/asm-syntax.h: Likewise.
43665         * sysdeps/unix/sysdep.h: Likewise.
43666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43669 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43671         * libio/libio.h: Remove __STDC__ conditionals.
43672         * malloc/obstack.h: Likewise.
43673         * math/complex.h: Likewise.
43674         * math/math.h: Likewise.
43675         * sysdeps/generic/_G_config.h: Likewise.
43676         * sysdeps/gnu/_G_config.h: Likewise.
43677         * sysdeps/mach/hurd/_G_config.h: Likewise.
43678         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43679         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43680         * sysdeps/sparc/bits/mathdef.h: Likewise.
43682 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43684         [BZ #13583]
43685         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43686         Clean up HAS_* macros.
43687         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43688         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43689         possible.
43690         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43691         HAS_AVX.
43692         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43693         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43694         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43695         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43696         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43698 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43700         * elf/tst-unique3.cc (gets): Remove declaration.
43701         * elf/tst-unique3lib.cc (gets): Likewise.
43702         * elf/tst-unique3lib2.cc (gets): Likewise.
43703         * elf/tst-unique4.cc (gets): Likewise.
43705 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43707         * include/stdio.h: Add C++ protection.  Add gets declarations and
43708         definitions.
43709         * debug/tst-chk1.c: Don't declare gets here.
43710         * stdio-common/tst-gets.c: Likewise.
43712 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43714         * posix/glob: Remove directory.
43716 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43718         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43720 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43722         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43723         of the non-standard EPFNOSUPPORT.
43725 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43727         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43728         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43729         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43731 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43733         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43735 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43737         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43738         transient errors.
43739         * nscd/grpcache.c (cache_addgr): Likewise.
43740         * nscd/hstcache.c (cache_addhst): Likewise.
43741         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43742         * nscd/pwdcache.c (cache_addpw): Likewise.
43743         * nscd/servicescache.c (cache_addserv): Likewise.
43745 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43747         * malloc/malloc.c: Various cleanups.
43748         * malloc/hooks.c: Likewise.
43750         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43751         * stdlib/bug-fmtmsg1.c: New file.
43753         * stdlib/fmtmsg.c (init): Add missing unlock.
43754         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43756 2012-01-12  Marek Polacek  <polacek@redhat.com>
43758         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43759         and _GNU_SOURCE.
43761 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43763         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43764         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43765         macro to ensure uniqueness of label name.
43766         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43767         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43769 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43771         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43773         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43774         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43775         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43776         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43778 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43780         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43782         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43783         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43784         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43786         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43788         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43789         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43790         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43791         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43793         * math/bits/math-finite.h: Add ldexp support.
43795 2012-01-10  Marek Polacek  <polacek@redhat.com>
43797         * locale/programs/localedef.h (show_archive_content): Add noreturn
43798         attribute.
43800 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43802         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43804 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43806         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43808         * io/Makefile (headers): Add bits/poll2.h.
43810 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43813         typo #include statement.
43815 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43817         * include/sys/cdefs.h: Define __attribute_alloc_size.
43818         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43819         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43820         * elf/pldd.c: Likewise.
43821         * iconv/iconv_charmap.c: Likewise.
43822         * iconv/iconvconfig.c: Likewise.
43823         * iconv/strtab.c: Likewise.
43824         * locale/programs/locale.c: Likewise.
43825         * locale/programs/localedef.h: Likewise.
43826         * locale/programs/simple-hash.c: Likewise.
43827         * nscd/nscd.h: Likewise.
43828         * nss/makedb.c: Likewise.
43829         * sysdeps/generic/ldconfig.h: Likewise.
43830         * locale/programs/localedef.c: Remove xmalloc prototype.
43831         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43833 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43835         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43836         appropriate.
43838 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43840         * math/Makefile (tests): Add tst-CMPLX.
43841         * math/tst-CMPLX.c: New file.
43843         * math/complex.h (CMPLXL): Fix typo.
43845         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43846         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43847         GLIBC_2.16.
43848         * debug/tst-chk1.c: Add poll and ppoll tests.
43849         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43850         * include/sys/poll.h: Add hidden proto for ppoll.
43851         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43852         * sysdeps/mach/hurd/ppoll.c: Likewise.
43853         * io/ppoll.c: Likewise.
43854         * debug/poll_chk.c: New file.
43855         * debug/ppoll_chk.c: New file.
43856         * include/bits/poll2.h: New file.
43857         * io/bits/poll2.h: New file.
43859         [BZ #1350]
43860         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43862         * configure.in: static is always set to yes.  Remove.
43863         * config.make.in: Don't set build-static.
43864         * Makeconfig: Remove use of build-static.
43865         * dlfcn/Makefile: Likewise.
43866         * elf/Makefile: Likewise.
43867         * math/Makefile: Likewise.
43868         * misc/Makefile: Likewise.
43869         * nptl/Makefile: Likewise.
43870         * sysdeps/mach/hurd/Makefile: Likewise.
43872         * configure.in: PWD_P is not used anymore.
43873         * config.make.in: Remove PWD_P entry.
43875         * configure.in: Remove last remnants of RANLIB.
43876         No need to check for signed size_t anymore.
43877         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43878         and IA-64.
43879         Remove __builtin_expect test because we require at least gcc 3.4.
43880         * aclocal.m4: Likewise.
43882         * wcsmbs/mbrtoc16.c: Implement using towc function.
43883         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43884         * wcsmbs/wcsmbsload.c: Likewise.
43885         * iconv/gconv_simple.c: Likewise.
43886         * iconv/gconv_int.h: Likewise.
43887         * iconv/gconv_builtin.h: Likewise.
43888         * iconv/iconv_prog.c: Remove CHAR16 handling.
43890         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43892         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43894         * configure.in: Remove --with-elf and --enable-bounded options.
43895         Dont set base_machine for ia64.  More non-ELF conditions removed.
43896         Remove testing and setting of leading underscore information.
43897         * config.make.in (build-bounded): Set to no.
43898         * config.h.in: Remove NO_UNDERSCORES entry.
43899         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43900         them.
43901         * csu/start.c: Remove !NO_UNDERSCORE code.
43902         * locale/localeinfo.h: Likewise.
43903         * sysdeps/generic/machine-gmon.h: Likewise.
43904         * sysdeps/generic/sysdep.h: Likewise.
43905         * sysdeps/i386/sysdep.h: Likewise.
43906         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43907         * sysdeps/mach/sysdep.h: Likewise.
43908         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43909         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43910         * sysdeps/sh/sysdep.h: Likewise.
43911         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43912         * sysdeps/unix/i386/sysdep.S: Likewise.
43913         * sysdeps/unix/sparc/start.c: Likewise.
43914         * sysdeps/unix/sparc/sysdep.S: Likewise.
43915         * sysdeps/unix/sparc/sysdep.h: Likewise.
43916         * sysdeps/unix/start.c: Likewise.
43917         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43918         * sysdeps/x86_64/sysdep.h: Likewise.
43920 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43922         [BZ #13553]
43923         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43924         for non-gcc.
43925         * argp/argp-fmtstream.h: Use const instead __const.
43926         * argp/argp.h: Likewise.
43927         * assert/assert.h: Likewise.
43928         * bits/fenv.h: Likewise.
43929         * bits/sched.h: Likewise.
43930         * bits/sigset.h: Likewise.
43931         * bits/sigthread.h: Likewise.
43932         * catgets/nl_types.h: Likewise.
43933         * conform/data/pthread.h-data: Likewise.
43934         * crypt/crypt-private.h: Likewise.
43935         * crypt/crypt.h: Likewise.
43936         * crypt/crypt_util.c: Likewise.
43937         * ctype/ctype.h: Likewise.
43938         * debug/execinfo.h: Likewise.
43939         * debug/mbsnrtowcs_chk.c: Likewise.
43940         * debug/mbsrtowcs_chk.c: Likewise.
43941         * debug/wcsnrtombs_chk.c: Likewise.
43942         * debug/wcsrtombs_chk.c: Likewise.
43943         * debug/wcstombs_chk.c: Likewise.
43944         * dirent/dirent.h: Likewise.
43945         * dlfcn/dlfcn.h: Likewise.
43946         * elf/neededtest4.c: Likewise.
43947         * grp/grp.h: Likewise.
43948         * gshadow/gshadow.h: Likewise.
43949         * iconv/gconv.h: Likewise.
43950         * iconv/gconv_int.h: Likewise.
43951         * iconv/gconv_simple.c: Likewise.
43952         * iconv/iconv.h: Likewise.
43953         * iconv/loop.c: Likewise.
43954         * iconv/skeleton.c: Likewise.
43955         * include/aio.h: Likewise.
43956         * include/aliases.h: Likewise.
43957         * include/argz.h: Likewise.
43958         * include/arpa/inet.h: Likewise.
43959         * include/assert.h: Likewise.
43960         * include/dirent.h: Likewise.
43961         * include/dlfcn.h: Likewise.
43962         * include/execinfo.h: Likewise.
43963         * include/fcntl.h: Likewise.
43964         * include/fenv.h: Likewise.
43965         * include/glob.h: Likewise.
43966         * include/grp.h: Likewise.
43967         * include/libintl.h: Likewise.
43968         * include/mntent.h: Likewise.
43969         * include/netdb.h: Likewise.
43970         * include/pwd.h: Likewise.
43971         * include/rpc/netdb.h: Likewise.
43972         * include/sched.h: Likewise.
43973         * include/search.h: Likewise.
43974         * include/shadow.h: Likewise.
43975         * include/signal.h: Likewise.
43976         * include/stdio.h: Likewise.
43977         * include/stdlib.h: Likewise.
43978         * include/string.h: Likewise.
43979         * include/sys/socket.h: Likewise.
43980         * include/sys/stat.h: Likewise.
43981         * include/sys/statfs.h: Likewise.
43982         * include/sys/statvfs.h: Likewise.
43983         * include/sys/syslog.h: Likewise.
43984         * include/sys/time.h: Likewise.
43985         * include/sys/uio.h: Likewise.
43986         * include/time.h: Likewise.
43987         * include/unistd.h: Likewise.
43988         * include/utmp.h: Likewise.
43989         * include/wchar.h: Likewise.
43990         * include/wctype.h: Likewise.
43991         * inet/aliases.h: Likewise.
43992         * inet/arpa/inet.h: Likewise.
43993         * inet/netinet/ether.h: Likewise.
43994         * inet/netinet/in.h: Likewise.
43995         * intl/libintl.h: Likewise.
43996         * io/bits/fcntl2.h: Likewise.
43997         * io/fcntl.h: Likewise.
43998         * io/ftw.h: Likewise.
43999         * io/sys/poll.h: Likewise.
44000         * io/sys/stat.h: Likewise.
44001         * io/sys/statfs.h: Likewise.
44002         * io/sys/statvfs.h: Likewise.
44003         * io/utime.h: Likewise.
44004         * libio/bits/stdio.h: Likewise.
44005         * libio/bits/stdio2.h: Likewise.
44006         * libio/libio.h: Likewise.
44007         * libio/libioP.h: Likewise.
44008         * libio/stdio.h: Likewise.
44009         * locale/lc-ctype.c: Likewise.
44010         * locale/locale.h: Likewise.
44011         * login/utmp.h: Likewise.
44012         * malloc/arena.c: Likewise.
44013         * malloc/malloc.c: Likewise.
44014         * malloc/malloc.h: Likewise.
44015         * malloc/mcheck.c: Likewise.
44016         * malloc/mtrace.c: Likewise.
44017         * math/bits/mathcalls.h: Likewise.
44018         * math/fenv.h: Likewise.
44019         * math/math_private.h: Likewise.
44020         * misc/bits/error.h: Likewise.
44021         * misc/bits/syslog.h: Likewise.
44022         * misc/err.h: Likewise.
44023         * misc/error.h: Likewise.
44024         * misc/fstab.h: Likewise.
44025         * misc/mntent.h: Likewise.
44026         * misc/regexp.h: Likewise.
44027         * misc/search.h: Likewise.
44028         * misc/sgtty.h: Likewise.
44029         * misc/sys/mman.h: Likewise.
44030         * misc/sys/syslog.h: Likewise.
44031         * misc/sys/uio.h: Likewise.
44032         * misc/sys/xattr.h: Likewise.
44033         * misc/ttyent.h: Likewise.
44034         * nis/rpcsvc/ypclnt.h: Likewise.
44035         * nss/nss.h: Likewise.
44036         * posix/bits/unistd.h: Likewise.
44037         * posix/fnmatch.h: Likewise.
44038         * posix/glob.h: Likewise.
44039         * posix/sched.h: Likewise.
44040         * posix/spawn.h: Likewise.
44041         * posix/sys/wait.h: Likewise.
44042         * posix/unistd.h: Likewise.
44043         * posix/wordexp.h: Likewise.
44044         * pwd/pwd.h: Likewise.
44045         * resolv/netdb.h: Likewise.
44046         * resource/sys/resource.h: Likewise.
44047         * rt/aio.h: Likewise.
44048         * rt/bits/mqueue2.h: Likewise.
44049         * rt/mqueue.h: Likewise.
44050         * shadow/shadow.h: Likewise.
44051         * signal/signal.h: Likewise.
44052         * socket/send.c: Likewise.
44053         * socket/sendto.c: Likewise.
44054         * socket/sys/socket.h: Likewise.
44055         * stdio-common/printf.h: Likewise.
44056         * stdlib/bits/stdlib.h: Likewise.
44057         * stdlib/fmtmsg.h: Likewise.
44058         * stdlib/monetary.h: Likewise.
44059         * stdlib/stdlib.h: Likewise.
44060         * stdlib/ucontext.h: Likewise.
44061         * streams/stropts.h: Likewise.
44062         * string/argz.h: Likewise.
44063         * string/bits/string2.h: Likewise.
44064         * string/string.h: Likewise.
44065         * string/strings.h: Likewise.
44066         * sunrpc/rpc/auth.h: Likewise.
44067         * sunrpc/rpc/auth_des.h: Likewise.
44068         * sunrpc/rpc/clnt.h: Likewise.
44069         * sunrpc/rpc/netdb.h: Likewise.
44070         * sunrpc/rpc/pmap_clnt.h: Likewise.
44071         * sunrpc/rpc/xdr.h: Likewise.
44072         * sysdeps/generic/inttypes.h: Likewise.
44073         * sysdeps/generic/net/if.h: Likewise.
44074         * sysdeps/generic/sys/swap.h: Likewise.
44075         * sysdeps/gnu/net/if.h: Likewise.
44076         * sysdeps/gnu/utmpx.h: Likewise.
44077         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44078         * sysdeps/i386/i486/bits/string.h: Likewise.
44079         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44080         * sysdeps/s390/bits/string.h: Likewise.
44081         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44082         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44083         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44084         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44085         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44086         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44087         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44088         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44089         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44090         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44091         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44092         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44093         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44094         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44095         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44096         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44097         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44098         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44099         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44100         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44101         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44102         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44103         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44104         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44105         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44106         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44107         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44108         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44109         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44110         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44111         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44112         * sysvipc/sys/ipc.h: Likewise.
44113         * sysvipc/sys/msg.h: Likewise.
44114         * sysvipc/sys/sem.h: Likewise.
44115         * sysvipc/sys/shm.h: Likewise.
44116         * termios/termios.h: Likewise.
44117         * time/sys/time.h: Likewise.
44118         * time/time.h: Likewise.
44119         * wcsmbs/bits/wchar2.h: Likewise.
44120         * wcsmbs/uchar.h: Likewise.
44121         * wcsmbs/wchar.h: Likewise.
44122         * wctype/wctype.h: Likewise.
44124         [BZ #13551]
44125         * Makeconfig: Remove all but ELF support including AIX support.
44126         * Makerules: Likewise.
44127         * config.h.in: Likewise.
44128         * config.make.in: Likewise.
44129         * configure: Likewise.
44130         * configure.in: Likewise.
44131         * csu/Makefile: Likewise.
44132         * csu/version.c: Likewise.
44133         * debug/Makefile: Likewise.
44134         * dlfcn/Makefile: Likewise.
44135         * elf/Makefile: Likewise.
44136         * extra-lib.mk: Likewise.
44137         * iconv/Makefile: Likewise.
44138         * include/libc-symbols.h: Likewise.
44139         * include/shlib-compat.h: Likewise.
44140         * resolv/Makefile: Likewise.
44141         * resolv/res_libc.c: Likewise.
44142         * rt/Makefile: Likewise.
44143         * sysdeps/i386/asm-syntax.h: Likewise.
44144         * sysdeps/i386/sysdep.h: Likewise.
44145         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44146         * sysdeps/mach/sysdep.h: Likewise.
44147         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44148         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44149         * sysdeps/s390/asm-syntax.h: Likewise.
44150         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44151         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44152         * sysdeps/sh/sysdep.h: Likewise.
44153         * sysdeps/unix/sparc/sysdep.h: Likewise.
44154         * sysdeps/wordsize-32/divdi3.c: Likewise.
44155         * sysdeps/x86_64/sysdep.h: Likewise.
44157         * argp/Versions: Remove _argp_unlock_xxx.
44159         [BZ #13559]
44160         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44161         * abilist/libBrokenLocale.abilist: Likewise.
44162         * abilist/libanl.abilist: Likewise.
44163         * abilist/libc.abilist: Likewise.
44164         * abilist/libcrypt.abilist: Likewise.
44165         * abilist/libdl.abilist: Likewise.
44166         * abilist/libm.abilist: Likewise.
44167         * abilist/libnsl.abilist: Likewise.
44168         * abilist/libpthread.abilist: Likewise.
44169         * abilist/libresolv.abilist: Likewise.
44170         * abilist/librt.abilist: Likewise.
44171         * abilist/libthread_db.abilist: Likewise.
44172         * abilist/libutil.abilist: Likewise.
44173         * abilist/libnss_db.abilist: New file.
44175         * scripts/abilist.awk: Add support for indirect functions.
44177         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44179         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44181         * shlib-versions: Remove entries for ports architectures.
44183         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44184         files in ports.
44185         * elf/stackguard-macros.h: Remove support for IA-64.
44186         * elf/tst-auditmod1.c: Likewise.
44187         * sysdeps/generic/ldsodefs.h: Likewise.
44189         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44190         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44191         configure files.
44193         [BZ #13552]
44194         * configure.in: Remove --enable-omitfp support.
44195         * FAQ.in: Adjust.
44196         * config.make.in: Likewise.
44197         * Makeconfig: Likewise.
44198         * manual/install.texi: Likewise.
44200         In case anyone cares, the IA-64 architecture could move to ports.
44201         * sysdeps/ia64/*: Removed.
44202         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44203         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44205         [BZ #13555]
44206         * configure.in: Remove entries for unsupported architectures.
44208         [BZ #13533]
44209         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44210         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44211         routines.
44212         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44213         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44214         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44215         fall back to using wcrtomb.
44216         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44217         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44218         renaming.
44219         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44220         * wcsmbs/tst-c16c32-1.c: New file.
44222         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44223         local variable.
44225         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44227         * elf/tst-unique3.cc: Add explicit declaration of gets.
44228         * elf/tst-unique3lib.cc: Likewise.
44229         * elf/tst-unique3lib2.cc: Likewise.
44230         * elf/tst-unique4.cc: Likewise.
44232         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44234 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44236         [BZ #13566]
44237         * assert/assert.h (static_assert): Don't define for C++.
44238         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44239         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44241 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44243         * iconv/loop.c (single loop): Fix assertion in storing of
44244         remaining bytes.
44246         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44248 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44250         * posix/getconf.c: Update copyright year.
44251         * nss/getent.c: Likewise.
44252         * nss/makedb.c: Likewise.
44253         * iconv/iconvconfig.c: Likewise.
44254         * iconv/iconv_prog.c: Likewise.
44255         * elf/ldconfig.c: Likewise.
44256         * elf/pldd.c: Likewise.
44257         * elf/sotruss.ksh: Likewise.
44258         * catgets/gencat.c: Likewise.
44259         * csu/version.c: Likewise.
44260         * elf/ldd.bash.in: Likewise.
44261         * elf/sprof.c (print_version): Likewise.
44262         * locale/programs/locale.c: Likewise.
44263         * locale/programs/localedef.c: Likewise.
44264         * login/programs/pt_chown.c: Likewise.
44265         * nscd/nscd.c (print_version): Likewise.
44266         * debug/xtrace.sh: Likewise.
44267         * malloc/memusage.sh: Likewise.
44268         * malloc/mtrace.pl: Likewise.
44269         * debug/catchsegv.sh: Likewise.
44271 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44273         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44274         pure attribute.
44276 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44278         [BZ #13533]
44279         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44280         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44281         transformations.
44282         * iconv/gconv_int.h: Likewise.
44283         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44284         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44285         from libc for GLIBC_2.16.
44286         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44287         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44288         * wcsmbs/uchar.h: Really define mbstate_t.
44289         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44290         * wcsmbs/c16rtomb.c: New file.
44291         * wcsmbs/mbrtoc16.c: New file.
44292         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44293         for C/POSIX locale.
44294         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44295         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44297         * wcsmbs/wchar.h: Add missing __restrict.
44299 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44301         [BZ #13532]
44302         * time/Makefile (routines): Add timespec_get.
44303         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44304         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44305         timespec for ISO C11.
44306         * time/timespec_get.c: New file.
44307         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44308         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44310         [BZ #13531]
44311         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44312         * stdlib/stdlib.h: Declare aligned_alloc.
44313         * Versions.def: Add GLIBC_2.16 for libc.
44314         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44316         [BZ 13527]
44317         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44318         ISO C11.
44320         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44321         code.
44323         [BZ #13528]
44324         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44326         [BZ #13529]
44327         * assert/assert.h (static_assert): Define.
44329         * version.h: Update for 2.16 development version.
44331         [BZ #13526]
44332         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44333         _ISOC11_SOURCE.
44335         * version.h (RELEASE): Bump for 2.15 release.
44336         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44338         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44339         Patch by Marek Polacek <mpolacek@redhat.com>.
44341         * bits/byteswap.h: Protect long long constants with __extension__.
44342         * sysdeps/i386/bits/byteswap.h: Likewise.
44343         * sysdeps/ia64/bits/byteswap.h: Likewise.
44344         * sysdeps/s390/bits/byteswap.h: Likewise.
44345         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44347 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44349         [BZ #13540]
44350         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44351         destination buffer.
44352         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44354 2011-12-23  Marek Polacek  <polacek@redhat.com>
44356         * elf/dl-addr.c (determine_info): Add inline keyword.
44357         * elf/tst-auditmod4b.c (check_avx): Likewise.
44358         * elf/tst-auditmod6b.c (check_avx): Likewise.
44359         * elf/tst-auditmod6c.c (check_avx): Likewise.
44360         * elf/tst-auditmod7b.c (check_avx): Likewise.
44362 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44364         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44365         !__SSE_MATH__.
44367 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44369         [BZ #13540]
44370         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44371         processing for last bytes.
44373 2011-08-06  Bruno Haible  <bruno@clisp.org>
44375         [BZ #13061]
44376         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44377         U+0385, not to U+1FEE.
44379         [BZ #13062]
44380         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44381         entry for U+00A5 U+0301.
44383 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44385         [BZ #13166]
44386         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44387         buffer for the output is too small.
44389         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44390         optimization.
44392         [BZ #13185]
44393         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44394         SSE flags if possible.
44396 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44398         [BZ #13540]
44399         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44400         processing for last bytes.
44402 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44404         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44405         (syscall-list-default-options, syscall-list-default-condition)
44406         (syscall-list-includes): Define.
44407         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44408         list of ABIs and options and #if conditions for each ABI.  Do not
44409         handle common syscalls between ABIs specially.
44410         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44411         Remove.
44412         (syscall-list-variants, syscall-list-32bit-options)
44413         (syscall-list-32bit-condition, syscall-list-64bit-options)
44414         (syscall-list-64bit-condition): Define.
44415         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44416         (syscall-list-variants, syscall-list-32bit-options)
44417         (syscall-list-32bit-condition, syscall-list-64bit-options)
44418         (syscall-list-64bit-condition): Define.
44419         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44420         Remove.
44421         (syscall-list-variants, syscall-list-32bit-options)
44422         (syscall-list-32bit-condition, syscall-list-64bit-options)
44423         (syscall-list-64bit-condition): Define.
44424         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44425         Remove.
44426         (syscall-list-variants, syscall-list-32bit-options)
44427         (syscall-list-32bit-condition, syscall-list-64bit-options)
44428         (syscall-list-64bit-condition): Define.
44430 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44432         * locale/iso-639.def: Add brx entry.
44434         [BZ #13328]
44435         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44436         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44438         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44439         __feraiseexcept_renamed.
44441 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44443         [BZ #13538]
44444         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44445         EPOLLET with unsigned values.
44446         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44447         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44449         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44450         to large cancellation.
44451         * math/s_cacoshf.c: Likewise.
44452         * math/s_cacoshl.c: Likewise.
44454 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44456         [BZ #13305]
44457         [BZ #12786]
44458         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44459         * math/s_cacoshf.c: Likewise.
44460         * math/s_cacoshl.c: Likewise.
44462 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44464         [BZ #13439]
44465         * iconv/gconv.h: Define __GCONV_SWAP.
44466         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44467         * iconvdata/utf-16.c: Likewise.
44468         * iconvdata/utf-32.c: Likewise.
44470 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44472         [BZ #13524]
44473         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44474         numerator after shifting it by one limb.
44476 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44478         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44479         under [__USE_EXTERN_INLINES].
44481 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44483         [BZ #13446]
44484         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44486 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44488         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44489         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44490         optimized code.
44491         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44492         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44493         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44494         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44495         for strncasecmp/strncasecmp_l compilation.
44496         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44497         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44499 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44501         [BZ #13484]
44502         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44503         of __asm__.
44505 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44507         [BZ #13506]
44508         * time/tzfile.c (__tzfile_read): Check values from file header.
44510 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44512         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44513         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44514         * powerpc/powerpc32/dl-start.S: Likewise.
44515         * powerpc/powerpc32/elf/start.S: Likewise.
44516         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44517         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44518         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44519         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44520         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44521         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44522         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44523         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44524         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44525         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44526         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44527         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44528         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44529         * powerpc/powerpc32/memset.S: Likewise.
44530         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44531         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44532         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44533         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44534         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44535         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44536         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44537         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44538         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44539         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44540         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44541         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44542         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44544 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44546         * math/libm-test.inc: Added more nearbyint tests.
44547         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44548         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44549         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44550         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44552 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44554         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44555         FD_CLOEXEC.
44557 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44559         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44560         Add wcscpy-ssse3 wcscpy-c.
44561         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44562         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44563         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44564         * sysdeps/x86_64/wcschr.S: New file.
44565         * sysdeps/x86_64/wcsrchr.S: New file.
44566         * string/test-strcmp.c: Remove checking of wcscmp function for
44567         wrong alignments.
44568         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44569         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44570         wcsrchr-sse2 wcsrchr-c.
44571         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44572         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44573         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44574         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44575         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44576         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44577         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44578         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44579         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44580         * wcsmbc/wcschr.c (WCSCHR): New macro.
44582 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44584         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44585         * wcsmbs/test-wcsrchr.c: New file.
44586         * string/test-strrchr.c: Add wcsrchr support.
44587         (WIDE): New macro.
44588         * wcsmbs/test-wcscpy.c: New file.
44589         * string/test-strcpy.c: Add wcscpy support.
44590         (WIDE): New macro.
44592 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44594         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44595         the inner loop.
44597 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44599         [BZ #13472]
44600         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44602 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44604         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44605         Minor optimizations.
44607         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44608         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44609         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44611 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44613         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44614         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44615         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44616         for gcc to avoid warnings.
44617         * inet/Makefile (tests): Add tst-checks.
44618         * inet/tst-checks.c: New file.
44620         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44621         warning.
44623         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44624         __wmemcmp_sse2.
44626         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44627         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44629         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44631 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44633         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44634         problem.
44636         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44638 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44640         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44641         conditional on GCC version.
44642         (__arch_compare_and_exchange_val_8_acq)
44643         (__arch_compare_and_exchange_val_16_acq)
44644         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44645         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44646         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44648 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44650         * sysdeps/sh/backtrace.c: New file.
44652 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44654         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44655         parenthesis.
44657 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44659         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44660         falling back to utime.
44662 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44664         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44665         expectations for float.
44667 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44669         * locale/weight.h (findidx): Add parameter len.
44670         * locale/weightwc.h (findidx): Likewise.
44671         * posix/fnmatch_loop.c (FCT): Adjust caller.
44672         * posix/regcomp.c (build_equiv_class): Likewise.
44673         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44674         * posix/regexec.c (check_node_accept_bytes): Likewise.
44675         * string/strcoll_l.c (STRCOLL): Likewise.
44676         * string/strxfrm_l.c (STRXFRM): Likewise.
44678 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44680         * Makefile.in: Remove CVSOPT handling.
44681         * configure.in: Remove use of AC_REVISION.
44682         * iconvdata/Makefile (distribute): No need to filter out CVS.
44683         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44684         handling.
44686 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44688         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44689         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44690         [USE_AS_STRNCASECMP_L]: Likewise.
44691         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44692         NO_TLS_DIRECT_SEG_REFS.
44693         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44694         Fix argument offsets for non-PIC.
44695         [USE_AS_STRNCASECMP_L]: Likewise.
44696         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44697         NO_TLS_DIRECT_SEG_REFS.
44699 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44701         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44702         O_CLOEXEC.
44703         * locale/loadlocale.c (_nl_load_locale): Likewise.
44705 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44707         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44708         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44709         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44710         (SYSCALL_GETTIME): Set errno on error.
44712         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44713         count references to noai6ai_cached.
44715 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44717         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44719         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44720         FD_CLOEXEC for /proc/self/maps.
44722         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44723         FD_CLOEXEC for /proc/meminfo.
44725         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44726         gai.conf.
44728         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44729         FD_CLOEXEC for given file.
44731         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44733         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44734         FD_CLOEXEC for /etc/hosts.
44735         (_gethtent): Likewise.
44737         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44739         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44740         cancellation and set FD_CLOEXEC for /etc/netgroup.
44742         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44743         reading /etc/publickey.
44745         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44746         allow cancellation when reading /etc/group.
44748         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44749         cancellation.
44750         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44752         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44753         when using data file.
44755         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44757         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44758         (write_nis_obj): Use "c" and "e" in fopen.
44760         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44762         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44764         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44766         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44768         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44769         locale.alias.
44771         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44773         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44775         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44777         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44778         file parsing and set FD_CLOEXEC.
44780 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44782         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44784 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44786         * malloc/arena.c (arena_get2): Don't call reused_arena when
44787         _int_new_arena failed.
44789 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44791         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44792         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44793         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44794         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44795         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44796         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44797         to compile strcasecmp and strncasecmp.
44798         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44799         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44801         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44803 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44805         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44806         locale-defines.sym to gen-as-const-headers.
44807         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44808         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44809         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44810         to compile strcasecmp and strncasecmp.
44811         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44812         strcasecmp_l and strncasecmp_l.
44813         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44814         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44815         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44816         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44817         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44818         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44819         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44820         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44821         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44822         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44823         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44825 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44827         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44828         result of SYSDEP_GETTIME_CPU to retval.
44829         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44830         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44832         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44833         variable.
44835         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44836         mantissa words.
44837         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44839         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44840         from unused variable.
44842         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44843         DWARF definitions.
44844         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44845         for assembling.
44847         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44848         over namespaces.
44850         * sunrpc/rpc_prot.c (rejected): Fix case value.
44852         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44853         unsigned long long int to avoid warnings in shift.
44855         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44856         of use of trans.
44857         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44858         variable tmp.
44860         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44861         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44862         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44864         * nis/nis_table.c (nis_list): Use variable of correct type for
44865         result of __follow_path call.
44867 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44869         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44870         of math functions ceil, trunc, floor, round, and sqrt, when
44871         avaliable on the platform.
44872         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44873         name clash.
44874         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44875         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44876         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44878 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44880         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44881         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44883 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44885         * include/unistd.h: Fix __readlink return type.
44886         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44888 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44890         * stdlib/ucontext.h: Undo last change for makecontext.
44892 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44894         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44896         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44897         * setjmp/setjmp.h: Mark functions as non-leaf.
44898         * setjmp/bits/setjmp2.h: Likewise.
44899         * stdlib/ucontext.h: Likewise.
44901 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44903         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44904         (reused_arena): Don't check arena limit.
44905         (arena_get2): Atomically check arena limit.
44907 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44909         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44910         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44912         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44913         instructions.
44915 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44917         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44918         handler when locking.
44920         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44921         Fix size of allocated buffer.
44923 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44925         [BZ #10103]
44926         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44927         declarations for long double functions.
44928         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44930         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44932 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44934         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44935         installed.
44937         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44938         is disabled.
44940 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44942         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44944 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44946         * include/alloca.h (stackinfo_alloca_round): Define.
44947         (extend_alloca): Use it.
44948         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44949         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44950         here.
44952         * scripts/check-local-headers.sh: Ignore libaudit.h.
44954         * nscd/Makefile (extra-objs): Make recursively expanded.
44956 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44958         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44959         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44961         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44962         * posix/tst-rfc3484-2.c: Likewise.
44963         * posix/tst-rfc3484-3.c: Likewise.
44965         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44966         process_vm_writev.
44967         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44968         process_vm_writev.
44969         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44970         process_vm_writev from libc using GLIBC_2.15 version.
44972         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44974 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44976         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44977         stack usage.
44979 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44981         [BZ #13367]
44982         * nss/getent.c (initgroups_keys): Show error message in case no group
44983         names are given.
44985         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44986         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44987         __bump_nl_timestamp.
44988         * nscd/connections (nscd_init): When host database is served open
44989         netlink socket and request notification about configuration changes.
44990         (main_loop_poll): Track netlink file descriptor and bump timestamp
44991         in case data becomes available.
44992         (main_loop_epoll): Likewise.
44993         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44994         (database_pers_head): Add extra_data fileds.
44995         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44996         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44997         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44998         Adjust caller.
44999         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45000         in6ai data, call __free_in6ai.
45001         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45002         Add -DHAVE_NETLINK.
45003         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45004         interface information.  Reuse previous data if netlink timestamp
45005         is not changed.
45006         (__bump_nl_timestamp): New function.
45007         (__free_in6ai): New function.
45009 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45011         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45012         close_not_cancel_no_status here.
45013         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45015 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45017         [BZ #13276]
45018         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45019         return value.
45021         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45022         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45023         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45025 2011-07-03  Andreas Jaeger  <aj@suse.de>
45027         [BZ #10709]
45028         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45029         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45030         * math/libm-test.inc (sin_test): Add test case.
45032 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45034         [BZ #13337]
45035         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45036         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45038         * elf/chroot_canon.c (chroot_canon): Cleanups.
45040         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45042         [BZ #13335]
45043         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45044         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45046         * string/test-strchr.c: Make usable for strchrnul testing.
45047         * string/test-strchrnul.c: New file.
45048         * string/Makefile (strop-tests): Add strchrnul.
45050         * po/it.po: Update from translation team.
45051         * po/es.po: Likewise.
45053 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45055         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45056         the three constants needed as parameters.  Drop the others.
45057         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45058         __m128i_strloadu_tolower.
45059         Create and initialize variable zero and use it in all the places
45060         where _mm_setzero_si128 was used.
45062         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45063         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45064         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45065         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45066         anymore.
45067         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45068         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45069         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45070         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45071         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45072         __mpranred, __mptan.
45073         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45074         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45075         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45076         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45077         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45078         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45079         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45080         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45081         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45083 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45085         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45086         redefine if SHARED.
45087         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45089         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45090         wide char related routines to wcsmbs subdir.
45092 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45094         [BZ #13344]
45095         * misc/sys/cdefs.h (__THROWNL): Define.
45096         * posix/unistd.h: Use __THREADNL instead of __THREAD
45097         for memory synchronization functions.
45099 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45101         [BZ #13349]
45102         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45103         doesn't exist.
45104         * manual/stdio.texi (Obstack Streams): Node removed.
45106 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45108         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45109         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45110         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45112         * math/math_private.h (math_force_eval): Allow non-addressable
45113         arguments.
45114         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45116 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45118         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45119         file is not needed.
45121         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45122         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45123         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45124         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45125         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45126         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45127         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45128         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45129         Add AVX variants.
45130         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45131         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45132         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45133         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45134         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45135         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45136         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45137         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45138         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45139         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45140         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45141         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45142         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45143         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45144         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45145         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45146         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45147         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45148         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45150         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45151         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45153         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45154         place.  Use VEX encoding when compiling for AVX.
45156 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45158         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45159         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45161         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45163 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45165         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45166         useless if() expression.
45167         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45168         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45169         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45170         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45171         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45172         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45173         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45174         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45175         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45176         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45177         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45178         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45179         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45180         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45181         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45182         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45183         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45184         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45185         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45187         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45189 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45191         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45192         condition.
45193         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45195 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45197         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45198         .text section.  Avoid duplicate constants.
45199         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45200         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45201         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45202         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45203         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45204         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45205         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45206         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45207         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45208         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45209         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45210         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45211         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45212         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45213         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45214         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45215         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45216         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45217         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45218         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45219         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45220         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45221         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45222         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45223         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45224         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45225         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45226         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45227         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45228         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45229         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45230         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45231         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45232         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45233         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45234         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45235         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45236         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45237         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45238         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45239         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45240         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45241         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45242         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45243         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45245 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45247         * sysdeps/x86_64/dla.h: Move to ...
45248         * sysdeps/x86_64/fpu/dla.h: ...here.
45249         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45250         situations.  Use __builtin_fma only for gcc 4.6 and up.
45252         * config.make.in: Add have-mfma4 entry.
45253         * configure.in: Substitute libc_cv_cc_fma4.
45254         * math/Makefile (dbl-only-routines): Add sincostab.
45255         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45256         Use __sincostab not sincos.
45257         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45258         name is a macro.
45259         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45260         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45261         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45262         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45263         using __copysign.
45264         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45265         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45266         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45267         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45268         and __inv.
45269         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45270         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45271         __copysign.
45272         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45273         define aliases when function name is a macro.
45274         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45275         sysdeps/ieee754/dbl-64/sincos.tbl.
45276         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45277         fma4-enabled routines.
45278         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45279         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45280         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45281         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45282         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45283         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45284         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45285         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45286         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45287         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45288         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45289         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45290         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45291         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45292         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45293         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45294         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45295         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45296         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45297         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45298         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45299         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45300         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45301         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45302         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45303         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45304         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45305         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45306         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45307         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45309         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45310         rename.
45311         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45312         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45313         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45314         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45315         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45316         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45317         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45318         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45320 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45322         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45324 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45326         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45328         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45329         prediction.
45330         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45332         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45333         Remove unused variable magic_bits.
45334         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45336         * string/strnlen.c: Define and use STRNLEN macro.
45337         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45338         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45339         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45340         * wcsmbs/wcslen.c: Define and use WCSLEN.
45341         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45342         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45343         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45344         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45345         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45346         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45347         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45349 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45351         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45352         strnlen-sse2-no-bsf.
45353         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45354         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45355         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45356         Add strnlen support.
45357         (USE_AS_STRNLEN): New macro.
45358         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45359         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45360         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45361         * sysdeps/x86_64/wcslen.S: New file.
45363 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45365         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45366         XMM-moves are used for copying on small sizes.
45368 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45370         * wcsmbs/Makefile (strop-tests): Add wcschr.
45371         * wcsmbs/test-wcschr.c: New file.
45372         * string/test-strchr.c: Update.
45373         Add wcschr support.
45374         (WIDE): New macro.
45376 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45378         * wcsmbs/Makefile (strop-tests): Add wcslen.
45379         * wcsmbs/test-wcslen.c: New file.
45380         * string/test-strlen.c: Update.
45381         Add wcslen support.
45382         (WIDE): New macro.
45384 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45386         * po/it.po: Update from translation team.
45388 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45390         * sysdeps/x86_64/wcscmp.S: Update.
45391         Fix wrong comparison semantics.
45392         wcscmp shall use signed comparison not unsigned.
45393         Don't use substraction to avoid overflow bug.
45394         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45395         * wcsmbc/wcscmp.c: Likewise.
45396         * string/test-strcmp.c: Likewise.
45397         Add new tests to check cases with negative values.
45399 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45401         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45402         * sysdeps/x86_64/dla.h: ...here.  New file.
45403         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45404         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45405         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45406         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45407         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45408         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45409         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45410         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45411         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45413 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45415         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45416         __ynl_finite aliases.
45418 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45420         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45422         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45423         define DLA_FMA.
45424         [DLA_FMA] (EMULV): Use DLA_FMA.
45425         [DLA_FMA] (MUL12): Use EMULV.
45426         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45427         that are not needed.
45428         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45429         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45430         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45431         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45432         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45433         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45434         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45436 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45438         * math/s_nan.c: Undef __nan.
45439         * math/s_nanf.c: Undef __nanf.
45440         * math/s_nanl.c: Undef __nanl.
45441         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45442         "math_private.h".
45444 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45446         * math/s_catan.c: Add branch predictions.
45447         * math/s_catanf.c: Likewise.
45448         * math/s_catanh.c: Likewise.
45449         * math/s_catanhf.c: Likewise.
45450         * math/s_catanhl.c: Likewise.
45451         * math/s_catanl.c: Likewise.
45452         * math/s_cexp.c: Likewise.
45453         * math/s_cexpf.c: Likewise.
45454         * math/s_cexpl.c: Likewise.
45455         * math/s_clog.c: Likewise.
45456         * math/s_clog10.c: Likewise.
45457         * math/s_clog10f.c: Likewise.
45458         * math/s_clog10l.c: Likewise.
45459         * math/s_clogf.c: Likewise.
45460         * math/s_clogl.c: Likewise.
45461         * math/s_csqrt.c: Likewise.
45462         * math/s_csqrtf.c: Likewise.
45463         * math/s_csqrtl.c: Likewise.
45464         * math/s_ctanf.c: Likewise.
45465         * math/s_ctanh.c: Likewise.
45466         * math/s_ctanhf.c: Likewise.
45467         * math/s_ctanhl.c: Likewise.
45468         * math/s_ctanl.c: Likewise.
45470         * math/math_private.h: Define __nan, __nanf, __nanl.
45471         * math/s_cacosh.c: Include <math_private.h>.
45472         * math/s_cacoshl.c: Likewise.
45473         * math/s_casinh.c: Likewise.
45474         * math/s_casinhf.c: Likewise.
45475         * math/s_casinhl.c: Likewise.
45476         * math/s_ccos.c: Rely entire on ccosh.
45477         * math/s_ccosf.c: Rely entire on ccoshf.
45478         * math/s_ccosl.c: Rely entirely on ccoshl.
45479         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45480         Remove tests for FE_INVALID.
45481         * math/s_ccoshf.c: Likewise.
45482         * math/s_ccoshl.c: Likewise.
45483         * math/s_csin.c: Likewise.
45484         * math/s_csinf.c: Likewise.
45485         * math/s_csinh.c Likewise.
45486         * math/s_csinhf.c: Likewise.
45487         * math/s_csinhl.c: Likewise.
45488         * math/s_csinl.c: Likewise.
45489         * math/s_ctan.c: Likewise.
45490         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45491         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45492         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45494 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45496         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45497         compilation problems.
45499         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45500         __builtin_expect.
45502 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45504         * sysdeps/i386/configure.in: Test for -mfma4 option.
45505         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45506         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45507         COMMON_CPUID_INDEX_80000001.
45508         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45509         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45510         use it if FMA3 is not supported.
45511         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45513         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45514         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45516 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45518         [BZ #12892]
45519         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45520         it would create a cycle with a link time dependency.
45522 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45524         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45525         instruction.
45526         * string/Makefile (strop-tests): Add rawmemchr.
45527         * string/test-rawmemchr.c: New file.
45529         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45530         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45531         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45532         when compiling str{,n}casecmp and when AVX is available.  Hook up
45533         new optimized code in initializers.
45535 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45537         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45538         __feraiseexcept instead of feraiseexcept.
45540 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45542         * math/math_private.h: Define defaults for libc_fetestexcept and
45543         libc_feupdateenv.
45544         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45545         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45546         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45547         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45548         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45549         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45550         libc_fetestexcept and libc_feupdateenv.
45552         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45553         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45554         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45555         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45556         libc_feholdexcept_setround.
45558         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45559         Add s_nearbyint-c and s_nearbyintf-c.
45560         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45561         nearbyintf inlines.
45562         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45563         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45564         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45565         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45567         * math/math_private.h: Define defaults for libc_fegetround,
45568         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45569         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45570         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45571         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45572         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45573         standard functions.
45574         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45575         Remove comments and hacks for old compiler versions.
45576         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45577         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45578         libc_feholdexceptl.
45580 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45582         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45583         (__feraiseexcept_renamed): Add __NTH.
45584         (feraiseexcept): Add __NTH.  Rename local variables to fix
45585         namespace violations.
45587 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45589         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45591         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45593         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45594         recently added interfaces.
45595         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45597         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45598         about macro parameter expansion.
45600         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45601         __NO_MATH_INLINES is defined.  Cleanups.
45603         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45604         and __floorf is target has SSE4.1.
45605         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45606         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45607         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45608         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45610         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45611         name.
45612         (floorf): Likewise.
45614         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45616 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45618         * misc/sys/cdefs.h: Fix last change.
45620         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45621         database lookup.
45623 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45625         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45627         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45628         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45629         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45630         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45631         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45632         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45633         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45634         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45635         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45636         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45637         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45638         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45639         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45640         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45641         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45642         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45643         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45644         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45645         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45646         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45647         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45648         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45650         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45651         ceil, ceilf, floor, floorf.
45653         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45654         Perform IRELATIVE relocations last.
45656         * elf/do-rel.h: Add another parameter nrelative, replacing the
45657         local variable with the same name.  Change name of the function
45658         to end in Rel or Rela (uppercase).
45659         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45660         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45661         elf_dynamic_do_##reloc function.
45663 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45665         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45666         is sufficient, at least on modern CPUs.
45668         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45670         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45671         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45673         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45674         __expl_finite.
45675         * math/bits/math-finite.h: Add entries for exp.
45676         * math/e_expl.c: Add __*_finite alias.
45677         * sysdeps/i386/fpu/e_exp.S: Likewise.
45678         * sysdeps/i386/fpu/e_expf.S: Likewise.
45679         * sysdeps/i386/fpu/e_expl.c: Likewise.
45680         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45681         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45682         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45683         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45684         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45685         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45686         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45688         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45689         is sufficient, at least on modern CPUs.
45691         * ctype/ctype-info.c (__ctype_init): Define.
45692         * include/ctype.h (__ctype_init): Declare.
45693         (__ctype_b_loc): The variable is always initialized.
45694         (__ctype_toupper_loc): Likewise.
45695         (__ctype_tolower_loc): Likewise.
45696         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45697         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45699 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45701         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45703         * configure.in: Also look in $cxxmachine/include for C++ system
45704         headers.
45706 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45708         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45709         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45710         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45711         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45712         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45713         (USE_AS_WMEMCMP): New macro.
45714         Fixing indents.
45715         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45716         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45717         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45718         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45719         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45720         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45721         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45722         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45723         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45724         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45725         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45726         (USE_AS_WMEMCMP): New macro.
45727         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45728         * sysdeps/string/test-memcmp.c: Update.
45729         Fix simple_wmemcmp.
45730         Add new tests.
45731         * wcsmbs/wmemcmp.c: Update.
45732         (WMEMCMP): New macro.
45733         Fix overflow bug.
45735 2011-10-12  Andreas Jaeger  <aj@suse.de>
45737         [BZ #13268]
45738         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45740 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45742         * libio/iofwide.c (do_length): Avoid warning.
45744         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45746 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45748         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45750         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45751         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45752         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45753         * sysdeps/i386/i686/fpu/e_log.S: New file.
45754         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45755         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45757         * ctype/ctype.h: Add support for inlined isXXX functions when
45758         compiling C++ code.
45760 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45762         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45764         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45766 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45768         [BZ #13291]
45769         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45771 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45773         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45774         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45775         feraiseexcept.
45777         * sysdeps/x86_64/memrchr.S: Check for zero size.
45779         * string/stratcliff.c: Add memrchr tests.
45781 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45783         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45784         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45785         rawmemchr-sse2 rawmemchr-sse2-bsf.
45786         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45787         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45788         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45789         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45790         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45791         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45792         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45793         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45794         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45795         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45796         * string/memrchr.c (MEMRCHR): New macro.
45798 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45800         Add integration with gcc's -ffinite-math-only and optimize wrapper
45801         functions in libm.
45802         * Versions.def: Define GLIBC_2.15 version for libm.
45803         * math/Makefile (headers): Add bits/math-finite.h.
45804         * math/bits/math-finite.h: New file.
45805         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45806         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45807         * math/e_acoshl.c: Add __*_finite alias.
45808         * math/e_acosl.c: Likewise.
45809         * math/e_asinl.c: Likewise.
45810         * math/e_atan2l.c: Likewise.
45811         * math/e_atanhl.c: Likewise.
45812         * math/e_coshl.c: Likewise.
45813         * math/e_exp10.c: Likewise.
45814         * math/e_exp10f.c: Likewise.
45815         * math/e_exp10l.c: Likewise.
45816         * math/e_exp2l.c: Likewise.
45817         * math/e_fmodl.c: Likewise.
45818         * math/e_gammal_r.c: Likewise.
45819         * math/e_hypotl.c: Likewise.
45820         * math/e_j0l.c: Likewise.
45821         * math/e_j1l.c: Likewise.
45822         * math/e_jnl.c: Likewise.
45823         * math/e_lgammal_r.c: Likewise.
45824         * math/e_log10l.c: Likewise.
45825         * math/e_log2l.c: Likewise.
45826         * math/e_logl.c: Likewise.
45827         * math/e_powl.c: Likewise.
45828         * math/e_sinhl.c: Likewise.
45829         * math/e_sqrtl.c: Likewise.
45830         * math/e_scalb.c: Completely rewritten and optimized.
45831         * math/e_scalbf.c: Likewise.
45832         * math/e_scalbl.c: Likewise.
45833         * math/w_acos.c: Likewise.
45834         * math/w_acosf.c: Likewise.
45835         * math/w_acosl.c: Likewise.
45836         * math/w_acosh.c: Likewise.
45837         * math/w_acoshf.c: Likewise.
45838         * math/w_acoshl.c: Likewise.
45839         * math/w_asin.c: Likewise.
45840         * math/w_asinf.c: Likewise.
45841         * math/w_asinl.c: Likewise.
45842         * math/w_atan2.c: Likewise.
45843         * math/w_atan2f.c: Likewise.
45844         * math/w_atan2l.c: Likewise.
45845         * math/w_atanh.c: Likewise.
45846         * math/w_atanhf.c: Likewise.
45847         * math/w_atanhl.c: Likewise.
45848         * math/w_exp10.c: Likewise.
45849         * math/w_exp10f.c: Likewise.
45850         * math/w_exp10l.c: Likewise.
45851         * math/w_fmod.c: Likewise.
45852         * math/w_fmodf.c: Likewise.
45853         * math/w_fmodl.c: Likewise.
45854         * math/w_j0.c: Likewise.
45855         * math/w_j0f.c: Likewise.
45856         * math/w_j0l.c: Likewise.
45857         * math/w_j1.c: Likewise.
45858         * math/w_j1f.c: Likewise.
45859         * math/w_j1l.c: Likewise.
45860         * math/w_jn.c: Likewise.
45861         * math/w_jnf.c: Likewise.
45862         * math/w_log.c: Likewise.
45863         * math/w_logf.c: Likewise.
45864         * math/w_logl.c: Likewise.
45865         * math/w_log10.c: Likewise.
45866         * math/w_log10f.c: Likewise.
45867         * math/w_log10l.c: Likewise.
45868         * math/w_log2.c: Likewise.
45869         * math/w_log2f.c: Likewise.
45870         * math/w_log2l.c: Likewise.
45871         * math/w_pow.c: Likewise.
45872         * math/w_powf.c: Likewise.
45873         * math/w_powl.c: Likewise.
45874         * math/w_remainder.c: Likewise.
45875         * math/w_remainderf.c: Likewise.
45876         * math/w_remainderl.c: Likewise.
45877         * math/w_scalb.c: Likewise.
45878         * math/w_scalbf.c: Likewise.
45879         * math/w_scalbl.c: Likewise.
45880         * math/w_sqrt.c: Likewise.
45881         * math/w_sqrtf.c: Likewise.
45882         * math/w_sqrtl.c: Likewise.
45883         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45884         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45885         used.
45886         * math/math_private.h: Declare __kernel_standard_f.
45887         * math/w_cosh.c: Remove cruft and optimize a bit.
45888         * math/w_coshf.c: Likewise.
45889         * math/w_coshl.c: Likewise.
45890         * math/w_exp2.c: Likewise.
45891         * math/w_exp2f.c: Likewise.
45892         * math/w_exp2l.c: Likewise.
45893         * math/w_hypot.c: Likewise.
45894         * math/w_hypotf.c: Likewise.
45895         * math/w_hypotl.c: Likewise.
45896         * math/w_lgamma.c: Likewise.
45897         * math/w_lgamma_r.c: Likewise.
45898         * math/w_lgammaf.c: Likewise.
45899         * math/w_lgammaf_r.c: Likewise.
45900         * math/w_lgammal.c: Likewise.
45901         * math/w_lgammal_r.c: Likewise.
45902         * math/w_sinh.c: Likewise.
45903         * math/w_sinhf.c: Likewise.
45904         * math/w_sinhl.c: Likewise.
45905         * math/w_tgamma.c: Likewise.
45906         * math/w_tgammaf.c: Likewise.
45907         * math/w_tgammal.c: Likewise.
45908         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45909         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45910         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45911         Minor optimizations.  Pretty printing.  Remove cruft.
45912         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45913         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45914         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45915         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45916         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45917         * sysdeps/i386/fpu/e_asin.S: Likewise.
45918         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45919         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45920         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45921         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45922         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45923         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45924         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45925         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45926         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45927         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45928         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45929         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45930         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45931         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45932         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45933         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45934         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45935         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45936         * sysdeps/i386/fpu/e_log.S: Likewise.
45937         * sysdeps/i386/fpu/e_log10.S: Likewise.
45938         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45939         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45940         * sysdeps/i386/fpu/e_log2.S: Likewise.
45941         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45942         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45943         * sysdeps/i386/fpu/e_logf.S: Likewise.
45944         * sysdeps/i386/fpu/e_logl.S: Likewise.
45945         * sysdeps/i386/fpu/e_pow.S: Likewise.
45946         * sysdeps/i386/fpu/e_powf.S: Likewise.
45947         * sysdeps/i386/fpu/e_powl.S: Likewise.
45948         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45949         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45950         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45951         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45952         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45953         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45954         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45955         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45956         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45957         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45958         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45959         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45960         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45961         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45962         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45963         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45964         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45965         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45966         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45967         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45968         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45969         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45970         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45971         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45972         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45973         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45974         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45975         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45976         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45977         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45978         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45979         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45980         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45981         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45982         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45983         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45984         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45985         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45986         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45987         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45988         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45989         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45990         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45991         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45992         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45993         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45994         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45995         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45996         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45997         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45998         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45999         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46000         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46001         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46002         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46003         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46004         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46005         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46006         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46007         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46008         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46009         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46010         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46011         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46012         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46013         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46014         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46015         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46016         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46017         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46018         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46019         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46020         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46021         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46022         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46023         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46024         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46025         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46026         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46027         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46028         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46029         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46030         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46031         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46032         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46033         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46034         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46035         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46036         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46037         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46038         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46039         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46040         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46041         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46042         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46043         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46044         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46045         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46046         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46047         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46048         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46049         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46050         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46051         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46052         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46053         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46054         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46055         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46056         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46057         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46058         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46059         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46060         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46061         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46062         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46063         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46064         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46065         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46066         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46067         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46068         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46069         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46070         (__isnanf): Likewise.
46071         (__isinf_ns): Likewise.
46072         (__isinf_nsf): Likewise.
46073         (__finite): Likewise.
46074         (__finitef): Likewise.
46075         (__ieee754_sqrt): Define as macro.
46076         (__ieee754_sqrtf): Define as macro.
46077         (__ieee754_sqrtl): Define as macro.
46078         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46079         inlined copy.
46080         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46081         __FINITE_MATH_ONLY__ consistent.
46082         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46084 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46086         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46087         of rawmemchr.
46089         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46091 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46093         * po/ja.po: Update from translation team.
46095 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46097         * locale/programs/locarchive.c (prepare_address_space): New function.
46098         (create_archive, enlarge_archive, open_archive): Use it.
46100         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46101         inside [SHARED], where it is used.
46103         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46105         * nss/getent.c (netgroup_keys): Remove unused variable.
46106         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46108 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46110         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46111         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46112         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46113         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46114         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46115         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46116         * math/Makefile (libm-calls): Add s_isinf_ns.
46117         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46118         * math/multc3.c: Likewise.
46119         * math/s_casin.c: Likewise.
46120         * math/s_casinf.c: Likewise.
46121         * math/s_casinl.c: Likewise.
46122         * math/s_ccos.c: Likewise.
46123         * math/s_ccosf.c: Likewise.
46124         * math/s_ccosl.c: Likewise.
46125         * math/s_ctan.c: Likewise.
46126         * math/s_ctanf.c: Likewise.
46127         * math/s_ctanh.c: Likewise.
46128         * math/s_ctanhf.c: Likewise.
46129         * math/s_ctanhl.c: Likewise.
46130         * math/s_ctanl.c: Likewise.
46131         * math/w_fmod.c: Likewise.
46132         * math/w_fmodf.c: Likewise.
46133         * math/w_fmodl.c: Likewise.
46134         * math/w_remainder.c: Likewise.
46135         * math/w_remainderf.c: Likewise.
46136         * math/w_remainderl.c: Likewise.
46137         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46138         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46139         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46140         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46141         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46142         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46143         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46144         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46146         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46147         of the number.
46148         * stdio-common/printf_fphex.c: Likewise.
46149         * stdio-common/printf_size.c: Likewise.
46151         * math/e_exp10.c: Include math_private.h using <...> not "...".
46152         * math/e_exp10f.c: Likewise.
46153         * math/e_exp10l.c: Likewise.
46154         * math/e_exp2l.c: Likewise.
46155         * math/e_j0l.c: Likewise.
46156         * math/e_j1l.c: Likewise.
46157         * math/e_jnl.c: Likewise.
46158         * math/e_lgammal_r.c: Likewise.
46159         * math/e_rem_pio2l.c: Likewise.
46160         * math/e_scalb.c: Likewise.
46161         * math/e_scalbf.c: Likewise.
46162         * math/e_scalbl.c: Likewise.
46163         * math/k_cosl.c: Likewise.
46164         * math/k_sinl.c: Likewise.
46165         * math/k_tanl.c: Likewise.
46166         * math/s_cacoshf.c: Likewise.
46167         * math/s_catan.c: Likewise.
46168         * math/s_catanf.c: Likewise.
46169         * math/s_catanh.c: Likewise.
46170         * math/s_catanhf.c: Likewise.
46171         * math/s_catanhl.c: Likewise.
46172         * math/s_catanl.c: Likewise.
46173         * math/s_ccosh.c: Likewise.
46174         * math/s_ccoshf.c: Likewise.
46175         * math/s_ccoshl.c: Likewise.
46176         * math/s_cexp.c: Likewise.
46177         * math/s_cexpf.c: Likewise.
46178         * math/s_cexpl.c: Likewise.
46179         * math/s_clog.c: Likewise.
46180         * math/s_clog10.c: Likewise.
46181         * math/s_clog10f.c: Likewise.
46182         * math/s_clog10l.c: Likewise.
46183         * math/s_clogf.c: Likewise.
46184         * math/s_clogl.c: Likewise.
46185         * math/s_csin.c: Likewise.
46186         * math/s_csinf.c: Likewise.
46187         * math/s_csinh.c: Likewise.
46188         * math/s_csinhf.c: Likewise.
46189         * math/s_csinhl.c: Likewise.
46190         * math/s_csinl.c: Likewise.
46191         * math/s_csqrt.c: Likewise.
46192         * math/s_csqrtf.c: Likewise.
46193         * math/s_csqrtl.c: Likewise.
46194         * math/s_ctan.c: Likewise.
46195         * math/s_ctanf.c: Likewise.
46196         * math/s_ctanh.c: Likewise.
46197         * math/s_ctanhf.c: Likewise.
46198         * math/s_ctanhl.c: Likewise.
46199         * math/s_ctanl.c: Likewise.
46200         * math/s_ldexp.c: Likewise.
46201         * math/s_ldexpf.c: Likewise.
46202         * math/s_ldexpl.c: Likewise.
46203         * math/s_significand.c: Likewise.
46204         * math/s_significandf.c: Likewise.
46205         * math/s_significandl.c: Likewise.
46206         * math/w_acos.c: Likewise.
46207         * math/w_acosf.c: Likewise.
46208         * math/w_acosh.c: Likewise.
46209         * math/w_acoshf.c: Likewise.
46210         * math/w_acoshl.c: Likewise.
46211         * math/w_acosl.c: Likewise.
46212         * math/w_asin.c: Likewise.
46213         * math/w_asinf.c: Likewise.
46214         * math/w_asinl.c: Likewise.
46215         * math/w_atan2.c: Likewise.
46216         * math/w_atan2f.c: Likewise.
46217         * math/w_atan2l.c: Likewise.
46218         * math/w_atanh.c: Likewise.
46219         * math/w_atanhf.c: Likewise.
46220         * math/w_atanhl.c: Likewise.
46221         * math/w_cosh.c: Likewise.
46222         * math/w_coshf.c: Likewise.
46223         * math/w_coshl.c: Likewise.
46224         * math/w_dremf.c: Likewise.
46225         * math/w_exp10.c: Likewise.
46226         * math/w_exp10f.c: Likewise.
46227         * math/w_exp10l.c: Likewise.
46228         * math/w_exp2.c: Likewise.
46229         * math/w_exp2f.c: Likewise.
46230         * math/w_fmod.c: Likewise.
46231         * math/w_fmodf.c: Likewise.
46232         * math/w_fmodl.c: Likewise.
46233         * math/w_hypot.c: Likewise.
46234         * math/w_hypotf.c: Likewise.
46235         * math/w_hypotl.c: Likewise.
46236         * math/w_j0.c: Likewise.
46237         * math/w_j0f.c: Likewise.
46238         * math/w_j0l.c: Likewise.
46239         * math/w_j1.c: Likewise.
46240         * math/w_j1f.c: Likewise.
46241         * math/w_j1l.c: Likewise.
46242         * math/w_jn.c: Likewise.
46243         * math/w_jnf.c: Likewise.
46244         * math/w_jnl.c: Likewise.
46245         * math/w_lgamma.c: Likewise.
46246         * math/w_lgamma_r.c: Likewise.
46247         * math/w_lgammaf.c: Likewise.
46248         * math/w_lgammaf_r.c: Likewise.
46249         * math/w_lgammal.c: Likewise.
46250         * math/w_lgammal_r.c: Likewise.
46251         * math/w_log.c: Likewise.
46252         * math/w_log10.c: Likewise.
46253         * math/w_log10f.c: Likewise.
46254         * math/w_log10l.c: Likewise.
46255         * math/w_log2.c: Likewise.
46256         * math/w_log2f.c: Likewise.
46257         * math/w_log2l.c: Likewise.
46258         * math/w_logf.c: Likewise.
46259         * math/w_logl.c: Likewise.
46260         * math/w_pow.c: Likewise.
46261         * math/w_powf.c: Likewise.
46262         * math/w_powl.c: Likewise.
46263         * math/w_remainder.c: Likewise.
46264         * math/w_remainderf.c: Likewise.
46265         * math/w_remainderl.c: Likewise.
46266         * math/w_scalb.c: Likewise.
46267         * math/w_scalbf.c: Likewise.
46268         * math/w_scalbl.c: Likewise.
46269         * math/w_sinh.c: Likewise.
46270         * math/w_sinhf.c: Likewise.
46271         * math/w_sinhl.c: Likewise.
46272         * math/w_sqrt.c: Likewise.
46273         * math/w_sqrtf.c: Likewise.
46274         * math/w_sqrtl.c: Likewise.
46275         * math/w_tgamma.c: Likewise.
46276         * math/w_tgammaf.c: Likewise.
46277         * math/w_tgammal.c: Likewise.
46279         * po/ja.po: Update from translation team.
46281 2011-09-29  Andreas Jaeger  <aj@suse.de>
46283         [BZ #13179]
46284         * sunrpc/netname.c (netname2host): Fix logic.
46286         [BZ #6779]
46287         [BZ #6783]
46288         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46289         correctly.
46290         * math/w_remainder.c (__remainder): Likewise.
46291         * math/w_remainderf.c (__remainderf): Likewise.
46292         * math/libm-test.inc (remainder_test): Add test cases.
46294 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46296         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46297         sdiv_qrnnd.
46299 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46301         * string/test-memcmp.c: Avoid unncessary #defines.
46302         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46304 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46306         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46307         Use new sse2 version for core i3 - i7 as it's faster
46308         than sse42 version.
46309         (bit_Prefer_PMINUB_for_stringop): New.
46310         * sysdeps/x86_64/rawmemchr.S: Update.
46311         Replace with faster SSE2 version.
46312         * sysdeps/x86_64/memrchr.S: New file.
46313         * sysdeps/x86_64/memchr.S: Update.
46314         Replace with faster SSE2 version.
46316 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46318         * elf/dl-load.c (lose): Add cast to avoid warning.
46320 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46322         * po/ca.po: Update from translation team.
46324         * inet/getnetgrent_r.c: Hook up nscd.
46325         * nscd/Makefile (routines): Add nscd_netgroup.
46326         (nscd-modules): Add netgroupcache.
46327         (CFLAGS-netgroupcache.c): Define.
46328         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46329         (cache_search): Add const to second parameter.
46330         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46331         INNETGR.
46332         (dbs): Add netgrdb entry.
46333         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46334         (verify_persistent_db): Handle netgrdb.
46335         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46336         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46337         GETFDNETGR.
46338         (netgroup_response_header): Define.
46339         (innetgroup_response_header): Define.
46340         (datahead): Add netgroup_response_header and innetgroup_response_header
46341         elements.
46342         * nscd/nscd.conf: Add entries for netgroup cache.
46343         * nscd/nscd.h (dbtype): Add netgrdb.
46344         (_PATH_NSCD_NETGROUP_DB): Define.
46345         (netgroup_iov_disabled): Declare.
46346         (xmalloc, xcalloc, xrealloc): Move declarations here.
46347         (cache_search): Adjust prototype.
46348         Add netgroup-related prototypes.
46349         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46350         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46351         (__nscd_innetgr): Declare.
46352         * nscd/selinux.c (perms): Use access_vector_t as element type and
46353         add netgroup-related initializers.
46354         * nscd/netgroupcache.c: New file.
46355         * nscd/nscd_netgroup.c: New file.
46356         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46357         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46358         For four parameters use innetgr.
46359         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46360         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46361         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46362         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46364         * nscd/connections.c (register_traced_file): Don't register file
46365         for disabled databases.
46367 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46369         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46371         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46372         from tree and freeing node.
46374 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46376         * nss/nsswitch.c (__nss_database_lookup): Handle
46377         nss_parse_service_list out of memory case.
46379 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46381         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46382         out of memory case.
46384 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46386         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46387         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46388         pass it down.
46389         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46390         elf_machine_rela, elf_machine_lazy_rel.
46391         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46392         (ELF_DYNAMIC_DO_REL): Likewise.
46393         (ELF_DYNAMIC_DO_RELA): Likewise.
46394         (ELF_DYNAMIC_RELOCATE): Likewise.
46395         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46396         to ELF_DYNAMIC_DO_REL.
46397         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46398         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46399         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46400         elf_machine_rela.
46401         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46402         skip_ifunc, don't call ifunc function if non-zero.
46403         (elf_machine_rela): Likewise.
46404         (elf_machine_lazy_rel): Likewise.
46405         (elf_machine_lazy_rela): Likewise.
46406         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46407         (elf_machine_lazy_rel): Likewise.
46408         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46409         Likewise.
46410         (elf_machine_lazy_rel): Likewise.
46411         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46412         Likewise.
46413         (elf_machine_lazy_rel): Likewise.
46414         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46415         (elf_machine_lazy_rel): Likewise.
46416         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46417         (elf_machine_lazy_rel): Likewise.
46418         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46419         (elf_machine_lazy_rel): Likewise.
46420         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46421         (elf_machine_lazy_rel): Likewise.
46422         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46423         (elf_machine_lazy_rel): Likewise.
46424         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46425         (elf_machine_lazy_rel): Likewise.
46427 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46429         * nss/nss_files/files-init.c (_nss_files_init): Use static
46430         initialization for all the *_traced_file variables.
46432 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46434         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46436 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46438         [BZ #13226]
46439         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46441 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46443         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46444         Reread the line before reparsing it.
46446 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46448         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46450 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46451             Maxim Kuvyrkov  <maxim@codesourcery.com>
46452             Joseph Myers  <joseph@codesourcery.com>
46454         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46455         if needed for __stack_chk_guard.
46457 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46459         * sysdeps/posix/spawni.c (script_execute): Always define it.
46460         It will be optimized away if unused.
46461         (maybe_script_execute): New function.
46462         (__spawni): Call it.
46464         * Makerules: Don't include tls.make.
46465         (config-tls): Always set to thread.
46466         * tls.make.c: File removed.
46468 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46470         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46471         * config.make.in (CPPFLAGS-config): New substituted variable.
46473 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46475         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46477         [BZ #13192]
46478         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46479         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46481 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46483         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46484         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46485         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46486         (CALL_FAIL): Likewise.
46487         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46488         (CALL_FAIL): Macro removed.
46489         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46491 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46493         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46494         for __FINITE_MATH_ONLY__ == 1.
46496 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46498         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46499         __ieee754_sqrt instead of sqrt.
46500         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46501         __ieee754_sqrtf instead of sqrtf.
46502         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46503         __floorf instead of floorf.
46504         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46505         __floorf, __truncf instead of floorf, truncf.
46507 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46509         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46511         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46512         __extern_always_inline.
46513         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46514         32-bit.
46516 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46518         * elf/rtld.c (dl_main): Also relocate in dependency order when
46519         doing symbol dependency testing.
46521 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46523         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46524         Always define `refsym'.
46526 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46528         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46529         (__FD_ELT): Renamed from __FDELT.
46530         * misc/bits/select2.h (__FD_ELT): Likewise.
46531         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46532         __FD_MASK instead of __FDELT, __FDMASK.
46533         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46534         Likewise.
46535         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46536         Likewise.
46538         * elf/Makefile (gen-ldd): Fix pattern.
46540         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46541         (init_tls): Likewise.
46543 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46545         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46547 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46549         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46550         `struct cmsghdr *' instead of `void *'.
46551         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46552         Likewise.
46554 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46556         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46557         if non-absolute.
46558         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46559         ldd_rewrite_script.
46561 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46563         * configure.in: Remove --with-tls option.
46564         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46565         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46566         out in case it is missing.
46567         * sysdeps/ia64/elf/configure.in: Likewise.
46568         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46569         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46570         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46571         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46572         * sysdeps/sh/elf/configure.in: Likewise.
46573         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46574         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46575         * sysdeps/x86_64/elf/configure.in: Likewise.
46576         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46577         * sysdeps/mach/hurd/tls.h: Likewise.
46579         [BZ #13067]
46580         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46582         [BZ #13090]
46583         * configure.in: Fix use of AC_INIT.
46585         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46587 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46589         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46590         __set_errno.
46591         * malloc/hooks.c: Likewise.
46593         [BZ #11929]
46594         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46595         variables statically.
46596         (narenas): Initialize.
46597         (list_lock): Initialize.
46598         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46599         initializtion of main_arena and list_lock.  Small cleanups.
46600         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46601         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46602         Add initializers to main_arena and mp_.
46603         (malloc_state): Remove pagesize member.  Change all users to use
46604         GLRO(dl_pagesize).
46606         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46607         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46608         is always initialized.
46610         * malloc/malloc.c: Removed unused configurations and dead code.
46611         * malloc/arena.c: Likewise.
46612         * malloc/hooks.c: Likewise.
46613         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46615         * include/tls.h: Removed.  USE___THREAD must always be defined.
46616         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46617         * elf/dl-libc.c: Likewise.
46618         * elf/dl-tsd.c: Likewise.
46619         * include/errno.h: Likewise.
46620         * include/netdb.h: Likewise.
46621         * include/resolv.h: Likewise.
46622         * inet/herrno-loc.c: Likewise.
46623         * inet/herrno.c: Likewise.
46624         * malloc/arena.c: Likewise.
46625         * malloc/hooks.c: Likewise.
46626         * malloc/malloc.c: Likewise.
46627         * resolv/res-state.c: Likewise.
46628         * resolv/res_libc.c: Likewise.
46629         * sysdeps/i386/dl-machine.h: Likewise.
46630         * sysdeps/ia64/dl-machine.h: Likewise.
46631         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46632         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46633         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46634         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46635         * sysdeps/sh/dl-machine.h: Likewise.
46636         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46637         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46638         * sysdeps/unix/i386/sysdep.S: Likewise.
46639         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46640         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46641         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46642         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46643         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46644         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46645         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46646         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46647         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46648         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46649         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46650         * sysdeps/x86_64/dl-machine.h: Likewise.
46651         * tls.make.c: Likewise.
46653         * configure.in: Remove --with-__thread option.  Make tests for
46654         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46655         tls_model attribute fail if no support is available.  Remove
46656         USE_IN_LIBIO.
46657         * Makeconfig: Adjust for dropped configure option.  All features are
46658         now mandatory.
46659         * Makerules: Likewise.
46660         * Versions.def: Likewise.
46661         * argp/argp-fmtstream.c: Likewise.
46662         * argp/argp-fmtstream.h: Likewise.
46663         * argp/argp-help.c: Likewise.
46664         * assert/assert.c: Likewise.
46665         * config.h.in: Likewise.
46666         * config.make.in: Likewise.
46667         * configure: Likewise.
46668         * configure.in: Likewise.
46669         * csu/Versions: Likewise.
46670         * csu/init.c: Likewise.
46671         * elf/tst-audit2.c: Likewise.
46672         * elf/tst-tls10.c: Likewise.
46673         * elf/tst-tls10.h: Likewise.
46674         * elf/tst-tls11.c: Likewise.
46675         * elf/tst-tls12.c: Likewise.
46676         * elf/tst-tls14.c: Likewise.
46677         * elf/tst-tlsmod11.c: Likewise.
46678         * elf/tst-tlsmod12.c: Likewise.
46679         * elf/tst-tlsmod13.c: Likewise.
46680         * elf/tst-tlsmod13a.c: Likewise.
46681         * elf/tst-tlsmod14a.c: Likewise.
46682         * elf/tst-tlsmod15b.c: Likewise.
46683         * elf/tst-tlsmod16a.c: Likewise.
46684         * elf/tst-tlsmod16b.c: Likewise.
46685         * elf/tst-tlsmod7.c: Likewise.
46686         * elf/tst-tlsmod8.c: Likewise.
46687         * elf/tst-tlsmod9.c: Likewise.
46688         * gmon/gmon.c: Likewise.
46689         * grp/fgetgrent_r.c: Likewise.
46690         * grp/putgrent.c: Likewise.
46691         * hurd/fopenport.c: Likewise.
46692         * include/libc-symbols.h: Likewise.
46693         * include/tls.h: Likewise.
46694         * intl/gettextP.h: Likewise.
46695         * intl/loadinfo.h: Likewise.
46696         * locale/global-locale.c: Likewise.
46697         * locale/localeinfo.h: Likewise.
46698         * mach/devstream.c: Likewise.
46699         * malloc/arena.c: Likewise.
46700         * malloc/set-freeres.c: Likewise.
46701         * misc/err.c: Likewise.
46702         * misc/getttyent.c: Likewise.
46703         * misc/mntent_r.c: Likewise.
46704         * posix/getopt.c: Likewise.
46705         * posix/wordexp.c: Likewise.
46706         * pwd/fgetpwent_r.c: Likewise.
46707         * resolv/Versions: Likewise.
46708         * resolv/res_hconf.c: Likewise.
46709         * shadow/fgetspent_r.c: Likewise.
46710         * shadow/putspent.c: Likewise.
46711         * stdio-common/printf_fphex.c: Likewise.
46712         * stdio-common/tmpfile.c: Likewise.
46713         * stdlib/abort.c: Likewise.
46714         * stdlib/fmtmsg.c: Likewise.
46715         * sunrpc/auth_unix.c: Likewise.
46716         * sunrpc/clnt_perr.c: Likewise.
46717         * sunrpc/clnt_tcp.c: Likewise.
46718         * sunrpc/clnt_udp.c: Likewise.
46719         * sunrpc/clnt_unix.c: Likewise.
46720         * sunrpc/openchild.c: Likewise.
46721         * sunrpc/svc_simple.c: Likewise.
46722         * sunrpc/svc_tcp.c: Likewise.
46723         * sunrpc/svc_udp.c: Likewise.
46724         * sunrpc/svc_unix.c: Likewise.
46725         * sunrpc/xdr.c: Likewise.
46726         * sunrpc/xdr_array.c: Likewise.
46727         * sunrpc/xdr_rec.c: Likewise.
46728         * sunrpc/xdr_ref.c: Likewise.
46729         * sunrpc/xdr_stdio.c: Likewise.
46731 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46733         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46735 2011-07-03  Andreas Jaeger  <aj@suse.de>
46737         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46738         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46739         regenerate with gen-libm-tests.pl.
46741 2010-05-12  Petr Baudis  <pasky@suse.cz>
46743         [BZ #11589]
46744         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46745         around j0() zero points by switching to j1().
46746         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46747         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46748         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46749         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46751 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46753         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46754         instead of 0.
46755         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46756         instead of 0.
46757         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46758         Patch in part by Pavel Roskin <proski@gnu.org>.
46760         [BZ #13138]
46761         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46762         realloc.
46763         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46764         Free memory block if necessary.
46766         [BZ #12847]
46767         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46768         be NULL.  Don't lock in this case.
46770 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46772         * elf/elf.h (ELFOSABI_GNU): New macro.
46773         (ELFOSABI_LINUX): Define to that.
46775 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46777         * string/strncat.c (strncat): Undef the symbol in case it has been
46778         defined in bits/string.h.
46780 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46782         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46784         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46785         link map.
46787 2011-08-17  Andreas Jaeger  <aj@suse.de>
46789         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46791 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46792             Ian Lance Taylor  <iant@google.com>
46794         * math/libm-test.inc (lround_test): New testcase.
46795         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46797 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46799         * Makefile: Remove support for automatic cvs check-ins.
46800         * Makerules: Likewise.
46801         * config.make.in: Likewise.
46802         * configure.in: Likewise.
46803         * intl/Makefile: Likewise.
46804         * locale/Makefile: Likewise.
46805         * po/Makefile: Likewise.
46806         * posix/Makefile: Likewise.
46807         * sysdeps/gnu/Makefile: Likewise.
46808         * sysdeps/mach/hurd/Makefile: Likewise.
46809         * sysdeps/sparc/sparc32/Makefile: Likewise.
46811         [BZ #13118]
46812         * posix/Makefile (bug-regex32-ENV): Define.
46813         Patch by John Stanley <jpsinthemix@verizon.net>.
46815         * misc/Makefile (headers): Add bits/select2.h.
46816         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46817         * misc/bits/select2.h: New file.
46818         * include/bits/select2.h: New file.
46819         * debug/Makefile (routines): Add fdelt_chk.
46820         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46821         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46822         FD_ISSET.
46823         * debug/fdelt_chk.c: New file.
46825         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46826         * wcsmbs/test-wmemcmp.c: Likewise.
46827         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46828         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46830 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46832         * string/Makefile (strop-tests): Add memcmp.
46833         * string/test-wmemcmp.c: New file.
46834         * string/test-memcmp.c: Add wmemcmp support.
46836 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46838         [BZ #13153]
46839         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46840         2011-07-19 change.
46842         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46843         garbage value in a __mach_port_mod_refs call in the cases of the
46844         task-self and thread-self ports.
46846 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46848         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46850 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46852         * elf/dl-load.c (lose): Check for non-null L.
46854 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46856         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46858         * elf/dl-libc.c (dlerror_run): Pass back error code from
46859         dl_catch_error.
46861         [BZ #13123]
46862         * elf/dl-load.c (lose): Free l_origin if it is valid.
46864         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46865         names.
46866         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46867         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46868         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46869         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46870         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46871         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46873 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46875         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46876         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46877         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46878         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46879         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46880         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46881         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46882         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46883         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46884         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46886 2011-08-15  Alan Modra  <amodra@gmail.com>
46888         [BZ #13092]
46889         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46890         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46891         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46892         ppc_mcount to static-only-routines.
46893         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46894         __mcount_internal.
46895         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46896         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46898 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46900         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46901         for finite and infinity parameters.
46903 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46905         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46906         and add nop instructions for throughput optimization.
46907         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46909 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46911         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46912         aligned copy for power7 with vector-scalar instructions.
46913         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46915 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46917         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46918         AVX check.
46920 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46922         [BZ #13144]
46923         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46924         last change.
46926 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46928         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46929         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46930         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46931         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46932         clock_gettime.
46934 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46936         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46937         Forgot to demangle the pointer.
46939         * sysdeps/i386/sysdep.h: Define atom_text_section.
46940         * sysdeps/x86_64/sysdep.h: Likewise.
46941         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46942         section with atom_text_section.
46943         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46944         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46945         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46946         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46947         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46949         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46950         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46951         already be defined.  Change to take two parameters and don't assign
46952         result to variable.  Adjust all users.
46953         Define INTERNAL_GETTIME if not already defined.
46954         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46955         call.
46956         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46957         HAVE_CLOCK_GETTIME_VSYSCALL.
46958         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46960         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46961         gettimeofday vsyscall, just use time.
46963 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46965         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46966         <errno.h>.
46968 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46970         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46971         syscall on x86-64.
46972         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46973         syscall.
46974         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46975         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46976         syscall if possible.
46978 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46980         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46981         e_ident.  Don't pass to find_mapsXX.
46982         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46984 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46986         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46987         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46988         * sysdeps/x86_64/multiarch/strchr.S: Update.
46989         Check bit_slow_BSF bit.
46990         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46991         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46992         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46994 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46996         [BZ #13134]
46997         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46998         before glibc 2.15.
46999         (tryshell): Define.
47000         (__spawni): Change last parameter to be flag.  Test
47001         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47002         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47003         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47004         * posix/spawni.c: Likewise.
47005         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47006         * posix/spawnp.c: Likewise.  Change normal version to use
47007         SPAWN_XFLAGS_USE_PATH.
47008         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47009         SPAWN_XFLAGS_TRY_SHELL.
47011         [BZ #13150]
47012         * posix/glob.h: Remove gcc 1.x support.
47014         [BZ #13068]
47015         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47017 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47019         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47020         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47021         strrchr-sse2-bsf
47022         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47023         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47024         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47025         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47026         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47027         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47029 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47031         * sysdeps/x86_64/wcscmp.S: New file.
47033         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47034         wcscmp-c wcscmp-sse2
47035         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47036         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47037         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47038         * wcsmbs/wcscmp.c: Allow renaming.
47040 2011-09-05  David S. Miller  <davem@davemloft.net>
47042         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47043         stack slot, rather than the struct return pointer slot.
47044         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47045         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47047         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47049 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47051         * po/ja.po: Update from translation team.
47053         [BZ #13144]
47054         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47055         kernel in 64-bit binaries.
47057 2011-09-01  David S. Miller  <davem@davemloft.net>
47059         * elf/elf.h (HWCAP_SPARC_*): Move to..
47060         * sysdeps/sparc/sysdep.h: this new file and add new values.
47061         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47062         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47063         _DL_HWCAP_COUNT to 24.
47064         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47065         entries.
47066         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47067         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47068         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47069         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47070         instead of magic constants.
47071         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47073 2011-08-31  David S. Miller  <davem@davemloft.net>
47075         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47076         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47077         Reimplement to do errno handling inline.
47078         (SYSCALL_ERROR_HANDLER): New macro.
47079         (__SYSCALL_STRING): Do not do errno handling in asm.
47080         (__CLONE_SYSCALL_STRING): Delete.
47081         (__INTERNAL_SYSCALL_STRING): Delete.
47082         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47083         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47084         (PSEUDO): Reimplement to do errno handling inline.
47085         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47086         (SYSCALL_ERROR_HANDLER): New macro.
47087         (__SYSCALL_STRING): Do not do errno handling in asm.
47088         (__CLONE_SYSCALL_STRING): Delete.
47089         (__INTERNAL_SYSCALL_STRING): Delete.
47090         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47091         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47092         i386.
47093         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47094         (inline_syscall*): Add 'err' argument.
47095         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47096         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47097         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47098         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47100         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47101         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47103 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47105         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47107 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47109         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47110         directive.
47112 2011-08-24  David S. Miller  <davem@davemloft.net>
47114         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47116 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47118         * elf/Makefile: Add rules to build and run unload8 test.
47119         * elf/unload8.c: New file.
47120         * elf/unload8mod1.c: New file.
47121         * elf/unload8mod1x.c: New file.
47122         * elf/unload8mod2.c: New file.
47123         * elf/unload8mod3.c: New file.
47125         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47126         it wasn't used.
47128 2011-08-23  David S. Miller  <davem@davemloft.net>
47130         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47131         subtract stack bias.
47132         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47133         %sp not %fp in calculations.
47134         (_JMPBUF_UNWINDS_ADJ): Likewise.
47136         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47137         (aio_suspend): Call it to force an exception region around the
47138         AIO_MISC_WAIT() invocation.
47140 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47142         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47143         backslash.
47145 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47147         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47148         protection macro.
47149         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47150         and <dl-machine.h>.
47151         (Elf64_FuncDesc): Remove.
47153 2011-08-22  David S. Miller  <davem@davemloft.net>
47155         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47156         sigaltstack check, add missing cfi directives.
47157         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47158         missing cfi directives, and sigaltstack handling.
47160 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47162         [BZ #11724]
47163         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47164         object is seen twice.
47165         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47167         * elf/Makefile (distribute): Add tst-initorder2.c.
47168         (tests): Add tst-initorder2.
47169         (modules-names): Add tst-initorder2a tst-initorder2b
47170         tst-initorder2c tst-initorder2d.  Add rules to build them.
47171         ($(objpfx)tst-initorder2.out): New rule.
47172         * elf/tst-initorder2.c: New file.
47173         * elf/tst-initorder2.exp: New file.
47175 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47177         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47179         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47180         dependencies back to end of function.
47182         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47183         $(elfobjdir)/ld.so.
47185 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47187         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47188         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47189         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47190         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47191         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47192         of __vdso_gettimeofday.
47193         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47194         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47195         attribute_hidden.
47196         (_libc_vdso_platform_setup): Remove initialization of
47197         __vdso_gettimeofday and __vdso_time.
47199 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47201         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47202         and fgetc_unlocked.
47203         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47204         getc_unlocked.
47206         * elf/dl-open.c (add_to_global): Report additions to the global scope
47207         for LD_DEBUG=scopes.
47208         (dl_open_worker): Also print scope of newly loaded dependencies.
47209         (_dl_show_scope): Indicate if there is no scope.
47211         [BZ #13114]
47212         * stdio-common/Makefile (tests): Add bug24.
47213         * stdio-common/bug24.c: New file.
47215 2011-08-19  Andreas Jaeger  <aj@suse.de>
47217         [BZ #13114]
47218         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47219         non-existant file when using close-on-exec mode.
47221 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47223         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47224         the very first instruction.
47226         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47227         the CFI state in the end.
47228         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47229         inclusion of dl-trampoline.h.
47230         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47232 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47234         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47235         expectations for long double.
47237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47238         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47240 2011-08-14  David S. Miller  <davem@davemloft.net>
47242         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47243         artificual limit depends upon the system page size.
47245 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47247         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47248         * resolv/Makefile: Define CFLAGS-libresolv.
47250 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47252         * nss/makedb.c (compute_tables): Make variables used in nested
47253         function static.
47255 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47257         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47258         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47259         if buffer was too small.
47261         * elf/pldd.c (main): Attach to all threads in the process.
47262         Rewrite /proc handling to use *at functions.
47264 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47266         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47267         specifies first scope to show.
47268         (dl_open_worker): Update callers.  Move printing scope of new
47269         object to before the relocation.
47270         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47271         * sysdeps/generic/ldsodefs.h: Update declaration.
47273         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47274         string for the scope number.
47276 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47278         * nscd/servicescache.c (cache_addserv): Make sure written is always
47279         initialized.
47281 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47283         * sysdeps/i386/i486/bits/atomic.h
47284         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47285         statement expression, so as to suppress "set but not used" warning.
47286         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47288         * string/strncat.c (STRNCAT): Use prototype definition.
47290         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47291         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47292         -Iprograms here.
47293         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47294         (localedef-modules): Add localedef.
47295         (locale-modules): Add locale.
47297         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47298         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47299         to avoid a warning.
47301 2011-08-14  David S. Miller  <davem@davemloft.net>
47303         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47304         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47306 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47308         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47309         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47310         * elf/rtld.c (dl_main): Set l_name of vDSO.
47311         Call _dl_show_scope when DL_DEBUG_SCOPES.
47312         (process_dl_debug): Recognize scopes flag and also set it for all.
47313         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47314         Declare _dl_show_scope.
47316         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47317         (do_dlopen): Pass caller_dlopen to dl_open.
47318         (__libc_dlopen_mode): Initialize caller_dlopen.
47320         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47321         of libc.  Make tolower call locale-independent.  Optimize a bit by
47322         using isdigit instead of isalnum.
47323         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47325 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47327         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47328         was a dependency or dynamically loaded.
47330 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47332         * intl/l10nflist.c: Allow architecture-specific pop function.
47333         * sysdeps/x86_64/l10nflist.c: New file.
47335         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47336         classification.
47338 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47340         * include/dirent.h: Add libc_hidden_proto for scandirat and
47341         scandirat64.  Don't declare __scandirat64.
47342         * dirent/scandirat.c: Add libc_hidden_def.
47343         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47344         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47346 2011-08-10  David S. Miller  <davem@davemloft.net>
47348         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47349         enum.
47350         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47351         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47352         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47354 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47356         * Versions.def [libc]: Add GLIBC_2.15.
47357         * dirent/Makefile (routines): Add scandirat and scandirat64.
47358         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47359         GLIBC_2.15.
47360         * dirent/dirent.h: Declare scandirat and scandirat64.
47361         * dirent/scandirat.c: New file.
47362         * dirent/scandirat64.c: New file.
47363         * sysdeps/wordsize-64/scandirat.c: New file.
47364         * sysdeps/wordsize-64/scandirat64.c: New file.
47365         * dirent/opendir.c: Define opendirat.
47366         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47367         using scandirat.
47368         * dirent/scandir64.c: Adjust for scandir.c change.
47369         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47370         __scandirat64, and __scandir_cancel_handler.
47371         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47372         additional parameter and use openat instead of open (outside of ld.so).
47373         Add new __opendir as wrapper around __opendirat.
47374         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47375         here without requiring old scandirat implementation.
47377 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47379         * dirent/scandir.c (cancel_handler): Renamed to
47380         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47381         defined.  Adjust users.
47382         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47383         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47385 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47387         * string/test-string.h (IMPL): Use __STRING to expand name and then
47388         stringify it.
47390         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47391         of cleanups.
47393 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47395         * string/Makefile: Update.
47396         (strop-tests): Append strncat.
47397         * string/test-wcscmp.c: New file.
47398         New comprehensive test for wcscmp.
47399         * string/test-strcmp.c: Update.
47400         (WIDE): New define.
47402 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47404         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47405         line.
47407 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47410         encoding to ACE if AI_IDN.
47412 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47414         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47415         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47417 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47419         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47420         Fix overflow bug in strncat.
47421         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47423         * string/test-strncat.c: Update.
47424         Add new tests for checking overflow bugs.
47426 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47428         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47429         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47430         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47431         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47432         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47433         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47434         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47435         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47436         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47438         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47439         (USE_AS_STRCAT): Define.
47440         Add strcat and strncat support.
47441         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47443 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47445         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47446         __n bigger than INT_MAX+1.
47447         (__strncmp_g): Likewise.
47449 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47451         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47452         * libio/stido.h: Likewise.
47454         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47455         (AF_NFC): Define.
47456         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47457         (AF_NFC): Define.
47459         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47460         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47461         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47462         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47463         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47465         [BZ #13021]
47466         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47467         installed.
47469         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47470         typo.
47471         (_dl_x86_64_save_sse): Likewise.
47473 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47475         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47476         OSXSAVE.
47477         (_dl_x86_64_save_sse): Likewise.
47479         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47481         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47483 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47485         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47486         change.
47487         (_dl_x86_64_save_sse): Use correct AVX check.
47489 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47491         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47492         bug in strncpy/strncat.
47493         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47495 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47497         * string/tester.c (test_strcat): Add tests for different alignments
47498         of source and destination.
47499         (test_strncat): Likewise.
47501 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47503         [BZ #12852]
47504         * posix/glob.c (glob): Check passed in values before using them in
47505         expressions to avoid some overflows.
47506         (glob_in_dir): Likewise.
47508         [BZ #13007]
47509         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47510         check for AVX enablement so that we don't crash with old kernels and
47511         new hardware.
47512         * elf/tst-audit4.c: Add same checks here.
47513         * elf/tst-audit6.c: Likewise.
47515         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47517 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47519         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47521 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47523         * po/cs.po: Update from translation team.
47524         * po/bg.po: Likewise.
47526 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47528         * misc/sys/cdefs.h: Add support for const attribute.
47529         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47530         to gnu_dev_{major,minor,makedev} functions.
47532 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47534         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47536 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47538         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47539         strlen results.
47541 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47543         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47544         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47545         register in order to avoid conflicts with the soft frame pointer
47546         being held in r11 when necessary.
47547         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47548         (INTERNAL_VSYSCALL_NCS): Likewise.
47550 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47552         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47553         * elf/dl-fini.c (_dl_fini): Adjust caller.
47554         * elf/dl-close.c (_dl_close_worker): Likewise.
47555         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47557 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47559         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47560         "aux_cache->nlibs < 0".
47562         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47563         in the reload-count case.
47565 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47567         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47568         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47569         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47570         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47571         * sysdeps/x86_64/multiarch/strcat.S: New file.
47572         * sysdeps/x86_64/multiarch/strncat.S: New file.
47573         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47574         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47575         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47576         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47577         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47578         (USE_AS_STRCAT): Define.
47579         Add strcat and strncat support.
47580         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47581         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47582         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47583         * string/strncat.c: Update.
47584         (USE_AS_STRNCAT): Define.
47585         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47586         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47587         and i7.
47588         * sysdeps/x86_64/multiarch/init-arch.h
47589         (bit_Prefer_PMINUB_for_stringop): New.
47590         (index_Prefer_PMINUB_for_stringop): Likewise.
47591         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47592         bit_Prefer_PMINUB_for_stringop.
47594 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47596         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47597         buffer64.
47598         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47599         of casting of buffer.
47600         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47601         buffer32 and buffer64.
47602         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47603         writes instead of casting of buffer.
47604         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47605         buffer32.
47606         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47607         casting of buffer.
47609 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47611         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47613 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47615         * nscd/nscd.c (termination_handler): Don't do anything for a database
47616         if it has not yet been initialized.
47618 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47620         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47622 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47624         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47626 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47628         * po/nl.po: Update from translation team.
47629         * po/sv.po: Likewise.
47631 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47633         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47634         now disallowed by GCC.
47636         * configure.in (use-default-link): Default to yes if a test -shared
47637         link meets our qualifications.
47638         * configure: Regenerated.
47640         * config.make.in (output-format): New variable.
47641         * configure.in: Check for ld --print-output-format support.
47642         * configure: Regenerated.
47643         * Makerules ($(common-objpfx)format.lds)
47644         [$(output-format) != unknown]: Just use $(output-format),
47645         instead of the linker-script munging.
47647 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47649         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47650         of $(common-objpfx)shlib.lds.
47651         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47653         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47654         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47656         * configure.in (-z relro check): Adjust test code to add a large
47657         writable data section after it.
47658         * configure: Regenerated.
47660 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47662         * configure.in (-z relro check): Fix test code to make the variable
47663         truly const.
47664         * configure: Regenerated.
47666 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47668         * nscd/nscd.h (struct traced_file): Define.
47669         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47670         elements.  Add traced_files.
47671         (inotify_fd): Declare.
47672         (register_traced_file): Declare.
47673         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47674         (inotify_fd): Export.
47675         (resolv_conf_descr): Remove.
47676         (nscd_init): Move inotify descriptor creation to main.
47677         Don't register files for notification here.
47678         (register_traced_file): New function.
47679         (invalidate_cache): Don't use reset_res to determine whether to call
47680         res_init, go through the list of registered files.
47681         (main_loop_poll): The inotify descriptors are now stored in the
47682         structures for the traced files.
47683         (main_loop_epoll): Likewise
47684         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47685         to __nss_disable_nscd.
47686         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47687         for a database anymore.  Check the records for all the registered
47688         files instead.
47689         * nss/Makefile (libnss_files-routines): Add files-init.
47690         (libnss_db-routines): Add db-init.
47691         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47692         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47693         * nss/nss_db/db-init.c: New file.
47694         * nss/nss_files/files-init.c: New file.
47695         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47696         __nss_lookup_function.
47697         (__nss_lookup_function): Call nss_load_library.
47698         (nss_load_all_libraries): New function.
47699         (__nss_disable_nscd): Take parameter with callback function for files
47700         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47701         used for the cached services.
47702         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47703         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47704         options for features to all the files in nscd.
47706         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47708 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47710         * csu/elf-init.c (__libc_csu_init): Comment typo.
47712 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47714         * po/pl.po: Update from translation team.
47715         * po/ja.po: Likewise.
47716         * po/ru.po: Likewise.
47717         * po/ko.po: Likewise.
47718         * po/fr.po: Likewise.
47720 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47722         * configure.in (.ctors/.dtors header and trailer check):
47723         Use an empirical test on a built program.
47724         * configure: Regenerated.
47726         * configure.in (-z relro check): Use an empirical test on a built DSO.
47727         Detect, but do not require, on ia64.
47728         * configure: Regenerated.
47730         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47731         Update tests that use readelf to use $READELF instead.
47732         * configure: Regenerated.
47734 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47736         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47737         if the result is not used.
47739 2011-07-05  Andreas Jaeger  <aj@suse.de>
47741         [BZ#9696]
47742         * stdlib/tst-strtod.c: Add testcase.
47744 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47746         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47747         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47748         The latter has a higher limit.  Take additional parameter to pass to
47749         the new function.
47750         (__pathconf): Pass file to __statfs_link_max.
47751         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47752         __statfs_link_max.
47753         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47754         __statfs_link_max.
47756         [BZ #12868]
47757         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47758         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47759         Handle Lustre.
47760         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47761         (__statfs_filesize_max): Likewise.
47762         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47764 2011-07-05  Andreas Jaeger  <aj@suse.de>
47766         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47768 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47770         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47771         `status' variable.
47772         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47773         Likewise.
47775 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47777         * Makefile (strop-tests): Add strncat.
47778         * string/test-strncat.c: New file.
47780 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47782         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47784 2011-06-21  Andreas Jaeger  <aj@suse.de>
47786         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47787         Copy rule from iconvdata/Makefile.
47789 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47791         [BZ #12922]
47792         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47793         but no long options are defined, just return 'W'.
47795 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47797         [BZ #9696]
47798         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47800 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47802         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47803         netgroups to read.
47804         (innetgr): Likewise.
47806 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47808         * config.make.in (install_root): Default to $(DESTDIR).
47810 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47812         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47814 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47816         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47818         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47819         containing directory rather than embedding absolute directory names.
47821         * scripts/check-local-headers.sh: Rewritten using awk.
47822         Match by word, not by line.  Print error messages for matches.
47823         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47825         * Makerules [shlib-lds-flags empty]:
47826         ($(common-objpfx)libc_pic.opts): New target.
47827         ($(common-objpfx)libc_pic.os.clean): New target.
47828         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47830         * config.make.in (OBJCOPY): New variable.
47831         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47832         * configure: Regenerated.
47834         * config.make.in (use-default-link): New variable.
47835         * configure.in (use_default_link): Grok --with-default-link to set it.
47836         * configure: Regenerated.
47837         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47838         (shlib-lds, shlib-lds-flags): Define to empty.
47840         * Makerules (shlib-lds): New variable.
47841         (shlib-lds-flags): New variable.
47842         (build-shlib, build-moduile, build-module-asneeded): Use it.
47843         ($(common-objpfx)libc.so): Use $(shlib-lds).
47844         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47845         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47847         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47848         DT_FLAGS/DT_FLAGS_1 with zero flags.
47850         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47851         linker script munging.
47853 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47855         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47856         as 128-bit value.
47857         * crypt/sha512.c (sha512_process_block): Perform total addition using
47858         128-bit if possible.
47859         (__sha512_finish_ctx): Likewise.
47860         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47861         as 64-bit value.
47862         * crypt/sha256.c (SWAP64): Define.
47863         (sha256_process_block): Perform total addition using 64-bit if
47864         possible.
47865         (__sha256_finish_ctx): Likewise.
47867 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47869         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47870         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47871         * nscd/hstcache.c (cache_addhst): Likewise.
47872         * nscd/grpcache.c (cache_addgr): Likewise.
47873         * nscd/aicache.c (addhstaiX): Likewise
47874         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47876 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47878         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47879         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47880         * nscd/hstcache.c (cache_addhst): Likewise.
47881         * nscd/grpcache.c (cache_addgr): Likewise.
47882         * nscd/aicache.c (addhstaiX): Likewise
47884 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47886         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47887         domain only when needed.
47889 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47891         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47892         is always restored.
47894 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47896         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47897         are re-adding the entry.
47898         * nscd/servicescache.c (cache_addserv): Likewise.
47900 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47902         * sysdeps/generic/dl-irel.h: fix protection against multiple
47903         inclusions.
47904         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47906 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47908         [BZ #12935]
47909         * malloc/memusage.sh: Fix quoting in message.
47910         * debug/xtrace.sh: Likewise.
47912         * configure.in: Remove support for --experimental-malloc option, make
47913         it the default.
47914         * config.make.in: Likewise.
47915         * malloc/Makefile: Likewise.
47917 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47919         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47920         two-byte characters.
47922 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47924         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47925         AC_CACHE_CHECK invocation.
47926         * configure: Regenerated.
47928         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47930 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47932         [BZ #12350]
47933         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47934         bit from old_res_options.
47936         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47938         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47939         value type for setfct.
47941 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47943         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47944         __gettimeofday instead of gettimeofday.
47946 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47948         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47950 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47952         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47954         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47955         info.
47957 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47959         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47960         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47961         strcpy-sse2-unaligned strncpy-sse2-unaligned
47962         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47963         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47964         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47965         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47966         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47967         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47968         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47969         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47970         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47971         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47972         (STRCPY): Support SSE2 and SSSE3 versions.
47974 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47976         [BZ #12874]
47977         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47978         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47979         kernels which artificially limit size of requests.
47981 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47983         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47984         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47985         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47986         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47987         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47988         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47989         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47990         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47991         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47992         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47993         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47994         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47995         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47996         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47997         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47998         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47999         Enable unaligned load optimization for Intel Core i3, i5 and i7
48000         processors.
48001         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48002         Define.
48003         (index_Fast_Unaligned_Load): Define.
48004         (HAS_FAST_UNALIGNED_LOAD): Define.
48006 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48008         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48010 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48012         [BZ #12907]
48013         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48014         until it is clear that the information is realy needed.
48015         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48017 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48019         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48021 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48023         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48024         /sys/devices/system/cpu/online if it is usable.
48026         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48027         reading the information from the /proc filesystem to once a second.
48029 2011-06-21  Andreas Jaeger  <aj@suse.de>
48031         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48032         NULL after inclusion of kernel headers.
48034 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48036         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48037         calls to internal_setent.
48039         [BZ #12885]
48040         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48041         addresses using gethostbyname4_r ignore IPv4 addresses.
48043         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48044         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48046         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48048 2011-06-20  David S. Miller  <davem@davemloft.net>
48050         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48051         inclusions.
48052         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48054         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48055         (elf_irel): Use it.
48056         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48057         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48058         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48059         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48060         * sysdeps/x86_64/dl-irel.h: Likewise.
48062         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48063         * elf/dl-sym.c: Likewise.
48065 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48067         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48068         need to dereference resplen2.
48070 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48072         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48074 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48076         * Makeconfig: Define vardbdir and inst_vardbdir.
48077         * nss/Makefile: Add rules to install db-Makefile.
48079         * nss/nss_db/db-XXX.c: Cleanup.
48081         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48082         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48083         GLIBC_PRIVATE.
48084         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48085         * nss/makedb.c: Implement -g option to specify that value strings
48086         are generated and should not be added to table iterated over for
48087         get*ent calls.
48088         * nss/nss_db/db-initgroups.c: New file.
48090         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48091         interface.
48093         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48094         (internal_getgrouplist): Adjust to name change.
48095         Update use_initgroups_entry if this is not the first call.
48096         * nss/databases.def: Add initgroups entry.
48098         * nss/makedb.c (compute_tables): Check result of multiple hash table
48099         sizes to minimize maximum chain length.
48101 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48103         * Versions.def: Add entry for libnss_db.
48104         * shlib-versions: Likewise.
48105         * nss/Makefile: Add rules to build libnss_db.
48106         * nss/Versions: Add libnss_db information.  Organize libnss_files
48107         entries better.
48108         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48109         makedb progra.  Some minor improvements to generate smaller files.
48110         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48111         here from...
48112         * nss/makedb.c: ...here.
48113         Improve database format to be smaller and require less memory at
48114         runtime.
48115         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48116         db anymore.
48117         * nss/nss_db/db-netgrp.c: Likewise.
48118         * nss/nss_db/db-open.c: Likewise.
48119         * nss/nss_files/flies-XXX.x: Adjust comments.
48120         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48121         * nss/nss_files/files-grp.c: Likewise.
48122         * nss/nss_files/files-hosts.c: Likewise.
48123         * nss/nss_files/files-network.c: Likewise.
48124         * nss/nss_files/files-proto.c: Likewise.
48125         * nss/nss_files/files-pwd.c: Likewise.
48126         * nss/nss_files/files-rpc.c: Likewise.
48127         * nss/nss_files/files-service.c: Likewise.
48128         * nss/nss_files/files-sgrp.c: Likewise.
48129         * nss/nss_files/files-spwd.c: Likewise.
48130         * nss/nss_db/db-alias.c: Removed.
48131         * nss/nss_db/dummy-db.h: Removed.
48133 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48135         * nss/makedb.c: Rewritten to not use database library.
48136         * nss/Makefile: Update to build new makedb program.
48138 2011-06-14  Andreas Jaeger  <aj@suse.de>
48140         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48141         memset declaration.
48143 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48145         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48146         tmpbuf.
48148 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48150         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48151         * elf/Makefile ($(objpfx)ld.so): Likewise.
48153         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48154         Don't list ld.so twice in dependencies.
48156         * posix/bug-regex31.c: Include <stdlib.h>.
48158         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48160         * nis/nss_compat/compat-spwd.c
48161         (getspent_next_nss_netgr): Remove unused variable.
48162         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48164         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48165         nonmembers" output to use the right array.
48167         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48169         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48171         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48172         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48173         * catgets/gencat.c (read_input_file): Likewise.
48174         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48176         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48177         variable definition inside #if's controlling its use.
48179         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48181         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48183         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48185         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48186         unreachable code.
48188         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48190         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48191         * configure: Regenerated.
48193         * Makerules: Revert last change.
48194         * elf/Makefile: Likewise.
48196 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48198         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48199         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48200         (reloc-link): Likewise.
48202 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48204         * elf/Makefile: Add rules to build pldd.
48205         * elf/pldd.c: New file.
48206         * elf/pldd-xx.c: New file.
48208 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48210         * version.h: Update for 2.15 development version.
48212 2011-06-07  David S. Miller  <davem@davemloft.net>
48214         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48215         ifuncs.
48216         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48217         elf_machine_lazy_rel): Likewise.
48218         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48219         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48220         elf_machine_lazy_rel): Likewise.
48221         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48222         dl_hwcap via passed in argument.
48223         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48224         Likewise.
48226 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48228         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48230 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48232         [BZ #12849]
48233         * manual/fdl-1.1.texi: New file, verbatim from:
48234         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48235         * manual/lgpl-2.1.texi: New file, verbatim from:
48236         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48237         * manual/Makefile (licenses): New variable, list those new file names.
48238         (texis): Use it.
48239         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48241         * manual/fdl.texi: File removed.
48242         * manual/lesser.texi: File removed.
48243         * manual/libc.texinfo (Copying, Documentation License):
48244         Use new @include file names, put @appendix directive before @include.
48246 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48248         [BZ #12841]
48249         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48250         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48251         (mq_open): Add __NTH.
48253 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48255         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48256         Assume Intel Core i3/i5/i7 processor if AVX is available.
48258 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48260         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48261         typo.
48263 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48265         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48266         memory.  Use alloca_account.  Fix memory leak when retrying.
48268 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48270         * version.h (RELEASE): Bump for 2.14 release.
48271         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48273         * config.make.in (RANLIB): Remove entry.
48275 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48277         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48278         (libc.pot): Work around missing support for .ksh extension in xgettext.
48280         [BZ #12684]
48281         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48282         if both request failed.
48283         (send_dg): In case of server errors clear resplen or *resplen2.
48285         [BZ #12454]
48286         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48287         when there are multiple maps.
48288         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48289         (_dl_fini): Remove test here.
48291         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48293 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48295         [BZ #12350]
48296         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48297         bit from old_res_options.
48298         (gaih_inet): Likewise.
48300         [BZ #11099]
48301         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48302         as signed.
48304         * resolv/res_init.c (res_setoptions): Make the code more compact.
48306         [BZ #11558]
48307         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48308         set RES_USEVC.
48310         [BZ #11634]
48311         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48313         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48315         [BZ #11781]
48316         * malloc/malloc.h: Declare malloc hook variables as volatile.
48318         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48319         in last patch.
48321         [BZ #11799]
48322         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48323         raise in the comment.
48324         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48325         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48326         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48328 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48330         [BZ #12811]
48331         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48332         grow the buffers more if it already has to be sufficient.
48333         (build_wcs_upper_buffer): Likewise.
48334         * posix/regexec.c (check_matching): Likewise.
48335         (clean_state_log_if_needed): Likewise.
48336         (extend_buffers): Don't enlarge buffers beyond size of the input
48337         buffer.
48338         Patches mostly by Emil Wojak <emil@wojak.eu>.
48339         * posix/bug-regex32.c: New file.
48340         * posix/Makefile (tests): Add bug-regex32.
48342         * locale/findlocale.c (_nl_find_locale): Return right away if
48343         _nl_explode_name failed.
48344         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48346         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48348         * debug/xtrace.sh: Unify messages.
48349         * malloc/memusage.sh: Likewise.
48351         [BZ #12813]
48352         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48353         time symbol from vDSO.  Substitute with vsyscall if not available.
48354         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48355         __vdso_time.
48357         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48358         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48359         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48360         Add sendmmsg and internal_sendmmsg.
48361         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48362         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48363         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48365         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48366         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48367         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48369 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48371         [BZ #12813]
48372         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48373         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48374         available.
48375         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48376         __vdso_getcpu.
48378         [BZ #12814]
48379         * iconvdata/Makefile (tests): Add bug-iconv9.
48380         * iconvdata/bug-iconv9.c: New file.
48382 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48384         [BZ #12814]
48385         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48387 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48389         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48390         (struct user_regs_struct): Change intcs field back to cs.
48392 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48394         * po/ja.po: Update from translation team.
48396 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48398         [BZ #12795]
48399         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48400         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48402 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48404         * stdlib/longlong.h: Update from GCC.
48406 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48408         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48409         parameter name.
48410         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48411         Add parameter name.
48412         (__sysconf): Pass it down.
48414 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48416         [BZ #12671]
48417         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48418         some situations.
48419         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48420         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48421         add in in __libc_use_alloca calls.  Adjust callers.
48422         (glob): Use malloc in some situations.
48424         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48425         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48426         pltexit.
48428 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48430         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48431         and CLOCK_BOOTTIME_ALARM.
48433         [BZ #12782]
48434         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48435         is returned.
48437         * string/_strerror.c (__strerror_r): Print negative errors as signed
48438         numbers.
48440         [BZ #12777]
48441         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48442         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48443         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48445         * configure.in: Fix typo in redirection and correct removal of test
48446         files in two cases.
48448         [BZ #12788]
48449         * locale/setlocale.c (new_composite_name): Fix test to check for
48450         identical name of all categories.
48452         [BZ #12792]
48453         * libio/filedoalloc.c (local_isatty): New function.
48454         (_IO_file_doallocate): Use local_isatty.
48455         * stdio-common/perror.c (perror): In case a new stream is used
48456         forward the stream error.
48457         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48458         error flag.
48460 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48462         [BZ #11869]
48463         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48464         alloca.
48465         * include/alloca.h (extend_alloca_account): Define.
48467         [BZ #11857]
48468         * posix/regex.h: Fix comments with documentation of user-accessible
48469         fields after compilation and describe correct free'ing of pattern
48470         after re_compile_pattern.
48471         Patch by Reuben Thomas <rrt@sc3d.org>.
48473 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48475         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48476         and -mno-altivec to prevent the compiler from using Altivec and/or
48477         VSX instructions when the corresponding registers are not available.
48479 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48481         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48483 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48485         * libio/freopen.c (freopen): Use __dup2, not dup2.
48486         * libio/freopen64.c (freopen64): Likewise.
48488 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48490         [BZ #12775]
48491         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48492         * math/Makefile (tests): Add test-powl.
48493         (CFLAGS-test-powl.c): Define.
48494         * math/test-powl.c: New file.
48496 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48498         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48500 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48502         [BZ #11837]
48503         * iconvdata/gb18030.c: Update to GB18020-2005.
48505 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48507         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48508         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48509         Patch by Aharon Robbins <arnold@skeeve.com>.
48511         [BZ #11892]
48512         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48513         on the stack.
48515         [BZ #11895]
48516         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48517         through underflows.
48519         [BZ #12766]
48520         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48521         point to strings before performing equality test for error_one_per_line
48522         mode.
48524         [BZ #11697]
48525         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48527         [BZ #11820]
48528         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48529         (struct user_fpregs_struct): Avoid __uint*_t types.
48531         [BZ #6420]
48532         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48533         symbol info.  Use it instead of calling _dl_addr locally.
48534         (lock_and_info): New function.
48535         (tr_freehook): Call lock_and_info and pass symbol info as additional
48536         parameter to tr_where.
48537         (tr_mallochook): Likewise.
48538         (tr_reallochook): Likewise.
48539         (tr_memalignhook): Likewise.
48541         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48542         used and couldn't be at all thread-safe.
48544 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48546         * libio/freopen.c (freopen): Don't close old file descriptor
48547         before the new one is opened.  Instead dup the new file descriptor
48548         to the old one after the new stream is created.
48549         * libio/freopen64.c (freopen64): Likewise.
48550         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48551         * libio/fileops.c (_IO_new_file_close_it): Handle new
48552         _IO_FLAGS2_NOCLOSE flag.
48553         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48554         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48555         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48556         _IO_FLAGS2_NOCLOSE flag.
48557         * include/unistd.h: Add hidden_proto for dup3.
48558         Define __have_dup3.
48559         * io/dup3.c: Define hidden symbol.
48560         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48562         [BZ #7101]
48563         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48564         when an incomplete long option is used.
48565         * posix/tst-getopt_long1.c: New file.
48566         * posix/Makefile (tests): Add tst-getopt_long1.
48568         [BZ #10138]
48569         * scripts/config.guess: Update from autoconf-2.68.
48570         * scripts/config.sub: Likewise.
48572         [BZ #10157]
48573         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48574         tests into ...
48575         (has_cpuclock): ...this.  New function.
48576         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48577         macro here based on has_cpuclock code.
48579         [BZ #10149]
48580         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48581         First byte (not low byte) is now always NUL.
48582         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48584         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48585         Use non-cancelable interfaces.
48587         [BZ #9809]
48588         * locale/iso-639.def: Add entry for Sorani.
48590         [BZ #11901]
48591         * include/stdlib.h: Move include protection to the right place.
48592         Define abort_msg_s.  Declare __abort_msg with it.
48593         * stdlib/abort.c (__abort_msg): Adjust type.
48594         * assert/assert.c (__assert_fail_base): New function.  Majority
48595         of code from __assert_fail.  Allocate memory for __abort_msg with
48596         mmap.
48597         (__assert_fail): Now call __assert_fail_base.
48598         * assert/assert-perr.c: Remove bulk of implementation.  Use
48599         __assert_fail_base.
48600         * include/assert.hL Declare __assert_fail_base.
48601         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48602         mmap.
48603         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48605 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48607         [BZ #11952]
48608         [BZ #12453]
48609         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48610         until all modules are registered in the DTV.
48611         * elf/Makefile: Add rules to build and run tst-tls19.
48612         * elf/tst-tls19.c: New file.
48613         * elf/tst-tls19mod1.c: New file.
48614         * elf/tst-tls19mod2.c: New file.
48615         * elf/tst-tls19mod3.c: New file.
48616         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48618         [BZ #12083]
48619         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48620         correctly.
48622         [BZ #12601]
48623         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48624         two-byte sequence errors.
48625         * iconvdata/Makefile (tests): Add bug-iconv8.
48626         * iconvdata/bug-iconv8.c: New file.
48628         [BZ #12626]
48629         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48630         buf2 definition.
48632         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48634         [BZ #12432]
48635         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48636         (dummy_getcfa): New function.
48637         (init): Get _Unwind_GetCFA address, use dummy if not found.
48638         (backtrace_helper): In recursion check, also check whether CFA changes.
48639         (__backtrace): Completely initialize arg.
48641         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48642         storing incomplete byte sequence in state object.  Avoid testing for
48643         guaranteed too small input if we know there is enough data available.
48645 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48647         * Makeconfig (+link-pie): Indent.
48648         * Rules (binaries-pie): Define if $(have-fpie) and
48649         $(build-shared).
48650         (binaries-shared): Also filter out $(binaries-pie).
48651         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48652         * nscd/Makefile (others-pie): Add nscd.
48653         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48654         ($(objpfx)nscd): Remove command override.
48655         * login/Makefile (others-pie): Add pt_chown.
48656         ($(objpfx)pt_chown): Remove command override.
48657         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48658         remove command overrides.
48660 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48662         * libio/tst_putwc.c: Fix error messages.
48664         [BZ #12724]
48665         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48666         currently writing and seek to current position when not.
48667         * libio/Makefile (tests): Add bug-fclose1.
48668         * libio/bug-fclose1.c: New file.
48670 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48672         [BZ #12511]
48673         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48674         don't set DF_1_NODELETE here.
48675         (do_lookup_x): When entering new entry test for copy relocation
48676         and if necessary set DF_1_NODELETE flag.
48677         * elf/tst-unique4.cc: New file.
48678         * elf/tst-unique4.h: New file.
48679         * elf/tst-unique4lib.cc: New file.
48680         * elf/Makefile: Add rules to build and run tst-unique4.
48681         Patch by Piotr Bury <pbury@goahead.com>.
48683 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48685         [BZ #12052]
48686         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48688         [BZ #12625]
48689         * misc/mntent_r.c (addmntent): Flush the stream after the output
48691         [BZ #12393]
48692         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48693         (is_trusted_path_normalize): Skip initial colon.  Append slash
48694         to empty buffer.  Duplicate is_trusted_path code but allow
48695         constructed patch to be prefix.
48696         (is_dst): Allow $ORIGIN followed by /.
48697         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48698         Correct testing of result of is_trusted_path_normalize
48699         (decompose_rpath): Fix warning.
48701 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48703         [BZ #11257]
48704         * grp/initgroups.c (internal_getgrouplist): When we found the service
48705         list through the initgroups entry in nsswitch.conf do not always
48706         continue on a successful lookup.  Don't always use the
48707         __nss_group_database value if it is set.
48708         * nss/nsswitch.conf (initgroups): Change action for successful db
48709         lookup to continue for compatibility.
48711 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48713         [BZ #11532]
48714         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48715         and CP774 modules.
48716         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48717         and CP774 modules.
48718         * iconvdata/tst-tables.sh: Likewise.
48719         * iconvdata/cp770.c: New file.
48720         * iconvdata/cp771.c: New file.
48721         * iconvdata/cp772.c: New file.
48722         * iconvdata/cp773.c: New file.
48723         * iconvdata/cp774.c: New file.
48724         * iconvdata/testdata/CP770: New file.
48725         * iconvdata/testdata/CP770..UTF8: New file.
48726         * iconvdata/testdata/CP771: New file.
48727         * iconvdata/testdata/CP771..UTF8: New file.
48728         * iconvdata/testdata/CP772: New file.
48729         * iconvdata/testdata/CP772..UTF8: New file.
48730         * iconvdata/testdata/CP773: New file.
48731         * iconvdata/testdata/CP773..UTF8: New file.
48732         * iconvdata/testdata/CP774: New file.
48733         * iconvdata/testdata/CP774..UTF8: New file.
48735         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48736         END CHARMAP line.
48737         * iconvdata/gen-8bit-gap.sh: Likewise.
48738         * iconvdata/gen-8bit.sh: Likewise.
48740         * locale/iso-639.def: Add ary entry.
48742         [BZ #11258]
48743         * locale/C-translit.h.in: Add U20A1 transliteration.
48745         [BZ #12178]
48746         * locale/iso-639.def: Add wae entry.
48747         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48749         [BZ #12545]
48750         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48751         for n.
48753         [BZ #12711]
48754         * locale/C-translit.h.in: Add entry for U20B9.
48755         Patch by pravin.d.s@gmail.com.
48757 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48759         [BZ #12713]
48760         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48761         ENAMETOOLONG use generic getcwd.
48762         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48763         in rtld.  Use *stat64.
48764         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48765         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48766         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48767         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48768         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48769         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48770         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48771         __fstatat64 macros.
48772         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48773         * dirent/rewinddir.c: Add libc_hidden_def.
48774         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48775         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48777         * include/dirent.h (__alloc_dir): Add flags parameter.
48778         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48779         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48780         __alloc_dir.
48781         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48782         from fdopendir if O_CLOEXEC is already set.
48784 2011-03-15  Alan Modra  <amodra@gmail.com>
48786         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48787         l_tls_firstbyte_offset non-zero.  Save padding offset in
48788         l_tls_firstbyte_offset for later use.
48789         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48790         freeing static tls block.
48792 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48794         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48795         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48796         being defined by the kernel headers.
48798 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48800         [BZ #12734]
48801         * resolv/resolv.h: Define RES_NOTLDQUERY.
48802         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48803         no-tld-query and set RES_NOTLDQUERY.
48804         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48805         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48806         modern BIND to search name as TLD unless forbidden.
48808 2011-05-07  Petr Baudis  <pasky@suse.cz>
48809             Ulrich Drepper  <drepper@gmail.com>
48811         [BZ #12393]
48812         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48813         (is_trusted_path): ...to here.
48814         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48815         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48816         using is_trusted_path_normalize() in setuid scripts.
48818 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48820         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48821         __BEGIN/__END_DECLS.
48823 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48825         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48826         NSS_STATUS_NOTFOUND if no record was found.
48828 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48830         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48831         (headers-not-in-tirpc): Remove rpc/netdb.h
48832         * resolv/netdb.h: Revert last change.
48834 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48836         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48837         circular dependency between libgcc.a and libc.a.
48839 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48841         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48842         * nis/Makefile: Don't install rpcsvc/*.
48843         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48844         instead of <rpc/types.h>.
48845         (MAXHOSTNAMELEN): Define.
48847 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48849         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48851 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48853         [BZ #12714]
48854         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48855         gethostbyname4_r when IPv6 results are possible.
48857 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48859         [BZ #12723]
48860         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48861         _PC_PIPE_BUF handling.
48863 2011-04-30  Bruno Haible  <bruno@clisp.org>
48865         [BZ #12717]
48866         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48867         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48868         to 'int'.
48869         * inet/getnameinfo.c (getnameinfo): Likewise.
48871 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48873         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48874         to groups setting in database lookup.
48875         * nss/nsswitch.conf: Add initgroups entry.
48877 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48879         [BZ #12685]
48880         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48881         mode string.
48882         Patch by Eric Blake <eblake@redhat.com>.
48884 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48886         * sunrpc/Makefile (need-export-routines): Add svc_run.
48887         (routines): Remove svc_run.
48888         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48889         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48890         * sunrpc/svc_run.c (svc_run): Likewise.
48891         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48893 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48895         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48896         problem in reallocation in last patch.
48898 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48900         * sunrpc/Makefile: Move inclusion of Rules.
48902 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48904         * nss/nss_files/files-initgroups.c: New file.
48905         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48906         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48907         _nss_files_initgroups_dyn.
48909 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48911         * elf/elf.h (R_ARM_IRELATIVE): Define.
48913 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48915         * po/ru.po: Update from translation team.
48917 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48919         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48920         dependencies.
48922 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48924         [BZ #12653]
48925         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48926         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48927         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48928         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48929         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48931 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48933         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48934         differing bytes.
48935         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48936         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48937         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48939 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48941         [BZ #12420]
48942         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48943         storing it.
48944         * stdlib/bug-getcontext.c: New file.
48945         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48947 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48949         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48950         instructions into .machine "z9-109".
48951         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48952         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48954 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48956         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48957         between environment variables and auxiliary vector.
48959 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48961         * Makefile: Add rules to build linkobj/libc.so.
48962         * include/libc-symbols.h: Define libc_hidden_nolink.
48963         * include/rpc/auth.h: Mark functions which are to be hidden.
48964         * include/rpc/auth_des.h: Likewise.
48965         * include/rpc/auth_unix.h: Likewise.
48966         * include/rpc/clnt.h: Likewise.
48967         * include/rpc/des_crypt.h: Likewise.
48968         * include/rpc/key_prot.h: Likewise.
48969         * include/rpc/pmap_clnt.h: Likewise.
48970         * include/rpc/pmap_prot.h: Likewise.
48971         * include/rpc/pmap_rmt.h: Likewise.
48972         * include/rpc/rpc_msg.h: Likewise.
48973         * include/rpc/svc.h: Likewise.
48974         * include/rpc/svc_auth.h: Likewise.
48975         * include/rpc/xdr.h: Likewise.
48976         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48977         * nss/Makefile: Likewise.
48978         * sunrpc/Makefile: Don't install headers.  Build library with normal
48979         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48980         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48981         for the compat linking library.  Remove use of INTDEF/INTUSE.
48982         * sunrpc/auth_none.c: Likewise.
48983         * sunrpc/auth_unix.c: Likewise.
48984         * sunrpc/authdes_prot.c: Likewise.
48985         * sunrpc/authuxprot.c: Likewise.
48986         * sunrpc/clnt_gen.c: Likewise.
48987         * sunrpc/clnt_perr.c: Likewise.
48988         * sunrpc/clnt_raw.c: Likewise.
48989         * sunrpc/clnt_simp.c: Likewise.
48990         * sunrpc/clnt_tcp.c: Likewise.
48991         * sunrpc/clnt_udp.c: Likewise.
48992         * sunrpc/clnt_unix.c: Likewise.
48993         * sunrpc/des_crypt.c: Likewise.
48994         * sunrpc/des_soft.c: Likewise.
48995         * sunrpc/get_myaddr.c: Likewise.
48996         * sunrpc/key_call.c: Likewise.
48997         * sunrpc/key_prot.c: Likewise.
48998         * sunrpc/netname.c: Likewise.
48999         * sunrpc/pm_getmaps.c: Likewise.
49000         * sunrpc/pm_getport.c: Likewise.
49001         * sunrpc/pmap_clnt.c: Likewise.
49002         * sunrpc/pmap_prot.c: Likewise.
49003         * sunrpc/pmap_prot2.c: Likewise.
49004         * sunrpc/pmap_rmt.c: Likewise.
49005         * sunrpc/publickey.c: Likewise.
49006         * sunrpc/rpc_cmsg.c: Likewise.
49007         * sunrpc/rpc_common.c: Likewise.
49008         * sunrpc/rpc_dtable.c: Likewise.
49009         * sunrpc/rpc_prot.c: Likewise.
49010         * sunrpc/rpc_thread.c: Likewise.
49011         * sunrpc/rtime.c: Likewise.
49012         * sunrpc/svc.c: Likewise.
49013         * sunrpc/svc_auth.c: Likewise.
49014         * sunrpc/svc_authux.c: Likewise.
49015         * sunrpc/svc_raw.c: Likewise.
49016         * sunrpc/svc_run.c: Likewise.
49017         * sunrpc/svc_simple.c: Likewise.
49018         * sunrpc/svc_tcp.c: Likewise.
49019         * sunrpc/svc_udp.c: Likewise.
49020         * sunrpc/svc_unix.c: Likewise.
49021         * sunrpc/svcauth_des.c: Likewise.
49022         * sunrpc/xcrypt.c: Likewise.
49023         * sunrpc/xdr.c: Likewise.
49024         * sunrpc/xdr_array.c: Likewise.
49025         * sunrpc/xdr_float.c: Likewise.
49026         * sunrpc/xdr_intXX_t.c: Likewise.
49027         * sunrpc/xdr_mem.c: Likewise.
49028         * sunrpc/xdr_rec.c: Likewise.
49029         * sunrpc/xdr_ref.c: Likewise.
49030         * sunrpc/xdr_sizeof.c: Likewise.
49031         * sunrpc/xdr_stdio.c: Likewise.
49033 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49035         [BZ #12650]
49036         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49037         * sysdeps/ia64/dl-tls.h: Likewise.
49038         * sysdeps/powerpc/dl-tls.h: Likewise.
49039         * sysdeps/s390/dl-tls.h: Likewise.
49040         * sysdeps/sh/dl-tls.h: Likewise.
49041         * sysdeps/sparc/dl-tls.h: Likewise.
49042         * sysdeps/x86_64/dl-tls.h: Likewise.
49043         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49045 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49047         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49048         rpath element also skip the following colon.
49049         (expand_dynamic_string_token): Add is_path parameter and pass
49050         down to DL_DST_REQUIRED and _dl_dst_substitute.
49051         (decompose_rpath): Call expand_dynamic_string_token with
49052         non-zero is_path.  Ignore empty rpaths.
49053         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49054         with zero is_path.
49056 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49059         Make cancelable.
49061 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49063         [BZ #12655]
49064         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49065         Patch by Filipe David Manana <fdmanana@apache.org>.
49067 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49069         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49070         Maintain aligned stack.
49071         (CHECK_RSP): Remove unused macro.
49073 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49075         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49076         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49078 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49080         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49082         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49084 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49086         [BZ #12518]
49087         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49088         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49089         * sysdeps/x86_64/memmove.c: New file.
49090         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49091         (memcpy): Renamed to ...
49092         (__new_memcpy): This.
49093         (memcpy): Provide GLIBC_2_14 memcpy.
49094         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49095         (memcpy): Provide GLIBC_2_2_5 memcpy.
49097 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49099         [BZ #12631]
49100         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49102 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49104         * misc/syncfs.c: New file.
49105         * misc/Makefile (routines): Add syncfs.
49106         * posix/unistd.h: Declare syncfs.
49107         * sysdeps/unix/syscalls.list: Add syncfs.
49109 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49111         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49112         open_by_handle_at.
49113         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49114         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49115         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49116         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49117         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49118         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49119         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49121 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49123         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49124         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49125         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49126         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49127         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49128         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49129         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49131         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49132         sync_file_range.c with -fexceptions.
49133         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49134         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49135         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49136         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49137         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49138         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49139         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49140         sync_file_range as cancellation point
49141         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49142         now a wrapper around __call_sync_file_range with cancellation handling.
49143         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49144         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49145         function name to __call_sync_file_range.
49146         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49147         Add call_sync_file_range.
49149 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49151         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49152         bits/timex.h.
49154 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49156         * iconv/iconv.h: Fix typo in comment.
49157         * io/fcntl.h: Likewise.
49158         * libio/stdio.h: Likewise.
49159         * posix/spawn.h: Likewise.
49160         * posix/unistd.h: Likewise.
49161         * stdlib/stdlib.h: Likewise.
49162         * time/time.h: Likewise.
49163         * wcsmbs/wchar.h: Likewise.
49165         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49166         open_by_handle): Add.
49167         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49168         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49169         Augment a few comments.
49170         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49171         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49172         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49173         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49174         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49175         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49176         open_by_handle.
49178         * io/fcntl.h (AT_EMPTY_PATH): Define.
49180 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49182         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49183         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49184         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49185         to...
49186         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49187         * Versions.def: Add GLIBC_2.14.
49188         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49189         Export.
49191 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49193         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49194         round counter.
49195         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49197 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49199         [BZ #12597]
49200         * string/test-strncmp.c (do_page_test): New function.
49201         (check2): Likewise.
49202         (test_main): Call check2.
49203         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49205 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49207         [BZ #12587]
49208         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49209         Handle cache information in CPU leaf 4.
49210         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49212 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49214         [BZ #12583]
49215         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49216         character representation.
49217         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49219 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49221         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49222         END(__isnan) to END(__isnanf) to match function entry point/label
49223         EALIGN(__isnanf,...).
49225 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49227         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49229 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49231         [BZ #12510]
49232         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49233         copy from the symbol referenced in the relocation to initialize the
49234         used variable.
49235         Patch by Piotr Bury <pbury@goahead.com>.
49236         * elf/Makefile: Add rules to build and tst-unique3.
49237         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49238         * elf/tst-unique3.cc: New file.
49239         * elf/tst-unique3.h: New file.
49240         * elf/tst-unique3lib.cc: New file.
49241         * elf/tst-unique3lib2.cc: New file.
49243         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49245 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49247         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49248         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49249         to _start.
49251 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49253         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49254         to-be-loaded object along a path to loader is ld.so.
49256 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49257             Ulrich Drepper  <drepper@gmail.com>
49259         * sysdeps/x86_64/memset.S: After aligning destination, code
49260         branches to different locations depending on the value of
49261         misalignment, when multiarch is enabled. Fix this.
49263 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49265         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49266         Set _x86_64_preferred_memory_instruction for AMD processsors.
49267         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49268         Set bit_Prefer_SSE_for_memop for AMD processors.
49270 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49272         * libio/fmemopen.c (fmemopen): Optimize a bit.
49274 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49276         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49278 2011-03-03  Roland McGrath  <roland@redhat.com>
49280         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49282 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49284         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49285         __bzero_ultra1 instead of __memset_ultra1.
49287 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49288             Ulrich Drepper  <drepper@gmail.com>
49290         [BZ #12509]
49291         * include/link.h (struct link_map): Add l_orig_initfini.
49292         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49293         returning unsuccessfully.
49294         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49295         close of a file loaded at startup, restore the original l_initfini
49296         list.
49297         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49298         list, store the pointer.
49299         * elf/Makefile ($(objpfx)noload-mem): New rule.
49300         (noload-ENV): Define.
49301         (tests): Add $(objpfx)noload-mem.
49302         * elf/noload.c: Include <memcheck.h>.
49303         (main): Call mtrace.  Close all opened handles.
49305 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49307         [BZ #12454]
49308         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49309         dependencies are missing.
49311 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49313         Fix __if_freereq crash: Unlike the generic version which uses free,
49314         Hurd needs munmap.
49315         * sysdeps/mach/hurd/ifreq.h: New file.
49317 2011-01-27  Petr Baudis  <pasky@suse.cz>
49318             Ulrich Drepper  <drepper@gmail.com>
49320         [BZ 12445]#
49321         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49322         to extend_alloca().
49323         * stdio-common/bug23.c: New file.
49324         * stdio-common/Makefile (tests): Add bug23.
49326 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49327             Ulrich Drepper  <drepper@gmail.com>
49329         [BZ #12489]
49330         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49331         before performing relro protection.  At old place add assertion
49332         to make sure nothing changed.
49334 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49335             Glauber de Oliveira Costa  <glommer@gmail.com>
49337         * elf/elf.h: Add new ARM TLS relocs.
49339 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49342         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49343         cast from r3.
49344         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49345         'tests' variable.
49346         * sysdeps/wordsize-64/tst-writev.c: New file.
49348 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49350         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49351         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49352         insns in _dl_start to prevent a TOC reference before relocs are
49353         resolved.
49355 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49357         [BZ #12469]
49358         * Makeconfig: Remove RANLIB definition.
49359         * Makerules: Don't use RANLIB.
49360         * aclocal.m4: Remove ranlib test.
49361         * configure.in: No need to check for ranlib.
49362         * elf/rtld-Rules: Don't use RANLIB.
49364 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49366         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49367         protection macro.
49368         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49369         inclusion protection macro.
49371         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49372         SIGRTMIN and SIGRTMAX and print information in that case only when
49373         SIGRTMIN is defined.
49375 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49377         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49378         arginfo fn returning -1.
49380         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49381         and thousands string is zero terminated.
49383 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49385         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49386         sysdeps/unix/sysv/linux/bits/socket.h.
49388 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49390         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49391         (__CPU_COUNT): Remove old macros.
49392         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49393         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49394         (__CPU_ALLOC, __CPU_FREE): Add macros.
49395         (__sched_cpualloc, __sched_cpufree): Add declarations.
49397 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49399         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49400         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49401         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49402         (readdhstai): Return value of addhstaiX call.
49403         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49404         (addgrbyX): Return value returned by cache_addgr.
49405         (readdgrbyname): Return value returned by addgrbyX.
49406         (readdgrbygid): Likewise.
49407         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49408         (addpwbyX): Return value returned by cache_addpw.
49409         (readdpwbyname): Return value returned by addhstbyX.
49410         (readdpwbyuid): Likewise.
49411         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49412         (addservbyX): Return value returned by cache_addserv.
49413         (readdservbyname): Return value returned by addservbyX:
49414         (readdservbyport): Likewise.
49415         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49416         (addhstbyX): Return value returned by cache_addhst.
49417         (readdhstbyname): Return value returned by addhstbyX.
49418         (readdhstbyaddr): Likewise.
49419         (readdhstbynamev6): Likewise.
49420         (readdhstbyaddrv6): Likewise.
49421         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49422         (readdinitgroups): Return value returned by addinitgroupsX.
49423         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49424         (prune_cache): Keep track of timeout value of re-added entries.
49425         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49426         * nscd/nscd.h: Adjust prototypes of readd* functions.
49428 2011-02-04  Roland McGrath  <roland@redhat.com>
49430         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49431         (nis_stats): Likewise.
49432         * nis/nis_modify.c (nis_modify): Likewise.
49433         * nis/nis_remove.c (nis_remove): Likewise.
49434         * nis/nis_add.c (nis_add): Likewise.
49436         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49438         * posix/fnmatch_loop.c: Add some consts.
49440         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49442 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49444         [BZ #12460]
49445         * config.make.in (config-cflags-novzeroupper): Define.
49446         * configure.in: Substitute libc_cv_cc_novzeroupper.
49447         * elf/Makefile (AVX-CFLAGS): Define.
49448         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49449         (CFLAGS-tst-auditmod4a.c): Likewise.
49450         (CFLAGS-tst-auditmod4b.c): Likewise.
49451         (CFLAGS-tst-auditmod6b.c): Likewise.
49452         (CFLAGS-tst-auditmod6c.c): Likewise.
49453         (CFLAGS-tst-auditmod7b.c): Likewise.
49454         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49456 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49458         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49459         function to the callback.
49460         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49462 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49464         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49465         of errno.
49467 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49469         [BZ #11724]
49470         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49471         of constructors.
49472         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49473         of destructors.
49474         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49476         [BZ #11724]
49477         * elf/Makefile: Add rules to build and run new test.
49478         * elf/tst-initorder.c: New file.
49479         * elf/tst-initorder.exp: New file.
49480         * elf/tst-initordera1.c: New file.
49481         * elf/tst-initordera2.c: New file.
49482         * elf/tst-initordera3.c: New file.
49483         * elf/tst-initordera4.c: New file.
49484         * elf/tst-initorderb1.c: New file.
49485         * elf/tst-initorderb2.c: New file.
49486         * elf/tst-order-a1.c: New file.
49487         * elf/tst-order-a2.c: New file.
49488         * elf/tst-order-a3.c: New file.
49489         * elf/tst-order-a4.c: New file.
49490         * elf/tst-order-b1.c: New file.
49491         * elf/tst-order-b2.c: New file.
49492         * elf/tst-order-main.c: New file.
49493         New test case by George Gensure <werkt0@gmail.com>.
49495 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49497         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49498         decoding ACE if AI_CANONIDN.
49500 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49502         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49504 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49506         * version.h (RELEASE): Bump for 2.13 release.
49507         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49509         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49511         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49512         MADV_NOHUGEPAGE.
49513         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49514         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49515         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49516         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49517         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49518         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49520         * posix/getconf.c: Update copyright year.
49521         * catgets/gencat.c: Likewise.
49522         * csu/version.c: Likewise.
49523         * debug/catchsegv.sh: Likewise.
49524         * debug/xtrace.sh: Likewise.
49525         * elf/ldconfig.c: Likewise.
49526         * elf/ldd.bash.in: Likewise.
49527         * elf/sprof.c (print_version): Likewise.
49528         * iconv/iconv_prog.c: Likewise.
49529         * iconv/iconvconfig.c: Likewise.
49530         * locale/programs/locale.c: Likewise.
49531         * locale/programs/localedef.c: Likewise.
49532         * malloc/memusage.sh: Likewise.
49533         * malloc/mtrace.pl: Likewise.
49534         * nscd/nscd.c (print_version): Likewise.
49535         * nss/getent.c: Likewise.
49537         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49538         PF_CAIF, and PF_ALG.
49539         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49541 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49543         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49544         (modules-names): Use them.
49545         (ifunc-test-modules, ifunc-pie-tests): Define.
49546         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49547         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49548         (test-extras): Likewise.
49549         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49550         $(compile-command.c).
49551         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49552         (all-built-dso): Define.
49553         (check-textrel.out, check-execstack.out): Depend on it.
49555         * configure.in: Don't override --enable-multi-arch.
49557 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49559         [BZ #6812]
49560         * nscd/hstcache.c (tryagain): Define.
49561         (cache_addhst): Return tryagain not notfound for temporary errors.
49562         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49563         failed.
49565 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49567         [BZ #10563]
49568         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49569         to make the syscall.
49570         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49572         [BZ #12378]
49573         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49574         and fall back to matching as normal character if the string ends before
49575         the matching ']' is found.  This is what POSIX requires.
49576         * posix/testfnm.c: Adjust test result.
49577         * posix/globtest.sh: Adjust test result.  Add new test.
49578         * posix/tst-fnmatch.input: Likewise.
49579         * posix/tst-fnmatch2.c: Add new test.
49581 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49583         * elf/Makefile (check-execstack): Revert last change.  Depend on
49584         check-execstack.h.
49585         (check-execstack.h): New target.
49586         (generated): Add check-execstack.h.
49587         * elf/check-execstack.c: Include "check-execstack.h".
49588         (main): Revert last change.
49589         (handle_file): Return zero if GNU_STACK is absent and
49590         DEFAULT_STACK_PERMS doesn't include PF_X.
49592 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49594         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49595         in child fails because the descriptor is already closed.
49596         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49597         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49598         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49600         [BZ #12397]
49601         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49602         syscall.
49604         [BZ #10484]
49605         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49606         temporary buffer used to handle multi lookups locally.
49607         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49609 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49611         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49612         loader is ld.so.
49614 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49616         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49617         alignment for SSE2.
49619 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49621         [BZ #12394]
49622         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49623         characters.  When rounding increased number of integer digits recompute
49624         number of groups.
49625         * stdio-common/tst-grouping.c: New file.
49626         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49628 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49630         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49631         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49633         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49634         void.
49635         * bits/select.h: Likewise.
49637 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49639         * po/ja.po: Update from translation team.
49641 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49643         [BZ #11155]
49644         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49645         implementation just like for lxstat, fxstatat, et al.
49647 2010-12-27  Jim Meyering  <meyering@redhat.com>
49649         [BZ #12348]
49650         * posix/regexec.c (build_trtable): Return failure indication upon
49651         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49653 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49655         [BZ #12201]
49656         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49657         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49658         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49659         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49661         [BZ #12207]
49662         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49664         [BZ #12204]
49665         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49666         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49668 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49670         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49671         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49672         script has SORT_BY_INIT_PRIORITY.
49673         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49674         NO_CTORS_DTORS_SECTIONS is defined.
49675         * elf/soinit.c: Likewise.
49676         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49677         NO_CTORS_DTORS_SECTIONS is defined.
49678         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49679         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49680         * sysdeps/sh/init-first.c: Likewise.
49681         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49683 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49685         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49686         always use the slow path.
49688 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49690         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49691         similar rule which adds the sysdep directories to the header search in
49692         order to pick up the correct platform stackinfo.h.
49693         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49694         perform test if it is, otherwise return successfully without testing.
49695         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49696         DEFAULT_STACK_PERMS define in stackinfo.h.
49697         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49698         defined in stackinfo.h.
49699         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49700         DEFAULT_STACK_PERMS defined in stackinfo.h.
49701         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49702         * sysdeps/ia64/stackinfo.h: Likewise.
49703         * sysdeps/s390/stackinfo.h: Likewise.
49704         * sysdeps/sh/stackinfo.h: Likewise.
49705         * sysdeps/sparc/stackinfo.h: Likewise.
49706         * sysdeps/x86_64/stackinfo.h: Likewise.
49707         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49708         PF_X for powerpc64.  Retain PF_X for powerpc32.
49710 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49712         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49713         accurately.
49714         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49715         GETDENTS_64BIT_ALIGNED.
49717 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49719         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49721 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49723         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49724         _GNU_SOURCE.
49726         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49727         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49728         Remove __restrict.
49729         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49730         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49732 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49734         [BZ #11655]
49735         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49736         are initialized.
49738 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49740         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49742 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49744         * po/it.po: Update from translation team.
49746 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49748         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49749         unused codes.
49751 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49753         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49755 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49757         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49758         specially.
49759         (gaih_getanswer_slice): Likewise.
49761 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49763         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49765 2010-05-31  Petr Baudis  <pasky@suse.cz>
49767         [BZ #11149]
49768         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49769         silently even in the chroot mode.
49771 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49773         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49774         last patch a bit.  Pretty printing
49776 2010-05-31  Petr Baudis <pasky@suse.cz>
49778         [BZ #10085]
49779         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49780         initialization of skip_initgroups_dyn.
49782 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49784         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49785         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49787 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49789         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49791 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49793         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49794         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49795         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49796         ($(objpfx)tst-fnmatch-mem): New rule.
49797         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49798         * posix/tst-fnmatch.c (main): Call mtrace.
49800 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49802         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49803         Support Intel processor model 6 and model 0x2c.
49805 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49807         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49808           signed comparison.
49810 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49812         [BZ #12205]
49813         * string/test-strncasecmp.c (check_result): New function.
49814         (do_one_test): Use it.
49815         (check1): New function.
49816         (test_main): Use it.
49817         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49818         Support strcasecmp and strncasecmp.
49820 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49822         [BZ #12194]
49823         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49824         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49826 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49828         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49829         IFUNC support.
49830         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49831         memset-x86-64.
49832         * sysdeps/x86_64/multiarch/bzero.S: New file.
49833         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49834         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49835         * sysdeps/x86_64/multiarch/memset.S: New file.
49836         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49837         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49838         Set bit_Prefer_SSE_for_memop for Intel processors.
49839         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49840         Define.
49841         (index_Prefer_SSE_for_memop): Define.
49842         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49844 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49846         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49847         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49849 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49851         [BZ #12191]
49852         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49853         (__x86_64_raw_data_cache_size_half): Likewise.
49854         (__x86_64_raw_shared_cache_size): Likewise.
49855         (__x86_64_raw_shared_cache_size_half): Likewise.
49857         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49858         (__x86_64_raw_data_cache_size_half): Likewise.
49859         (__x86_64_raw_shared_cache_size): Likewise.
49860         (__x86_64_raw_shared_cache_size_half): Likewise.
49861         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49862         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49863         and __x86_64_raw_shared_cache_size_half.  Round
49864         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49865         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49866         to multiple of 256 bytes.
49868 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49870         [BZ #12167]
49871         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49872         of inacessible symlinks.  Verify result of symlink before returning it.
49873         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49874         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49876 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49878         * math/math.h (isinf): Fix typo in comment.
49880 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49882         * po/da.po: Update from translation team.
49884 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49886         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49887         is added to the list.
49889 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49890             Ulrich Drepper  <drepper@gmail.com>
49892         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49893         the global list here.  Move code to...
49894         (_dl_add_to_namespace_list): ...here.  New function.
49895         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49896         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49897         * elf/dl-load.c (lose): Don't remove the element from the list.
49898         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49899         (_dl_map_object): Likewise.
49901 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49903         [BZ #12159]
49904         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49905         into all bytes of SSE register.
49906         Patch by Richard Li <richardpku@gmail.com>.
49908 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49910         [BZ #12140]
49911         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49912         perturbing.
49914 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49916         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49917         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49918         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49919         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49921         submachine.
49922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49924 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49926         * include/dlfcn.h (__RTLD_SECURE): Define.
49927         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49928         mode & __RTLD_SECURE instead.
49929         (open_path): Rename preloaded parameter to secure.
49930         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49931         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49932         * elf/dl-deps.c (openaux): Likewise.
49933         * elf/rtld.c (struct map_args): Remove is_preloaded.
49934         (map_doit): Don't use it.
49935         (dl_main): Likewise.
49936         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49937         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49939 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49941         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49942         (sysd-rules-targets): Remove duplicates.
49943         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49944         rtld-%.$o dependency.
49946 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49948         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49949         _dl_map_object do it.
49951 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49953         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49954         fast fma builtins, define the macros in the C99 standard.
49955         (FP_FAST_FMAF): Likewise.
49956         (FP_FAST_FMAL): Likewise.
49957         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49959         * bits/mathdef.h: Update copyright year.
49960         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49962 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49964         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49965         builtins, define the macros in the C99 standard.
49966         (FP_FAST_FMAF): Likewise.
49967         (FP_FAST_FMAL): Likewise.
49968         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49969         multiply/add.
49970         (FP_FAST_FMAF): Likewise.
49972 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49974         [BZ #3268]
49975         * math/libm-test.inc (fma_test): Some new testcases.
49976         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49977         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49978         y and infinite z.  Do multiplication by C already in long double.
49979         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49980         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49981         y and infinite z.  Do bitwise or of inexact bit into u.d.
49982         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49983         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49984         * sysdeps/i386/fpu/s_fma.S: Removed.
49985         * sysdeps/i386/fpu/s_fmal.S: Removed.
49987 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49989         [BZ #3268]
49990         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49991         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49992         computation is not scheduled after fetestexcept.  Fix value
49993         of minimum denormal long double.
49995 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49997         [BZ #3268]
49998         * math/libm-test.inc (fma_test): Add some more tests.
49999         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50000         correctly.
50002 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50004         * scripts/data/localplt-s390-linux-gnu.data: New file.
50005         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50007 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50009         [BZ #3268]
50010         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50011         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50012         instead of dbl-64.
50013         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50014         inlines.
50015         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50016         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50017         if one of x and y is very large and the other is subnormal.
50018         * sysdeps/s390/fpu/s_fmaf.c: New file.
50019         * sysdeps/s390/fpu/s_fma.c: New file.
50020         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50021         * sysdeps/powerpc/fpu/s_fma.S: New file.
50022         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50023         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50024         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50026 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50028         [BZ #3268]
50029         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50030         fma tests.
50031         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50032         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50033         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50034         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50035         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50036         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50037         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50039 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50041         [BZ #12078]
50042         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50043         * posix/bug-regex31.input: Add test case.
50045 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50047         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50048         * posix/bug-regex31.input: New file.
50050         [BZ #12078]
50051         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50052         (parse_sub_exp): Fix last change, use postorder.
50054         * posix/bug-regex31.c: New file.
50055         * posix/Makefile: Add rules to build and run bug-regex31.
50057         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50059         [BZ #12078]
50060         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50062         [BZ #12108]
50063         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50064         to have entries in sys_siglist.
50066         [BZ #12093]
50067         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50068         be NULL.
50070 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50072         [BZ #3268]
50073         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50074         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50075         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50076         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50077         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50078         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50079         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50080         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50081         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50082         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50083         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50084         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50085         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50086         * math/ftestexcept.c (fetestexcept): Likewise.
50087         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50088         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50089         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50090         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50091         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50092         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50093         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50095 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50097         [BZ #12107]
50098         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50099         newline.
50101 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50103         * string/bug-strstr1.c: New file.
50104         * string/Makefile: Add rules to build and run bug-strstr1.
50106 2010-10-05  Eric Blake  <eblake@redhat.com>
50108         [BZ #12092]
50109         * string/str-two-way.h (two_way_long_needle): Always clear memory
50110         when skipping input due to the shift table.
50112 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50114         [BZ #12005]
50115         * malloc/mcheck.c: Handle large requests.
50117         [BZ #12077]
50118         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50119         for strncmp and strncasecmp.
50120         * string/stratcliff.c: Add tests for strcmp and strncmp.
50121         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50123 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50125         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50126         __set_fpscr.
50128 2010-09-30  Andreas Jaeger  <aj@suse.de>
50130         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50131         (CGROUP_SUPER_MAGIC): Define.
50132         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50133         Handle btrfs and cgroup file systems.
50134         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50135         Likewise.
50137 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50139         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50140         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50142 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50144         [BZ #12067]
50145         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50146         trying to locate the ELF header.
50148 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50150         [BZ #11611]
50151         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50152         Mask out sign-bit copies when constructing f_fsid.
50154 2010-09-24  Petr Baudis <pasky@suse.cz>
50156         * debug/stack_chk_fail_local.c: Add missing licence exception.
50157         * debug/warning-nop.c: Likewise.
50159 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50161         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50162         implementing getdents64 using getdents syscall, set d_type if
50163         __ASSUME_GETDENTS32_D_TYPE.
50165 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50167         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50168         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50170 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50172         [BZ #12037]
50173         * posix/unistd.h: Undo change of feature selection for ftruncate from
50174         2010-01-11.
50176 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50178         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50179         detection.
50181 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50183         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50184         fanotify_mark.
50185         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50187 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50189         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50190         variables after CHECK_SP call.
50191         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50193 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50194             Ulrich Drepper  <drepper@redhat.com>
50196         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50197         re-relocationg ld.so.
50198         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50199         _dl_init_paths call.
50200         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50201         here anymore.
50203 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50205         * resolv/res_init.c (__res_vinit): Count the default server we added.
50207 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50208             Ulrich Drepper  <drepper@redhat.com>
50210         [BZ #11968]
50211         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50212         (____longjmp_chk): Use %ebx for saving value across system call.
50213         Add unwind info.
50215 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50217         * manual/Makefile: Don't mix pattern rules with normal rules.
50219 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50221         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50222         operation.
50223         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50224         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50225         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50226         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50227         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50228         Likewise.
50230 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50232         [BZ #11979]
50233         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50234         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50236 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50238         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50239         * sysdeps/x86_64/addmul_1.S: Likewise.
50240         * sysdeps/x86_64/lshift.S: Likewise.
50241         * sysdeps/x86_64/mul_1.S: Likewise.
50242         * sysdeps/x86_64/rshift.S: Likewise.
50243         * sysdeps/x86_64/sub_n.S: Likewise.
50244         * sysdeps/x86_64/submul_1.S: Likewise.
50246 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50248         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50249         Define __sched_param instead of SCHED_* and sched_param when
50250         <bits/sched.h> is included with __need_schedparam defined.
50251         * bits/sched.h [__need_schedparam]
50252         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50253         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50254         (__defined_schedparam): Define to 1.
50255         (__sched_param): New structure, identical to sched_param.
50256         (__need_schedparam): Undefine.
50258 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50260         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50261         (epoll_create1): Declare.
50263         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50265 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50267         [BZ #7066]
50268         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50269         shifting retval into place.
50271 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50273         * nis/rpcsvc/nis.h: Update copyright notice.
50274         * nis/rpcsvc/nis.x: Likewise.
50275         * nis/rpcsvc/nis_callback.h: Likewise.
50276         * nis/rpcsvc/nis_callback.x: Likewise.
50277         * nis/rpcsvc/nis_object.x: Likewise.
50278         * nis/rpcsvc/nis_tags.h: Likewise.
50279         * nis/rpcsvc/yp.h: Likewise.
50280         * nis/rpcsvc/yp.x: Likewise.
50281         * nis/rpcsvc/ypupd.h: Likewise.
50282         * nis/yp_xdr.c: Likewise.
50283         * nis/ypupdate_xdr.c: Likewise.
50285         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50286         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50287         (pmap_getport): Use __libc_rpc_getport.
50288         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50289         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50290         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50292 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50295         fanotify_mark.
50297 2010-08-27  Roland McGrath  <roland@redhat.com>
50299         * sysdeps/i386/i686/multiarch/Makefile
50300         (CFLAGS-varshift.c): New variable.
50302 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50304         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50305         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50307         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50309         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50311 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50313         * sysdeps/x86_64/strlen.S: Unroll the loop.
50314         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50315         strlen-sse2 strlen-sse2-bsf.
50316         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50317         __strlen_no_bsf if bit_Slow_BSF is set.
50318         (__strlen_sse42): Removed.
50319         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50320         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50322 2010-08-25  Roland McGrath  <roland@redhat.com>
50324         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50325         * sysdeps/x86_64/multiarch/varshift.c: New file.
50326         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50327         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50328         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50329         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50331 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50333         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50334         strlen-sse2 strlen-sse2-bsf.
50335         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50336         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50337         (__strlen_sse2): Removed.
50338         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50339         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50340         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50341         bit_Slow_BSF for Atom.
50342         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50343         (index_Slow_BSF): Define.
50344         (HAS_SLOW_BSF): Define.
50346 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50348         [BZ #10851]
50349         * resolv/res_init.c (__res_vinit): When no server address at all
50350         is given default to loopback.
50352 2010-08-24  Roland McGrath  <roland@redhat.com>
50354         * configure.in: Remove config-name.h generation.
50355         * configure: Regenerated.
50356         * config-name.in: File removed.
50357         * scripts/config-uname.sh: New file.
50358         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50359         ($(objdir)config-name.h): New target.
50361         * sunrpc/rpc_parse.h: Avoid nested comment.
50363 2010-08-24  Richard Henderson  <rth@redhat.com>
50364             Ulrich Drepper  <drepper@redhat.com>
50365             H.J. Lu  <hongjiu.lu@intel.com>
50367         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50368         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50369         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50370         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50371         _mm_alignr_epi8 with _mm_loadu_si128.
50372         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50373         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50374         (__m128i_shift_right): Removed.
50375         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50376         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50377         * sysdeps/x86_64/multiarch/varshift.h: New file.
50378         * sysdeps/x86_64/multiarch/varshift.S: New file.
50380 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50382         * configure.in: Move assembler checks to before sysdep dir checking.
50384 2010-08-20  Petr Baudis  <pasky@suse.cz>
50386         * LICENSES: Sync the sunrpc license.
50388 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50390         * sunrpc/auth_des.c: Update copyright notice once again.
50391         * sunrpc/auth_none.c: Likewise.
50392         * sunrpc/auth_unix.c: Likewise.
50393         * sunrpc/authdes_prot.c: Likewise.
50394         * sunrpc/authuxprot.c: Likewise.
50395         * sunrpc/bindrsvprt.c: Likewise.
50396         * sunrpc/clnt_gen.c: Likewise.
50397         * sunrpc/clnt_perr.c: Likewise.
50398         * sunrpc/clnt_raw.c: Likewise.
50399         * sunrpc/clnt_simp.c: Likewise.
50400         * sunrpc/clnt_tcp.c: Likewise.
50401         * sunrpc/clnt_udp.c: Likewise.
50402         * sunrpc/clnt_unix.c: Likewise.
50403         * sunrpc/des_crypt.c: Likewise.
50404         * sunrpc/des_soft.c: Likewise.
50405         * sunrpc/get_myaddr.c: Likewise.
50406         * sunrpc/getrpcport.c: Likewise.
50407         * sunrpc/key_call.c: Likewise.
50408         * sunrpc/key_prot.c: Likewise.
50409         * sunrpc/openchild.c: Likewise.
50410         * sunrpc/pm_getmaps.c: Likewise.
50411         * sunrpc/pm_getport.c: Likewise.
50412         * sunrpc/pmap_clnt.c: Likewise.
50413         * sunrpc/pmap_prot.c: Likewise.
50414         * sunrpc/pmap_prot2.c: Likewise.
50415         * sunrpc/pmap_rmt.c: Likewise.
50416         * sunrpc/rpc/auth.h: Likewise.
50417         * sunrpc/rpc/auth_unix.h: Likewise.
50418         * sunrpc/rpc/clnt.h: Likewise.
50419         * sunrpc/rpc/des_crypt.h: Likewise.
50420         * sunrpc/rpc/key_prot.h: Likewise.
50421         * sunrpc/rpc/netdb.h: Likewise.
50422         * sunrpc/rpc/pmap_clnt.h: Likewise.
50423         * sunrpc/rpc/pmap_prot.h: Likewise.
50424         * sunrpc/rpc/pmap_rmt.h: Likewise.
50425         * sunrpc/rpc/rpc.h: Likewise.
50426         * sunrpc/rpc/rpc_des.h: Likewise.
50427         * sunrpc/rpc/rpc_msg.h: Likewise.
50428         * sunrpc/rpc/svc.h: Likewise.
50429         * sunrpc/rpc/svc_auth.h: Likewise.
50430         * sunrpc/rpc/types.h: Likewise.
50431         * sunrpc/rpc/xdr.h: Likewise.
50432         * sunrpc/rpc_clntout.c: Likewise.
50433         * sunrpc/rpc_cmsg.c: Likewise.
50434         * sunrpc/rpc_common.c: Likewise.
50435         * sunrpc/rpc_cout.c: Likewise.
50436         * sunrpc/rpc_dtable.c: Likewise.
50437         * sunrpc/rpc_hout.c: Likewise.
50438         * sunrpc/rpc_main.c: Likewise.
50439         * sunrpc/rpc_parse.c: Likewise.
50440         * sunrpc/rpc_parse.h: Likewise.
50441         * sunrpc/rpc_prot.c: Likewise.
50442         * sunrpc/rpc_sample.c: Likewise.
50443         * sunrpc/rpc_scan.c: Likewise.
50444         * sunrpc/rpc_scan.h: Likewise.
50445         * sunrpc/rpc_svcout.c: Likewise.
50446         * sunrpc/rpc_tblout.c: Likewise.
50447         * sunrpc/rpc_util.c: Likewise.
50448         * sunrpc/rpc_util.h: Likewise.
50449         * sunrpc/rpcinfo.c: Likewise.
50450         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50451         * sunrpc/rpcsvc/key_prot.x: Likewise.
50452         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50453         * sunrpc/rpcsvc/mount.x: Likewise.
50454         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50455         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50456         * sunrpc/rpcsvc/rex.x: Likewise.
50457         * sunrpc/rpcsvc/rstat.x: Likewise.
50458         * sunrpc/rpcsvc/rusers.x: Likewise.
50459         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50460         * sunrpc/rpcsvc/spray.x: Likewise.
50461         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50462         * sunrpc/rtime.c: Likewise.
50463         * sunrpc/svc.c: Likewise.
50464         * sunrpc/svc_auth.c: Likewise.
50465         * sunrpc/svc_authux.c: Likewise.
50466         * sunrpc/svc_raw.c: Likewise.
50467         * sunrpc/svc_run.c: Likewise.
50468         * sunrpc/svc_simple.c: Likewise.
50469         * sunrpc/svc_tcp.c: Likewise.
50470         * sunrpc/svc_udp.c: Likewise.
50471         * sunrpc/svc_unix.c: Likewise.
50472         * sunrpc/svcauth_des.c: Likewise.
50473         * sunrpc/xcrypt.c: Likewise.
50474         * sunrpc/xdr.c: Likewise.
50475         * sunrpc/xdr_array.c: Likewise.
50476         * sunrpc/xdr_float.c: Likewise.
50477         * sunrpc/xdr_mem.c: Likewise.
50478         * sunrpc/xdr_rec.c: Likewise.
50479         * sunrpc/xdr_ref.c: Likewise.
50480         * sunrpc/xdr_sizeof.c: Likewise.
50481         * sunrpc/xdr_stdio.c: Likewise.
50483         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50484         handling.
50486 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50488         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50490 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50492         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50493         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50494         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50495         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50496         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50497         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50498         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50499         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50500         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50501         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50502         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50503         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50504         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50505         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50507 2010-07-26  Anton Blanchard  <anton@samba.org>
50509         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50510         * malloc/arena.c (heap_trim): Likewise.
50512 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50514         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50515         here.  Not...
50516         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50517         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50519 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50521         * sysdeps/i386/elf/Makefile: New file.
50523 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50525         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50526         from fanotify_init.
50527         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50528         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50530 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50532         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50533         of strncasecmp_l.
50534         * sysdeps/multiarch/strcmp.S: Likewise.
50536 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50538         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50539         strncase_l-nonascii.
50540         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50541         Add strncase_l-ssse3.
50542         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50543         * sysdeps/x86_64/strcmp.S: Likewise.
50544         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50545         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50546         * sysdeps/x86_64/strncase.S: New file.
50547         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50548         * sysdeps/x86_64/strncase_l.S: New file.
50549         * string/Makefile (strop-tests): Add strncasecmp.
50550         * string/test-strncasecmp.c: New file.
50552         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50553         warning.
50555         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50556         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50558 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50560         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50562 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50564         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50565         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50566         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50568 2010-05-01  Alan Modra  <amodra@gmail.com>
50570         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50571         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50572         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50573         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50574         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50575         tidying.  Don't tail-call __sigjmp_save for static lib.
50576         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50577         save location.
50578         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50579         (CALL_MCOUNT): Add eh info, and nop after bl.
50580         (TAIL_CALL_SYSCALL_ERROR): New macro.
50581         (PSEUDO_RET): Use it.
50582         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50583         Correct save location of integer regs and cr.
50584         (_dl_profile_resolve): Correct cr save location.  Delete nops
50585         after bl when SHARED.  Reduce cfi size a little by better
50586         placement of cfi directives.
50587         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50588         make a stack frame.  Instead use parm save area as a temp.
50589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50590         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50592         Don't make a stack frame for parent, use parm save area.
50593         Increase child stack frame to 112 bytes.  Don't save unused reg,
50594         and adjust reg usage.  Set up cfi on error recovery and
50595         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50597         (__makecontext): Add dummy nop after jump to exit.
50598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50599         Use correct parm save area and cr save, reduce stack frame.
50600         Correct cfi for possible PSEUDO_RET frame setup.
50601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50602         Branch to local label emitted by PSEUDO_RET rather than
50603         __syscall_error.
50605 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50607         [BZ #11904]
50608         * locale/programs/locale.c (print_assignment): New function.
50609         (show_locale_vars): Use it.
50611 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50613         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50614         field.
50615         (struct statfs64): Likewise.
50616         (_STATFS_F_FLAGS): Define.
50617         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50618         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50619         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50620         (ST_VALID): Define locally.
50621         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50622         __statvfs_getflags, use the provided value.
50623         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50624         __ASSUME_STATFS_F_FLAGS.
50626         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50628         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50629         Add sys/fanotify.h.
50630         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50631         fanotify_mask for GLIBC_2.13.
50632         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50633         fanotify_init and fanotify_mark.
50634         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50635         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50637         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50638         Add prlimit.
50639         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50640         prlimit64 for GLIBC_2.13.
50641         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50642         prlimit64.
50643         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50644         syscall.
50645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50646         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50647         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50648         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50649         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50650         add prlimit alias.
50651         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50653         [BZ #11903]
50654         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50655         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50657         * nss/Makefile: Add rules to build and run tst-nss-test1.
50658         * shlib-versions: Add entry for libnss_test1.
50659         * nss/nss_test1.c: New file.
50660         * nss/tst-nss-test1.c: New file.
50662         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50663         (__nss_configure_lookup): Set appropriate entry in
50664         __nss_configure_lookup to true.
50665         * nss/nsswitch.h: Define enum with indeces of databases in
50666         databases and __nss_database_custom arrays.  Declare
50667         __nss_database_custom.
50668         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50669         to avoid using nscd when custom rules are installed.
50670         * nss/getXXbyYY_r.c: Likewise.
50671         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50673         * nss/nss_files/files-parse.c: Whitespace fixes.
50675 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50677         [BZ #11883]
50678         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50679         * posix/fnmatch_loop.c: Likewise.
50681 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50683         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50684         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50685         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50686         * Versions.def [GLIBC_2.13]: Add.
50688 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50690         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50691         Also fail if tpwd after pwuid call is NULL.
50693 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50695         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50696         when converting to ms.
50698 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50700         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50701         EOPNOTSUPP errors with ENOTTY.
50702         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50703         EOPNOTSUPP errors with ENOTTY.
50705 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50707         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50708         Add strcasecmp_l-ssse3.
50709         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50710         strcasecmp.
50711         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50712         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50713         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50715 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50717         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50719         * string/Makefile (strop-tests): Add strcasecmp.
50720         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50721         strcasecmp_l-nonascii.
50722         (gen-as-const-headers): Add locale-defines.sym.
50723         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50724         * sysdeps/x86_64/strcasecmp.S: New file.
50725         * sysdeps/x86_64/strcasecmp_l.S: New file.
50726         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50727         * sysdeps/x86_64/locale-defines.sym: New file.
50728         * string/test-strcasecmp.c: New file.
50730         * string/test-strcasestr.c: Test both ends of the range of characters.
50731         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50733 2010-07-29  Roland McGrath  <roland@redhat.com>
50735         [BZ #11856]
50736         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50738 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50740         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50741         for ld.so.
50743 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50745         * manual/memory.texi (Malloc Tunable Parameters): Document
50746         M_PERTURB.
50748 2010-07-26  Roland McGrath  <roland@redhat.com>
50750         [BZ #11840]
50751         * configure.in (-fgnu89-inline check): Set and substitute
50752         gnu89_inline, not libc_cv_gnu89_inline.
50753         * configure: Regenerated.
50754         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50756 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50758         * string/test-strnlen.c: New file.
50759         * string/Makefile (strop-tests): Add strnlen.
50760         * string/tester.c (test_strnlen): Add a few more test cases.
50761         * string/tst-strlen.c: Better error reporting.
50763         * sysdeps/x86_64/strnlen.S: New file.
50765 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50767         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50768         lower-latency instructions.
50770 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50772         * string/test-strcasestr.c: New file.
50773         * string/test-strstr.c: New file.
50774         * string/Makefile (strop-tests): Add strstr and strcasestr.
50775         * string/str-two-way.h: Don't undefine MAX.
50776         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50778 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50780         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50781         strcasestr-nonascii.
50782         (CFLAGS-strcasestr-nonascii.c): Define.
50783         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50784         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50785         Remove unused attribute.
50787 2010-07-20  Roland McGrath  <roland@redhat.com>
50789         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50790         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50791         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50792         like LD_HWCAP_MASK can disable hwcaps.
50794 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50796         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50798 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50800         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50801         call in strcasestr.
50802         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50803         __strcasestr_sse42_nonascii.
50804         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50805         strcasestr-nonascii.c.
50806         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50808 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50810         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50811         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50812         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50813         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50815 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50817         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50818         fcntl.
50820 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50822         [BZ #11577]
50823         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50824         dl_signal_cerror.
50826 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50828         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50829         _PC_PIPE_BUF using F_GETPIPE_SZ.
50831 2010-07-05  Roland McGrath  <roland@redhat.com>
50833         * manual/arith.texi (Rounding Functions): Fix rint description
50834         implicit in round description.
50836 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50838         * elf/Makefile: Fix linking for a few tests to make recent linker
50839         happy.
50841 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50843         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50844         $(common-objpfx)libc_nonshared.a.
50846 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50848         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50849         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50850         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50851         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50852         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50853         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50854         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50855         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50870         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50871         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50872         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50873         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50874         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50875         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50876         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50877         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50878         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50879         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50880         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50881         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50897 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50899         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50900         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50901         * string/memmove.c (memmove): Renamed to ...
50902         (MEMMOVE): ...this.  Default to memmove.
50903         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50904         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50905         (END_CHK): Define.
50906         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50907         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50908         mempcpy-ssse3-back memmove-ssse3-back.
50909         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50910         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50911         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50912         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50913         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50914         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50915         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50916         * sysdeps/x86_64/multiarch/memmove.c: New file.
50917         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50918         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50919         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50920         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50921         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50922         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50923         Define.
50924         (index_Fast_Copy_Backward): Define.
50925         (HAS_ARCH_FEATURE): Define.
50926         (HAS_FAST_REP_STRING): Define.
50927         (HAS_FAST_COPY_BACKWARD): Define.
50929 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50931         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50932         Restore proper fallback handling.
50934 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50936         [BZ #11701]
50937         * posix/group_member.c (__group_member): Correct checking loop.
50939         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50940         OOM in getpwuid_r correctly.  Return error number when the caller
50941         should return, otherwise -1.
50942         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50943         call returning > 0 value.
50944         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50946 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50948         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50949         libc_nonshared.a from targets in modules-names.
50951 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50953         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50954         requires it.
50956 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50958         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50959         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50960         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50961         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50963 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50965         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50967 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50969         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50970         and F_GETPIPE_SZ.
50971         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50972         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50973         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50974         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50975         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50976         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50978 2010-06-14  Roland McGrath  <roland@redhat.com>
50980         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50982 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50984         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50985         __REDIRECT followed by __THROW.
50986         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50987         * posix/getopt.h (getopt): Likewise.
50989 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50991         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50992         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50993         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50994         in AT_FLAGS.
50995         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50996         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50998 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51000         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51002 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51004         [BZ #11640]
51005         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51006         Properly check family and model.
51008 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51010         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51012 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51014         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51016 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51018         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51019         symbol reference.
51021 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51023         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51024         symbol reference.
51026 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51028         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51029         and internal_recvmmsg.
51030         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51031         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51032         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51033         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51035         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51036         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51037         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51039 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51041         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51043 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51045         POWER7 optimizations.
51046         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51047         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51049 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51051         * version.h: Update for 2.13 development version.
51053 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51055         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51056         exceptions.  Return 0.
51058 2010-05-07  Roland McGrath  <roland@redhat.com>
51060         * elf/ldconfig.c (main): Add a const.
51062 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51064         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51065         (args_options): Add no-idn option.
51066         (ahosts_keys_int): Add idn_flags to ai_flags.
51067         (parse_option): Handle 'i' option to clear idn_flags.
51069         * malloc/malloc.c (_int_free): Possible race in the most recently
51070         added check.  Only act on the data if no current modification
51071         happened.
51073 See ChangeLog.17 for earlier changes.