Rework some nscd code not to use variable-length struct types.
[glibc.git] / ChangeLog
blobb7eca45fbd8391f6c77d43f0163b7dcec6c658ad
1 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4         old GNU extension [0] syntax.
5         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6         alloca rather than an array member with variable length.
7         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
8         * nscd/nscd.c (invalidate_db): New function, broken out of ...
9         (parse_opt): ... here.  Likewise use alloca there.
10         Validate the -i argument before checking for rootness.
11         (send_shutdown): New function, broken out of ...
12         (parse_opt): ... here.
14 2014-10-22  Roland McGrath  <roland@hack.frob.com>
16         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
17         macro to get at the _rt_local_ro field.
18         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
19         ([PIC] case) or _dl_hwcap ([!PIC] case).
20         * sysdeps/arm/setjmp.S: Likewise.
22         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
23         * sysdeps/arm/configure.ac: New check to define it.
24         * sysdeps/arm/configure: Regenerated.
25         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
26         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
27         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
28         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
29         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
30         Use move/movt pair instead of a load.
31         (LDST_GLOBAL): Macro removed.
32         (LDR_GLOBAL): New macro replaces it.
33         (LDR_HIDDEN): New macro.
34         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
35         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
37         * setjmp/tst-setjmp-static.c: New file.
38         * setjmp/Makefile (tests): Add it.
39         (tests-static): New variable.
41 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
43         [BZ #17485]
44         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
46 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
48         [BZ #14132]
49         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
51 2014-10-21  Roland McGrath  <roland@hack.frob.com>
53         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
55 2014-10-20  Roland McGrath  <roland@hack.frob.com>
57         * io/fts.c (dirent_not_directory): New function.
58         (fts_build): Call it.
60 2014-10-20  Roland McGrath  <roland@hack.frob.com>
62         * nptl/version.c (__nptl_main): Use normal __write rather than
63         INTERNAL_SYSCALL.
64         (banner): Update copyright years.
66         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
67         gettimeofday.
68         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
69         * nptl/pthread_cond_timedwait.c: Likewise.
70         * nptl/pthread_mutex_timedlock.c: Likewise.
71         * nptl/sem_timedwait.c: Likewise.
73         * sysdeps/nptl/bits/libc-lock.h
74         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
75         (__libc_lock_init_recursive): Return void, not 0.
76         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
77         (__libc_rwlock_init): Likewise.
78         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
80 2014-10-20  Torvald Riegel  <triegel@redhat.com>
82         [BZ #15215]
83         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
84         (__pthread_once_slow): ... here.
85         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
86         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
88 2014-10-20  Torvald Riegel  <triegel@redhat.com>
90         [BZ #15215]
91         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
92         __PTHREAD_ONCE_FORK_GEN_INCR): New.
93         * sysdeps/nptl/fork.c (__libc_fork): Use them.
94         * nptl/pthread_once.c (__pthread_once): Likewise.
95         Update comments.
97 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
99         [BZ #14138]
100         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
101         name.
102         (writev): Use __libc_writev as strong name.
103         * sysdeps/unix/sysv/linux/readv.c: Remove file.
104         * sysdeps/unix/sysv/linux/writev.c: Likewise.
106 2014-10-17  Roland McGrath  <roland@hack.frob.com>
108         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
110         * sysdeps/i386/nptl/tls.h
111         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
112         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
113         New macros.
114         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
115         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
116         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
117         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
118         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
119         Call CHECK_THREAD_SYSINFO instead of doing an assert.
121         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
122         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
123         on [__NR_futex].
124         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
125         broken out of ...
126         (__pthread_mutex_init): ... here.  Call it.
127         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
128         Conditionalize PI cases on [__NR_futex].
129         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
130         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
131         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
133         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
134         conditional on [SIGSETXID].
135         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
136         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
137         is defined.  Likewise for SIGSETXID.
138         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
139         Conditionalize definitions on [SIGSETXID].
140         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
141         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
142         unblocking on [SIGCANCEL].
144         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
145         [__NR_set_robust_list].
147 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
149         * string/strcoll_l.c (get_next_seq): Fix up formatting.
150         (do_compare): Likewise.
152 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
154         [BZ #15884]
155         * string/strcoll_l.c: Don't include stdio.h.
156         (coll_seq): Remove members idxarr and rulearr.
157         (get_next_seq_cached): Remove function.
158         (get_next_seq): Likewise.
159         (get_next_seq_nocache): Rename to get_next_seq.
160         (do_compare): Remove function.
161         (do_compare_nocache): Rename to do_compare.
162         (STRCOLL): Remove weight and rules cache.
164 2014-10-16  Roland McGrath  <roland@hack.frob.com>
166         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
167         * sysdeps/arm/sfp-machine.h: ... to here.
168         * sysdeps/arm/Implies: Remove arm/soft-fp.
170 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
172         * conform/data/sys/utsname.h-data (*_t): Allow.
173         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
174         [POSIX] (WEXITED): Do not expect constant.
175         [POSIX] (WSTOPPED): Likewise.
176         [POSIX] (WNOHANG): Likewise.
177         [POSIX] (WNOWAIT): Likewise.
178         [POSIX] (siginfo_t): Do not expect type or elements.
179         [POSIX] (pid_t): Do not expect type.
180         [POSIX] (signal.h): Do not allow header.
181         [POSIX] (sys/resource.h): Likewise.
182         [POSIX] (si_*): Do not allow pattern.
183         [POSIX] (W*): Likewise.
184         [POSIX] (P_*): Likewise.
185         [POSIX] (BUS_*): Likewise.
186         [POSIX] (CLD_*): Likewise.
187         [POSIX] (FPE_*): Likewise.
188         [POSIX] (ILL_*): Likewise.
189         [POSIX] (POLL_*): Likewise.
190         [POSIX] (SEGV_*): Likewise.
191         [POSIX] (SI_*): Likewise.
192         [POSIX] (TRAP_*): Likewise.
193         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
194         variable.
196 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
198         [BZ #12926]
199         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
200         infinite loop when __recvmsg returns 0.
202 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
204         * CANCEL-FCT-WAIVE: Remove file.
205         * CANCEL-FILE-WAIVE: Likewise.
207         [BZ #14132]
208         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
209         instead of INTVARDEF.
210         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
211         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
212         rtld_hidden_data_def instead of INTVARDEF.
213         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
214         * elf/dl-deps.c (expand_dst): Likewise.
215         * elf/dl-load.c (_dl_dst_count): Likewise.
216         (_dl_dst_substitute): Likewise.
217         (decompose_rpath): Likewise.
218         (_dl_init_paths): Likewise.
219         (open_path): Likewise.
220         (_dl_map_object): Likewise.
221         * elf/rtld.c (dl_main): Likewise.
222         (process_dl_audit): Likewise.
223         (process_envvars): Likewise.
224         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
225         Remove declaration.
226         (__libc_enable_secure): Use rtld_hidden_proto.
228 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
230         * elf/dl-load.c
231         (add_path): New function broken out of _dl_rtld_di_serinfo.
232         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
234 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
236         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
237         parentheses around macro arguments.
238         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
239         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
240         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
241         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
242         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
243         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
244         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
245         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
246         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
247         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
248         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
249         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
250         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
251         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
252         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
253         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
254         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
255         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
256         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
257         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
258         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
259         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
260         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
261         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
262         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
263         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
264         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
265         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
266         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
267         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
268         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
269         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
270         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
271         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
272         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
273         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
274         Likewise.
275         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
276         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
277         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
278         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
279         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
280         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
281         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
282         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
283         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
284         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
285         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
286         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
287         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
288         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
289         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
290         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
291         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
292         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
293         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
294         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
295         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
296         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
297         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
298         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
299         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
300         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
301         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
302         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
303         (_FP_FRAC_SRS_1): Likewise.
304         (_FP_FRAC_CLZ_1): Likewise.
305         (_FP_MUL_MEAT_1_imm): Likewise.
306         (_FP_MUL_MEAT_1_wide): Likewise.
307         (_FP_MUL_MEAT_1_hard): Likewise.
308         (_FP_SQRT_MEAT_1): Likewise.
309         (_FP_FRAC_ASSEMBLE_1): Likewise.
310         (_FP_FRAC_DISASSEMBLE_1): Likewise.
311         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
312         (__FP_CLZ_2): Likewise.
313         (_FP_MUL_MEAT_2_wide): Likewise.
314         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
315         (_FP_MUL_MEAT_2_gmp): Likewise.
316         (_FP_MUL_MEAT_2_120_240_double): Likewise.
317         (_FP_SQRT_MEAT_2): Likewise.
318         (_FP_FRAC_ASSEMBLE_2): Likewise.
319         (_FP_FRAC_DISASSEMBLE_2): Likewise.
320         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
321         (_FP_FRAC_CLZ_4): Likewise.
322         (_FP_MUL_MEAT_4_wide): Likewise.
323         (_FP_MUL_MEAT_4_gmp): Likewise.
324         (_FP_SQRT_MEAT_4): Likewise.
325         (_FP_FRAC_ASSEMBLE_4): Likewise.
326         (_FP_FRAC_DISASSEMBLE_4): Likewise.
327         * soft-fp/op-common.h (_FP_CMP): Likewise.
328         (_FP_CMP_EQ): Likewise.
329         (_FP_CMP_UNORD): Likewise.
330         (_FP_TO_INT): Likewise.
331         (_FP_FROM_INT): Likewise.
332         [!__FP_CLZ] (__FP_CLZ): Likewise.
333         (_FP_DIV_HELP_imm): Likewise.
334         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
335         Likewise.
336         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
337         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
338         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
339         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
340         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
341         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
342         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
344         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
345         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
346         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
347         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
348         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
349         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
350         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
351         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
352         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
353         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
354         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
355         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
356         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
357         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
358         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
359         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
360         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
362         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
363         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
364         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
365         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
366         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
367         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
368         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
369         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
370         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
371         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
372         (FP_UNPACK_RAW_SP): Likewise.
373         (FP_PACK_RAW_S): Likewise.
374         (FP_PACK_RAW_SP): Likewise.
375         (FP_UNPACK_S): Likewise.
376         (FP_UNPACK_SP): Likewise.
377         (FP_UNPACK_SEMIRAW_S): Likewise.
378         (FP_UNPACK_SEMIRAW_SP): Likewise.
379         (FP_PACK_S): Likewise.
380         (FP_PACK_SP): Likewise.
381         (FP_PACK_SEMIRAW_S): Likewise.
382         (FP_PACK_SEMIRAW_SP): Likewise.
383         (_FP_SQRT_MEAT_S): Likewise.
384         (FP_CMP_S): Likewise.
385         (FP_CMP_EQ_S): Likewise.
386         (FP_CMP_UNORD_S): Likewise.
387         (FP_TO_INT_S): Likewise.
388         (FP_FROM_INT_S): Likewise.
390         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
392         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
393         (FP_EX_INVALID_IMZ): Likewise.
394         (FP_EX_INVALID_IMZ_FMA): Likewise.
395         (FP_EX_INVALID_ISI): Likewise.
396         (FP_EX_INVALID_ZDZ): Likewise.
397         (FP_EX_INVALID_IDI): Likewise.
398         (FP_EX_INVALID_SQRT): Likewise.
399         (FP_EX_INVALID_CVI): Likewise.
400         (FP_EX_INVALID_VC): Likewise.
401         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
402         "invalid" exceptions.
403         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
404         (_FP_ADD_INTERNAL): Likewise.
405         (_FP_MUL): Likewise.
406         (_FP_FMA): Likewise.
407         (_FP_DIV): Likewise.
408         (_FP_CMP_CHECK_NAN): Likewise.
409         (_FP_SQRT): Likewise.
410         (_FP_TO_INT): Likewise.
411         (FP_EXTEND): Likewise.
413 2014-10-09  Allan McRae  <allan@archlinux.org>
415         * po/fr.po: Update French translation from translation project.
417 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
419         [BZ #14132]
420         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
421         of INTDEF.
422         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
423         (__cxa_atexit): Use libc_hidden_proto.
424         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
426         [BZ #14132]
427         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
428         declaration.
429         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
430         [!_ISOMAC] (__iswspace_l_internal): Likewise.
431         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
432         [!_ISOMAC] (__iswctype_internal): Likewise.
433         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
434         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
435         alias.
436         (fcntl): Remove __fcntl_internal alias.
437         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
438         __connect_internal alias.
439         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
440         Likewise.
442         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
443         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
444         FP_DENORM_ZERO.
445         (_FP_CHECK_FLUSH_ZERO): New macro.
446         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
447         (_FP_CMP): Likewise.
448         (_FP_CMP_EQ): Likewise.
449         (_FP_TO_INT): Do not set inexact for subnormal arguments if
450         FP_DENORM_ZERO.
451         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
452         (FP_TRUNC): Likewise.
454         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
455         treated as invalid conversion, not as normal exponent.
457         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
458         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
459         (_FP_CMP_EQ): Likewise.
460         (_FP_CMP_UNORD): Likewise.
461         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
462         (FP_CMP_EQ_D): Likewise.
463         (FP_CMP_UNORD_D): Likewise.
464         * soft-fp/extended.h (FP_CMP_E): Likewise.
465         (FP_CMP_EQ_E): Likewise.
466         (FP_CMP_UNORD_E): Likewise.
467         * soft-fp/quad.h (FP_CMP_Q): Likewise.
468         (FP_CMP_EQ_Q): Likewise.
469         (FP_CMP_UNORD_Q): Likewise.
470         * soft-fp/single.h (FP_CMP_S): Likewise.
471         (FP_CMP_EQ_S): Likewise.
472         (FP_CMP_UNORD_S): Likewise.
473         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
474         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
475         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
476         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
477         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
478         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
479         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
480         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
481         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
482         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
483         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
484         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
485         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
486         to FP_CMP_Q.
487         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
488         FP_CMP_Q.
489         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
490         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
491         FP_CMP_EQ_Q.
492         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
493         FP_CMP_Q.
494         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
495         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
496         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
497         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
498         FP_CMP_EQ_Q.
499         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
500         FP_CMP_Q.
501         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
502         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
503         FP_CMP_EQ_Q.
504         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
505         FP_CMP_Q.
506         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
507         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
508         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
509         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
510         FP_CMP_EQ_Q.
512         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
513         a subnormal result, set the underflow exception if trapping on
514         underflow is enabled.
515         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
516         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
517         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
518         redefine to 0.
519         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
520         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
521         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
522         * soft-fp/extendxftf2.c (__extendxftf2): Use
523         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
525         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
526         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
527         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
528         FP_HANDLE_EXCEPTIONS.
529         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
530         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
531         FP_HANDLE_EXCEPTIONS.
532         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
533         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
534         FP_HANDLE_EXCEPTIONS.
535         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
536         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
537         FP_HANDLE_EXCEPTIONS.
539 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
541         [BZ #14132]
542         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
543         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
544         use INTUSE.
545         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
546         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
547         Remove alias.
548         (__adjtimex): Define using libc_hidden_ver.
549         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
550         Remove declaration.
551         (ntp_gettime): Call __adjtimex directly.
552         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
553         Remove declaration.
554         (ntp_gettimex): Call __adjtimex directly.
555         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
556         __adjtimex_internal alias.
558 2014-10-08  Roland McGrath  <roland@hack.frob.com>
560         [BZ #17460]
561         * nscd/nscd.c (more_help): Rewrite list of tables collection
562         using xstrdup and asprintf.
564         * nscd/nscd_conf.c: Remove local xstrdup declaration.
566 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
567             Roland McGrath  <roland@hack.frob.com>
569         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
570         (do_lookup_unique): ... local function 'enter' here; update callers.
572 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
574         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
575         compat_symbol calls on [SHARED].
576         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
577         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
578         Remove.
579         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
580         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
581         (oldsetrlimit): Remove.
582         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
584         (lchown): New syscall entry.
585         (oldsetrlimit): Remove.
586         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
587         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
588         (oldsetrlimit): Remove.
589         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
591         [BZ #14138]
592         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
593         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
594         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
595         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
596         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
597         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
598         (fchown): Likewise.
599         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
600         (fchown): Likewise.
601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
602         Likewise.
604 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
606         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
607         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
608         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
609         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
610         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
611         Likewise.
612         (__old_sem_post): Likewise.
614 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
616         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
617         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
618         HAVE_CLOCK_GETTIME_VSYSCALL macros.
619         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
620         Use INLINE_VSYSCALL macro.
621         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
622         __vdso_clock_gettime.
623         * sysdeps/unix/sysv/linux/tile/init-first.c
624         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
625         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
626         __vdso_clock_gettime.
628         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
629         to set up frame more cleanly.
631         * sysdeps/tile/memcmp.c: New file.
633         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
635         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
636         * sysdeps/tile/tilegx/strcasestr.c: New file.
637         * sysdeps/tile/tilegx/strnlen.c: New file.
638         * sysdeps/tile/tilegx/strstr.c: New file.
640         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
642 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
644         * nptl/tst-setuid3.c: Write errors to stdout.
646 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
648         * elf/dl-deps.c
649         (preload): New functions broken out of _dl_map_object_deps.
650         (_dl_map_object_deps):  Remove a nested function. Update call sites.
652 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
654         [BZ #14138]
655         * sysdeps/unix/sysv/linux/execve.c: Remove file.
656         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
658 2014-10-01  Steve Ellcey  <sellcey@mips.com>
660         * sysdeps/mips/strcmp.S: New.
662 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
664         [BZ #14138]
665         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
666         (linkat): Likewise.
667         (mkdirat): Likewise.
668         (readlinkat): Likewise.
669         (renameat): Likewise.
670         (symlinkat): Likewise.
671         (unlinkat): Likewise.
672         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
673         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
674         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
675         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
676         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
677         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
678         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
680 2014-09-30  Will Newton  <will.newton@linaro.org>
682         * math/math.h: Define long double math functions if
683         _LIBC_TEST is defined.
684         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
686         * localedata/Makefile: Move assignment to tests-special
687         into an ifdef testing run-built-tests.
688         * timezone/Makefile: Likewise.
690 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
692         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
693         with $(BASH) not $(SHELL).
695 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
696             Matthew LeGendre  <legendre1@llnl.gov>
698         [BZ #17411]
699         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
700         l_reloc_result.
702 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
704         * stdio-common/printf_fp.c
705         (hack_digit): New function, broken out of ...
706         (__printf_fp): ... local function here.  Update call sites.
707         hack_digit now takes an additional parameter that is a pointer
708         to a struct of the referenced locals.  Those locals moved inside
709         the struct and references updated.
711 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
713         * aclocal.m4: Require autoconf 2.69.
714         * configure: Regenerated.
715         * sysdeps/aarch64/configure: Likewise.
716         * sysdeps/alpha/configure: Likewise.
717         * sysdeps/arm/armv7/configure: Likewise.
718         * sysdeps/arm/configure: Likewise.
719         * sysdeps/ia64/configure: Likewise.
720         * sysdeps/mach/configure: Likewise.
721         * sysdeps/mips/configure: Likewise.
722         * sysdeps/s390/configure: Likewise.
723         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
726         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
727         file.
728         * sysdeps/ia64/configure.ac: Likewise.
730 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
733         specify symbol version for ld.so.  Do not include entry for
734         libpthread.
735         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
736         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
737         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
739         [BZ #14171]
740         * Makeconfig [$(build-shared) = yes]
741         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
742         makefiles.
743         [$(build-shared) = yes && $(soversions.mk-done) = t]
744         ($(common-objpfx)gnu/lib-names.h): Remove rule.
745         [$(build-shared) = yes && $(soversions.mk-done) = t]
746         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
747         to Makerules.
748         [$(build-shared) = yes && $(soversions.mk-done) = t]
749         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
750         here.
751         [$(build-shared) = yes && $(soversions.mk-done) = t]
752         (common-generated): Don't append gnu/lib-names.h and
753         gnu/lib-names.stmp here.
754         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
755         (lib-names-h-abi): New variable.
756         [$(build-shared) = yes && $(soversions.mk-done) = t]
757         (lib-names-stmp-abi): Likewise.
758         [$(build-shared) = yes && $(soversions.mk-done) = t &&
759         abi-variants] (before-compile): Append
760         $(common-objpfx)$(lib-names-h-abi).
761         [$(build-shared) = yes && $(soversions.mk-done) = t &&
762         abi-variants] (common-generated): Append gnu/lib-names.h.
763         [$(build-shared) = yes && $(soversions.mk-done) = t &&
764         abi-variants] (install-others-nosubdir): Depend on
765         $(inst_includedir)/$(lib-names-h-abi).
766         [$(build-shared) = yes && $(soversions.mk-done) = t &&
767         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
768         [$(build-shared) = yes && $(soversions.mk-done) = t]
769         ($(common-objpfx)$(lib-names-h-abi)): New rule.
770         [$(build-shared) = yes && $(soversions.mk-done) = t]
771         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
772         [$(build-shared) = yes && $(soversions.mk-done) = t]
773         (common-generated): Append $(lib-names-h-abi) and
774         $(lib-names-stmp-abi).
775         * scripts/lib-names.awk: Do not handle multi being set.
776         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
777         Remove variable.
778         (abi-lp64_be-ld-soname): Likewise.
779         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
780         Likewise.
781         (abi-hard-ld-soname): Likewise.
782         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
783         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
784         Remove variable.
785         (abi-o32_hard-ld-soname): Likewise.
786         (abi-o32_soft_2008-ld-soname): Likewise.
787         (abi-o32_hard_2008-ld-soname): Likewise.
788         (abi-n32_soft-ld-soname): Likewise.
789         (abi-n32_hard-ld-soname): Likewise.
790         (abi-n32_soft_2008-ld-soname): Likewise.
791         (abi-n32_hard_2008-ld-soname): Likewise.
792         (abi-n64_soft-ld-soname): Likewise.
793         (abi-n64_hard-ld-soname): Likewise.
794         (abi-n64_soft_2008-ld-soname): Likewise.
795         (abi-n64_hard_2008-ld-soname): Likewise.
796         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
797         Likewise.
798         (abi-64-v2-ld-soname): Likewise.
799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
800         ld.so entries.
801         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
802         variable.
803         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
804         entry.
805         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
806         variable.
807         (abi-64-ld-soname): Likewise.
808         (abi-x32-ld-soname): Likewise.
809         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
810         entry.
811         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
813 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
815         [BZ #14138]
816         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
817         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
818         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
819         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
820         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
821         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
822         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
823         syscall entry for GLIBC_2.2 symbol version.
824         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
825         Likewise.
826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
827         (setrlimit): Likewise.
828         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
829         Likewise.
831 2014-09-23  Will Newton  <will.newton@linaro.org>
833         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
834         _LINUX_ARM_SYSDEP_H include guard too.
835         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
836         define.
838 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
840         * sysdeps/unix/sysv/linux/eventfd.c:
841         Make first argument unsigned.
842         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
843         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
845 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
847         * socket/recvmmsg.c (recvmmsg): Drop const argument.
848         * socket/sys/socket.h: Likewise
849         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
851 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
853         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
855 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
857         * time/tst-ftime.c: New test.
858         * time/Makefile (tests): Add tst-ftime.
860 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
862         * soft-fp/extended.h: Fix comment formatting.
863         * soft-fp/op-1.h: Likewise.
864         * soft-fp/op-2.h: Likewise.
865         * soft-fp/op-4.h: Likewise.
866         * soft-fp/op-8.h: Likewise.
867         * soft-fp/op-common.h: Likewise.
868         * soft-fp/soft-fp.h: Likewise.
870         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
872 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
874         [BZ #6652]
875         * Makeconfig (soversions-default-setname): Remove variable.
876         ($(common-objpfx)soversions.i): Don't pass default_setname to
877         soversions.awk.
878         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
879         oldest_abi to abi-versions.awk.
880         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
881         * config.make.in (oldest-abi): Remove variable.
882         * configure.ac (--enable-oldest-abi): Remove configure option.
883         * configure: Regenerated.
884         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
885         text.
886         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
887         * scripts/soversions.awk: Do not handle default_setname variable.
888         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
889         variable.
890         * sysdeps/mach/hurd/configure: Regenerated.
891         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
892         variable.
893         * sysdeps/unix/sysv/linux/configure: Regenerated.
895 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
897         * elf/Makefile (CFLAGS-interp.c): Remove.
898         ($(elf-objpfx)runtime-linker.h): Generate header with linker
899         path string.
900         * elf/interp.c: Include generated runtime-linker.h
902         * Makerules (lib%.so): Don't include $(+interp) in
903         prerequisites.
904         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
905         * dlfcn/eval.c: Remove file.
907         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
908         macros.
910         [BZ #17266]
911         * misc/sys/cdefs.h: Define __extern_always_inline for clang
912         4.2 and newer.
914         [BZ #17370]
915         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
917 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
918             Jakub Jelinek  <jakub@redhat.com>
920         [BZ #17266]
921         * libio/stdio.h: Check definition of __fortify_function
922         instead of __extern_always_inline to include bits/stdio2.h.
923         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
924         check if __extern_always_inline is defined.
925         [__USE_MISC || __USE_XOPEN]: Likewise.
926         [__USE_ISOC99] Likewise.
927         * misc/sys/cdefs.h (__fortify_function): Define only if
928         __extern_always_inline is defined.
929         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
930         __extern_always_inline and __extern_inline only for g++-4.3
931         and newer or a compatible gcc.
933 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
935         [BZ #17371]
936         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
937         last change to handle zero prefix length.
939 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
941         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
942         _SC_REGEX_VERSION.
944         * posix/getconf.c (vars): Add _POSIX_IPV6 and
945         _POSIX_RAW_SOCKETS.
947 2014-09-13  Allan McRae  <allan@archlinux.org>
949         * po/ru.po: Update Russian translation from translation project.
951 2014-09-12  Roland McGrath  <roland@hack.frob.com>
953         * locale/programs/locale.c (show_locale_vars): Inline local function
954         into its sole call site.  Clean up some style nits.
955         (print_item): New function, broken out of ...
956         (show_info): ... local function here.  Clean up style nits.
958         * locale/programs/ld-ctype.c (set_one_default): New function, broken
959         out of ...
960         (set_class_defaults): ... local function set_default here.
961         Define set_default as a macro locally to pass constant parameters.
962         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
963         rather than a shared local.
965         * stdlib/rpmatch.c (try): New function, broken out of ...
966         (rpmatch): ... local function here.  Also, prototypify definition.
968 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
970         * scripts/soversions.awk: Do not handle configuration names.
971         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
972         vendor and os variables to soversions.awk.
973         * configure.ac: Do not modify gnu-* host_os.
974         * configure: Regenerated
975         * shlib-versions: Remove first column with configuration names.
976         * nptl/shlib-versions: Likewise.
977         * nptl_db/shlib-versions: Likewise.
978         * sysdeps/hppa/shlib-versions: Likewise.
979         * sysdeps/m68k/shlib-versions: Likewise.
980         * sysdeps/mach/hurd/shlib-versions: Likewise.
981         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
982         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
983         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
984         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
985         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
986         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
987         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
988         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
990         Likewise.
991         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
992         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
993         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
994         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
995         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
996         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
997         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
998         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1001         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1003         Regenerated.
1004         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1006         Condition symbol version definitions on [HAVE_ELFV2_ABI].
1008         * shlib-versions: Remove OS-specific entries.  Moved to files in
1009         sysdeps.
1010         * sysdeps/mach/hurd/shlib-versions: New file.
1011         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1013         * nptl/shlib-versions: Remove architecture-specific entries.
1014         Moved to files in sysdeps.
1015         * shlib-versions: Likewise.
1016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1017         file.
1018         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1019         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1020         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1021         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1023         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1024         (UDP_NO_CHECK6_RX): Likewise.
1026 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1028         * sysdeps/posix/sysconf.c (__sysconf): Spell
1029         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1031 2014-08-12  Florian Weimer  <fweimer@redhat.com>
1033         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1034         loading.
1035         * iconv/Versions (__gconv_transliterate): Export for use from
1036         gconv modules.
1037         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1038         (struct __gconv_trans_data, __gconv_trans_fct,
1039         __gconv_trans_context_fct, __gconv_trans_query_fct,
1040         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1041         definitions.
1042         (struct __gconv_step_data): Remove __trans member.
1043         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
1044         longer hidden.  Remove unused trans_data argument.
1045         * iconv/gconv_int.h (struct trans_struct): Remove definition.
1046         (__gconv_translit_find): Remove declaration.
1047         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
1048         prototype.
1049         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1050         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1051         trans_data argument.  Add hidden definition.
1052         (__gconv_translit_find): Remove.
1053         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1054         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1055         * iconv/skeleton.c: Remove transliteration initialization.
1056         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1057         __gconv_step_data initialization.
1058         * libio/iofwide.c (__libio_translit_): Remove.
1059         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1060         * wcsmbs/btowc.c (__btowc): Likewise.
1061         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1062         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1063         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1064         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1065         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1066         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1067         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1068         * wcsmbs/wctob.c (wctob): Likewise.
1070 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1072         [BZ #16194]
1073         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1074         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1075         register usage.
1076         * sysdeps/x86/Makefile: Adjust.
1078 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1079             Roland McGrath  <roland@hack.frob.com>
1081         * locale/weight.h: Add include guard.
1082         (findidx): Make static rather than auto; take new parameters
1083         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1084         * locale/weightwc.h: Likewise.
1085         * posix/fnmatch_loop.c
1086         (FCT): Change type of EXTRA from int32_t to wint_t.
1087         Don't include either header inside the function.
1088         Call FINDIDX rather than findidx, and pass new arguments.
1089         #undef FINDIDX at the end of the file.
1090         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1091         FINDIDX before including fnmatch_loop.c for the non-wide version.
1092         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1093         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1094         for the wide version.
1095         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1096         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1097         Pass new arguments to findidx.
1098         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1099         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1100         Don't #include it inside the function.  Pass new arguments to findidx.
1101         * posix/regex_internal.h
1102         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1103         (re_string_elem_size_at): Don't #include it inside the function.
1104         Pass new arguments to findidx.
1105         * string/strcoll_l.c: #include WEIGHT_H at top level.
1106         (get_next_seq): Don't #include it inside the function.
1107         Pass new arguments to findidx.
1108         (get_next_seq_nocache): Likewise.
1109         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1110         (STRXFRM): Don't #include it inside the function.
1111         Pass new arguments to findidx.
1113 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1115         [BZ #17344]
1116         * malloc/malloc.c (unlink): Turn asserts into a call to
1117         malloc_printerr.
1119 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1121         [BZ #17370]
1122         * libio/wfileops (do_ftell_wide): Free OUT.
1124 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1126         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1128 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1130         [BZ #17363]
1131         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1132         group if the current group is empty.
1134 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1136         * benchtests/bench-memset.c (test_main): Add more test from size
1137         from 32 to 512 bytes.
1138         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1139         Add POWER8 memset object.
1140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1141         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1142         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1143         implementation.
1144         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1145         Likewise.
1146         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1147         multiarch POWER8 memset optimization.
1148         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1149         POWER8 memset optimization.
1151         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1152         Remove bzero multiarch objects.
1153         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1154         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1155         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1156         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1157         Remove define.
1158         [__bzero]: Redefine to specific name.
1159         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1160         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1161         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1162         define.
1163         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1164         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1166 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1168         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1169         warnings into errors.
1171         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1172         __cxa_thread_atexit_impl prototype.
1174 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1176         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1177         Fix capitalization of error message.
1179 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1181         * sysdeps/mips/preconfigure: Modify ABI tests.
1183 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1185         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1187 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1188             Carlos O'Donell  <carlos@systemhalted.org>
1190         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1191         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1192         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1193         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1194         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1195         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1196         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1197         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1198         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1199         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1200         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1201         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1202         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1203         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1204         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1205         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1206         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1207         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1208         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1209         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1210         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1211         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1212         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1213         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1214         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1215         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1216         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1217         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1218         Deconditionalize the code that was previously under [RESET_PID].
1219         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1220         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1221         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1222         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1223         include sysdep.h.
1225 2014-09-08  Allan McRae  <allan@archlinux.org>
1227         * version.h (RELEASE): Set to "development".
1228         (VERSION): Set to "2.20.90"
1230 2014-09-07  Allan McRae  <allan@archlinux.org
1232         * version.h (RELEASE): Set to "stable".
1233         (VERSION): Set to "2.20"
1234         * include/features.h (__GLIBC_MINOR__): Set to 20.
1236         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1237         Liebler.
1239         * po/ko.po: Update Korean translation from translation project.
1241 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1243         [BZ #17354]
1244         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1245         macro for handling signed relocations.
1247 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1249         [BZ #17325]
1250         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1251         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1252         assert.
1253         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1254         * iconvdata/ibm935.c (BODY): Likewise.
1255         * iconvdata/ibm937.c (BODY): Likewise.
1256         * iconvdata/ibm939.c (BODY): Likewise.
1257         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1258         assert.
1259         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1260         script.
1261         * iconvdata/run-iconv-test.sh: New test loop for checking for
1262         decoder crashers.
1264 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1266         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1267         libm_hidden_ver.
1269 2014-09-01  Allan McRae  <allan@archlinux.org>
1271         * po/eo.po: Update Esperanto translation from translation project.
1273         * po/ca.po: Update Catalan translation from translation project.
1275 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1277         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1278         __proc_dostop call.
1280 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1282         [BZ #17319]
1283         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1284         to call set_thread_area instead of hand written asm.
1285         (__NR_set_thread_area): Removed define.
1286         (TLS_FLAG_WRITABLE): Likewise.
1287         (__ASSUME_SET_THREAD_AREA): Remove check.
1288         (TLS_EBX_ARG): Remove define.
1289         (TLS_LOAD_EBX): Likewise.
1291 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1293         Simplify atomicity of socket creation in bind.
1295         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1296         looking up the name after linking the file.
1298 2014-08-27  Allan McRae  <allan@archlinux.org>
1300         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1302 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1304         [BZ #17187]
1305         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1306         trans_compare, open_translit, __gconv_translit_find):
1307         Remove module loading code.
1309 2014-08-26  Allan McRae  <allan@archlinux.org>
1311         * po/vi.po: Update Vietnamese translation from translation project.
1313         * po/uk.po: Update Ukrainian translation from translation project.
1315         * po/fr.po: Update French translation from translation project.
1317         * po/ru.po: Update Russian translation from translation project.
1319         * po/pl.po: Update Polish translation from translation project.
1321         * po/cs.po: Update Czech translation from translation project.
1323         * po/de.po: Update German translation from translation project.
1325         * po/bg.po: Update Bulgarian translation from translation project.
1327         * po/sv.po: Update Sweedish translation from translation project.
1329         * po/nl.po: Update Dutch translation from translation project.
1331         * po/es.po: Update Spanish translation from translation project.
1333 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1335         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1337         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1338         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1339         (CPPFLAGS-iconvconfig): Likewise.
1340         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1342         * include/libc-symbols.h: Remove unnecessary check for
1343         NOT_IN_libc.
1344         * nptl/pthreadP.h: Likewise.
1345         * sysdeps/aarch64/setjmp.S: Likewise.
1346         * sysdeps/alpha/setjmp.S: Likewise.
1347         * sysdeps/arm/sysdep.h: Likewise.
1348         * sysdeps/i386/setjmp.S: Likewise.
1349         * sysdeps/m68k/setjmp.c: Likewise.
1350         * sysdeps/posix/getcwd.c: Likewise.
1351         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1352         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1353         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1354         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1355         * sysdeps/sh/sh3/setjmp.S: Likewise.
1356         * sysdeps/sh/sh4/setjmp.S: Likewise.
1357         * sysdeps/unix/alpha/sysdep.h: Likewise.
1358         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1359         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1360         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1361         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1364         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1365         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1366         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1367         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1368         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1369         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1370         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1371         * sysdeps/x86_64/setjmp.S: Likewise.
1373 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1375         [BZ #17263]
1376         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1377         <stdint.h>.
1378         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1379         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1381 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1383         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1385         [BZ #17262]
1386         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1387         and __x86_64__ when disabling x87 inline functions.
1389 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1391         [BZ #17259]
1392         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1393         asm statement with __cpuid_count.
1395 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1397         * configure.ac: Change __ehdr_start code to dereference the struct.
1398         Run readelf on the output to look for relocations.
1399         * configure: Regenerated.
1401 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1403         [BZ #17261]
1404         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1405         value to 0.
1406         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1408 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1410         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1412 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1414         [BZ #16892]
1415         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1416         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1418 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1420         * malloc/malloc.c: Fix typo in comment.
1422 2014-08-09  Allan McRae  <allan@archlinux.org>
1424         * Regenerate libc.po.
1426 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1428         * intl/tst-gettext2.sh: Check every lang file for creation.
1430 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1432         * sysdeps/aarch64/fpu/math_private.h
1433         (libc_feholdsetround_noex_aarch64_ctx): New function.
1435 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1437         * sysdeps/arm/armv6/strcpy.S (strcpy):
1438         Fix performance issue in misaligned cases.
1440 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1442         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1443         Move definition from termios.h.
1444         (struct termio): Likewise.
1445         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1446         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1447         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1448         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1449         Likewise.
1450         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1451         Move definition to ioctl-types.h
1452         (struct termio): Likewise.
1453         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1454         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1455         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1456         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1457         Likewise.
1459 2014-08-05  Richard Henderson  <rth@redhat.com>
1461         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1462         exceptions.
1463         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1464         Add fraiseexcpt.
1465         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1466         Use __feraiseexcept.
1467         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1468         Protect libm symbols with IS_IN_libm.
1470         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1472 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1474         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1476 2014-08-04  Will Newton  <will.newton@linaro.org>
1478         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1479         file.
1481 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1483         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1484         variants for each function.
1486 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1488         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1489         appended ...
1490         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1491         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1492         appended ...
1493         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1494         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1495         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1496         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1497         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1498         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1499         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1500         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1501         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1502         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1503         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1504         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1505         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1506         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1507         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1508         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1509         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1510         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1511         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1512         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1513         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1514         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1515         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1516         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1517         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1518         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1519         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1520         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1521         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1522         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1523         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1524         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1525         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1526         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1527         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1528         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1529         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1530         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1531         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1532         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1533         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1534         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1535         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1536         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1537         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1538         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1539         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1540         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1541         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1542         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1543         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1544         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1545         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1546         Update #include.
1547         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1548         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1550 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1552         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1553         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1554         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1555         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1556         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1557         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1559 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1561         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1562         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1563         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1564         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1566 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1568         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1569         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1570         (__libc_vfork): Define function under this name.
1571         (__vfork): Define as an alias.
1572         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1573         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1575 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1577         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1578         that was previously under [RESET_PID].
1579         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1581 2014-08-04  Andreas Schwab  <schwab@suse.de>
1583         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1585 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1587         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1588         (main): Likewise.
1590 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1592         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1594 2014-08-01  Richard Henderon  <rth@redhat.com>
1596         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1597         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1598         typo in exact zero test.
1599         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1600         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1601         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1603 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1605         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1606         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1607         * sysdeps/arm/sysdep.h: ... here.
1608         [!__ASSEMBLER__]: Include <stdint.h>.
1610 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1612         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1613         (HAVE_WCTYPE_H): Likewise.
1614         (HAVE_ISWCTYPE): Likewise.
1615         (ENABLE_NLS): Likewise.
1616         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1617         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1619         * posix/regex_internal.c: Check if DEBUG is defined and is
1620         set.
1622         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1623         (HAVE_MBSRTOWCS): Likewise.
1624         * posix/fnmatch.c: Include string.h unconditionally.
1626 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1628         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1629         reversal.
1631 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1633         * sysdeps/generic/safe-fatal.h: New file.
1634         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1635         * nptl/forward.c: Include it.
1636         (__pthread_unwind): Use __safe_fatal as default action, rather
1637         than a bogus use of INTERNAL_SYSCALL that could never work.
1639         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1640         * configure.ac (libc_cv_builtin_trap): New test.
1641         * configure: Regenerated.
1642         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1643         (ABORT_INSTRUCTION): Define using __builtin_trap.
1645         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1646         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1647         * sysdeps/nptl/nptl-signals.h: New file.
1648         * nptl/pthreadP.h: Include <nptl-signals.h>.
1650 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1652         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1653         (ONE_DIRECTION): Define.
1654         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1655         (ONE_DIRECTION): Define.
1656         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1657         (ONE_DIRECTION): Define.
1659 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1661         * sysdeps/s390/Makefile: Delete file.
1662         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1663         * sysdeps/s390/__longjmp.c: Delete file.
1664         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1665         Remove fields __flags and __reserved.
1666         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1667         and add versioning.
1668         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1669         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1670         * sysdeps/s390/rtld-setjmp.S: Likewise.
1671         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1672         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1673         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1674         * sysdeps/s390/s390-32/setjmp.S: ... here.
1675         Add versioning.
1676         (__sigsetjmp): Remove setting __flags field.
1677         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1678         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1679         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1680         * sysdeps/s390/s390-64/setjmp.S: ... here.
1681         Add versioning.
1682         (__sigsetjmp): Remove setting __flags field.
1683         * sysdeps/s390/setjmp.S: Delete file.
1684         * sysdeps/s390/sigjmp.c: Likewise.
1685         * sysdeps/s390/v1-longjmp.c: Likewise.
1686         * sysdeps/s390/v1-setjmp.h: Likewise.
1687         * sysdeps/s390/v1-sigjmp.c: Likewise.
1688         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1689         Remove v1-longjmp_chk.
1690         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1691         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1692         Include debug/longjmp_chk.c and add versioning.
1693         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1694         Include nptl/pt-longjmp.c and add versioning.
1695         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1696         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1697         Include __longjmp.c.
1698         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1699         Move to ...
1700         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1701         (__getcontext): Remove setting __flags field.
1702         Add versioning.
1703         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1704         Don't restore upper high grps.
1705         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1706         Likewise.
1707         (__swapcontext): Remove setting uc_flags field.
1708         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1709         Delete file.
1710         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1711         Include __longjmp.c.
1712         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1713         Move to ...
1714         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1715         (__getcontext): Remove setting __flags field.
1716         Add versioning.
1717         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1718         (__swapcontext): Remove setting uc_flags field.
1719         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1720         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1721         Remove fields uc_high_gprs and __reserved.
1722         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1723         New file with reverted content.
1724         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1725         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1726         Regenerated.
1727         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1728         Regenerated.
1730 2014-07-31  Andreas Schwab  <schwab@suse.de>
1732         * config.h.in (HAVE_IFUNC): Define to 0.
1733         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1734         definedness.
1736 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1738         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1739         memmove-avx-unaligned, memcpy-avx-unaligned and
1740         mempcpy-avx-unaligned.
1741         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1742         Add tests for AVX memcpy functions.
1743         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1744         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1745         memcpy_chk.
1746         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1747         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1748         memmove_chk.
1749         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1750         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1751         mempcpy_chk.
1752         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1753         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1754         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1756 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1758         [BZ #17213]
1759         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1760         powerpc64le.
1762 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1764         [BZ #16839]
1765         * manual/llio.texi: Add section about open file description locks.
1766         * manual/examples/ofdlocks.c: Example of open file description
1767         lock usage.
1768         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1769         F_OFD_SETLK, and F_OFD_SETLKW.
1771 2014-07-23  Allan McRae  <allan@archlinux.org>
1773         * po/es.po: Update Spanish translation from translation project.
1775 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1777         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1779 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1781         [BZ #17078]
1782         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1783         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1784         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1786 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1788         [BZ #17088]
1789         * math/fesetenv.c (__fesetenv)
1790         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1791         * math/feupdateenv.c (__feupdateenv)
1792         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1794         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1795         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1796         (__ASSUME_SOCKETCALL): Do not define.
1798         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1799         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1800         (__ASSUME_SOCKETCALL): Do not define.
1801         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1802         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1803         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1804         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1805         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1806         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1807         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1808         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1810         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1811         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1812         (__ASSUME_SOCKETCALL): Do not define.
1813         (__ASSUME_IPC64): Define unconditionally.
1814         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1815         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1816         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1817         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1818         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1819         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1820         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1821         Likewise.
1823         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1824         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1825         (__ASSUME_SOCKETCALL): Do not define.
1826         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1827         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1828         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1829         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1830         (__ASSUME_REQUEUE_PI): Define unconditionally.
1831         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1832         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1833         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1834         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1835         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1836         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1838         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1839         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1840         (__ASSUME_SOCKETCALL): Do not define.
1841         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1842         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1843         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1844         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1845         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1846         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1848         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1849         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1850         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1851         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1852         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1853         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1854         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1855         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1856         (__ASSUME_GETCPU_SYSCALL): Likewise.
1858         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1859         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1860         cases for individual architectures.
1861         * sysdeps/gnu/configure: Regenerated.
1862         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1863         LIBC_SLIBDIR_RTLDDIR.
1864         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1865         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1866         LIBC_SLIBDIR_RTLDDIR.
1867         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1869         LIBC_SLIBDIR_RTLDDIR.
1870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1871         Regenerated.
1872         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1873         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1874         file.
1875         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1876         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1877         file.
1878         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1879         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1880         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1881         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1883         * sysdeps/aarch64/shlib-versions: Move to ...
1884         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1885         * sysdeps/alpha/shlib-versions: Move to ...
1886         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1887         * sysdeps/arm/shlib-versions: Move to ...
1888         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1889         * sysdeps/hppa/shlib-versions: Move all contents except for
1890         libgcc_s entry to ...
1891         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1892         entry from ...
1893         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1894         * sysdeps/ia64/shlib-versions: Move to ...
1895         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1896         entry from ...
1897         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1898         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1899         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1900         * sysdeps/microblaze/shlib-versions: Move to ...
1901         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1902         * sysdeps/mips/shlib-versions: Move to ...
1903         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1904         entry from ...
1905         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1906         * sysdeps/tile/shlib-versions: Move to ...
1907         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1908         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1909         from ...
1910         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1911         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1912         entry from ...
1913         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1915 2014-07-17  Will Newton  <will.newton@linaro.org>
1917         * sysdeps/arm/bits/atomic.h
1918         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1919         (__arch_compare_and_exchange_bool_16_int): Likewise.
1920         (__arch_compare_and_exchange_bool_64_int): Likewise.
1922         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1923         into an #else block.
1925 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1927         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1928         just Linux configurations.  Test empirically that the compiler sets
1929         __ARM_EABI__, rather than using the tuple to decide.
1930         * sysdeps/arm/preconfigure: Regenerated.
1931         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1932         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1933         contents appended ...
1934         * sysdeps/arm/configure.ac: ... here.
1935         * sysdeps/arm/configure: Regenerated.
1937 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1939         * nptl/pthread_kill.c: New file.
1940         * nptl/pthread_sigmask.c: New file.
1941         * nptl/pthread_sigqueue.c: New file.
1943         * sysdeps/nptl/lowlevellock.h: New file.
1944         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1945         * sysdeps/nptl/lowlevellock-futex.h: New file.
1947         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1948         Remove dead declarations.
1950 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1952         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1953         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1954         config-cflags-avx2.
1955         * sysdeps/x86_64/configure.ac: Likewise.
1956         * sysdeps/i386/configure: Regenerated.
1957         * sysdeps/x86_64/configure: Likewise.
1958         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1959         memset-avx2 only if config-cflags-avx2 is yes.
1960         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1961         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1962         defined.
1963         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1964         only if HAVE_AVX2_SUPPORT is defined.
1965         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1967 2014-07-14  Alan Modra  <amodra@gmail.com>
1969         [BZ #17153]
1970         * elf/elf.h (DT_PPC64_NUM): Correct value.
1971         * NEWS: Add to fixed bug list.
1973 2014-07-13  Jim Meyering  <meyering@fb.com>
1975         [BZ 17150]
1976         regex: don't deref NULL upon heap allocation failure
1977         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1978         failure in one more place.
1979         To trigger the segfault, configure grep -with-included-regex,
1980         build it, and run these commands:
1981         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1983 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1985         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1987 2014-07-11  Richard Henderson  <rth@redhat.com>
1989         * sysdeps/aarch64/libm-test-ulps: Update.
1991 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1993         [BZ #17135]
1994         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1995         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1996         (__nptl_setxid): Initialize error member.  Call
1997         __nptl_setxid_error.
1998         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1999         * nptl/descr.h (struct xid_command): Add error member.
2000         * nptl/tst-setuid3.c: New file.
2001         * nptl/Makefile (tests): Add it.
2003 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2005         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2006         New define.
2007         (__lll_trylock): Use __lll_base_trylock.
2008         (__lll_cond_trylock): Likewise.
2010 2014-07-10  Roland McGrath  <roland@hack.frob.com>
2012         * nptl/pthread_create.c (start_thread): Use atomic_or and
2013         lll_futex_wake directly rather than lll_robust_dead.
2014         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2015         (lll_robust_dead): Macro removed.
2016         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
2017         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2018         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2019         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2020         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2021         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2022         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2023         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2024         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2025         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2026         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2027         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2028         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2029         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2030         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2032         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2033         Use atomic_compare_and_exchange_val_acq directly rather than
2034         lll_robust_trylock.
2035         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2036         (__lll_robust_trylock, lll_robust_trylock): Removed.
2037         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2038         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2039         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2040         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2041         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2042         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2043         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2044         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2045         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2046         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2047         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2048         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2049         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2050         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2052 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2054         * manual/locale.texi (Locale Names): New section documenting
2055         locale name syntax.  Adjust menu and node chaining accordingly.
2056         (Choosing Locale): Reference Locale Names, Locale Categories.
2057         Mention setting LC_ALL=C.  Reflect that name syntax is now
2058         documented.
2059         (Locale Categories): New section title.  Reference Locale Names.
2060         LC_ALL is an environment variable, but not a category.
2061         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2062         description, now in Locale Name.  Reference that section.  Locale
2063         name syntax is now documented.
2065 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2067         [BZ #17137]
2068         * locale/findlocale.c (name_present, valid_locale_name): New
2069         functions.
2070         (_nl_find_locale): Use the loc_name variable to store name
2071         candidates.  Call name_present and valid_locale_name to check and
2072         validate locale names.  Return an error if the locale is invalid.
2074 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2076         * locale/setlocale.c (setlocale): Use strdup for allocating
2077         composite name copy.
2079 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2081         Sync up with gnulib.
2082         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2083         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2084         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2085         and _GL_ARG_NONNULL.
2086         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2087         [!_LIBC]: Include code for Windows and Cygwin.
2088         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2089         Include prototype for int strerror_r.
2090         [!_LIBC] (is_open): New function.
2091         (flush_stdout): New function.
2092         (print_errno_message): Use it.
2093         (error): Likewise.
2094         (error_at_line): Likewise.
2095         (error_tail) Add function attribute macros.  Use
2096         __builtin_expect.
2098         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2100         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2102         * io/ftw.c: Include sys/param.h unconditionally.
2104         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2106         [BZ #17125]
2107         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2108         libc_freeres_ptr.
2109         (freecache): New function to free CACHE on exit.
2111         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2112         initialization.
2114 2014-07-09  David S. Miller  <davem@davemloft.net>
2116         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2118         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2119         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2120         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2121         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2122         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2123         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2124         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2125         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2126         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2127         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2128         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2129         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2130         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2132 2014-07-09  Andreas Schwab  <schwab@suse.de>
2134         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2135         output.
2136         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2137         (do_test): Likewise.
2139         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2141 2014-07-09  Will Newton  <will.newton@linaro.org>
2143         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2144         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2145         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2146         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2147         * sysdeps/hppa/start.S (_start): Likewise.
2149 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2151         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2153         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2154         defined.
2156 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2158         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2159         after checking that it is non-NULL.
2161         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2163 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2165         * sysdeps/powerpc/memmove.c: Remove file.
2166         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2167         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2168         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2169         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2170         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2171         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2172         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2173         string memmove instead of removed powerpc one.
2175         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2176         [weak_alias]: Fix compiler warning due trailing data.
2177         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2178         [weak_alias]: Likewise.
2179         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2180         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2182         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2183         (__libc_ifunc_impl_list): Add memmove functions.
2185 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2187         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2188         Remove code.
2189         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2190         Likewise
2191         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2192         Likewise
2193         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2194         Likewise
2195         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2196         Likewise
2197         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2198         Likewise
2199         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2200         Likewise
2201         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2202         Likewise
2203         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2204         Likewise
2205         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2206         Likewise
2207         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2208         Likewise
2209         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2210         Likewise
2211         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2212         Likewise
2213         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2214         Likewise
2215         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2216         Likewise
2217         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2218         Likewise
2219         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2220         Likewise
2222 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2224         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2225         to avoid alignment traps in non-cacheable memory.
2226         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2229         multiarch objects.
2230         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2231         file: multiarch power7 memmove.
2232         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2233         multiarch default memmove.
2234         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2235         multiarch memove for powerpc32/power4.
2237         * string/bcopy.c: Use full path to include memmove.c.
2238         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2239         multiarch objects.
2240         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2241         bcopy for powerpc64.
2242         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2243         bcopy for powerpc64.
2244         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2245         and memmove implementations.
2246         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2247         optimized multiarch memmove for POWER7/powerpc64.
2248         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2249         default multiarch memmove for powerpc64.
2250         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2251         multiarch for powerpc64.
2252         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2253         for POWER7/powerpc64.
2254         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2255         memmove for POWER7/powerpc64.
2257         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2258         glibc default one.
2260         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2261         __ELF_NATIVE_CLASS equal to 64.
2263 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2265         * sysdeps/nptl/lowlevellock.h: File removed.
2267         * NEWS: NPTL is no longer an add-on!
2268         * nptl/internaltypes.h: Moved ...
2269         * sysdeps/nptl/internaltypes.h: ... here.
2270         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2271         * sysdeps/nptl/fork.c: Likewise.
2272         * sysdeps/nptl/gai_misc.h: Likewise.
2273         * sysdeps/nptl/librt-cancellation.c: Likewise.
2274         * sysdeps/nptl/jmp-unwind.c: Likewise.
2275         * sysdeps/nptl/setxid.h: Likewise.
2276         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2277         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2278         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2279         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2280         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2281         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2282         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2283         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2284         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2285         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2286         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2287         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2288         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2289         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2290         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2291         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2292         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2293         * nptl/Makeconfig: Moved ...
2294         * sysdeps/nptl/Makeconfig: ... here.
2295         * nptl/configure: File removed.
2296         * nptl/ANNOUNCE: File removed.
2297         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2298         * sysdeps/unix/sysv/linux/configure: Regenerated.
2300         * nptl/Makefile (routines): Add libc_pthread_init,
2301         libc_multiple_threads, register-atfork and unregister-atfork.
2302         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2303         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2304         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2305         pthread-pi-defines.sym, structsem.sym.
2306         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2307         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2308         [$(subdir) = nptl] (tests): Add tst-setgetname.
2309         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2310         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2311         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2312         [!LIBC_SIGACTION]: Remove aliases.
2313         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2314         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2315         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2316         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2317         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2318         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2319         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2320         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2321         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2322         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2323         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2324         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2325         __libc_allocate_rtsig_private.
2326         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2327         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2328         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2329         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2330         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2331         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2332         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2333         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2334         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2335         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2336         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2337         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2338         * nptl/internaltypes.h: ... here.
2339         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2340         * sysdeps/nptl/jmp-unwind.c: ... here.
2341         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2342         * nptl/libc-lowlevellock.c: ... here.
2343         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2344         * nptl/libc_multiple_threads.c: ... here.
2345         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2346         * nptl/libc_pthread_init.c: ... here.
2347         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2348         * nptl/lowlevelbarrier.sym: ... here.
2349         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2350         * nptl/lowlevelcond.sym: ... here.
2351         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2352         * nptl/lowlevellock.c: ... here.
2353         * nptl/lowlevellock.h: Moved ...
2354         * sysdeps/nptl/lowlevellock.h: ... here.
2355         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2356         * nptl/lowlevelrobustlock.c: ... here.
2357         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2358         * nptl/lowlevelrobustlock.sym: ... here.
2359         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2360         * nptl/lowlevelrwlock.sym: ... here.
2361         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2362         * nptl/pt-fork.c: ... here.
2363         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2364         * nptl/pthread-pi-defines.sym: ... here.
2365         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2366         * nptl/pthread_attr_getaffinity.c: ... here.
2367         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2368         * nptl/pthread_attr_setaffinity.c: ... here.
2369         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2370         * nptl/pthread_mutex_cond_lock.c: ... here.
2371         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2372         Update #include.
2373         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2374         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2375         * nptl/pthread_once.c: ... here, replacing old file.
2376         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2377         * nptl/pthread_yield.c: ... here.
2378         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2379         * nptl/register-atfork.c: ... here.
2380         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2381         * nptl/sem_post.c: ... here.
2382         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2383         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2384         * nptl/sem_timedwait.c: ... here.
2385         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2386         * nptl/sem_trywait.c: ... here.
2387         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2388         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2389         * nptl/sem_wait.c: ... here.
2390         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2391         * nptl/structsem.sym: ... here.
2392         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2393         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2394         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2395         * nptl/unregister-atfork.c: ... here.
2396         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2397         * nptl/unwindbuf.sym: ... here.
2398         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2399         * sysdeps/nptl/fork.c: ... here.
2400         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2401         * sysdeps/nptl/fork.h: ... here.
2402         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2403         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2404         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2405         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2406         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2407         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2408         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2409         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2410         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2411         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2412         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2413         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2414         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2415         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2416         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2417         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2418         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2419         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2420         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2421         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2422         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2423         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2424         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2425         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2426         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2427         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2428         * sysdeps/unix/sysv/linux/raise.c: ... here.
2429         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2430         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2431         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2432         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2433         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2434         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2435         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2436         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2437         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2438         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2439         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2440         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2441         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2442         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2443         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2445 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2447         * sysdeps/generic/memcopy.h: Add comment for
2448         MEMCPY_OK_FOR_FWD_MEMMOVE.
2450 2014-07-04  Will Newton  <will.newton@linaro.org>
2452         * string/memchr.c: Merge from gnulib.
2453         [_LIBC]: Remove conditionals.
2454         (__ptr_t): Remove define.
2455         (LONG_MAX_32_BITS): Likewise.
2456         (LONG_MAX): Likewise.
2457         (MEMCHR): Use ANSI prototype and optimize algorithm.
2459         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2461 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2463         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2464         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2466         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2467         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2468         in a bare environment with no <stdlib.h> installed.
2469         * sysdeps/nptl/configure: Regenerated.
2471         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2473         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2474         AC_EGREP_CPP for kernel header checks, so they only succeed if
2475         including <linux/version.h> actually works right.
2476         * sysdeps/unix/sysv/linux/configure: Regenerated.
2478         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2479         value so it's not diagnosed as unused.
2481         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2482         thing) with "ifeq ($(subdir),rt)".
2484 2014-07-03  Richard Henderson  <rth@redhat.com>
2486         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2487         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2488         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2490         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2491         (math_force_eval): New.
2493         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2494         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2496         * sysdeps/alpha/fpu/s_round.c: Remove file.
2497         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2499         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2500         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2501         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2502         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2503         (_dl_start, print_statistics): Likewise.
2504         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2505         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2507         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2508         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2509         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2510         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2511         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2512         (HP_SMALL_TIMING_AVAIL): Define.
2513         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2514         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2515         (HP_SMALL_TIMING_AVAIL): Define.
2516         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2517         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2519         * sysdeps/aarch64/hp-timing.h: New file.
2521         * sysdeps/generic/hp-timing.h: Remove dead comment.
2522         * sysdeps/generic/hp-timing-common.h: New file.
2523         * sysdeps/alpha/hp-timing.h: Include it.
2524         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2525         * sysdeps/i386/i686/hp-timing.h: Likewise.
2526         * sysdeps/ia64/hp-timing.h: Likewise.
2527         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2528         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2529         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2530         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2531         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2532         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2533         (hp_timing_t): New.
2535         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2536         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2537         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2538         * elf/rtld.c (_dl_start_final): Likewise.
2539         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2540         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2541         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2542         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2543         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2544         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2545         (HP_TIMING_DIFF_INIT): Remove.
2546         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2547         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2548         (HP_TIMING_DIFF_INIT): Remove.
2549         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2550         * sysdeps/i386/i686/hp-timing.c: Remove file.
2551         * sysdeps/x86_64/hp-timing.c: Remove file.
2552         * sysdeps/ia64/hp-timing.c: Remove file.
2553         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2554         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2555         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2556         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2558         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2559         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2560         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2561         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2562         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2563         (HP_TIMING_ACCUM): Remove.
2564         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2565         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2566         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2568         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2569         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2570         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2571         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2572         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2573         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2574         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2575         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2577         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2579 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2581         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2583 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2585         Sync up with gettext.
2586         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2587         [_MSC_VER]: Include malloc.h
2588         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2589         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2590         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2591         TEMP_FAILURE_RETRY.  Cast return of alloca.
2592         [!_LIBC] Call gl_rwlock_init.
2593         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2595 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2597         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2598         before checking its value.
2600 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2602         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2604         * debug/memcpy_chk.c: Don't include pagecopy.h.
2605         * debug/mempcpy_chk.c: Likewise.
2606         * string/memcpy.c: Likewise.
2607         * string/memmove.c: Likewise.
2608         * sysdeps/powerpc/memmove.c: Likewise.
2609         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2610         definition of PAGE_COPY_FWD_MAYBE here...
2611         * sysdeps/generic/pagecopy.h: ... from here.
2612         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2614 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2615             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2617         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2619         optimizations.
2620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2621         (__libc_ifunc_impl_list): Likewise.
2622         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2623         multiarch strcat for PPC64.
2624         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2625         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2627 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2629         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2631 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2633         * intl/loadmsgcat.c: Remove declaration of
2634         get_sysdep_segment_value.
2635         (get_sysdep_segment_value): Use ISO C style.
2636         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2637         semicolon.  Fix typo and formatting in comment.
2638         (_nl_unload_domain): Use ISO C style.
2640         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2642 2014-07-02  Will Newton  <will.newton@linaro.org>
2644         * malloc/obstack.c: Merge from gnulib master.
2645         [HAVE_CONFIG_H]: Remove conditional code.
2646         [!_LIBC]: Include config.h.
2647         [!ELIDE_CODE]: Don't include inttypes.h, include
2648         stdint.h unconditionally.
2649         (print_and_abort): Mark as _Noreturn.
2650         (_obstack_allocated_p): Mark as __attribute_pure__.
2651         (obstack_free): Rename to __obstack_free.
2652         [!__attribute__]: Remove conditional code.
2653         * malloc/obstack.h: Merge from gnulib master.
2654         [__cplusplus]: Move conditional down.
2655         [!__attribute_pure__]: Define __attribute_pure__ here
2656         if it is not already defined.
2657         (_obstack_memory_used): Mark as __attribute_pure__.
2658         [!__obstack_free]: Define as obstack_free.
2659         [__GNUC__]: Remove check for ancient NeXT gcc.
2661 2014-07-02  Will Newton  <will.newton@linaro.org>
2662             Paul Eggert  <eggert@cs.ucla.edu>
2664         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2666 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2668         * resolv/gethnamaddr.c: Add comment warning that the file is
2669         not maintained.
2671 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2673         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2674         entries.
2676         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2677         entry for aio_cancel and aio_cancel64.
2678         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2679         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2680         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2681         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2682         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2683         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2684         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2685         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2686         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2687         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2688         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2689         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2690         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2692 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2694         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2695         * nptl/pthread_mutex_lock.c: Likewise.
2696         * nptl/pthread_mutex_timedlock.c: Likewise.
2697         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2699 2014-07-01  Richard henderson  <rth@redhat.com>
2701         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2702         (__isnan, __isnanl): Remove.
2703         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2705         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2707 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2709         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2711 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2713         * resolv/nss_dns/dns-host.c (getanswer_r)
2714         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2716 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2718         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2719         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2720         undefine.
2721         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2722         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2724 2014-07-01  Roland McGrath <roland@hack.frob.com>
2726         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2727         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2729         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2730         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2732         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2733         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2734         ... here.
2735         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2736         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2738         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2739         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2740         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2741         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2743         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2744         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2745         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2746         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2747         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2748         Moved ...
2749         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2750         ... here.
2751         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2752         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2753         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2754         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2755         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2756         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2757         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2758         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2759         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2760         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2761         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2762         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2763         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2764         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2765         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2766         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2767         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2768         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2769         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2770         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2771         ... here.
2772         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2773         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2774         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2775         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2776         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2777         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2778         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2779         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2781 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2783         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2784         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2785         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2786         Add sysdep.
2788 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2790         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2792 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2794         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2795         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2797         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2799         * sysdeps/arm/libm-test-ulps: Regenerated.
2801 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2802             Roland McGrath <roland@hack.frob.com>
2804         * test-skeleton.c (signal_handler): Kill the whole process group
2805         before killing the child individually.
2806         (main): Report any failure on `setpgid'.
2808 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2810         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2811         from _TLS_H to _ARM_NPTL_TLS_H.
2812         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2813         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2815 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2817         [BZ #16539]
2818         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2819         (__expm1l): Return argument unchanged when small but not
2820         subnormal.
2822         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2823         include macro name.
2824         (_FP_UNPACK_RAW_1_P): Likewise.
2825         (_FP_PACK_RAW_1): Likewise.
2826         (_FP_PACK_RAW_1_P): Likewise.
2827         (_FP_MUL_MEAT_1_wide): Likewise.
2828         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2829         (_FP_MUL_MEAT_1_hard): Likewise.
2830         (_FP_DIV_MEAT_1_imm): Likewise.
2831         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2832         (_FP_DIV_MEAT_1_udiv): Likewise.
2833         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2834         (_FP_UNPACK_RAW_2): Likewise.
2835         (_FP_UNPACK_RAW_2_P): Likewise.
2836         (_FP_PACK_RAW_2): Likewise.
2837         (_FP_PACK_RAW_2_P): Likewise.
2838         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2839         (_FP_MUL_MEAT_2_wide): Likewise.
2840         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2841         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2842         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2843         (_FP_MUL_MEAT_2_gmp): Likewise.
2844         (_FP_DIV_MEAT_2_udiv): Likewise.
2845         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2846         (_FP_FRAC_SRL_4): Likewise.
2847         (_FP_FRAC_SRST_4): Likewise.
2848         (_FP_FRAC_SRS_4): Likewise.
2849         (_FP_UNPACK_RAW_4): Likewise.
2850         (_FP_UNPACK_RAW_4_P): Likewise.
2851         (_FP_PACK_RAW_4): Likewise.
2852         (_FP_PACK_RAW_4_P): Likewise.
2853         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2854         (_FP_MUL_MEAT_4_wide): Likewise.
2855         (_FP_MUL_MEAT_4_gmp): Likewise.
2856         (umul_ppppmnnn): Likewise.
2857         (_FP_DIV_MEAT_4_udiv): Likewise.
2858         (__FP_FRAC_ADD_4): Likewise.
2859         (__FP_FRAC_SUB_3): Likewise.
2860         (__FP_FRAC_SUB_4): Likewise.
2861         (__FP_FRAC_DEC_3): Likewise.
2862         (__FP_FRAC_DEC_4): Likewise.
2863         (__FP_FRAC_ADDI_4): Likewise.
2864         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2865         (_FP_FRAC_SRL_8): Likewise.
2866         (_FP_FRAC_SRS_8): Likewise.
2868         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2869         include macro name.
2870         (FP_UNPACK_RAW_EP): Likewise.
2871         (FP_PACK_RAW_E): Likewise.
2872         (FP_PACK_RAW_EP): Likewise.
2873         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2874         (_FP_ISSIGNAN): Likewise.
2875         (_FP_ADD_INTERNAL): Likewise.
2876         (_FP_FMA): Likewise.
2877         (_FP_CMP): Likewise.
2878         (_FP_SQRT): Likewise.
2879         (_FP_TO_INT): Likewise.
2880         (_FP_FROM_INT): Likewise.
2881         (FP_EXTEND): Likewise.
2882         (_FP_DIV_MEAT_N_loop): Likewise.
2884 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2886         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2887         throughout.
2889 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2891         [BZ #17097]
2892         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2893         result with correct sign in case of exponents that produce
2894         overflow except for X very close to 1.
2896 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2898         mktime: merge #if/#ifdef usage from glibc
2899         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2900         as that works with both Glibc's and Gnulib's style.
2901         See thread starting at Siddhesh Poyarekar's bug report at:
2902         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2904 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2906         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2907         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2908         * sysdeps/tile/tilegx/memmove.c: Remove file.
2910 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2912         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2913         abi-name definition.
2914         * scripts/soversions.awk: Do not handle or generate ABI lines.
2915         * shlib-versions: Remove ABI entries.
2916         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2917         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2919 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2921         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2922         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2923         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2924         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2925         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2926         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2927         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2928         Moved ...
2929         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2930         ... here.
2931         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2932         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2933         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2934         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2935         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2936         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2937         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2938         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2939         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2940         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2941         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2942         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2943         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2944         Moved ...
2945         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2946         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2947         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2948         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2949         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2950         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2951         Moved ...
2952         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2954         Moved ...
2955         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2956         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2957         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2958         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2959         Moved ...
2960         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2961         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2962         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2963         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2964         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2965         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2966         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2967         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2968         Moved ...
2969         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2970         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2971         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2972         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2973         Moved ...
2974         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2975         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2976         Moved ...
2977         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2978         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2979         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2980         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2981         Moved ...
2982         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2983         ... here.
2984         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2985         Identical file removed.
2986         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2987         Moved ...
2988         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2989         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2990         Identical file removed.
2991         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2992         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2993         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2994         Moved ...
2995         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2996         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2997         Identical file removed.
2998         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2999         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3000         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3001         Identical file removed.
3002         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3003         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3004         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3005         Identical file removed.
3006         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3007         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3008         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3009         Identical file removed.
3010         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3011         Moved ...
3012         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3013         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3014         Identical file removed.
3015         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3016         Moved ...
3017         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3018         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3019         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3020         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3021         Identical file removed.
3022         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3023         Moved ...
3024         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3025         ... here.
3026         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3027         Identical file removed.
3028         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3029         Moved ...
3030         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3031         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3032         Identical file removed.
3033         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3034         Moved ...
3035         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3036         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3037         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3038         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3039         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3040         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3041         Moved ...
3042         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3043         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3044         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3046         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3047         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3048         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3049         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3050         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3052 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
3054         [BZ #17092]
3055         * nscd/nscd.c (monitor_child): Return exit status of child
3056         instead of return value from wait syscall.
3058 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3060         * configure.ac (libc_commonpagesize): Remove variable.
3061         (libc_relro_required): Likewise.
3062         (libc_cv_z_relro): Remove configure test.
3063         * configure: Regenerated.
3064         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3065         variable.
3066         (libc_relro_required): Likewise.
3067         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3068         (libc_relro_required): Likewise.
3069         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3070         (libc_relro_required): Likewise.
3071         * sysdeps/arm/preconfigure: Regenerated.
3072         * sysdeps/ia64/preconfigure: Remove file.
3073         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3074         variable.
3075         (libc_relro_required): Likewise.
3077         [BZ #16561]
3078         [BZ #16562]
3079         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3080         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3081         recompute overflowing results in original rounding mode.
3082         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3083         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3084         recompute overflowing results in original rounding mode.
3085         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3086         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3087         recompute overflowing results in original rounding mode.
3088         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3089         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3090         recompute overflowing results in original rounding mode.
3091         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3092         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3093         recompute overflowing results in original rounding mode.
3094         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3095         (libc_feholdsetround_ctx): New macro.
3096         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3097         * sysdeps/i386/fpu/libm-test-ulps: Update.
3098         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3100 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3102         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3103         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3104         corresponding .cpsetup call.
3106 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3108         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3109         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3110         * sysdeps/arm/Makefile [$(subdir) = csu]
3111         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3112         (static-only-routines): Add aeabi_read_tp here.
3113         (shared-only-routines): Add libc-aeabi_read_tp here.
3114         (CFLAGS-libc-start.c): Add -fexceptions here.
3115         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3116         (sysdep_routines, static-only-routines, shared-only-routines):
3117         Don't add to these here.
3118         (CFLAGS-libc-start.c): Likewise.
3120         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3121         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3122         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3123         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3124         * sysdeps/arm/Makefile [$(subdir) = rt]
3125         (librt-sysdep_routines, librt-shared-only-routines):
3126         Append rt-aeabi_unwind_cpp_pr1 here.
3127         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3128         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3129         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3130         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3131         Append nptl-aeabi_unwind_cpp_pr1 here.
3132         (tests): Filter out tst-cleanupx4 here.
3133         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3134         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3135         Don't do those here.
3137 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3139         * scripts/list-sources.sh: Do not handle ports specially.
3141 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3143         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3144         * sysdeps/arm/feupdateenv.c: Likewise.
3146         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3148 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3150         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3151         trailing whitespace removed.
3152         * scripts/config.guess: Update to version 2014-03-23.
3153         * scripts/config.sub: Update to version 2014-05-01
3154         * scripts/install-sh: Update to version 2013-12-25.23.
3155         * scripts/move-if-change: Update from gnulib.
3157 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3159         * debug/memmove_chk.c: Remove pagecopy.h include.
3161 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3163         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3164         identical to gnulib mktime.
3166 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3168         * configure.ac: Do not test for machine being rs6000.  Do not test
3169         for powerpc*-*soft.
3170         * configure: Regenerated.
3172         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3173         test.
3174         * configure: Regenerated.
3175         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3176         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3177         Remove configure test.
3178         * sysdeps/arm/configure: Regenerated.
3179         * sysdeps/nptl/configure.ac: Do not check
3180         libc_cv_asm_cfi_directives.
3181         * sysdeps/nptl/configure: Regenerated.
3182         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3183         * sysdeps/x86_64/nptl/configure: Remove generated file.
3184         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3185         unconditional.
3186         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3188 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3190         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3191         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3192         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3193         it is defined.
3195         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3196         instead of whether it is defined.
3197         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3198         * sysdeps/hppa/dl-machine.h: Likewise.
3199         * sysdeps/ia64/dl-machine.h: Likewise.
3200         * sysdeps/m68k/dl-machine.h: Likewise.
3201         * sysdeps/microblaze/dl-machine.h: Likewise.
3202         * sysdeps/mips/dl-machine.: Likewise.
3203         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3204         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3205         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3206         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3207         * sysdeps/sh/dl-machine.h: Likewise.
3208         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3209         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3210         * sysdeps/tile/dl-machine.h: Likewise.
3211         * sysdeps/x86_64/dl-machine.h: Likewise.
3213         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3214         code.
3215         (verify_persistent_db): Likewise.
3217 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3219         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3220         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3221         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3222         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3223         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3224         Moved ...
3225         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3226         ... here.
3227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3228         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3230         Identical file removed.
3231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3232         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3233         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3234         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3236         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3238         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3239         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3240         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3241         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3242         Moved ...
3243         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3244         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3245         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3246         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3247         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3248         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3249         Moved ...
3250         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3252         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3254         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3255         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3256         Identical file removed.
3257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3258         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3260         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3262         Moved ...
3263         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3264         ... here.
3265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3266         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3268         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3270         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3272         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3274         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3276         Moved ...
3277         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3278         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3279         Moved ...
3280         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3282         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3284         Moved ...
3285         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3287         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3289         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3290         folded into ...
3291         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3292         * sysdeps/unix/sysv/linux/s390/Versions
3293         (libpthread: GLIBC_2.19): New version set.
3294         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3295         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3296         (librt: GLIBC_2.3.3): New version set.
3297         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3298         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3299         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3300         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3301         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3302         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3303         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3304         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3305         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3306         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3307         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3308         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3309         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3310         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3311         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3312         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3313         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3314         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3315         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3316         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3317         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3318         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3319         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3320         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3321         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3322         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3323         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3324         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3325         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3326         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3327         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3328         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3329         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3330         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3331         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3332         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3333         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3334         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3335         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3336         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3337         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3338         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3339         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3340         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3341         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3343         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3344         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3345         (__libc_vfork): Define the function under this name.
3346         [!NOT_IN_libc] (__vfork): Make this an alias.
3347         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3348         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3349         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3350         (__libc_vfork): Define the function under this name.
3351         [!NOT_IN_libc] (__vfork): Make this an alias.
3352         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3353         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3354         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3355         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3356         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3357         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3359         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3360         code that was previously under [RESET_PID].
3361         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3362         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3363         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3365         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3366         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3367         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3368         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3369         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3370         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3371         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3372         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3373         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3374         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3375         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3376         Moved ...
3377         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3378         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3379         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3380         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3381         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3382         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3383         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3384         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3385         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3386         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3387         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3388         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3389         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3390         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3391         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3392         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3393         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3394         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3395         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3396         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3397         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3398         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3399         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3400         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3401         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3402         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3403         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3404         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3405         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3407 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3409         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3410         that was previously under [RESET_PID].
3411         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3413 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3415         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3416         not undefine and redefine.
3417         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3418         [O_CLOEXEC]: Make code unconditional.
3419         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3420         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3421         <kernel-features.h>.
3422         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3423         conditional variable definition.
3424         (shm_open) [O_CLOEXEC]: Make code unconditional.
3425         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3426         code.
3428         * configure.ac (USE_REGPARMS): Don't define here.
3429         * configure: Regenerated.
3430         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3431         * sysdeps/i386/configure: Regenerated.
3433         * nptl/createthread.c: Don't include kernel-features.h.
3434         * nptl/pthread_cancel.c: Likewise.
3435         * nptl/pthread_condattr_setclock.c: Likewise.
3436         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3437         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3438         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3439         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3440         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3441         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3442         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3443         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3444         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3445         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3446         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3447         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3448         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3449         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3450         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3451         * nscd/gai.c: Likewise.
3452         * nss/nss_db/db-open.c: Likewise.
3453         * sysdeps/generic/ldsodefs.h: Likewise.
3454         * sysdeps/sh/nptl/tls.h: Likewise.
3455         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3456         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3457         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3458         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3459         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3460         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3461         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3462         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3463         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3464         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3465         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3466         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3467         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3468         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3469         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3470         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3471         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3472         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3473         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3474         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3475         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3476         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3477         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3478         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3479         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3480         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3481         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3482         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3483         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3484         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3485         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3486         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3487         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3488         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3489         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3490         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3491         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3492         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3493         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3494         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3495         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3496         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3497         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3498         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3499         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3500         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3501         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3502         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3503         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3504         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3505         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3506         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3507         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3508         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3509         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3510         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3511         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3512         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3535         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3536         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3537         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3538         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3539         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3540         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3541         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3542         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3543         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3544         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3545         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3546         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3547         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3548         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3549         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3550         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3551         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3552         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3553         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3554         * sysdeps/unix/sysv/linux/system.c: Likewise.
3555         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3556         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3557         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3558         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3559         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3560         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3561         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3563         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3564         * configure: Regenerated.
3565         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3567         * configure.ac (base_machine): Do not set specially for particular
3568         machines here.
3569         * configure: Regenerated.
3570         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3571         settings from configure.ac.
3572         * sysdeps/i386/preconfigure: New file.
3573         * sysdeps/s390/preconfigure: Likewise.
3574         * sysdeps/sh/preconfigure: Likewise.
3575         * sysdeps/sparc/preconfigure: Likewise.
3577 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3579         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3580         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3581         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3582         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3583         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3584         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3585         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3586         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3587         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3588         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3589         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3590         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3591         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3592         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3593         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3594         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3595         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3596         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3597         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3599         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3600         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3601         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3602         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3603         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3604         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3605         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3606         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3607         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3608         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3609         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3610         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3611         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3612         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3613         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3614         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3615         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3616         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3617         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3618         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3619         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3620         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3621         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3622         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3623         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3624         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3625         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3626         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3627         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3628         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3629         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3630         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3631         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3632         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3633         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3634         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3635         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3636         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3638         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3639         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3640         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3641         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3642         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3643         Moved ...
3644         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3645         ... here.
3646         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3647         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3649         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3651         Moved ...
3652         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3653         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3654         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3655         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3656         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3657         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3658         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3659         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3660         Moved ...
3661         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3662         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3663         Moved ...
3664         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3666         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3667         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3668         Moved ...
3669         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3671         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3672         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3673         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3674         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3675         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3677         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3678         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3679         Moved ...
3680         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3681         ... here.
3682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3683         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3685         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3687         Moved ...
3688         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3689         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3690         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3691         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3692         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3693         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3694         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3695         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3696         Moved ...
3697         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3698         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3699         Moved ...
3700         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3701         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3702         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3703         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3704         Moved ...
3705         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3707         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3708         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3709         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3711 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3713         * timezone/checktab.awk: Update from tzcode 2014e.
3714         * timezone/private.h: Likewise.
3715         * timezone/tzfile.h: Likewise.
3716         * timezone/zdump.c: Likewise.
3717         * timezone/zic.c: Likewise.
3719         * sysdeps/unix/sysv/linux/kernel-features.h
3720         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3721         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3722         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3723         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3724         Remove conditional code.
3726 2014-06-25  Will Newton  <will.newton@linaro.org>
3728         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3729         (_dl_arm_cap_flags): Add HWCAP2 values.
3730         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3731         (_DL_HWCAP_COUNT): Increase to 37.
3732         (_DL_HWCAP_LAST): New define.
3733         (_DL_HWCAP2_LAST): New define.
3734         (_dl_procinfo): Add support for printing
3735         AT_HWCAP2 entries.
3736         (_dl_string_hwcap): Use _dl_hwcap_string.
3738 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3742 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3744         * README: Do not mention ports directory.
3746         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3747         Remove macro.
3748         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3749         <kernel-features.h>.
3750         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3751         conditional variable definition.
3752         (__futimes): Update comment.
3753         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3754         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3756         [BZ #16560]
3757         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3758         arguments close to 0.
3759         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3760         Likewise.
3761         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3762         Likewise.
3763         * math/auto-libm-test-in: Add more tests of exp10.
3764         * math/auto-libm-test-out: Regenerated.
3765         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3767         * sysdeps/unix/sysv/linux/kernel-features.h
3768         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3769         * sysdeps/unix/sysv/linux/readv.c: Do not include
3770         <kernel-features.h>.
3771         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3772         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3773         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3774         unconditional.
3775         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3776         conditional code.
3777         * sysdeps/unix/sysv/linux/writev.c: Do not include
3778         <kernel-features.h>.
3779         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3780         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3781         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3782         unconditional.
3783         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3784         conditional code.
3786 2014-06-25  Will Newton  <will.newton@linaro.org>
3788         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3789         comment changes throughout the file.  Remove checks
3790         for HAVE_*_H definitions that are not required.
3791         (__gen_tempname): Call abort if an unknown kind value is
3792         passed.
3794 2014-06-25  Andreas Schwab  <schwab@suse.de>
3796         [BZ #17086]
3797         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3798         scalbln, scalblnf, scalblnl in libc.
3800 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3802         [BZ #17086]
3803         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3804         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3805         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3807 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3809         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3810         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3811         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3812         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3813         Update #include.
3814         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3815         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3816         Update #include.
3817         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3818         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3819         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3820         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3821         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3822         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3823         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3824         * sysdeps/x86/bits/semaphore.h: ... here.
3825         * sysdeps/x86/nptl/elide.h: Moved ...
3826         * sysdeps/x86/elide.h: ... here.
3827         * sysdeps/x86_64/nptl/Implies: File removed.
3828         * sysdeps/i386/nptl/Implies: File removed.
3830 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3832         [BZ #16539]
3833         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3834         return the argument for normal arguments with exponent below -64.
3835         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3836         Likewise.
3837         * math/auto-libm-test-in: Add another test of expm1.
3838         * math/auto-libm-test-out: Regenerated.
3840         [BZ #16287]
3841         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3842         calling __erfcl for arguments at least 16.
3843         * math/auto-libm-test-in: Add more tests of erf.
3844         * math/auto-libm-test-out: Regenerated.
3846         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3847         individual architectures.
3848         * sysdeps/unix/sysv/linux/configure: Regenerated.
3849         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3850         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3851         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3852         (ldd_rewrite_script): Define variable.
3853         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3855         file.
3856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3857         generated file.
3858         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3859         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3860         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3861         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3862         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3863         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3864         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3865         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3867 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3869         [BZ #17084]
3870         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3871         Rename member __data.d to __data.__elision_data.
3873 2014-06-24  Wilco  <wdijkstr@arm.com>
3875         * NEWS: Add 16918 to fixed bug list.
3877 2014-06-24  Wilco  <wdijkstr@arm.com>
3879         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3881 2014-06-24  Wilco  <wdijkstr@arm.com>
3883         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3884         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3885         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3886         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3887         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3888         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3889         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3890         Use _FPU_MASK_RM.
3892 2014-06-24  Wilco  <wdijkstr@arm.com>
3894         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3896 2014-06-24  Wilco  <wdijkstr@arm.com>
3898         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3899         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3900         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3901         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3903 2014-06-24  Wilco  <wdijkstr@arm.com>
3905         [BZ #16918]
3906         * sysdeps/arm/feupdateenv.c (feupdateenv):
3907         Rewrite to reduce FPSCR accesses and fix return value.
3909 2014-06-24  Wilco  <wdijkstr@arm.com>
3911         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3912         Optimize to avoid unnecessary FPSCR writes.
3913         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3914         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3915         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3916         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3918 2014-06-24  Wilco  <wdijkstr@arm.com>
3920         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3921         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3922         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3923         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3924         Call libc_fetestexcept_vfp.
3925         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3926         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3927         __SOFTFP__ ifdef so that they can be built for softfp.
3929 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3931         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3932         argument type signed char.
3934         * Makerules (check-abi): Dump diff of symlist if the test
3935         fails.
3937 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3939         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3940         using abort.
3942         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3943         Remove unused variable ST.
3945 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3947         [BZ #16354]
3948         [BZ #17061]
3949         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3950         small arguments before calling __expm1.
3951         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3952         small arguments before calling __expm1f.
3953         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3954         small arguments before calling __expm1l.
3955         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3956         Likewise.
3957         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3958         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3959         spurious underflow for some cosh tests.
3960         * math/auto-libm-test-out: Regenerated.
3961         * sysdeps/i386/fpu/libm-test-ulps: Update.
3963         [BZ #17050]
3964         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3965         (__ieee754_y1): Set errno if return value overflows.
3966         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3967         (__ieee754_y1f): Set errno if return value overflows.
3968         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3969         (__ieee754_y1l): Set errno if return value overflows.
3970         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3971         (__ieee754_y1l): Set errno if return value overflows.
3972         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3973         * math/auto-libm-test-out: Regenerated.
3975         * math/gen-auto-libm-tests.c: Document use of
3976         ignore-zero-inf-sign.
3977         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3978         (input_flags): Add ignore-zero-inf-sign.
3979         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3980         * math/gen-libm-test.pl (generate_testfile): Handle
3981         ignore-zero-inf-sign.
3982         * math/auto-libm-test-in: Mark some cpow tests with
3983         ignore-zero-inf-sign and some with xfail-rounding.
3984         * math/auto-libm-test-out: Regenerated.
3985         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3986         * sysdeps/i386/fpu/libm-test-ulps: Update.
3987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3989         [BZ #16315]
3990         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3991         overflowing or underflowing operations take place with sign of
3992         result.
3993         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3994         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3995         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3996         (__ieee754_pow): Recompute overflowing and underflowing results in
3997         original rounding mode.
3998         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3999         (__powl_helper): Allow negative argument X and scale negated value
4000         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
4001         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4002         overflowing or underflowing operations take place with sign of
4003         result.
4004         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4005         Include <math.h>.
4006         * math/auto-libm-test-in: Add more tests of pow.
4007         * math/auto-libm-test-out: Regenerated.
4008         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4009         (pow_tonearest_test_data): Remove.
4010         (pow_test_tonearest): Likewise.
4011         (pow_towardzero_test_data): Likewise.
4012         (pow_test_towardzero): Likewise.
4013         (pow_downward_test_data): Likewise.
4014         (pow_test_downward): Likewise.
4015         (pow_upward_test_data): Likewise.
4016         (pow_test_upward): Likewise.
4017         (main): Don't call removed functions.
4018         * sysdeps/i386/fpu/libm-test-ulps: Update.
4019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4021 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4024         Moved ...
4025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4027         Moved ...
4028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4030         Moved ...
4031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4033         Moved ...
4034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4036         File removed.
4037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4038         File removed.
4039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4040         File removed.
4041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4042         File removed.
4043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4044         File removed.
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4046         File removed.
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4048         File removed.
4049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4050         File removed.
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4052         File removed.
4053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4054         File removed.
4055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4056         File removed.
4057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4058         File removed.
4059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4060         Moved ...
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4063         Moved ...
4064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4065         ... here.
4066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4067         Moved ...
4068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4070         Moved ...
4071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4073         Moved ...
4074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4076         Moved ...
4077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4079         Moved ...
4080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4082         Moved ...
4083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4085         Moved ...
4086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4089         ... here.
4090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4091         Moved ...
4092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4094         Moved ...
4095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4096         ... here.
4097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4098         Moved ...
4099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4100         ... here.
4101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4102         Moved ...
4103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4104         ... here.
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4106         Moved ...
4107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4109         Moved ...
4110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4114         Moved ...
4115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4116         ... here.
4117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4118         Moved ...
4119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4120         ... here.
4121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4122         Moved ...
4123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4125         Moved ...
4126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4128         Moved ...
4129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4131         Moved ...
4132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4134         Moved ...
4135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4136         ... here.
4137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4138         Moved ...
4139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4141         Moved ...
4142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4144         Moved ...
4145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4147         Moved ...
4148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4152         Moved ...
4153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4155         Moved ...
4156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4158         Moved ...
4159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4160         ... here.
4161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4162         Moved ...
4163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4164         ... here.
4165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4166         Moved ...
4167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4168         ... here.
4169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4170         Moved ...
4171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4173         Moved ...
4174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4176         Moved ...
4177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4179         Moved ...
4180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4181         ... here.
4182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4183         Moved ...
4184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4185         ... here.
4186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4187         Moved ...
4188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4189         ... here.
4190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4191         Moved ...
4192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4194         Moved ...
4195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4197 2014-06-23  Will Newton  <will.newton@linaro.org>
4198             Wilco  <wdijkstr@arm.com>
4200         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4201         implementation.  Include get-rounding-mode.h.
4202         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4203         [!libc_feholdsetround_noex_ctx]: Define
4204         libc_feholdsetround_noex_ctx.
4205         [!libc_feholdsetround_noexf_ctx]: Define
4206         libc_feholdsetround_noexf_ctx.
4207         [!libc_feholdsetround_noexl_ctx]: Define
4208         libc_feholdsetround_noexl_ctx.
4209         (libc_feholdsetround_ctx): New function.
4210         (libc_feresetround_ctx): New function.
4211         (libc_feholdsetround_noex_ctx): New function.
4212         (libc_feresetround_noex_ctx): New function.
4214 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4216         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4217         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4218         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4219         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4220         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4221         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4223         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4224         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4225         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4226         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4227         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4228         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4229         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4230         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4231         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4232         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4233         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4234         Moved ...
4235         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4236         ... here.
4237         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4238         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4239         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4240         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4241         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4242         Moved ...
4243         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4244         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4245         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4246         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4247         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4248         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4249         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4250         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4251         Moved ...
4252         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4253         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4254         Moved ...
4255         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4256         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4257         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4258         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4259         Moved ...
4260         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4261         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4262         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4263         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4264         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4265         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4266         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4267         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4268         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4269         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4270         Moved ...
4271         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4272         ... here.
4273         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4274         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4275         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4276         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4277         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4278         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4279         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4280         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4281         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4282         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4283         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4284         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4285         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4286         Moved ...
4287         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4288         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4289         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4290         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4291         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4292         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4293         Moved ...
4294         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4295         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4296         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4297         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4298         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4300         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4301         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4302         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4303         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4304         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4305         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4306         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4307         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4308         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4309         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4310         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4311         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4312         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4313         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4314         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4315         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4316         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4317         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4318         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4319         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4320         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4321         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4322         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4323         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4324         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4325         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4326         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4327         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4329 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4331         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4332         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4333         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4334         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4335         (IPV6_PMTUDISC_INTERFACE): Likewise.
4336         (IPV6_PMTUDISC_OMIT): Likewise.
4338 2014-06-23  Andreas Schwab  <schwab@suse.de>
4340         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4341         Remove unused errout label.
4343 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4345         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4346         macro: hardware supports Vector Crypto instructions.
4348 2014-06-23  Will Newton  <will.newton@linaro.org>
4350         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4351         rather than __builtin_expect.
4353         * elf/dl-lookup.c (undefined_msg): Remove variable.
4354         (_dl_lookup_symbol_x): Replace undefined_msg with string
4355         literal.
4357         * elf/dl-lookup.c (do_lookup_unique): New function.
4358         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4359         to a separate function.
4361 2014-06-23  Andreas Schwab  <schwab@suse.de>
4363         [BZ #17079]
4364         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4365         before reading the next line.
4367 2014-06-23  Will Newton  <will.newton@linaro.org>
4369         * test-skeleton.c (signal_handler): Use printf and %m
4370         rather than perror.  Use printf rather than fprintf to
4371         stderr.  Use puts rather than fputs to stderr.
4372         (main): Likewise.
4374 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4376         * nscd/nscd.c (thread_info_t): Remove typedef.
4377         (thread_info): Remove variable.
4379 2014-06-21  Allan McRae  <allan@archlinux.org>
4381         * NEWS: Mention CVE-2014-4043.
4383 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4385         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4386         * nptl/smp.h: ... here.
4388         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4390         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4391         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4392         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4393         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4395         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4396         * nptl/stack-aliasing.h: New file.
4397         * sysdeps/i386/i686/stack-aliasing.h: New file.
4398         * sysdeps/i386/i686/nptl/Makefile: File removed.
4399         * sysdeps/x86_64/stack-aliasing.h: New file.
4400         * sysdeps/x86_64/nptl/Makefile
4401         (CFLAGS-pthread_create.c): Variable removed.
4403         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4404         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4405         old file.
4406         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4407         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4408         old file.
4410 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4412         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4413         (__ASSUME_SIGFRAME_V2): Remove macro.
4414         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4415         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4416         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4417         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4418         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4419         Declare as function.  Remove conditional macro definitions.
4420         (__default_rt_sa_restorer): Likewise.
4421         (__default_sa_restorer_v1): Remove declaration.
4422         (__default_sa_restorer_v2): Likewise.
4423         (__default_rt_sa_restorer_v1): Likewise.
4424         (__default_rt_sa_restorer_v2): Likewise.
4425         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4426         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4427         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4429 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4431         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4432         (libpthread-routines): Add sysdep.
4433         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4434         * sysdeps/unix/sysv/linux/sparc/Versions
4435         (libpthread: GLIBC_2.3.3): New version set.
4436         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4437         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4438         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4439         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4440         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4441         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4442         Moved ...
4443         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4444         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4445         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4446         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4447         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4448         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4449         * sysdeps/sparc/nptl/sem_init.c: ... here.
4450         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4451         * sysdeps/sparc/nptl/sem_post.c: ... here.
4452         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4453         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4454         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4455         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4456         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4457         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4458         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4459         (libpthread-routines): Add cpu_relax.
4460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4461         File removed.
4462         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4463         (librt: GLIBC_2.3.3): New version set.
4464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4465         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4466         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4467         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4470         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4471         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4472         Moved ...
4473         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4474         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4475         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4476         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4477         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4478         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4479         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4480         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4481         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4482         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4483         Moved ...
4484         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4485         Update #include.
4486         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4487         Moved ...
4488         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4489         Update #include.
4490         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4491         Moved ...
4492         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4493         Update #include.
4494         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4495         Moved ...
4496         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4497         Update #include.
4498         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4499         Moved ...
4500         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4501         Update #include.
4502         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4503         Moved ...
4504         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4505         Update #include.
4506         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4507         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4508         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4509         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4510         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4511         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4512         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4513         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4514         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4515         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4516         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4517         Moved ...
4518         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4519         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4520         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4521         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4522         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4524 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4526         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4527         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4528         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4529         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4530         * nscd/nscd.c: Likewise.
4531         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4532         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4533         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4534         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4536         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4537         <kernel-features.h>.
4538         (init_mq_netlink): Remove conditional have_sock_cloexec
4539         definitions.  Remove code conditional on have_sock_cloexec < 0.
4540         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4541         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4542         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4543         <kernel-features.h>.
4544         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4545         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4547 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4549         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4550         Add tests for memset_chk and memset.
4552         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4553         with AVX2_Usable.
4555 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4557         [BZ #16046]
4558         * elf/tst-dl-iter-static.c: New file.
4559         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4561         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4562         error.
4564 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4566         * sysdeps/unix/sysv/linux/kernel-features.h
4567         (__ASSUME_F_GETOWN_EX): Remove macro.
4568         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4569         <kernel-features.h>.
4570         (miss_F_GETOWN_EX): Remove variable or macro.
4571         (do_fcntl): Do not check miss_F_GETOWN_EX.
4572         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4574         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4575         Remove macro.
4576         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4577         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4578         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4580         * sysdeps/unix/sysv/linux/kernel-features.h
4581         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4582         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4583         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4584         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4586 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4588         [BZ #17075]
4589         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4590         Fix calculation of the symbol's value.
4591         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4592         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4593         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4594         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4595         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4596         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4597         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4598         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4599         (modules-names): Add `tst-armtlsdescmod',
4600         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4601         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4602         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4603         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4604         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4605         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4606         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4607         ($(objpfx)tst-armtlsdescloc): New dependency.
4608         ($(objpfx)tst-armtlsdescextnow): Likewise.
4609         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4610         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4611         TLS scheme support.
4612         * sysdeps/arm/configure: Regenerate.
4614 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4616         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4617         (__atfct_seterrno_2): Likewise.
4618         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4619         <kernel-features.h>.
4620         (__ASSUME_ATFCTS): Do not undefine and redefine.
4621         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4622         (__have_atfcts): Remove conditional definition.
4623         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4624         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4625         unreachable if [__ASSUME_ATFCTS].
4626         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4627         not undefine and redefine.
4628         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4629         <kernel-features.h>.
4630         (faccessat) [__NR_faccessat]: Make code unconditional.
4631         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4632         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4633         <kernel-features.h>.
4634         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4635         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4636         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4637         <kernel-features.h>.
4638         (fchownat) [__NR_fchownat]: Make code unconditional.
4639         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4640         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4641         <kernel-features.h>.
4642         (futimesat) [__NR_futimesat]: Make code unconditional.
4643         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4644         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4645         <kernel-features.h>.
4646         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4647         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4648         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4649         <kernel-features.h>.
4650         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4651         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4652         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4653         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4654         <kernel-features.h>.
4655         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4656         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4657         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4658         <kernel-features.h>.
4659         (linkat) [__NR_linkat]: Make code unconditional.
4660         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4661         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4662         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4663         <kernel-features.h>.
4664         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4665         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4666         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4667         <kernel-features.h>.
4668         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4669         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4670         * sysdeps/unix/sysv/linux/openat.c: Do not include
4671         <kernel-features.h>.
4672         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4673         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4674         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4675         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4676         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4677         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4678         <kernel-features.h>.
4679         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4680         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4681         result of INLINE_SYSCALL directly, not via int variable.
4682         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4683         <kernel-features.h>.
4684         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4685         (renameat) [__NR_renameat]: Make code unconditional.
4686         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4687         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4688         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4689         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4690         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4691         (__ASSUME_ATFCTS): Do not undefine and redefine.
4692         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4693         <kernel-features.h>.
4694         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4695         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4696         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4697         <kernel-features.h>.
4698         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4699         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4700         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4701         (__ASSUME_ATFCTS): Do not undefine and redefine.
4702         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4703         <kernel-features.h>.
4704         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4705         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4706         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4707         <kernel-features.h>.
4708         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4709         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4711 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4713         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4715 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4717         [BZ #17069]
4718         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4719         constructed tree before returning error.
4720         * posix/bug-regexp36.c: Expand test case.
4722 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4724         [BZ #6803]
4725         * math/libm-test.inc (scalbln_test_date):
4726         Add errno expectations.
4727         * math/w_scalblnf.c: New File.
4728         Add wrapper which checks for setting errno to ERANGE.
4729         Add weak_alias for corresponding scalbln function.
4730         * math/w_scalbln.c: Likewise.
4731         * math/w_scalblnl.c: Likewise.
4732         * math/Makefile (libm-calls): Add w_scalbln.
4733         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4734         Remove weak_alias for corresponding scalbln function.
4735         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4736         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4737         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4738         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4739         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4740         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4741         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4742         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4743         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4744         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4745         Remove long_double_symbol for scalblnl function in libm, libc.
4746         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4747         Add wrapper which checks for setting errno to ERANGE.
4748         Add long_double_symbol for scalblnl function in libm, libc.
4749         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4750         Remove long_double_symbol for scalblnl in libm.
4751         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4752         Add wrapper which checks for setting errno to ERANGE.
4753         Add long_double_symbol for scalblnl function in libm.
4754         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4755         Do not use wrapper because of own implementation.
4757 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4759         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4760         3 bytes for __pad1 for x32.
4761         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4763 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4764             H.J. Lu  <hongjiu.lu@intel.com>
4766         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4767         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4768         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4769         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4770         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4772 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4774         [BZ #17069]
4775         * posix/regcomp.c (parse_expression): Deallocate partially
4776         constructed tree before returning error.
4777         * posix/Makefile.c (tests): Add bug-regex36.
4778         (generated): Add bug-regex36.mtrace.
4779         (tests-special): Add $(objpfx)bug-regex36-mem.out
4780         (bug-regex36-ENV): New variable.
4781         ($(objpfx)bug-regex36-mem.out): New rule.
4782         * posix/bug-regex36.c: New file.
4784 2014-06-19  Will Newton  <will.newton@linaro.org>
4786         * malloc/malloc.c (systrim): If extra is zero then return
4787         early.
4789 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4791         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4793 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4795         * sysdeps/aarch64/strchr.S: New file.
4797 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4799         [BZ #17022]
4800         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4801         from arguments -2 or below.
4802         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4803         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4805 2014-06-18  Andreas Schwab  <schwab@suse.de>
4807         [BZ #17062]
4808         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4809         of a bracket expr not to run off the end of the string.
4810         * posix/Makefile (tests): Add tst-fnmatch3.
4811         * posix/tst-fnmatch3.c: New file.
4813 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4815         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4816         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4817         [$(cross-compiling) = no]: Likewise.
4818         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4819         [$(cross-compiling) = no]: Likewise.
4821 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4823         [BZ #17031]
4824         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4825         double, adjusted for any remainder from the high double.
4826         * math/libm-test.inc (nearbyint): Add tests.
4827         (rint): Likewise.
4829 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4831         * nptl/sysdeps/powerpc/Makefile: Moved ...
4832         * sysdeps/powerpc/nptl/Makefile: ... here.
4833         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4834         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4835         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4836         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4837         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4838         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4839         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4840         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4841         * nptl/sysdeps/powerpc/tls.h: Moved ...
4842         * sysdeps/powerpc/nptl/tls.h: ... here.
4844 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4846         [BZ #16681]
4847         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4848         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4849         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4850         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4851         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4852         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4853         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4854         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4855         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4857 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4859         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4861 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4863         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4864         defined operator.
4866         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4867         $TIMEOUTFACTOR.
4869 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4871         [BZ #17058]
4872         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4873         non-executed part of the test.
4875 2014-06-16  Andreas Schwab  <schwab@suse.de>
4877         * string/bits/string2.h (strdup, strndup): Update feature guard.
4879 2014-06-14  David S. Miller  <davem@davemloft.net>
4881         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4883 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4885         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4886         that was previously under [RESET_PID].
4887         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4889         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4890         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4891         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4892         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4893         (__libc_vfork): New strong alias.
4894         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4896 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4898         * sysdeps/generic/elide.h: New file.
4900 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4902         * Makefile (installed-headers): Adjust path of pthread.h header.
4904 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4906         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4907         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4908         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4909         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4911         * nptl/sysdeps/s390/Makefile: Moved ...
4912         * sysdeps/s390/nptl/Makefile: ... here.
4913         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4914         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4915         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4916         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4917         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4918         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4919         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4920         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4921         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4922         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4923         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4924         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4925         * nptl/sysdeps/s390/tls.h: Moved ...
4926         * sysdeps/s390/nptl/tls.h: ... here.
4928         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4929         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4931 2014-06-13  David S. Miller  <davem@davemloft.net>
4933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4934         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4936         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4939         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4940         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4941         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4942         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4943         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4944         Remove RESET_PID cpp guards.
4945         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4946         Remove RESET_PID cpp guards.
4947         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4949 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4951         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4952         __sp to uintptr_t.
4954 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4956         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4957         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4958         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4959         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4960         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4961         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4962         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4963         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4964         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4965         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4966         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4967         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4968         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4969         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4970         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4971         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4972         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4973         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4974         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4975         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4977         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4978         (pthread_rwlock_rdlock): Add elision.
4979         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4980         (pthread_rwlock_wrlock): Add elision.
4981         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4982         (pthread_rwlock_trywrlock): Add elision.
4983         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4984         (pthread_rwlock_tryrdlock): Add elision.
4985         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4986         (pthread_rwlock_tryrdlock): Add elision unlock.
4987         * nptl/sysdeps/pthread/pthread.h:
4988         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4989         (PTHREAD_RWLOCK_INITIALIZER,
4990         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4991         Handle new elision field.
4992         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4993         * sysdeps/arm/nptl/bits/pthreadtypes.h
4994         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4995         * sysdeps/sh/nptl/bits/pthreadtypes.h
4996         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4997         * sysdeps/tile/nptl/bits/pthreadtypes.h
4998         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4999         * sysdeps/a/nptl/bits/pthreadtypes.h
5000         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5001         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5002         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5003         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5004         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5005         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5006         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5007         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5008         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5009         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5010         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5011         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5012         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5013         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5014         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5015         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5016         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5017         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5018         (elision_init): Set try_xbegin to zero when no RTM.
5019         * sysdeps/x86/nptl/bits/pthreadtypes.h
5020         (pthread_rwlock_t): Change __pad1 to __rwelision.
5021         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5023 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5025         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5026         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5027         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5028         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5030 2014-06-13  Meador Inge  <meadori@codesourcery.com>
5032         [BZ #16996]
5033         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
5034         that the cached result has been set before returning it.
5036 2014-06-12  Roland McGrath  <roland@hack.frob.com>
5038         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5039         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5040         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5041         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5042         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5043         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5045         * nptl/sysdeps/sparc/Makefile: Moved ...
5046         * sysdeps/sparc/nptl/Makefile: ... here.
5047         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5048         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5049         * nptl/sysdeps/sparc/tls.h: Moved ...
5050         * sysdeps/sparc/nptl/tls.h: ... here.
5051         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5052         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5053         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5054         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5055         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5056         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5057         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5058         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5059         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5060         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5061         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5062         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5063         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5064         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5065         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5066         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5067         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5068         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5069         Update #include.
5070         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5071         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5072         Update #include.
5073         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5074         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5075         Update #include.
5076         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5077         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5078         Update #include.
5080         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5082         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5083         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5085         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5086         (struct list_links): Type removed.
5087         (struct thread_node, struct timer_node): Replace struct list_links
5088         with struct list_head.
5089         (list_unlink_ip): Likewise.
5090         * sysdeps/pthread/timer_routines.c
5091         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5092         (list_append, list_insbefore): Likewise.
5093         (list_init): Function removed.
5094         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5095         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5096         * sysdeps/pthread/Makefile: ... here, new file.
5098         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5099         * sysdeps/nptl/Implies: ... here.
5100         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5101         * nptl/sysdeps/pthread/list.h: Moved ...
5102         * include/list.h: ... here.
5103         * nptl/sysdeps/pthread/createthread.c: Moved ...
5104         * nptl/createthread.c: ... here.
5105         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5106         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5107         * nptl/pt-longjmp.c: ... here.
5108         * nptl/sysdeps/pthread/Makefile: Moved ...
5109         * sysdeps/nptl/Makefile: ... here.
5110         * nptl/sysdeps/pthread/Subdirs: Moved ...
5111         * sysdeps/nptl/Subdirs: ... here.
5112         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5113         * sysdeps/nptl/aio_misc.h: ... here.
5114         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5115         * sysdeps/nptl/bits/libc-lock.h: ... here.
5116         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5117         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5118         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5119         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5120         * nptl/sysdeps/pthread/configure: Moved ...
5121         * sysdeps/nptl/configure: ... here.
5122         * nptl/sysdeps/pthread/configure.ac: Moved ...
5123         * sysdeps/nptl/configure.ac: ... here.
5124         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5125         * sysdeps/nptl/gai_misc.h: ... here.
5126         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5127         * sysdeps/nptl/librt-cancellation.c: ... here.
5128         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5129         * sysdeps/nptl/malloc-machine.h: ... here.
5130         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5131         * sysdeps/nptl/pthread-functions.h: ... here.
5132         * nptl/sysdeps/pthread/pthread.h: Moved ...
5133         * sysdeps/nptl/pthread.h: ... here.
5134         * nptl/sysdeps/pthread/setxid.h: Moved ...
5135         * sysdeps/nptl/setxid.h: ... here.
5136         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5137         * sysdeps/nptl/sigfillset.c: ... here.
5138         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5139         * sysdeps/nptl/tcb-offsets.h: ... here.
5140         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5141         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5142         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5143         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5144         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5145         * sysdeps/pthread/allocalim.h: ... here.
5146         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5147         * sysdeps/pthread/bits/sigthread.h: ... here.
5148         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5149         * sysdeps/pthread/flockfile.c: ... here.
5150         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5151         * sysdeps/pthread/ftrylockfile.c: ... here.
5152         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5153         * sysdeps/pthread/funlockfile.c: ... here.
5154         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5155         * sysdeps/pthread/posix-timer.h: ... here.
5156         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5157         * sysdeps/pthread/timer_create.c: ... here.
5158         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5159         * sysdeps/pthread/timer_delete.c: ... here.
5160         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5161         * sysdeps/pthread/timer_getoverr.c: ... here.
5162         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5163         * sysdeps/pthread/timer_gettime.c: ... here.
5164         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5165         * sysdeps/pthread/timer_routines.c: ... here.
5166         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5167         * sysdeps/pthread/timer_settime.c: ... here.
5168         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5169         * sysdeps/pthread/tst-timer.c: ... here.
5170         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5171         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5173         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5174         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5176         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5177         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5178         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5179         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5180         Update #include target.
5181         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5182         * sysdeps/i386/i686/nptl/Makefile: ... here.
5183         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5184         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5185         Update #include target.
5186         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5187         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5188         * nptl/sysdeps/i386/Makefile: Moved ...
5189         * sysdeps/i386/nptl/Makefile: ... here.
5190         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5191         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5192         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5193         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5194         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5195         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5196         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5197         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5198         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5199         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5200         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5201         * nptl/sysdeps/i386/tls.h: Moved ...
5202         * sysdeps/i386/nptl/tls.h: ... here.
5204         * sysdeps/sh/Makefile [$(subdir) = csu]
5205         (gen-as-const-headers): Add tcb-offsets.sym.
5206         * nptl/sysdeps/sh/Makefile: File removed.
5207         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5208         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5209         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5210         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5211         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5212         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5213         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5214         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5215         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5216         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5217         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5218         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5219         * nptl/sysdeps/sh/tls.h: Moved ...
5220         * sysdeps/sh/nptl/tls.h: ... here.
5221         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5222         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5223         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5224         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5225         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5226         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5227         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5228         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5229         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5230         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5231         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5232         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5233         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5234         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5235         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5236         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5237         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5238         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5239         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5240         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5241         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5242         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5243         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5244         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5245         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5246         Moved ...
5247         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5248         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5249         Moved ...
5250         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5251         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5252         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5253         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5254         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5255         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5256         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5257         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5258         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5259         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5260         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5261         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5262         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5263         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5264         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5265         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5266         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5267         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5268         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5270 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5272         * posix/spawn_faction_addopen.c: Include string.h.
5274 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5276         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5277         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5278         * nptl/sysdeps/x86_64/Makefile: Moved ...
5279         * sysdeps/x86_64/nptl/Makefile: ... here.
5280         * nptl/sysdeps/x86_64/configure: Moved ...
5281         * sysdeps/x86_64/nptl/configure: ... here.
5282         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5283         * sysdeps/x86_64/nptl/configure.ac: ... here.
5284         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5285         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5286         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5287         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5288         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5289         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5290         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5291         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5292         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5293         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5294         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5295         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5296         * nptl/sysdeps/x86_64/tls.h: Moved ...
5297         * sysdeps/x86_64/nptl/tls.h: ... here.
5298         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5299         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5300         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5301         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5303         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5305 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5307         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5309 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5311         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5312         type.
5313         [POSIX] (off_t): Likewise.
5314         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5315         [POSIX] (S_ISBLK): Require macro.
5316         [POSIX] (S_ISCHR): Likewise.
5317         [POSIX] (S_ISDIR): Likewise.
5318         [POSIX] (S_ISFIFO): Likewise.
5319         [POSIX] (S_ISREG): Likewise.
5320         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5321         optional-macro.
5322         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5323         type.
5324         [POSIX] (time_t): Likewise.
5325         [POSIX] (timer_t): Likewise.
5327 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5329         [BZ #17048]
5330         * posix/spawn_int.h (struct __spawn_action): Make the path string
5331         non-const to support deallocation.
5332         * posix/spawn_faction_addopen.c
5333         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5334         * posix/spawn_faction_destroy.c
5335         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5336         path in all spawn_do_open actions.
5337         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5338         posix_spawn_file_actions_addopen.
5340 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5342         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5343         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5344         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5345         conditional code always true.
5346         (__libc_vfork): New alias.
5348 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5350         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5351         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5353         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5355         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5356         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5358         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5359         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5361         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5362         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5364 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5366         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5367         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5368         multiarch strcmp for PPC64.
5369         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5370         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5371         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5372         multiarch optimizations.
5373         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5374         (__libc_ifunc_impl_list): Likewise.
5376 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5378         * benchtests/scripts/validate_benchout.py: New script.
5379         * benchtests/Makefile (bench-func): Call it.
5380         * benchtests/scripts/benchout.schema.json: New file.
5382 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5384         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5385         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5386         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5387         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5388         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5389         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5390         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5391         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5392         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5393         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5394         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5395         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5396         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5397         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5398         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5399         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5401         Moved ...
5402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5403         ... here.
5404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5405         Moved ...
5406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5408         Moved ...
5409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5410         ... here.
5411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5412         Moved ...
5413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5414         ... here.
5415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5416         Moved ...
5417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5419         Moved ...
5420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5421         ... here.
5422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5423         Moved ...
5424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5425         ... here.
5426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5427         Moved ...
5428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5430         Moved ...
5431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5432         ... here.
5433         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5434         Moved ...
5435         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5436         ... here.
5437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5438         Moved ...
5439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5440         ... here.
5441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5442         Moved ...
5443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5445         Moved ...
5446         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5447         ... here.
5448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5449         Moved ...
5450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5451         ... here.
5452         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5453         Moved ...
5454         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5455         ... here.
5456         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5457         Moved ...
5458         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5460         Moved ...
5461         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5462         ... here.
5463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5464         Moved ...
5465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5466         ... here.
5467         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5468         Moved ...
5469         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5470         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5471         Moved ...
5472         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5473         ... here.
5474         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5475         Moved ...
5476         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5477         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5478         Moved ...
5479         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5481         Moved ...
5482         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5483         ... here.
5484         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5485         Moved ...
5486         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5487         ... here.
5488         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5489         Moved ...
5490         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5491         ... here.
5492         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5493         Moved ...
5494         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5495         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5496         Moved ...
5497         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5498         ... here.
5499         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5500         Moved ...
5501         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5502         ... here.
5503         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5504         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5505         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5506         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5507         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5508         Moved ...
5509         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5510         ... here.
5511         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5512         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5513         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5514         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5515         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5516         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5517         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5518         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5519         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5520         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5521         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5522         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5523         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5524         Moved ...
5525         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5526         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5527         Moved ...
5528         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5529         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5530         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5531         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5532         Moved ...
5533         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5534         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5535         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5536         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5537         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5538         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5539         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5541 2014-06-10  Wilco  <wdijkstr@arm.com>
5543         * math/test-fenv-return.c: New file.
5544         * math/Makefile: Add new test test-fenv-return.
5546 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5548         [BZ #17042]
5549         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5550         when x - 1 is zero.
5551         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5552         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5553         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5554         0.0L for an argument of 1.0L.
5555         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5556         Likewise.
5557         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5558         value when x - 1 is zero.
5559         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5560         * sysdeps/i386/fpu/libm-test-ulps: Update.
5561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5563 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5565         [BZ #15119]
5566         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5568 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5570         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5571         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5573 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5575         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5576         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5578         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5579         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5581         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5582         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5584         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5585         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5587         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5588         if not already defined.
5589         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5590         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5591         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5592         (TLS_INIT_TP): Use it.
5593         (TLS_DEFINE_INIT_TP): New macro.
5594         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5596 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5598         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5599         constant.
5600         [POSIX] (IXANY): Likewise.
5601         [POSIX] (OLCUC): Likewise.
5602         [POSIX || POSIX2008] (CBAUD): Do not allow.
5603         [POSIX || POSIX2008] (DEFECHO): Likewise.
5604         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5605         [POSIX || POSIX2008] (ECHOKE): Likewise.
5606         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5607         [POSIX || POSIX2008] (EXTA): Likewise.
5608         [POSIX || POSIX2008] (EXTB): Likewise.
5609         [POSIX || POSIX2008] (FLUSHO): Likewise.
5610         [POSIX || POSIX2008] (LOBLK): Likewise.
5611         [POSIX || POSIX2008] (PENDIN): Likewise.
5612         [POSIX || POSIX2008] (SWTCH): Likewise.
5613         [POSIX || POSIX2008] (VDISCARD): Likewise.
5614         [POSIX || POSIX2008] (VDSUSP): Likewise.
5615         [POSIX || POSIX2008] (VLNEXT): Likewise.
5616         [POSIX || POSIX2008] (VREPRINT): Likewise.
5617         [POSIX || POSIX2008] (VSTATUS): Likewise.
5618         [POSIX || POSIX2008] (VWERASE): Likewise.
5619         (B*): Change to B[0123456789]*.
5620         * conform/data/time.h-data [POSIX || UNIX98]
5621         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5622         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5623         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5624         [POSIX] (tm_*): Do not allow.
5626 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5628         * Makefile (install): Don't set LANGUAGE.
5629         * Makefile.in (install): Likewise.
5630         * assert/Makefile (test-assert-ENV): Remove variable.
5631         (test-assert-perr-ENV): Likewise.
5632         * elf/Makefile (neededtest4-ENV): Likewise.
5633         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5634         [$(cross-compiling) = no]: Don't set LANGUAGE.
5635         * io/ftwtest-sh (LANG): Remove variable.
5636         * libio/Makefile (tst-widetext-ENV): Likewise.
5637         * manual/install.texi (Running make install): Don't refer to
5638         environment settings for make install.
5639         * INSTALL: Regenerated.
5640         * nptl/tst-tls6.sh: Don't set LANG.
5641         * posix/globtest.sh (LANG): Remove variable.
5642         * string/Makefile (tester-ENV): Likewise.
5643         (inl-tester-ENV): Likewise.
5644         (noinl-tester-ENV): Likewise.
5645         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5646         [$(cross-compiling) = no]: Don't set LANGUAGE.
5647         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5648         without explicit environment settings.
5650 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5652         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5653         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5654         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5655         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5657 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5659         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5660         other files in the crypt directory.
5661         * crypt/crypt.c: Remove duplicate includes.
5662         * crypt/crypt-entry.c: Likewise.
5663         * crypt/crypt_util.c: Likewise.
5665 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5667         * Makeconfig (run-program-env): New variable.
5668         (run-program-prefix-before-env): Likewise.
5669         (run-program-prefix-after-env): Likewise.
5670         (run-program-prefix): Define in terms of new variables.
5671         (built-program-cmd-before-env): New variable.
5672         (built-program-cmd-after-env): Likewise.
5673         (built-program-cmd): Define in terms of new variables.
5674         (test-program-prefix-before-env): New variable.
5675         (test-program-prefix-after-env): Likewise.
5676         (test-program-prefix): Define in terms of new variables.
5677         (test-program-cmd-before-env): New variable.
5678         (test-program-cmd-after-env): Likewise.
5679         (test-program-cmd): Define in terms of new variables.
5680         * Rules (make-test-out): Use $(run-program-env).
5681         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5682         (help): Do not mention environment variables.  Mention
5683         --timeoutfactor option.
5684         (timeoutfactor): New variable.
5685         (blacklist_exports): Remove function.
5686         (exports): Remove variable.
5687         (command): Do not include ${exports}.
5688         * manual/install.texi (Configuring and compiling): Do not mention
5689         test wrappers preserving environment variables.  Mention that last
5690         assignment to a variable must take precedence.
5691         * INSTALL: Regenerated.
5692         * benchtests/Makefile (run-bench): Use $(run-program-env).
5693         * catgets/Makefile ($(objpfx)test1.cat): Use
5694         $(built-program-cmd-before-env), $(run-program-env) and
5695         $(built-program-cmd-after-env).
5696         ($(objpfx)test2.cat): Do not specify environment variables
5697         explicitly.
5698         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5699         $(run-program-env) and $(built-program-cmd-after-env).
5700         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5701         $(run-program-env) and $(test-program-cmd-after-env).
5702         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5703         explicitly.
5704         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5705         run_program_env and test_program_cmd_after_env arguments.
5706         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5707         * elf/tst-pathopt.sh: Use run_program_env argument.
5708         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5709         $(test-wrapper-env) and $(run-program-env).
5710         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5711         run_program_env arguments.
5712         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5713         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5714         $(test-program-prefix-before-env), $(run-program-env) and
5715         $(test-program-prefix-after-env).
5716         ($(objpfx)tst-gettext2.out): Likewise.
5717         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5718         run_program_env and test_program_prefix_after_env arguments.
5719         * intl/tst-gettext2.sh: Likewise.
5720         * intl/tst-gettext4.sh: Do not set environment variables
5721         explicitly.
5722         * intl/tst-gettext6.sh: Likewise.
5723         * intl/tst-translit.sh: Likewise.
5724         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5725         $(test-program-prefix-before-env), $(run-program-env) and
5726         $(test-program-prefix-after-env).
5727         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5728         run_program_env and test_program_prefix_after_env arguments.
5729         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5730         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5731         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5732         explicitly with each use of ${test_wrapper_env}.
5733         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5734         $(test-program-prefix-before-env), $(run-program-env) and
5735         $(test-program-prefix-after-env).
5736         * posix/tst-getconf.sh: Do not set environment variables
5737         explicitly.
5738         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5739         run_program_env and test_program_prefix_after_env arguments.
5740         * stdio-common/tst-printf.sh: Do not set environment variables
5741         explicitly.
5742         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5743         $(test-program-prefix-before-env), $(run-program-env) and
5744         $(test-program-prefix-after-env).
5745         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5746         run_program_env and test_program_prefix_after_env arguments.
5747         Split $test calls into $test_pre and $test.
5748         * timezone/Makefile (build-testdata): Use
5749         $(built-program-cmd-before-env), $(run-program-env) and
5750         $(built-program-cmd-after-env).
5752 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5754         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5755         strlen for non SHARED builds.
5757 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5759         * nptl/allocatestack.c (check_list): Inlined function...
5760         (__reclaim_stacks): ... here.
5762 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5764         [BZ #15698]
5765         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5766         memory overrun.
5768 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5770         * Rules (make-test-out): Include
5771         LOCPATH=$(common-objpfx)localedata in default environment.
5772         * debug/Makefile (tst-chk1-ENV): Remove variable.
5773         (tst-chk2-ENV): Likewise.
5774         (tst-chk3-ENV): Likewise.
5775         (tst-chk4-ENV): Likewise.
5776         (tst-chk5-ENV): Likewise.
5777         (tst-chk6-ENV): Likewise.
5778         (tst-lfschk1-ENV): Likewise.
5779         (tst-lfschk2-ENV): Likewise.
5780         (tst-lfschk3-ENV): Likewise.
5781         (tst-lfschk4-ENV): Likewise.
5782         (tst-lfschk5-ENV): Likewise.
5783         (tst-lfschk6-ENV): Likewise.
5784         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5785         (tst-iconv7-ENV): Likewise.
5786         * intl/Makefile (LOCPATH-ENV): Likewise.
5787         (tst-codeset-ENV): Likewise.
5788         (tst-gettext3-ENV): Likewise.
5789         (tst-gettext5-ENV): Likewise.
5790         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5791         (tst-fopenloc-ENV): Likewise.
5792         (tst-fgetws-ENV): Remove variable.
5793         (tst-ungetwc1-ENV): Likewise.
5794         (tst-ungetwc2-ENV): Likewise.
5795         (bug-ungetwc2-ENV): Likewise.
5796         (tst-swscanf-ENV): Likewise.
5797         (bug-ftell-ENV): Likewise.
5798         (tst-fgetwc-ENV): Likewise.
5799         (tst-fseek-ENV): Likewise.
5800         (tst-ftell-partial-wide-ENV): Likewise.
5801         (tst-ftell-active-handler-ENV): Likewise.
5802         (tst-ftell-append-ENV): Likewise.
5803         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5804         (tst-regexloc-ENV): Likewise.
5805         (bug-regex1-ENV): Likewise.
5806         (tst-regex-ENV): Likewise.
5807         (tst-regex2-ENV): Likewise.
5808         (bug-regex5-ENV): Likewise.
5809         (bug-regex6-ENV): Likewise.
5810         (bug-regex17-ENV): Likewise.
5811         (bug-regex18-ENV): Likewise.
5812         (bug-regex19-ENV): Likewise.
5813         (bug-regex20-ENV): Likewise.
5814         (bug-regex22-ENV): Likewise.
5815         (bug-regex23-ENV): Likewise.
5816         (bug-regex25-ENV): Likewise.
5817         (bug-regex26-ENV): Likewise.
5818         (bug-regex30-ENV): Likewise.
5819         (bug-regex32-ENV): Likewise.
5820         (bug-regex33-ENV): Likewise.
5821         (bug-regex34-ENV): Likewise.
5822         (bug-regex35-ENV): Likewise.
5823         (tst-rxspencer-ENV): Likewise.
5824         (tst-rxspencer-no-utf8-ENV): Likewise.
5825         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5826         (tst-sscanf-ENV): Likewise.
5827         (tst-swprintf-ENV): Likewise.
5828         (tst-swscanf-ENV): Likewise.
5829         (test-vfprintf-ENV): Likewise.
5830         (scanf13-ENV): Likewise.
5831         (bug14-ENV): Likewise.
5832         (tst-grouping-ENV): Likewise.
5833         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5834         (tst-strtod3-ENV): Likewise.
5835         (tst-strtod4-ENV): Likewise.
5836         (tst-strtod5-ENV): Likewise.
5837         (testmb2-ENV): Likewise./
5838         * string/Makefile (tst-strxfrm-ENV): Likewise.
5839         (tst-strxfrm2-ENV): Likewise.
5840         (bug-strcoll1-ENV): Likewise.
5841         (test-strcasecmp-ENV): Likewise.
5842         (test-strncasecmp-ENV): Likewise.
5843         * time/Makefile (tst-strptime-ENV): Likewise.
5844         (tst-ftime_l-ENV): Likewise.
5845         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5846         (tst-mbrtowc-ENV): Likewise.
5847         (tst-wcrtomb-ENV): Likewise.
5848         (tst-mbrtowc2-ENV): Likewise.
5849         (tst-c16c32-1-ENV): Likewise.
5850         (tst-mbsnrtowcs-ENV): Likewise.
5852 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5854         * manual/resource.texi (How to get information about the memory
5855         subsystem?): Fix typo.
5856         Reported by Peon de la Parra Ivan <peon@keba.com>
5858 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5860         [BZ #16882]
5861         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5862         (pthread_spin_lock): Branch out of spin loop to proper location.
5863         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5864         (pthread_spin_lock): Likewise.
5866         * nptl/tst-spin4.c: New test.
5867         * nptl/Makefile (tests): Add tst-spin4.
5869 2014-06-03  Andreas Schwab  <schwab@suse.de>
5871         [BZ #15946]
5872         * resolv/res_send.c (send_dg): Reload file descriptor after
5873         calling reopen.
5875 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5877         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5879 2014-06-03  Richard Henderson  <rth@redhat.com>
5881         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5882         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5883         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5884         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5885         in the SAVE_PID block.
5886         (__libc_vfork): New alias.
5887         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5889         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5890         child in registers, not on the stack.  Remove RESET_PID conditionals.
5891         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5893 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5895         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5897 2014-06-03  Wilco  <wdijkstr@arm.com>
5899         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5900         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5901         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5902         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5903         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5904         Likewise.
5906 2014-06-03  Wilco  <wdijkstr@arm.com>
5908         * sysdeps/aarch64/fpu/math_private.h
5909         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5910         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5911         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5912         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5913         Fix declarations.
5915 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5917         * crypt/crypt-private.h: Include ufc-crypt.h.
5918         (__b64_from_24bit): Declare extern.
5919         * crypt/crypt_util.c(__b64_from_24bit): New function.
5920         (b64t): New static const variable.
5921         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5922         (b64t): Remove variable.
5923         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5924         * crypt/sha256-crypt.c: Include crypt-private.h.
5925         (b64t): Remove variable.
5926         (__sha256_crypt_r): Remove b64_from_24bit and replace
5927         with __b64_from_24bit.
5928         * crypt/sha512-crypt.c: Likewise.
5930 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5932         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5933         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5934         Label the code __libc_vfork rather than __vfork.
5935         [!NOT_IN_libc] (vfork): Define as weak alias.
5936         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5937         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5938         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5940 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5942         * malloc/malloc.c (malloc_info): Fix format specifier for
5943         n_mmaps.
5945 2014-06-02  Wilco  <wdijkstr@arm.com>
5947         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5948         FPCR write.
5950 2014-06-02  Wilco  <wdijkstr@arm.com>
5952         [BZ #17009]
5953         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5954         Rewrite to reduce FPCR/FPSR accesses.
5956 2014-06-01  David S. Miller  <davem@davemloft.net>
5958         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5960 2014-05-31  David S. Miller  <davem@davemloft.net>
5962         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5963         to occur in round to nearest mode when |x| >= 2.0
5965 2014-05-30  Richard Henderson  <rth@twiddle.net>
5967         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5968         (PSEUDO_RET_NOERRNO): Remove.
5969         (ret): Don't redefine.
5970         (ret_NOERRNO): Define in terms of ret.
5971         (ret_ERRVAL): Likewise.
5973         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5974         use of PSEUDO_RET; perform the error check directly.
5976 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5978         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5979         with __int128_t.
5981 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5983         * malloc/malloc (malloc_info): Fix formatting.
5985 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5986             Roland McGrath  <roland@hack.frob.com>
5988         * malloc/malloc (malloc_info): Also print mmapped statistics.
5990 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5992         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5993         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5995 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5997         * malloc/malloc.c (malloc_info): Inline mi_arena.
5999 2014-05-29  Richard Henderson  <rth@twiddle.net>
6001         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6002         Remove comma before expanding ASM_ARGS_##nr.
6003         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6004         Make _x0 a strict output; make _x8 a strict input; adjust expansion
6005         of ASM_ARGS_##nr.
6006         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6007         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6008         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6009         (ASM_ARGS_1): Add leading comma.
6011         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6012         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6013         to __errno_location.
6014         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6015         Remove the expected plt for __errno_location.
6017         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6018         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
6019         call to __read_tp.
6021         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6022         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
6023         it and break it down.
6024         (DOCARGS_0, DOCARGS_1): Do nothing.
6025         (DOCARGS_2): Update to store into the new stack frame.
6026         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6027         (UNDOCARGS_1): Update to restore from the new stack frame.
6028         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6029         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6031         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6032         (SINGLE_THREAD_P): New parameter for result regno.
6033         (PSEUDO): Update to match; use cbz instead of beq.
6035         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6036         Use ENTRY to define the _nocancel entry point.  Share the syscall
6037         and syscall error check paths with the cancel path.
6038         (PSEUDO_END): New.
6040         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6041         whitespace; tabs before and after asm mnemonics.
6043 2014-05-29  Eric Wong  <normalperson@yhbt.net>
6045         [BZ #15132]
6046         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6047         Call fstat64 or stat64 internally, depending on arguments passed.
6048         Replace stat buffer argument with file descriptor argument.
6049         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6050         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6051         Pass fd to __internal_statvfs instead of calling fstat64.
6052         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6053         Pass fd to __internal_statvfs64 instead of calling fstat64.
6054         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6055         Pass -1 to __internal_statvfs instead of calling stat64.
6056         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6057         Pass -1 to __internal_statvfs64 instead of calling stat64.
6059 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6061         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6062         that was previously under [RESET_PID].
6063         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6065         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6066         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6068 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6070         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6072         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6073         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6075 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6077         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6079 2014-05-27  Andreas Schwab  <schwab@suse.de>
6081         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6082         TLS_INIT_TP macro.
6083         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6084         * elf/rtld.c (init_tls, dl_main): Likewise.
6085         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6086         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6087         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6088         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6089         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6090         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6091         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6092         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6093         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6094         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6095         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6096         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6097         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6098         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6099         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6100         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6101         * sysdeps/generic/tls.h: Update description.
6103 2014-05-27  Will Newton  <will.newton@linaro.org>
6105         [BZ #16990]
6106         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6107         and restore r2 rather than just restoring.
6109 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6111         [BZ #16724]
6112         * libio/tst-ftell-append.c: New test case.
6113         * libio/Makefile (tests): Add test case.
6114         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6115         append mode.
6116         * libio/wfileops.c (do_ftell_wide): Likewise.
6118 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6120         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6122         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6123         ...
6124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6126         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6127         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6128         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6129         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6130         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6131         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6132         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6133         Moved ...
6134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6135         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6136         Moved ...
6137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6138         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6139         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6140         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6141         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6142         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6143         ...
6144         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6145         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6146         Moved ...
6147         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6148         here.
6149         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6150         ...
6151         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6152         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6153         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6155         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6156         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6157         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6158         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6160         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6161         merge into ...
6162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6163         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6164         ...
6165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6166         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6167         ...
6168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6169         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6170         Moved ...
6171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6172         here.
6173         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6174         Moved ...
6175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6176         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6177         Moved ...
6178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6181         conditional [RESET_PID].
6182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6183         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6184         removed.
6185         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6186         removed.
6188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6189         <tcb-offsets.h>.
6190         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6191         (__libc_vfork): New strong alias.
6192         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6193         removed.
6194         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6195         Removed.
6197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6198         <tcb-offsets.h>.
6199         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6200         (__libc_vfork): New strong alias.
6201         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6202         removed.
6203         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6204         removed.
6206 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6208         * malloc/malloc.c (mi_arena): New function.
6209         (malloc_info): Remove nested function mi_arena. Call non-nosted
6210         function mi_arena.
6212 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6214         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6215         by insrwi.
6216         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6217         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6218         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6219         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6220         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6221         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6222         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6224 2014-05-26  Andreas Schwab  <schwab@suse.de>
6226         [BZ #16984]
6227         * locale/programs/repertoire.c (repertoire_read): Add slash
6228         between I18NPATH element and file name.
6229         * locale/programs/locfile.c (locfile_read): Likewise.
6231 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6233         * nptl/pthread_mutexattr_settype.c
6234         (__pthread_mutexattr_settype):
6235         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6237 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6239         * nptl/tst-mutex5 (do_test):
6240         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6242 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6244         * benchtests/README: Document 'init' directive.
6245         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6246         BENCH_INIT.
6247         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6248         (parse_file): Recognize 'init' directive.
6250 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6252         [BZ #16796]
6253         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6254         alignment of struct pthread.
6256 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6258         [BZ #16878]
6259         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6260         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6261         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6262         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6264 2014-05-25  Richard Henderson  <rth@twiddle.net>
6266         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6267         (SINGLE_THREAD_P_PIC): Remove.
6268         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6269         (SINGLE_THREAD_P_PIC): Remove.
6271         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6272         branch to syscall error ...
6273         (PSEUDO): ... here.
6274         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6275         from __local_syscall_error to .Lsyscall_error.
6276         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6277         (SYSCALL_ERROR): Update label name.
6279         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6280         Do not use DOARGS/UNDOARGS.
6281         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6282         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6283         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6284         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6285         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6287         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6288         block comment.
6290         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6291         define if !NOT_IN_libc.
6292         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6293         define with non-default symbol versions.
6295 2014-05-23  Richard Henderson  <rth@twiddle.net>
6297         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6298         (vfork, __vfork): Define via compat_symbol.
6300         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6301         [!HAVE_IFUNC] (vfork_compat): Remove.
6302         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6304 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6306         [BZ #16978]
6307         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6308         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6309         variable.
6311 2014-05-23  Richard Henderson  <rth@twiddle.net>
6313         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6314         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6315         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6316         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6318         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6319         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6320         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6321         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6322         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6323         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6324         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6325         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6326         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6327         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6328         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6329         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6330         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6331         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6332         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6333         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6334         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6335         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6336         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6337         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6338         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6339         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6340         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6341         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6342         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6343         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6344         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6345         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6346         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6347         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6348         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6349         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6350         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6351         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6352         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6353         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6354         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6355         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6356         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6357         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6358         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6359         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6360         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6361         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6362         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6363         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6364         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6365         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6366         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6367         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6368         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6369         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6370         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6371         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6372         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6373         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6375         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6376         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6377         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6378         before exiting on error.
6379         (__libc_vfork): New strong alias.
6380         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6381         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6383         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6384         that was previously under [RESET_PID].
6385         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6387         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6389 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6391         [BZ #16977]
6392         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6393         value when x - 1 is zero.
6394         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6395         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6396         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6397         0.0L for an argument of 1.0L.
6398         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6399         Likewise.
6400         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6401         value when x - 1 is zero.
6402         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6403         * sysdeps/i386/fpu/libm-test-ulps: Update.
6404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6406 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6408         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6409         alphasort and versionsort.
6411 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6413         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6414         macro.
6415         [copysignf]: Likewise.
6417 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6419         * crypt/md5-crypt.c: Fix formatting.
6421 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6423         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6424         (b64_from_24bit): New function.
6426 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6428         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6429         libc_hidden_builtin_def to ifunc.
6430         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6431         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6433 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6435         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6436         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6438 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6440         * nscd/Depend (linuxthreads): Remove.
6441         (nptl): Add.
6442         * resolv/Depend (linuxthreads): Remove.
6443         * rt/Depend (linuxthreads): Remove.
6445         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6446         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6447         $(common-objpfx)elf/.
6448         (link-libc-before-gnulib): Likewise.
6449         (elfobjdir): Remove variable.
6450         * Makefile (install): Use $(elf-objpfx) instead of
6451         $(common-objpfx)elf/.
6452         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6453         $(elfobjdir)/.
6454         (link-libc-deps): Likewise.
6455         ($(common-objpfx)libc.so): Likewise.
6456         ($(common-objpfx)linkobj/libc.so): Likewise.
6457         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6458         instead of $(common-objpfx)elf/.
6459         (symbolic-link-list): Likewise.
6460         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6461         [$(cross-compiling) = no]: Likewise.
6462         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6463         $(elfobjdir)/.
6464         (static-gnulib-arch): Likewise.
6465         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6466         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6467         $(common-objpfx)elf/.
6469 2014-05-21  Richard Henderson  <rth@redhat.com>
6471         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6472         (SINGLE_THREAD_P): Use the correct width load.  Fold
6473         into the ldr offset.
6475         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6476         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6478 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6480         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6481         (libgcc_s_resume): Use __attribute_used__.
6482         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6483         Likewise.
6485 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6487         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6488         optimization when used with float constants.
6490         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6492 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6494         [BZ #16915]
6495         * locale/nl_langinfo_l.c: Make direct reference to every
6496         _nl_current_CATEGORY symbol.
6497         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6498         (tests-static): Add tst-langinfo-static.
6499         (tests-special): Add tst-langinfo-static.out.
6500         ($(objpfx)tst-langinfo.out): Redirect output.
6501         ($(objpfx)tst-langinfo-static.out): New.
6502         * localedata/tst-langinfo.sh: Send output to stdout.
6503         * localedata/tst-langinfo-static.c: New file.
6505         [BZ #16965]
6506         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6507         when the shift amount is modulo the limb size.
6509 2014-05-20  Richard Henderson  <rth@redhat.com>
6511         [BZ #16967]
6512         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6513         Change type of sa_flags from unsigned int to int.
6515         [BZ #16966]
6516         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6518         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6520 2014-05-20  Will Newton  <will.newton@linaro.org>
6522         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6523         Test the return value of the system call in the nocancel case.
6525 2014-05-20  Will Newton  <will.newton@linaro.org>
6526             Yvan Roux  <yvan.roux@linaro.org>
6528         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6529         #include of asm/ptrace.h.
6530         (PTRACE_GET_THREAD_AREA): Remove #undef.
6531         (PTRACE_GETHBPREGS): Likewise.
6532         (PTRACE_SETHBPREGS): Likewise.
6533         (struct user_regs_struct): New structure.
6534         (struct user_fpsimd_struct): New structure.
6535         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6536         #include of asm/ptrace.h and second #include of sys/user.h.
6537         (PTRACE_GET_THREAD_AREA): Remove #undef.
6538         (PTRACE_GETHBPREGS): Likewise.
6539         (PTRACE_SETHBPREGS): Likewise.
6540         (ELF_NGREG): Use new struct user_regs_struct.
6541         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6543 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6545         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6546         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6548 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6550         [BZ #16958]
6551         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6552         membar to avoid block loads/stores to overlap previous stores.
6554 2014-05-17  Richard Henderson  <rth@redhat.com>
6556         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6557         Create the __##syscall_name##_nocancel entry point.
6558         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6559         Remove; let the sysdep-cancel.h code create it.
6561 2014-05-17  David S. Miller  <davem@davemloft.net>
6563         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6564         Protect with __USE_GNU.
6565         (TIOCSET_TEMPT): Likewise.
6566         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6567         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6568         these are already provided in bits/ioctl-types.h
6570 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6572         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6573         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6575         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6576         Use wait4 regardless of [__NR_waitpid].
6578 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6580         PR libgcc/60166
6581         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6582         (_FP_NANSIGN_Q): Set the quiet bit.
6584 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6586         * benchtests/Makefile
6587         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6588         not $(common-objpfx)math/libm.so.
6589         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6590         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6591         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6592         $(common-objpfx)dlfcn/libdl.so.
6593         ($(objpfx)tst-audit8): Depend on $(libm), not
6594         $(common-objpfx)math/libm.so.
6595         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6596         not $(common-objpfx)dlfcn/libdl.so.
6597         * math/Makefile
6598         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6599         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6600         [$(build-shared) = yes].
6601         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6602         $(common-objpfx)nptl/libpthread.so.
6603         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6604         $(common-objpfx)math/libm.so$(libm.so-version) or
6605         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6606         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6607         $(common-objpfx)dlfcn/libdl.so.
6608         * setjmp/Makefile (link-libm): Remove variable.
6609         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6610         * stdio-common/Makefile (link-libm): Remove variable.
6611         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6612         * stdlib/Makefile (link-libm): Remove variable.
6613         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6614         ($(objpfx)tst-strtod-round): Likewise.
6615         ($(objpfx)tst-tininess): Likewise.
6616         ($(objpfx)tst-strtod-underflow): Likewise.
6617         ($(objpfx)tst-strtod6): Likewise.
6618         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6619         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6620         $(common-objpfx)dlfcn/libdl.so.
6622 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6624         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6625         BSD terminal modes definitions.
6627 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6629         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6630         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6632         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6633         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6634         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6635         Don't do #include_next.
6636         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6637         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6638         Don't do #include_next.
6639         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6640         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6641         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6642         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6644 2014-05-16  Allan McRae  <allan@archlinux.org>
6646         * po/sv.po: Update Swedish translation from translation project.
6648         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6649         in sed expression.
6651 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6653         [BZ #16917]
6654         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6655         errno if the TIOCGPTN ioctl fails with an error different than
6656         EINVAL.
6657         * login/tst-ptsname.c: New file.
6658         * login/Makefile (tests): Add tst-ptsname.
6660         [BZ #16943]
6661         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6662         and prlimit64.
6664 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6666         [BZ #16849]
6667         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6668         herrno to return EAI_AGAIN.
6670 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6672         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6673         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6674         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6675         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6677         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6679         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6681         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6682         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6683         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6687         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6699         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6701         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6702         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6703         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6705         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6706         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6707         Moved ...
6708         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6709         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6710         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6711         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6712         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6714         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6715         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6716         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6717         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6718         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6719         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6720         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6721         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6722         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6724         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6726         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6727         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6728         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6729         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6730         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6732         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6734         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6735         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6736         Moved ...
6737         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6739         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6741         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6742         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6743         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6744         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6745         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6746         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6747         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6748         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6749         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6750         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6751         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6752         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6753         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6754         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6755         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6756         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6757         Moved ...
6758         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6759         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6760         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6762         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6763         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6764         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6765         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6766         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6767         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6768         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6769         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6770         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6772         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6773         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6774         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6775         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6776         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6777         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6778         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6779         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6780         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6781         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6782         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6783         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6784         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6785         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6786         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6787         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6788         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6789         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6790         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6791         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6792         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6794         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6795         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6797         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6798         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6799         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6800         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6801         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6802         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6803         Moved ...
6804         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6805         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6806         Moved ...
6807         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6808         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6809         Moved ...
6810         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6811         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6812         Moved ...
6813         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6814         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6815         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6816         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6817         Moved ...
6818         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6819         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6820         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6821         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6822         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6823         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6824         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6825         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6826         Moved ...
6827         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6828         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6829         Moved ...
6830         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6831         ... here.
6832         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6833         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6834         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6835         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6836         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6837         Moved ...
6838         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6839         ... here.
6840         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6841         Moved ...
6842         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6843         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6844         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6845         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6846         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6847         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6848         Moved ...
6849         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6850         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6851         Moved ...
6852         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6853         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6854         Moved ...
6855         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6856         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6857         Moved ...
6858         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6859         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6860         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6861         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6862         Moved ...
6863         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6864         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6865         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6866         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6867         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6868         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6869         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6870         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6871         Moved ...
6872         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6873         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6874         Moved ...
6875         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6876         ... here.
6877         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6878         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6879         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6880         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6881         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6882         Moved ...
6883         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6884         ... here.
6885         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6886         Moved ...
6887         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6888         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6889         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6890         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6891         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6892         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6893         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6894         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6895         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6896         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6897         Moved ...
6898         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6899         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6900         Moved ...
6901         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6902         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6903         Moved ...
6904         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6905         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6906         Moved ...
6907         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6908         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6909         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6910         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6911         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6912         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6913         Moved ...
6914         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6915         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6916         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6917         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6918         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6919         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6920         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6921         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6922         Moved ...
6923         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6924         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6925         Moved ...
6926         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6927         ... here.
6928         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6929         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6930         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6931         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6932         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6933         Moved ...
6934         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6935         ... here.
6936         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6937         Moved ...
6938         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6939         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6940         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6941         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6942         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6943         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6944         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6945         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6946         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6947         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6948         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6950         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6951         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6953         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6954         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6956         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6957         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6958         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6959         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6960         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6961         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6962         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6963         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6964         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6965         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6966         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6967         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6968         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6969         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6970         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6971         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6972         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6973         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6974         Moved ...
6975         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6976         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6977         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6978         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6979         Moved ...
6980         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6981         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6982         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6983         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6984         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6985         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6986         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6987         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6988         Moved ...
6989         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6990         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6991         Moved ...
6992         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6993         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6994         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6995         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6996         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6997         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6998         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6999         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7000         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7001         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7002         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7003         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7004         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7005         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7006         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7007         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7008         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7010         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7011         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7012         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7013         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7014         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7016         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7017         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7018         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7019         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7020         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7021         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7022         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7023         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7024         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7025         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7027         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7028         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7030         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7031         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
7032         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7033         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7034         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7035         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7036         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7037         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7038         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7039         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7040         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7041         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7042         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7043         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7044         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7045         Update #include.
7046         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7047         Likewise.
7048         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7049         Likewise.
7050         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7051         Likewise.
7052         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7053         Likewise.
7054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7055         Likewise.
7056         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7057         Likewise.
7058         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7059         Likewise.
7060         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7061         Likewise.
7062         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7063         Likewise.
7064         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7065         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7066         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7067         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7068         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7069         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7070         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7071         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7072         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7073         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7074         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7075         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7076         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7077         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7078         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7080         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7081         that was previously under [RESET_PID].
7082         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7083         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7084         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7086         * sysdeps/i386/nptl/Implies: New file.
7087         * sysdeps/x86_64/nptl/Implies: New file.
7088         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7089         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7090         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7091         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7093         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7094         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7095         (__libc_vfork): New strong alias.
7096         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7097         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7099         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7100         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7101         (__libc_vfork): New strong alias.
7102         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7103         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7105         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7106         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7107         (__libc_vfork): New strong alias.
7108         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7109         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7110         * nptl/pt-vfork.c: New file.
7111         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7112         (libpthread: GLIBC_2.20): New version set (empty).
7114 2014-05-14  Will Newton  <will.newton@linaro.org>
7116         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7117         rather than #if.
7119 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7121         [BZ #16564]
7122         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7123         arguments with exponent 65 or above.
7124         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7125         arguments 0x1p113L or above.
7126         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7127         to arguments 0x1p107L or above.
7128         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7129         positive arguments with exponent 65 or above.
7130         * math/auto-libm-test-in: Add more tests of log1p.
7131         * math/auto-libm-test-out: Regenerated.
7133         [BZ #16928]
7134         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7135         non-finite arguments is +0.
7136         * math/s_cacosf.c (__cacosf): Likewise.
7137         * math/s_cacosl.c (__cacosl): Likewise.
7138         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7139         * sysdeps/i386/fpu/libm-test-ulps: Update.
7140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7142         [BZ #16927]
7143         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7144         value.
7145         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7146         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7147         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7148         for explicit high bit of mantissa when testing for argument equal
7149         to 1.
7150         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7151         * sysdeps/i386/fpu/libm-test-ulps: Update.
7152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7154         [BZ #16516]
7155         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7156         (__erf): Scale by 16 instead of 8 in potentially underflowing
7157         case.  Ensure exception if result actually underflows.
7158         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7159         (__erff): Scale by 16 instead of 8 in potentially underflowing
7160         case.  Ensure exception if result actually underflows.
7161         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7162         (efx8): Remove variable.
7163         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7164         case.  Ensure exception if result actually underflows.
7165         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7166         (efx8): Remove variable.
7167         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7168         case.  Ensure exception if result actually underflows.
7169         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7170         (efx8): Remove variable.
7171         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7172         case.  Ensure exception if result actually underflows.
7173         * math/auto-libm-test-in: Add more tests of erf.
7174         * math/auto-libm-test-out: Regenerated.
7176 2014-05-14  Andreas Schwab  <schwab@suse.de>
7178         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7179         Remove code conditionalized on USE___THREAD.
7181         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7182         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7183         not definedness.
7185 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7187         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7188         Define unconditionally.
7189         (__ASSUME_O_CLOEXEC): Likewise.
7190         (__ASSUME_SOCK_CLOEXEC): Likewise.
7191         (__ASSUME_IN_NONBLOCK): Likewise.
7192         (__ASSUME_PIPE2): Likewise.
7193         (__ASSUME_EVENTFD2): Likewise.
7194         (__ASSUME_SIGNALFD4): Likewise.
7195         (__ASSUME_DUP3): Likewise.
7196         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7197         (__ASSUME_DUP3): Do not define.
7198         (__ASSUME_EVENTFD2): Likewise.
7199         (__ASSUME_IN_NONBLOCK): Likewise.
7200         (__ASSUME_O_CLOEXEC): Likewise.
7201         (__ASSUME_PIPE2): Likewise.
7202         (__ASSUME_SIGNALFD4): Likewise.
7203         (__ASSUME_SOCK_CLOEXEC): Likewise.
7204         (__ASSUME_UTIMES): Undefine.
7205         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7206         (__ASSUME_UTIMES): Do not define.
7207         (__ASSUME_O_CLOEXEC): Likewise.
7208         (__ASSUME_SOCK_CLOEXEC): Likewise.
7209         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7210         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7211         0x020621].
7212         (__ASSUME_PIPE2): Likewise.
7213         (__ASSUME_EVENTFD2): Likewise.
7214         (__ASSUME_SIGNALFD4): Likewise.
7215         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7216         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7217         Do not define.
7218         (__ASSUME_EVENTFD2): Likewise.
7219         (__ASSUME_SIGNALFD4): Likewise.
7220         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7221         (__ASSUME_32BITUIDS): Likewise.
7222         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7223         (__ASSUME_IPC64): Likewise.
7224         (__ASSUME_ST_INO_64_BIT): Likewise.
7225         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7226         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7227         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7228         (__ASSUME_UTIMES): Do not define.
7229         (__ASSUME_PSELECT): Likewise.
7230         (__ASSUME_PPOLL): Likewise.
7231         (__ASSUME_O_CLOEXEC): Likewise.
7232         (__ASSUME_SOCK_CLOEXEC): Likewise.
7233         (__ASSUME_IN_NONBLOCK): Likewise.
7234         (__ASSUME_PIPE2): Likewise.
7235         (__ASSUME_EVENTFD2): Likewise.
7236         (__ASSUME_SIGNALFD4): Likewise.
7237         (__ASSUME_DUP3): Likewise.
7238         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7239         (__ASSUME_UTIMES): Likewise.
7240         (__ASSUME_O_CLOEXEC): Likewise.
7241         (__ASSUME_SOCK_CLOEXEC): Likewise.
7242         (__ASSUME_IN_NONBLOCK): Likewise.
7243         (__ASSUME_PIPE2): Likewise.
7244         (__ASSUME_EVENTFD2): Likewise.
7245         (__ASSUME_SIGNALFD4): Likewise.
7246         (__ASSUME_DUP3): Likewise.
7247         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7248         (__ASSUME_UTIMES): Likewise.
7249         (__ASSUME_O_CLOEXEC): Likewise.
7250         (__ASSUME_SOCK_CLOEXEC): Likewise.
7251         (__ASSUME_IN_NONBLOCK): Likewise.
7252         (__ASSUME_PIPE2): Likewise.
7253         (__ASSUME_EVENTFD2): Likewise.
7254         (__ASSUME_SIGNALFD4): Likewise.
7255         (__ASSUME_DUP3): Likewise.
7256         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7257         Likewise.
7258         (__ASSUME_UTIMES): Likewise.
7259         (__ASSUME_EVENTFD2): Likewise.
7260         (__ASSUME_SIGNALFD4): Likewise.
7261         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7262         (__ASSUME_O_CLOEXEC): Likewise.
7263         (__ASSUME_SOCK_CLOEXEC): Likewise.
7264         (__ASSUME_IN_NONBLOCK): Likewise.
7265         (__ASSUME_PIPE2): Likewise.
7266         (__ASSUME_EVENTFD2): Likewise.
7267         (__ASSUME_SIGNALFD4): Likewise.
7268         (__ASSUME_DUP3): Likewise.
7269         (__ASSUME_UTIMES): Undefine.
7271         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7272         feclearexcept.  Remove symbol versioning code.
7273         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7274         symbol versioning code.
7275         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7276         symbol versioning code.
7277         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7278         feupdateenv.  Remove symbol versioning code.
7279         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7280         fegetexceptflag.  Remove symbol versioning code.
7281         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7282         fesetexceptflag.  Remove symbol versioning code.
7283         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7284         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7285         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7286         (__posix_fadvise64_l32): Remove prototype.
7287         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7288         code.
7290 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7292         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7293         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7294         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7295         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7297 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7299         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7300         current working directory
7302 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7304         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7305         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7306         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7307         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7308         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7309         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7310         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7311         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7312         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7313         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7314         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7315         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7316         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7317         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7318         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7319         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7320         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7321         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7322         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7323         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7324         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7325         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7326         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7327         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7328         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7329         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7330         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7331         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7332         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7333         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7334         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7335         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7336         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7337         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7338         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7339         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7340         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7341         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7342         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7343         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7344         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7345         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7347         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7348         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7350         * sysdeps/unix/sysv/linux/arm/Makefile
7351         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7352         Add rt-aeabi_unwind_cpp_pr1.
7353         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7354         Add nptl-aeabi_unwind_cpp_pr1.
7355         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7356         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7357         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7358         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7359         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7360         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7362         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7363         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7364         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7365         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7367         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7368         Deconditionalize the code that was previously under [RESET_PID].
7369         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7371         * sysdeps/generic/exit-thread.h: New file.
7372         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7373         * include/unistd.h (__exit_thread): Remove declaration.
7374         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7375         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7376         * csu/libc-start.c: Include <exit-thread.h>.
7377         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7378         * nptl/pthread_create.c: Include <exit-thread.h>.
7379         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7380         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7381         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7382         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7383         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7384         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7385         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7386         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7387         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7388         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7389         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7390         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7391         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7392         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7393         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7394         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7395         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7397 2014-05-13  Andreas Schwab  <schwab@suse.de>
7399         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7401 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7403         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7404         (__ASSUME_UTIMES): Do not condition on kernel version.
7405         (__ASSUME_PSELECT): Define unconditionally.
7406         (__ASSUME_PPOLL): Likewise.
7407         (__ASSUME_ATFCTS): Likewise.
7408         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7409         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7410         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7411         (__ASSUME_UTIMENSAT): Define unconditionally.
7412         (__ASSUME_PRIVATE_FUTEX): Likewise.
7413         (__ASSUME_FALLOCATE): Likewise.
7414         (__ASSUME_O_CLOEXEC): Likewise.
7415         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7416         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7417         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7418         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7419         (__ASSUME_IN_NONBLOCK): Likewise.
7420         (__ASSUME_PIPE2): Likewise.
7421         (__ASSUME_EVENTFD2): Likewise.
7422         (__ASSUME_SIGNALFD4): Likewise.
7423         (__ASSUME_DUP3): Likewise.
7424         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7425         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7426         (__ASSUME_AT_RANDOM): Likewise.
7427         (__ASSUME_PREADV): Likewise.
7428         (__ASSUME_PWRITEV): Likewise.
7429         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7430         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7431         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7432         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7433         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7434         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7435         (__ASSUME_O_CLOEXEC): Define unconditionally.
7436         (__ASSUME_PSELECT): Do not undefine conditionally.
7437         (__ASSUME_PPOLL): Likewise.
7438         (__ASSUME_ATFCTS): Likewise.
7439         (__ASSUME_SET_ROBUST_LIST): Likewise.
7440         (__ASSUME_UTIMENSAT): Likewise.
7441         (__ASSUME_FDATASYNC): Define unconditionally.
7442         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7443         (__ASSUME_SIGFRAME_V2): Likewise.
7444         )__ASSUME_EVENTFD2): Likewise.
7445         (__ASSUME_SIGNALFD4): Likewise.
7446         (__ASSUME_PSELECT): Do not undefine conditionally.
7447         (__ASSUME_PPOLL): Likewise.
7448         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7449         (__ASSUME_PSELECT): Define unconditionally.
7450         (__ASSUME_PPOLL): Likewise.
7451         (__ASSUME_O_CLOEXEC): Likewise.
7452         (__ASSUME_SOCK_CLOEXEC): Likewise.
7453         (__ASSUME_IN_NONBLOCK): Likewise.
7454         (__ASSUME_PIPE2): Likewise.
7455         (__ASSUME_EVENTFD2): Likewise.
7456         (__ASSUME_SIGNALFD4): Likewise.
7457         (__ASSUME_DUP3): Likewise.
7458         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7459         (__ASSUME_O_CLOEXEC): Likewise.
7460         (__ASSUME_SOCK_CLOEXEC): Likewise.
7461         (__ASSUME_IN_NONBLOCK): Likewise.
7462         (__ASSUME_PIPE2): Likewise.
7463         (__ASSUME_EVENTFD2): Likewise.
7464         (__ASSUME_SIGNALFD4): Likewise.
7465         (__ASSUME_DUP3): Likewise.
7466         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7467         (__ASSUME_EVENTFD2): Likewise.
7468         (__ASSUME_SIGNALFD4): Likewise.
7469         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7471 2014-05-12  Andreas Schwab  <schwab@suse.de>
7473         [BZ #16932]
7474         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7475         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7476         than maximum RPC packet size.
7477         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7478         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7479         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7480         (_nss_nis_getservbyport_r): Likewise.
7482 2014-05-12  Will Newton  <will.newton@linaro.org>
7484         * malloc/Makefile (tests): Add tst-mallopt.
7485         * malloc/tst-mallopt.c: New file.
7487 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7489         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7490         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7492 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7494         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7495         (tst-tlsmod6.so): Likewise.
7497 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7499         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7501 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7503         [BZ #16064]
7504         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7505         and <dl-procinfo.h>.
7506         (__fegetenv): Save SSE state in envp->__eip if supported.
7507         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7508         envp->__eip if supported.
7509         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7510         and <dl-procinfo.h>.
7511         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7512         __data_offset and __data_selector in environment to 0.  Set SSE
7513         state if supported.
7514         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7515         test-fenv-sse.
7516         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7517         -mfpmath=sse.
7518         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7520 2014-05-09  Will Newton  <will.newton@linaro.org>
7522         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7523         and libc_relro_required for ARM.
7524         * sysdeps/arm/preconfigure: Regenerate.
7526 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7527             Stefan Liebler  <stli@linux.vnet.ibm.com>
7529         * config.make.in (enable-lock-elision): New Makefile variable.
7530         * configure.ac: Likewise.
7531         * configure: Regenerate.
7532         * sysdeps/s390/configure.ac:
7533         Add check for gcc transactions support.
7534         * sysdeps/s390/configure: Regenerate.
7535         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7536         Build elision files if enabled.
7537         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7538         Add lock elision support for s390.
7539         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7540         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7541         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7542         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7543         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7544         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7545         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7546         Likewise.
7547         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7548         Likewise.
7549         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7550         Likewise.
7551         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7552         Likewise.
7553         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7554         (__lll_timedlock_elision, __lll_lock_elision)
7555         (__lll_unlock_elision, __lll_trylock_elision)
7556         (lll_timedlock_elision, lll_lock_elision)
7557         (lll_unlock_elision, lll_trylock_elision): Add.
7558         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7559         (pthread_mutex_t): Add lock elision support for s390.
7561 2014-05-14  Wilco  <wdijkstr@arm.com>
7563         * sysdeps/arm/fclrexcpt.c: Cleanup.
7564         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7565         * sysdeps/arm/feenablxcpt.c: Cleanup.
7566         * sysdeps/arm/fegetenv.c: Cleanup.
7567         * sysdeps/arm/fegetexcept.c: Cleanup.
7568         * sysdeps/arm/fegetround.c: Cleanup.
7569         * sysdeps/arm/feholdexcpt.c: Cleanup.
7570         * sysdeps/arm/fesetenv.c: Cleanup.
7571         * sysdeps/arm/fesetround.c: Cleanup.
7572         * sysdeps/arm/feupdateenv.c: Cleanup.
7573         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7574         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7575         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7576         * sysdeps/arm/ftestexcept.c: Cleanup.
7577         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7578         * sysdeps/arm/setfpucw.c: Cleanup.
7580 2014-05-09  Will Newton  <will.newton@linaro.org>
7582         * sysdeps/arm/armv7/strcmp.S: New file.
7583         * NEWS: Mention addition of ARMv7 optimized strcmp.
7585 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7587         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7588         look for %.ac rather than %.in.
7590         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7591         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7592         * sysdeps/mach/hurd/configure: Regenerated.
7593         * sysdeps/unix/sysv/linux/configure: Regenerated.
7595         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7597 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7599         [BZ# 16922]
7600         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7601         (LONG_SUB): Ditto.
7602         (PTR_SUB): Ditto.
7604 2014-05-07  Andreas Schwab  <schwab@suse.de>
7606         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7607         when skipping over non-matching result from nscd.
7609 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7611         [BZ #16876]
7612         * nptl/sockperf.c (client): Check socket return value.
7614         [BZ #16877]
7615         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7616         nscd security class.
7618 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7620         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7621         * sysdeps/arm/unwind.h: ... here.
7623 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7625         [BZ# 16916]
7626         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7627         Define.
7629 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7631         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7632         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7633         multiarch strncpy for PPC64.
7634         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7635         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7636         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7637         multiarch optimizations.
7638         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7639         (__libc_ifunc_impl_list): Likewise.
7640         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7641         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7642         multiarch stpncpy for PPC64.
7643         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7644         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7646 2014-05-06  Andreas Schwab  <schwab@suse.de>
7648         [BZ #16912]
7649         * gmon/mcount.c (_MCOUNT_DECL): Use
7650         atomic_compare_and_exchange_bool_acq instead of
7651         catomic_compare_and_exchange_bool_acq.
7653 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7655         * elf/Makefile (others, install-bin): Remove pldd.
7656         (pldd-modules): Variable removed.
7657         ($(objpfx)pldd): Target removed.
7658         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7659         (others, install-bin): Append pldd here.
7660         ($(objpfx)pldd): New target.
7662         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7663         to 0, so the first #if test emitted later doesn't see it undefined.
7664         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7665         * sysdeps/gnu/errlist.c: Regenerated.
7667 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7669         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7670         [libc_hidden_builtin_def]: Define to empty value.
7671         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7672         [libc_hidden_builtin_def]: Likewise.
7673         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7674         [libc_hidden_builtin_def]: Likewise.
7675         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7676         [libc_hidden_builtin_def]: Likewise.
7677         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7678         __redirect_memcpy and define ifunc as default hidden symbol.
7679         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7680         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7682 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7684         * locale/iso-4217.def: Reintroduce XDR currency.
7686 2014-05-04  Allan McRae  <allan@archlinux.org>
7688         * po/eo.po: Update Esperanto translation from translation project.
7690 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7692         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7693         and FEATURE_INDEX_MAX to 1.
7694         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7696 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7698         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7699         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7700         * iconvdata/big5.c (ONE_DIRECTION): Define.
7701         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7702         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7703         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7704         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7705         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7706         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7707         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7708         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7709         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7710         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7711         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7712         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7713         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7714         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7715         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7716         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7717         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7718         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7719         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7720         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7721         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7722         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7723         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7724         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7725         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7726         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7727         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7728         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7729         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7730         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7731         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7732         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7733         * iconvdata/johab.c (ONE_DIRECTION): Define.
7734         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7735         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7736         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7737         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7738         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7739         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7740         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7741         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7742         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7743         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7745 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7747         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7748         (_IO_JUMPS_OFFSET): Define to 0.
7750         * nptl/sysdeps/pthread/bits/libc-lock.h
7751         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7752         (__libc_lock_define_initialized_recursive): Always define using
7753         initializer.  Modern compilers treat uninitialized (implicit zero) and
7754         explicit zero initializers the same (i.e. put the datum in bss).
7756 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7758         * nscd/nscd-client.h: Include <string.h>.
7760 2014-05-01  David S. Miller  <davem@davemloft.net>
7762         [BZ #16885]
7763         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7764         multiple zero bytes exist at the end of a string.
7765         Reported by Aurelien Jarno <aurelien@aurel32.net>
7767         * string/test-strcmp.c (check): Add explicit test for situations where
7768         there are multiple zero bytes after the first.
7770 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7772         [BZ #16890]
7773         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7774         when compiling wprintf.
7775         * stdio-common/tstdiomisc.c (t3): New function.
7776         (main): Call it.
7778 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7780         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7781         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7782         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7783         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7785 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7787         * stdlib/longlong.h: Updated from GCC.
7789 2014-05-01  Will Newton  <will.newton@linaro.org>
7790             Bernard Ogden  <bernie.ogden@linaro.org>
7792         * NEWS: Update fixed bug list.
7794         [BZ #15119]
7795         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7797 2014-04-30  David S. Miller  <davem@davemloft.net>
7799         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7800         (libc_feholdexcept_setround_sparc_ctx): New function.
7801         (libc_fesetenv_sparc_ctx): Likewise.
7802         (libc_feupdateenv_sparc_ctx): Likewise.
7803         (libc_feholdsetround_sparc_ctx): Likewise.
7804         (libc_feholdexcept_setround_ctx): Define.
7805         (libc_feholdexcept_setroundf_ctx): Likewise.
7806         (libc_feholdexcept_setroundl_ctx): Likewise.
7807         (libc_fesetenv_ctx): Likewise.
7808         (libc_fesetenvf_ctx): Likewise.
7809         (libc_fesetenvl_ctx): Likewise.
7810         (libc_feupdateenv_ctx): Likewise.
7811         (libc_feupdateenvf_ctx): Likewise.
7812         (libc_feupdateenvl_ctx): Likewise.
7813         (libc_feresetround_ctx): Likewise.
7814         (libc_feresetroundf_ctx): Likewise.
7815         (libc_feresetroundl_ctx): Likewise.
7816         (libc_feholdsetround_ctx): Likewise.
7817         (libc_feholdsetroundf_ctx): Likewise.
7818         (libc_feholdsetroundl_ctx): Likewise.
7820         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7821         with __USE_GNU instead of XOPEN cpp guards.
7823         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7824         0.
7826         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7827         with XOPEN cpp guards.
7829 2014-04-30  Julian Brown  <julian@codesourcery.com>
7831         [BZ #16888]
7832         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7833         handling.
7835 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7837         [BZ #9894]
7838         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7839         Change to 2.6.32.
7840         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7841         * sysdeps/unix/sysv/linux/configure: Regenerated.
7842         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7843         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7844         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7845         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7846         * README: Update reference to required Linux kernel version.
7847         * manual/install.texi (Linux): Update reference to required Linux
7848         kernel headers version.
7849         * INSTALL: Regenerated.
7851         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7852         header inclusion.
7853         [POSIX] (limits.h): Likewise.
7854         [POSIX] (math.h): Likewise.
7855         [POSIX] (sys/wait.h): Likewise.
7856         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7857         function.
7858         [POSIX] (stddef.h): Do not allow header inclusion.
7860 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7862         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7864 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7866         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7867         Return immediately after lll_futex_wake.
7869 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7871         [BZ #16791]
7872         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7873         structure.
7874         (datahead_init_pos): Call datahead_init_common early.
7875         (datahead_init_neg): Likewise.
7877         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7878         datahead_init_neg): New functions.
7879         * nscd/aicache.c (addhstaiX): Use them.
7880         * nscd/grpcache.c (cache_addgr): Likewise.
7881         * nscd/hstcache.c (cache_addhst): Likewise.
7882         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7883         * nscd/netgroupcache.c (do_notfound): Likewise.
7884         (addgetnetgrentX): Likewise.
7885         (addinnetgrX): Likewise.
7886         * nscd/pwdcache.c (cache_addpw): Likewise.
7887         * nscd/servicescache.c (cache_addserv): Likewise.
7889 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7890             Atsushi Onoe  <atsushi@onoe.org>
7892         [BZ #14308]
7893         [BZ #12994]
7894         [BZ #13651]
7895         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7896         one response is valid.
7897         * resolv/res_send.c (send_dg): Check for validity of other
7898         response if the current response is a referral.
7900 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7902         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7904 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7906         [BZ #16823]
7907         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7908         Always divide by positive zero when computing -Inf result.
7909         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7910         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7912 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7914         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7915         FPSCR if value do not change.
7916         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7917         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7918         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7919         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7920         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7921         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7922         function.
7924 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7926         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7927         * sysdeps/unix/sysv/linux/hppa: Move directory from
7928         ports/systeps/unix/sysv/linux/hppa.
7929         * README: Update listing for hppa-*-linux-gnu.
7931 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7933         [BZ #16754]
7934         * manual/stdio.texi (Hook functions): Fix types of stream hook
7935         functions.
7936         [BZ #16854]
7937         * socket/sys/socket.h: Fix typo in comment.
7939 2014-04-28  Wilco  <wdijkstr@arm.com>
7941         * sysdeps/arm/fenv_private.h: New file.
7942         * sysdeps/arm/math_private.h: New file.
7943         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7945 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7947         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7948         with __int128_t.
7949         (La_x86_64_retval): Likewise.
7951 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7953         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7954         fpsr if value didn't change.
7955         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7956         to fpcr if value didn't change.
7957         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7958         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7959         fpsr or fpcr if value didn't change.
7960         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7961         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7962         fpcr if value didn't change.
7963         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7964         to fpsr if value didn't change.
7966 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7968         * nptl/tst-sem3.c: Use test-skeleton.c
7969         (main): Rename to do_test.  Use return instead of
7970         exit.
7971         * nptl/tst-sem4.c: Use test-skeleton.c
7972         (main): Rename to do_test.
7974 2014-04-22  David S. Miller  <davem@davemloft.net>
7976         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7977         (struct sigaction): New struct member __glibc_reserved0, change
7978         type of sa_flags to int.
7980 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7982         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7983         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7985 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7987         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7988         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7990 2014-04-22  Will Newton  <will.newton@linaro.org>
7991             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7993         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7994         (__longjmp): Add longjmp and longjmp_target SystemTap
7995         probes.
7996         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7997         (__sigsetjmp): Add setjmp SystemTap probe.
7999 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
8001         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8002         match manual order.
8004 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8006         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8008         * sysdeps/powerpc/fpu/fenv_private.h
8009         (libc_feholdexcept_setroundl_ctx): Define to
8010         libc_feholdexcept_setround_ppc_ctx.
8011         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8012         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8013         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8014         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8016 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8018         * sysdeps/aarch64/math-tests.h: New file.
8020 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
8022         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8023         New.
8024         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8025         Check and set bit_AVX2_Usable.
8026         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8027         macro.
8028         (bit_AVX2): Likewise.
8029         (index_AVX2_Usable): Likewise.
8030         (CPUID_AVX2): Likewise.
8031         (HAS_AVX2): Likewise.
8033 2014-04-17  Will Newton  <will.newton@linaro.org>
8035         * manual/setjmp.texi (System V contexts): Add note that
8036         calling setcontext on a context created by a call to a
8037         signal handler is undefined.  Update text to note that
8038         setcontext from a signal handler is possible but not
8039         recommended.
8041         [BZ #16629]
8042         * stdlib/tst-setcontext.c: Include signal.h.
8043         (main): Check that the signal stack before and
8044         after swapcontext is the same.
8046         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8047         Re-implement to restore registers in user code and avoid
8048         rt_sigreturn system call.
8050 2014-04-17  Wilco  <wdijkstr@arm.com>
8052         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8053         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8054         * math/test-fenv.c: Skip exception trap tests on targets which only
8055         support non-stop mode.
8057 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8058             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8060         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8061         (libc_feholdsetround_aarch64_ctx)
8062         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8063         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8064         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8065         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8066         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8067         (libc_feresetround_noexl_ctx): Define.
8069 2014-04-16  Richard Henderson  <rth@redhat.com>
8071         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8073         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8074         unwind tables.
8076         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8077         const from the non-libc, non-ldso copy.
8079         * sysdeps/alpha/libm-test-ulps: Regenerate.
8081 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8082             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8084         * sysdeps/aarch64/fpu/math_private.h: New file.
8086 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8088         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8090 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8092         [BZ #16275]
8093         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8094         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8095         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8096         Intel MPX bound registers before _dl_profile_fixup.
8097         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8098         registers after _dl_profile_fixup.  Save and restore bound
8099         registers bnd0/bnd1 when calling _dl_call_pltexit.
8100         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8101         (LR_BND_OFFSET): Likewise.
8102         (LRV_BND0_OFFSET): Likewise.
8103         (LRV_BND1_OFFSET): Likewise.
8105 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8107         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8108         to...
8109         * sysdeps/mach/hurd/i386/tls.h: ... here.
8110         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8111         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8112         fields.
8114 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8116         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8118 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8120         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8122 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8124         [BZ #14770]
8125         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8126         * sysdeps/s390/configure: Regenerate.
8128         [BZ #16824]
8129         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8130         Set round-to-nearest internally to reduce error accumulation.
8132 2014-04-16  Alan Modra  <amodra@gmail.com>
8134         [BZ #16740]
8135         [BZ #16619]
8136         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8137         * math/libm-test.inc (frexp_test_data): Add tests.
8138         * NEWS: Update fixed bug list.
8140 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8142         * benchtests/Makefile: Depend on libraries in build directory.
8143         (bench-math): Separate out math tests.
8144         (bench-pthread): Separate out pthread tests.
8145         (bench): Include math and pthread tests.
8147 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8149         [BZ #16831]
8150         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8151         _dl_debug_initialize.
8153         * configure.ac: Remove SELinux header check.
8154         * configure: Regenerate.
8155         * nscd/selinux.c (perms): Array of const char* to permission names.
8156         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8157         default policy. Call string_to_security_class and string_to_av_perm to
8158         translate strings. Enforce default policy and call avs_has_perm with
8159         results of translated strings.
8161 2014-04-13  David S. Miller  <davem@davemloft.net>
8163         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8165 2014-04-12  Allan McRae  <allan@archlinux.org>
8167         [BZ #16838]
8168         * manual/string.texi (Collation Functions): Fix qsort argument
8169         order in example.
8170         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8172 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8174         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8175         Make the test a no-op if there are no exceptions defined.
8177 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8179         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8180         enable-hardcoded-path-in-tests
8182 2014-04-11  Will Newton  <will.newton@linaro.org>
8184         * benchtests/Makefile (extra-objs): Add json-lib.o.
8185         (bench-func): Tidy up JSON output.
8186         * benchtests/bench-skeleton.c: Include json-lib.h.
8187         (main): Use JSON library functions to do output of
8188         benchmark results.
8189         * benchtests/bench-timing-type.c (main): Output the
8190         timing type simply, leaving formatting to the user.
8191         * benchtests/json-lib.c: New file.
8192         * benchtests/json-lib.h: Likewise.
8194 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8196         [BZ #15215]
8197         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8198         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8199         memory barriers.  Add comments.
8200         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8201         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8202         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8203         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8204         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8205         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8207 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8209         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8210         * sysdeps/s390/s390-64/configure.ac: ... this ...
8211         * sysdeps/s390/configure.ac: ... to here.
8212         * sysdeps/s390/s390-32/configure: Delete file.
8213         * sysdeps/s390/s390-64/configure: Delete file.
8214         * sysdeps/s390/configure: Regenerate.
8216 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8218         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8220 2014-04-11  Will Newton  <will.newton@linaro.org>
8222         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8223         to zero if it is not defined elsewhere.  (mtrim): Test
8224         the value of MALLOC_DEBUG with #if rather than #ifdef.
8226 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8228         * benchtests/pthread_once-inputs: New file.
8229         * benchtests/pthread_once-source.c: New file.
8230         * benchtests/README: Update documentation.
8232 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8233             H.J. Lu  <hongjiu.lu@intel.com>
8235         [BZ #16275]
8236         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8237         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8238         * sysdeps/x86_64/configure: Regenerated.
8239         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8240         macro.
8241         (REGISTER_SAVE_RAX): Likewise.
8242         (REGISTER_SAVE_RCX): Likewise.
8243         (REGISTER_SAVE_RDX): Likewise.
8244         (REGISTER_SAVE_RSI): Likewise.
8245         (REGISTER_SAVE_RDI): Likewise.
8246         (REGISTER_SAVE_R8): Likewise.
8247         (REGISTER_SAVE_R9): Likewise.
8248         (REGISTER_SAVE_BND0): Likewise.
8249         (REGISTER_SAVE_BND1): Likewise.
8250         (REGISTER_SAVE_BND2): Likewise.
8251         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8252         bound registers when calling _dl_fixup.
8254 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8256         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8257         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8258         of its definition.
8259         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8260         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8261         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8262         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8263         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8264         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8265         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8267 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8269         [BZ #15514]
8270         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8271         pathconf(_PC_NAME_MAX).
8273 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8275         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8276         Remove macro usage.
8277         (__PTHREAD_SPINS): Move definition to ...
8278         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8279         (__PTHREAD_SPINS): ... here.
8280         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8281         (__PTHREAD_SPIN): Likewise.
8282         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8283         (__PTHREAD_SPIN): Likewise.
8284         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8285         (__PTHREAD_SPIN): Likewise.
8286         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8287         (__PTHREAD_SPIN): Likewise.
8288         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8289         (__PTHREAD_SPIN): Likewise.
8290         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8291         (__PTHREAD_SPIN): Likewise.
8292         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8293         (__PTHREAD_SPIN): Likewise.
8294         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8295         (__PTHREAD_SPIN): Likewise.
8296         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8297         (__PTHREAD_SPIN): Likewise.
8298         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8299         (__PTHREAD_SPIN): Likewise.
8300         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8301         (__PTHREAD_SPIN): Likewise.
8302         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8303         (__PTHREAD_SPIN): Likewise.
8305         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8306         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8307         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8308         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8309         imply folder.
8310         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8311         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8312         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8313         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8314         correct imply path.
8315         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8316         strlen symbol for non multi-arch builds.
8317         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8318         missing hidden_def and weak_alias.
8320 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8322         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8324 2014-04-07  Will Newton  <will.newton@linaro.org>
8326         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8327         and contents.  [!_LIBC] Remove #ifndef and contents.
8328         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8329         * string/memccpy.c (__memccpy): Use ANSI prototype.
8330         * string/memfrob.c (memfrob): Likewise.
8331         * string/strcoll.c (STRCOLL): Likewise.
8332         * string/strlen.c (strlen): Likewise.
8333         * string/strtok.c (STRTOK): Likewise.
8334         * string/strcat.c: Remove unused #include of memcopy.h.
8335         (strcat): Use ANSI prototype.
8336         * string/strchr.c: Remove unused #include of memcopy.h.
8337         (strchr): Use ANSI prototype.
8338         * string/strcmp.c: Remove unused #include of memcopy.h.
8339         (strcmp): Use ANSI prototype.
8340         * string/strcpy.c: Remove unused #include of memcopy.h.
8341         (strcpy): Use ANSI prototype.
8343 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8345         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8346         * config.make.in (config-extra-cppflags): Set it from
8347         libc_extra_cppflags.
8348         * configure.ac (libc_extra_cflags): Make it accumulate over
8349         configure fragments.
8350         (libc_extra_cppflags): New flag.
8351         * configure. Regenerate.
8352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8353         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8354         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8357         [BZ #16815]
8358         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8359         result for FE_DOWNWARD rounding mode.
8360         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8361         Likewise.
8362         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8364 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8366         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8367         in function argument name.
8369 2014-04-03  David Svoboda  <svoboda@cert.org>
8371         [BZ #5666]
8372         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8373         explicitly.
8375 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8377         * elf/dl-unmap-segments.h: New file.
8378         * sysdeps/generic/ldsodefs.h
8379         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8380         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8381         * elf/dl-fptr.c: Likewise.
8382         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8383         * sysdeps/aarch64/tlsdesc.c: Likewise.
8384         * sysdeps/arm/tlsdesc.c: Likewise.
8385         * sysdeps/i386/tlsdesc.c: Likewise.
8386         * sysdeps/tile/dl-runtime.c: Likewise.
8387         * sysdeps/x86_64/tlsdesc.c: Likewise.
8388         * elf/dl-load.h: New file.
8389         * elf/dl-load.c: Include it.
8390         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8391         Macros moved to dl-load.h.
8392         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8393         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8394         Use _dl_unmap_segments in place of __munmap.
8395         Break out segment-mapping loop into ...
8396         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8398 2014-04-03  Will Newton  <will.newton@linaro.org>
8400         * elf/dl-lookup.c (do_lookup_x): Remove comment
8401         referring to nested function and move variable
8402         declarations down to before first use.
8404 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8406         [BZ #16799]
8407         [BZ #16800]
8408         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8409         with 0 numerator.
8410         * math/s_catanf.c (__catanf): Likewise.
8411         * math/s_catanh.c (__catanh): Likewise.
8412         * math/s_catanhf.c (__catanhf): Likewise.
8413         * math/s_catanhl.c (__catanhl): Likewise.
8414         * math/s_catanl.c (__catanl): Likewise.
8415         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8416         by positive zero when computing -Inf result.
8417         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8418         (catanh_test): Likewise.
8419         * sysdeps/i386/fpu/libm-test-ulps: Update.
8420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8422         [BZ #16789]
8423         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8424         instead of using underflowing value in computing result.
8425         * math/s_clog10.c (__clog10): Likewise.
8426         * math/s_clog10f.c (__clog10f): Likewise.
8427         * math/s_clog10l.c (__clog10l): Likewise.
8428         * math/s_clogf.c (__clogf): Likewise.
8429         * math/s_clogl.c (__clogl): Likewise.
8430         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8431         (clog10_test): Likewise.
8432         * sysdeps/i386/fpu/libm-test-ulps: Update.
8433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8435 2014-04-02  Alan Modra  <amodra@gmail.com>
8437         [BZ #16739]
8438         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8439         output when value is near a power of two.  Use int64_t for lx and
8440         remove casts.  Use decimal rather than hex exponent constants.
8441         Don't use long double multiplication when double will suffice.
8442         * math/libm-test.inc (nextafter_test_data): Add tests.
8443         * NEWS: Add 16739 and 16786 to bug list.
8445         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8447         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8449 2014-04-01  Will Newton  <will.newton@linaro.org>
8451         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8452         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8454 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8456         [BZ #13347]
8457         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8458         * nptl/tst-setuid2.c: New file.
8459         * nptl/Makefile (xtests): Add tst-setuid2.
8461 2014-04-01  Alan Modra  <amodra@gmail.com>
8463         [BZ #16786]
8464         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8466 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8468         [BZ #6803]
8469         [BZ #6804]
8470         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8471         set errno as appropriate.
8472         * math/w_scalbf.c (__scalbf): Likewise.
8473         * math/w_scalbl.c (__scalbl): Likewise.
8474         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8475         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8476         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8477         Add more NaN tests.
8479         [BZ #16349]
8480         * math/w_atan2.c: Include <errno.h>.
8481         (__atan2): Set errno for result underflowing to zero.
8482         * math/w_atan2f.c: Include <errno.h>.
8483         (__atan2f): Set errno for result underflowing to zero.
8484         * math/w_atan2l.c: Include <errno.h>.
8485         (__atan2l): Set errno for result underflowing to zero.
8486         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8487         tests.
8488         * math/auto-libm-test-out: Regenerated.
8490 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8492         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8493         Encode instruction correctly in little endian.
8494         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8495         Likewise.
8496         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8497         Likewise.
8498         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8499         Likewise.
8500         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8501         Likewise.
8503 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8505         [BZ #9894]
8506         * sysdeps/unix/sysv/linux/kernel-features.h
8507         [__sparc__ && !__arch64__ && !__sparc_v9__]
8508         (__ASSUME_SET_ROBUST_LIST): Do not define.
8509         [__sparc__ && !__arch64__ && !__sparc_v9__]
8510         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8511         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8512         Likewise.
8513         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8514         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8515         (__ASSUME_REQUEUE_PI): Likewise.
8516         (__ASSUME_SET_ROBUST_LIST): Likewise.
8517         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8518         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8519         Undefine.
8520         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8521         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8522         Likewise.
8523         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8524         Likewise.
8525         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8526         Likewise.
8527         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8528         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8529         Undefine.
8530         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8531         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8532         Likewise.
8534         [BZ #16648]
8535         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8536         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8537         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8539 2014-03-31  Will Newton  <will.newton@linaro.org>
8541         * benchtests/Makefile (bench): Add ffs and ffsll to list
8542         of tests.
8543         * benchtests/ffs-inputs: New file.
8544         * benchtests/ffsll-inputs: Likewise.
8546 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8548         [BZ #16770]
8549         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8550         too large before casting to int.
8551         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8552         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8553         * math/libm-test.inc (scalb_test_data): Add more tests.
8555 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8557         * benchtests/Makefile (DETAILED_OPT): New make option.
8558         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8559         set.
8560         * benchtests/bench-skeleton.c: Include stdbool.h.
8561         (main): Store and print timings per input.
8562         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8563         member to each argument value.
8564         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8565         (_print_arg_data): Initialize per-input timing to 0.
8567         * benchtests/Makefile (timing-type): New binary.
8568         (bench-clean): Also remove bench-timing-type.
8569         (bench): New target for timing-type.
8570         (bench-func): Print output in JSON format.
8571         * benchtests/bench-skeleton.c (main): Print output in JSON
8572         format.
8573         * benchtests/bench-timing-type.c: New file.
8574         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8575         (TIMING_PRINT_STATS): Remove.
8576         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8577         name separately.
8579         * benchtests/bench-modf.c: Remove.
8580         * benchtests/modf-inputs: New inputs file.
8582 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8584         [BZ #16362]
8585         * math/s_clog10.c (M_PI_LOG10E): New macro.
8586         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8587         imaginary parts are 0.
8588         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8589         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8590         imaginary parts are 0.
8591         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8592         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8593         imaginary parts are 0.
8594         * math/libm-test.inc (clog10_test_data): Update expected results
8595         for when real and imaginary parts are 0.
8597 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8599         * elf/dl-load.c: Finish conversion of __builtin_expect into
8600         __glibc_{un}likely.
8602 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8604         [BZ #16348]
8605         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8606         1+x for argument with exponent below -67.
8607         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8608         Likewise.
8609         * math/auto-libm-test-in: Add more tests of exp.
8610         * math/auto-libm-test-out: Regenerated.
8612 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8614         [BZ #16759]
8615         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8616         (nscd_getnetgrent): Use it.
8618         [BZ #16760]
8619         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8620         of stpcpy.
8622 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8624         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8625         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8626         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8627         (lll_robust_unlock): Remove out of line section. Use cfi
8628         intrinsics.
8629         (LLL_STUB_UNWIND_INFO*): Remove.
8630         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8631         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8632         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8633         (lll_robust_unlock): Remove out of line section. Use cfi
8634         intrinsics.
8635         (LLL_STUB_UNWIND_INFO*): Remove.
8637 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8639         [BZ #16758]
8640         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8641         blank values.
8643 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8645         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8647 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8649         [BZ #16198]
8650         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8651         fnstenv.
8652         * math/test-fenv-preserve.c: New file.
8653         * math/Makefile (tests): Add test-fenv-preserve.
8655 2014-03-26  Will Newton <will.newton@linaro.org>
8657         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8659 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8661         * scripts/versionlist.awk: Partition the version sets and emit all
8662         GLIBC_* (sorted) before all others (sorted).
8664 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8666         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8667         GLIBC_2.2.5 version.
8669 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8671         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8672         calls.
8674         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8675         previous change.
8677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8679 2014-03-25  Andreas Schwab  <schwab@suse.de>
8681         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8682         label to be used after in6ailist is initialized.
8684 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8686         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8687         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8689 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8691         [BZ #16357]
8692         [BZ #16599]
8693         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8694         min_plus_half.
8695         (fp_formats): Update initializers.
8696         (init_fp_formats): Initialize new field.
8697         (output_for_one_input_case): Allow underflow for results up to
8698         min_plus_half.
8699         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8700         * math/auto-libm-test-in: Don't mark some underflows from asin and
8701         atanh as spurious.
8702         * math/auto-libm-test-out: Regenerated.
8703         * sysdeps/i386/fpu/libm-test-ulps: Update.
8704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8706 2014-03-25  Andreas Schwab  <schwab@suse.de>
8708         * libio/Makefile (tst-ftell-partial-wide-ENV)
8709         (tst-ftell-active-handler-ENV): Define.
8711 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8713         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8715 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8717         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8719 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8721         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8722         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8723         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8725 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8727         [BZ #16634]
8728         * elf/dl-load.c (open_verify): Add mode parameter.
8729         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8730         (open_path): Change from boolean 'secure' to complete flag 'mode'
8731         (_dl_map_object): Adjust.
8732         * elf/Makefile (tests): Add tst-dlopen-aout.
8733         * elf/tst-dlopen-aout.c: New test.
8735 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8737         [BZ #16714]
8738         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8739         (struct stat): Rename member pad0 to __glibc_reserved0.
8741         [BZ #16712]
8742         * sysdeps/s390/s390-32/bits/wordsize.h
8743         (__WORDSIZE32_SIZE_ULONG): New define.
8744         * sysdeps/s390/s390-64/bits/wordsize.h
8745         (__WORDSIZE32_SIZE_ULONG): Likewise.
8746         * sysdeps/generic/stdint.h (SIZE_MAX):
8747         Define as UL if __WORDSIZE32_SIZE_ULONG.
8749         [BZ #16713]
8750         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8751         (__glibc_reserved0): New variable.
8752         (sa_flags): Change type to int.
8754         * posix/Makefile (before-compile): Use += before-compile instead
8755         of a :=.
8757         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8758         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8760 2014-03-20  Andreas Schwab  <schwab@suse.de>
8762         [BZ #16743]
8763         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8764         non-matching result from nscd.
8766 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8768         * scripts/bench.py: Moved to ...
8769         * benchtests/scripts/bench.py: ... here.
8770         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8772 2014-03-24  Andreas Schwab  <schwab@suse.de>
8774         [BZ #16002]
8775         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8776         alloca_account and account alloca use for struct in6ailist.
8778 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8780         [BZ #16284]
8781         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8782         rounding mode to recompute results that overflow to infinity or
8783         underflow to zero.
8784         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8785         bug 16284.
8786         * math/auto-libm-test-out: Regenerated.
8787         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8788         (ccosh_test): Likewise.
8789         (csin_test_data): Use plus_oflow.
8790         (csin_test): Use ALL_RM_TEST.
8791         (csinh_test_data): Use plus_oflow.
8792         (csinh_test): Use ALL_RM_TEST.
8793         * sysdeps/i386/fpu/libm-test-ulps: Update.
8794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8796 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8798         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8799         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8800         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8802         [BZ #16731]
8803         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8804         when x - 1 is zero.
8805         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8806         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8807         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8808         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8809         argument is 1.
8810         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8811         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8812         zero.
8813         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8814         * sysdeps/i386/fpu/libm-test-ulps: Update.
8815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8817 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8819         * scripts/bench.pl: Remove file.
8820         * scripts/bench.py: New benchmark script.
8821         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8822         * benchtests/README: Mention python dependency.
8823         * scripts/pylintrc: New file.
8824         * scripts/pylint: New file.
8826         * bits/mathdef.h: Use #ifdef instead of #if.
8827         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8828         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8829         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8830         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8831         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8832         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8834 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8835             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8837         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8838         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8839         and strpbrk-ppc64 objects.
8840         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8841         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8842         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8843         multiarch strpbrk for POWER7.
8844         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8845         multiarch strpbrk for PPC64.
8846         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8847         ifunc selector.
8848         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8849         strpbrk for POWER7.
8851 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8853         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8854         (atan_test): Likewise.
8855         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8856         (atanh_test): Use ALL_RM_TEST.
8857         (atan2_test_data): Likewise.
8858         (cabs_test): Likewise.
8859         (cacosh_test): Likewise.
8860         (carg_test): Likewise.
8861         (casin_test): Likewise.
8862         (casinh_test): Likewise.
8863         (cbrt_test): Likewise.
8864         (csqrt_test): Likewise.
8865         (erf_test): Likewise.
8866         (erfc_test): Likewise.
8867         (pow10_test): Likewise.
8868         (exp2_test): Likewise.
8869         (hypot_test): Likewise.
8870         (j0_test): Likewise.
8871         (j1_test): Likewise.
8872         (lgamma_test): Likewise.
8873         (gamma_test): Likewise.
8874         (sincos_test): Likewise.
8875         (tanh_test): Likewise.
8876         (y0_test): Likewise.
8877         (y1_test): Likewise.
8878         * sysdeps/i386/fpu/libm-test-ulps: Update.
8879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8881 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8883         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8885         and strcspn-ppc64 objects.
8886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8887         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8888         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8889         multiarch strcspn for POWER7.
8890         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8891         multiarch strcspn for PPC64.
8892         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8893         ifunc selector.
8894         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8895         strcspn for POWER7.
8897 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8899         * math/gen-libm-test.pl (generate_testfile): Expect only function
8900         name as argument to AUTO_TESTS_* and pass results for all rounding
8901         modes to parse_args.
8902         (parse_auto_input): Separate inputs of automatic tests from
8903         outputs before storing in %auto_tests.
8904         * math/libm-test.inc (acos_test_data): Update call to
8905         AUTO_TESTS_f_f.
8906         (acos_test): Use ALL_RM_TEST.
8907         (acos_tonearest_test_data): Remove.
8908         (acos_test_tonearest): Likewise.
8909         (acos_towardzero_test_data): Likewise.
8910         (acos_test_towardzero): Likewise.
8911         (acos_downward_test_data): Likewise.
8912         (acos_test_downward): Likewise.
8913         (acos_upward_test_data): Likewise.
8914         (acos_test_upward): Likewise.
8915         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8916         (asin_test_data): Likewise.
8917         (asin_test): Use ALL_RM_TEST.
8918         (asin_tonearest_test_data): Remove.
8919         (asin_test_tonearest): Likewise.
8920         (asin_towardzero_test_data): Likewise.
8921         (asin_test_towardzero): Likewise.
8922         (asin_downward_test_data): Likewise.
8923         (asin_test_downward): Likewise.
8924         (asin_upward_test_data): Likewise.
8925         (asin_test_upward): Likewise.
8926         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8927         (atan_test_data): Likewise.
8928         (atanh_test_data): Likewise.
8929         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8930         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8931         (carg_test_data): Likewise.
8932         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8933         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8934         (ccosh_test_data): Likewise.
8935         (cexp_test_data): Likewise.
8936         (clog_test_data): Likewise.
8937         (clog10_test_data): Likewise.
8938         (cos_test_data): Update call to AUTO_TESTS_f_f.
8939         (cos_test): Use ALL_RM_TEST.
8940         (cos_tonearest_test_data): Remove.
8941         (cos_test_tonearest): Likewise.
8942         (cos_towardzero_test_data): Likewise.
8943         (cos_test_towardzero): Likewise.
8944         (cos_downward_test_data): Likewise.
8945         (cos_test_downward): Likewise.
8946         (cos_upward_test_data): Likewise.
8947         (cos_test_upward): Likewise.
8948         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8949         (cosh_test): Use ALL_RM_TEST.
8950         (cosh_tonearest_test_data): Remove.
8951         (cosh_test_tonearest): Likewise.
8952         (cosh_towardzero_test_data): Likewise.
8953         (cosh_test_towardzero): Likewise.
8954         (cosh_downward_test_data): Likewise.
8955         (cosh_test_downward): Likewise.
8956         (cosh_upward_test_data): Likewise.
8957         (cosh_test_upward): Likewise.
8958         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8959         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8960         (ctan_test_data): Likewise.
8961         (ctan_test): Use ALL_RM_TEST.
8962         (ctan_tonearest_test_data): Remove.
8963         (ctan_test_tonearest): Likewise.
8964         (ctan_towardzero_test_data): Likewise.
8965         (ctan_test_towardzero): Likewise.
8966         (ctan_downward_test_data): Likewise.
8967         (ctan_test_downward): Likewise.
8968         (ctan_upward_test_data): Likewise.
8969         (ctan_test_upward): Likewise.
8970         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8971         (ctanh_test): Use ALL_RM_TEST.
8972         (ctanh_tonearest_test_data): Remove.
8973         (ctanh_test_tonearest): Likewise.
8974         (ctanh_towardzero_test_data): Likewise.
8975         (ctanh_test_towardzero): Likewise.
8976         (ctanh_downward_test_data): Likewise.
8977         (ctanh_test_downward): Likewise.
8978         (ctanh_upward_test_data): Likewise.
8979         (ctanh_test_upward): Likewise.
8980         (erf_test_data): Update call to AUTO_TESTS_f_f.
8981         (erfc_test_data): Likewise.
8982         (exp_test_data): Likewise.
8983         (exp_test): Use ALL_RM_TEST.
8984         (exp_tonearest_test_data): Remove.
8985         (exp_test_tonearest): Likewise.
8986         (exp_towardzero_test_data): Likewise.
8987         (exp_test_towardzero): Likewise.
8988         (exp_downward_test_data): Likewise.
8989         (exp_test_downward): Likewise.
8990         (exp_upward_test_data): Likewise.
8991         (exp_test_upward): Likewise.
8992         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8993         (exp10_test): Use ALL_RM_TEST.
8994         (exp10_tonearest_test_data): Remove.
8995         (exp10_test_tonearest): Likewise.
8996         (exp10_towardzero_test_data): Likewise.
8997         (exp10_test_towardzero): Likewise.
8998         (exp10_downward_test_data): Likewise.
8999         (exp10_test_downward): Likewise.
9000         (exp10_upward_test_data): Likewise.
9001         (exp10_test_upward): Likewise.
9002         (exp2_test_data): Update call to AUTO_TESTS_f_f.
9003         (expm1_test_data): Likewise.
9004         (expm1_test): Use ALL_RM_TEST.
9005         (expm1_tonearest_test_data): Remove.
9006         (expm1_test_tonearest): Likewise.
9007         (expm1_towardzero_test_data): Likewise.
9008         (expm1_test_towardzero): Likewise.
9009         (expm1_downward_test_data): Likewise.
9010         (expm1_test_downward): Likewise.
9011         (expm1_upward_test_data): Likewise.
9012         (expm1_test_upward): Likewise.
9013         (fma_test_data): Update call to AUTO_TESTS_fff_f.
9014         (fma_test): Use ALL_RM_TEST.
9015         (fma_towardzero_test_data): Remove.
9016         (fma_test_towardzero): Likewise.
9017         (fma_downward_test_data): Likewise.
9018         (fma_test_downward): Likewise.
9019         (fma_upward_test_data): Likewise.
9020         (fma_test_upward): Likewise.
9021         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9022         (j0_test_data): Update call to AUTO_TESTS_f_f.
9023         (j1_test_data): Likewise.
9024         (jn_test_data): Update call to AUTO_TESTS_if_f.
9025         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9026         (log_test_data): Update call to AUTO_TESTS_f_f.
9027         (log10_test_data): Likewise.
9028         (log1p_test_data): Likewise.
9029         (log2_test_data): Likewise.
9030         (pow_test_data): Update call to AUTO_TESTS_ff_f.
9031         (pow_tonearest_test_data): Likewise.
9032         (sin_test_data): Update call to AUTO_TESTS_f_f.
9033         (sin_test): Use ALL_RM_TEST.
9034         (sin_tonearest_test_data): Remove.
9035         (sin_test_tonearest): Likewise.
9036         (sin_towardzero_test_data): Likewise.
9037         (sin_test_towardzero): Likewise.
9038         (sin_downward_test_data): Likewise.
9039         (sin_test_downward): Likewise.
9040         (sin_upward_test_data): Likewise.
9041         (sin_test_upward): Likewise.
9042         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9043         (sinh_test_data): Update call to AUTO_TESTS_f_f.
9044         (sinh_test): Use ALL_RM_TEST.
9045         (sinh_tonearest_test_data): Remove.
9046         (sinh_test_tonearest): Likewise.
9047         (sinh_towardzero_test_data): Likewise.
9048         (sinh_test_towardzero): Likewise.
9049         (sinh_downward_test_data): Likewise.
9050         (sinh_test_downward): Likewise.
9051         (sinh_upward_test_data): Likewise.
9052         (sinh_test_upward): Likewise.
9053         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9054         (sqrt_test): Use ALL_RM_TEST.
9055         (sqrt_tonearest_test_data): Remove.
9056         (sqrt_test_tonearest): Likewise.
9057         (sqrt_towardzero_test_data): Likewise.
9058         (sqrt_test_towardzero): Likewise.
9059         (sqrt_downward_test_data): Likewise.
9060         (sqrt_test_downward): Likewise.
9061         (sqrt_upward_test_data): Likewise.
9062         (sqrt_test_upward): Likewise.
9063         (tan_test_data): Update call to AUTO_TESTS_f_f.
9064         (tan_test): Use ALL_RM_TEST.
9065         (tan_tonearest_test_data): Remove.
9066         (tan_test_tonearest): Likewise.
9067         (tan_towardzero_test_data): Likewise.
9068         (tan_test_towardzero): Likewise.
9069         (tan_downward_test_data): Likewise.
9070         (tan_test_downward): Likewise.
9071         (tan_upward_test_data): Likewise.
9072         (tan_test_upward): Likewise.
9073         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9074         (tgamma_test_data): Likewise.
9075         (y0_test_data): Likewise.
9076         (y1_test_data): Likewise.
9077         (yn_test_data): Update call to AUTO_TESTS_if_f.
9078         (main): Do not call removed functions.
9080 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9082         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9083         (ldexp_test_data): Remove.
9084         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9085         scalbn_test_data.
9086         (scalb_test): Use ALL_RM_TEST.
9088 2014-03-19  Andreas Schwab  <schwab@suse.de>
9090         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9092 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9094         [BZ #16649]
9095         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9096         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9097         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9098         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9099         (__ASSUME_PREADV): Undefine.
9100         (__ASSUME_PWRITEV): Likewise.
9102 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9104         * bits/mman-linux.h: Add comment about non-Linux use.
9105         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9106         bits/mman-linux.h resting place.
9108         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9109         * bits/mman-linux.h: ... here.
9111 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9113         * conform/conformtest.pl: Add standard definition when calling C
9114         preprocessor on data files.
9115         (checknamespace): Remove unused variable.
9117 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9119         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9120         minus_oflow, plus_uflow and minus_uflow in expected results.
9121         * math/libm-test.inc (scalbn_test_data): Add more tests of
9122         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9123         minus_uflow.
9124         (scalbn_test): Use ALL_RM_TEST.
9125         (scalbln_test_data): Add more tests of negative arguments.  Use
9126         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9127         (scalbln_test): Use ALL_RM_TEST.
9129 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9131         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9133 2014-03-18  Will Newton  <will.newton@linaro.org>
9135         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9136         inaccurate comment.
9138 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9140         * Makerules [!subdir] (check-abi): Exit with error status if a
9141         test failed.
9143 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9145         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9146         for rint.  Include results for all rounding modes.
9147         (nearbyint_test): Use ALL_RM_TEST.
9148         (rint_test_data): Include all tests used for nearbyint.
9150 2014-03-17  Will Newton  <will.newton@linaro.org>
9152         * nptl/sysdeps/pthread/pthread.h: Revert previous
9153         change.
9155         * sysdeps/generic/ldsodefs.h: Revert previous
9156         change.
9158         * libio/genops.c: Revert previous change.
9159         * libio/libioP.h: Likewise.
9160         * stdio-common/vfprintf.c: Likewise.
9162         * sysdeps/generic/math_private.h: Revert previous
9163         change.
9165         * sysdeps/generic/math_private.h: Check whether
9166         HAVE_RM_CTX is defined with #ifdef rather
9167         than #if.
9169         * argp/argp-fmtstream.h: Check whether
9170         __STRICT_ANSI__ is defined with #ifdef rather
9171         than #if.
9172         * argp/argp.h: Likewise.
9174         * libio/genops.c: Check whether
9175         _IO_JUMPS_OFFSET is defined with #ifdef rather
9176         than #if.
9177         * libio/libioP.h: Likewise.
9178         * stdio-common/vfprintf.c: Likewise.
9180         * sysdeps/generic/ldsodefs.h: Check whether
9181         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9182         than #if.
9184         * nptl/sysdeps/pthread/pthread.h: Check
9185         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9186         its value.
9188 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9190         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9191         setting O_APPEND.
9192         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9193         test case.
9195         [BZ #16680]
9196         * libio/fileops.c (_IO_file_open): Seek to end of file but
9197         don't cache the offset.
9198         (get_file_offset): Remove function.
9199         (do_ftell): Use cached offset when available.
9200         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9201         don't cache the offset.
9202         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9203         case.
9204         (do_one_test): Call it.
9205         (do_ftell_test): Fix up expected old offset for a+ mode.
9206         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9207         available.
9209         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9210         up test status with function return status.
9211         (do_write_test): Likewise.
9212         (do_append_test): Likewise.
9214         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9215         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9216         Remove.
9218 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9220         * math/gen-libm-test.pl (parse_args): Handle results specified for
9221         each rounding mode separately.
9222         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9223         tests and results from lrint_tonearest_test_data,
9224         lrint_towardzero_test_data, lrint_downward_test_data and
9225         lrint_upward_test_data.
9226         (lrint_test): Use ALL_RM_TEST.
9227         (lrint_tonearest_test_data): Remove.
9228         (lrint_test_tonearest): Likewise.
9229         (lrint_towardzero_test_data): Likewise.
9230         (lrint_test_towardzero): Likewise.
9231         (lrint_downward_test_data): Likewise.
9232         (lrint_test_downward): Likewise.
9233         (lrint_upward_test_data): Likewise.
9234         (lrint_test_upward): Likewise.
9235         (llrint_test_data): Merge in per-rounding-mode tests and results
9236         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9237         llrint_downward_test_data and llrint_upward_test_data.
9238         (llrint_test): Use ALL_RM_TEST.
9239         (llrint_tonearest_test_data): Remove.
9240         (llrint_test_tonearest): Likewise.
9241         (llrint_towardzero_test_data): Likewise.
9242         (llrint_test_towardzero): Likewise.
9243         (llrint_downward_test_data): Likewise.
9244         (llrint_test_downward): Likewise.
9245         (llrint_upward_test_data): Likewise.
9246         (llrint_test_upward): Likewise.
9247         (rint_test_data): Merge in per-rounding-mode tests and results
9248         from rint_tonearest_test_data, rint_towardzero_test_data,
9249         rint_downward_test_data and rint_upward_test_data.  Add
9250         per-rounding-mode results for tests not in those arrays.
9251         (rint_test): Use ALL_RM_TEST.
9252         (rint_tonearest_test_data): Remove.
9253         (rint_test_tonearest): Likewise.
9254         (rint_towardzero_test_data): Likewise.
9255         (rint_test_towardzero): Likewise.
9256         (rint_downward_test_data): Likewise.
9257         (rint_test_downward): Likewise.
9258         (rint_upward_test_data): Likewise.
9259         (rint_test_upward): Likewise.
9260         (main): Don't call removed functions.
9262 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9264         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9265         "Compiled on ..." crapola.  It is anti-useful.
9267 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9269         * scripts/evaluate-test.sh: Handle fourth argument to determine
9270         whether test run should stop on failure.
9271         * Makeconfig (stop-on-test-failure): New variable.
9272         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9273         $(stop-on-test-failure).
9274         * Makefile (tests): Give a summary of results from testing and
9275         exit with failure status if they include an ERROR or FAIL.
9276         (xtests): Likewise.
9277         * manual/install.texi (Configuring and compiling): Mention
9278         stop-on-test-failure=y.
9279         * INSTALL: Regenerated.
9281 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9283         * scripts/versionlist.awk: New file.
9284         * Makerules [$(build-shared) = yes]
9285         (postclean-generated): Add Versions.def, not Versions.def.v and
9286         Versions.def.v.i.
9287         ($(common-objpfx)Versions.def.v.i): Target removed.
9288         ($(common-objpfx)Versions.def): New target.
9289         ($(common-objpfx)Versions.all): Depend on that rather that
9290         $(common-objpfx)Versions.def.v.
9291         * Versions.def: File removed.
9293         * Makeconfig (+gccwarn): Add -Wundef.
9294         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9295         a dl-sysdep.h breaking its contract.
9296         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9297         * include/stackinfo.h: New file.
9298         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9299         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9300         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9301         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9302         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9303         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9304         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9305         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9306         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9307         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9308         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9309         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9310         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9311         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9312         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9314 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9316         [BZ #16707]
9317         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9318         implementation.
9319         * math/libm-test.inc (round_test_data): Add more tests.
9321         [BZ #16706]
9322         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9323         implementation.
9324         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9326         [BZ #16701]
9327         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9328         implementation.
9329         * math/libm-test.inc (ceil_test_data): Add more tests.
9331         * math/libm-test.inc (trunc_test_data): Add more tests related to
9332         BZ#16414.
9334 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9336         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9337         with #if rather than #ifdef.
9338         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9340 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9342         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9343         first.  Disable AVX-512 GCC support if assembler doesn't support
9344         it.
9345         * sysdeps/x86_64/configure: Regenerated.
9347 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9349         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9350         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9351         (__old_pthread_attr_setstack): Likewise.
9352         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9353         [!_STACK_GROWS_DOWN]: Likewise.
9355 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9357         * config.make.in (have-bash2): Delete.
9358         * configure.ac (libc_cv_have_bash2): Delete.
9359         * configure: Regenerate.
9360         * elf/Makefile (common-ldd-rewrite): Rename to ...
9361         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9362         (sh-ldd-rewrite): Delete.
9363         (bash-ldd-rewrite): Delete.
9364         (have-bash2): Delete checks.
9365         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9366         ldd-rewrite.
9368         * config.make.in (have-ksh): Delete.
9369         (KSH): Delete.
9370         * configure.ac (libc_cv_have_ksh): Delete.
9371         * configure: Regenerate.
9373         * elf/Makefile: Delete $(have-ksh) check.
9374         ($(objpfx)sotruss): Change KSH to BASH.
9375         * elf/sotruss.ksh: Rename to ...
9376         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9377         function style to match POSIX.  Drop ksh vim mode setting.
9379         * manual/time.texi (Specifying the Time Zone with TZ): Change
9380         Tuesday to Thursday.
9382         * debug/tst-longjmp_chk2.c: Update header comment.
9383         (stackoverflow_handler): Add comment.  Call assert on pass value.
9385 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9387         [BZ #16194]
9388         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9389         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9390         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9391         (La_x86_64_vector): Add zmm.
9392         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9393         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9394         ($(objpfx)tst-audit10): New target.
9395         ($(objpfx)tst-audit10.out): Likewise.
9396         (tst-audit10-ENV): New.
9397         (AVX512-CFLAGS): Likewise.
9398         (CFLAGS-tst-audit10.c): Likewise.
9399         (CFLAGS-tst-auditmod10a.c): Likewise.
9400         (CFLAGS-tst-auditmod10b.c): Likewise.
9401         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9402         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9403         * sysdeps/x86_64/configure: Regenerated.
9404         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9405         AVX-512 zmm register support.
9406         (_dl_x86_64_save_sse): Likewise.
9407         (_dl_x86_64_restore_sse): Likewise.
9408         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9409         size vector registers.
9410         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9411         (ZMM_SIZE): Likewise.
9412         * sysdeps/x86_64/tst-audit10.c: New file.
9413         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9414         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9416 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9418         * configure.ac (HAVE_EHDR_START): New check.
9419         * configure: Regenerated.
9420         * config.h.in (HAVE_EHDR_START): New #undef.
9421         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9422         assuming the lowest-addressed segment maps the start of the file.
9424 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9426         * INSTALL: Regenerated.
9428 2014-03-13  Will Newton  <will.newton@linaro.org>
9430         * manual/setjmp.texi (System V contexts): Improve
9431         clarity and grammar of documentation.
9433 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9435         [BZ #16381]
9436         * elf/Makefile (tests): Add tst-pie2.
9437         (tests-pie): Add tst-pie2.
9438         * elf/tst-pie2.c: New file.
9439         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9440         for ET_EXEC.
9441         * elf/rtld.c (map_doit): Load executable as lt_executable.
9442         (dl_main): Likewise.
9444 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9446         [BZ #16642]
9447         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9448         (__ASSUME_PSELECT): Undefine.
9450 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9452         [BZ #16689]
9453         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9454         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9455         static build.
9456         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9457         selector for static builds.
9459 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9461         [BZ #16695]
9462         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9463         key in the buffer.
9465 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9467         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9468         IFUNC selector for static builds.
9470 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9472         * sysdeps/mips/math_private.h [__mips_hard_float]
9473         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9474         libc_feresetround_mips_ctx.
9475         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9476         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9477         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9479         [BZ #16677]
9480         * math/s_nextafter.c (__nextafter): Do not return value from
9481         overflowing computation.
9482         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9483         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9484         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9485         Likewise.
9486         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9487         Likewise.
9488         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9489         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9491 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9493         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9494         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9495         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9496         the new mov targetting sp.
9498 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9500         [BZ #16683]
9501         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9502         Define it for static builds as well.
9503         (NO_BZERO_IMPL): Likewise.
9505 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9507         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9508         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9509         multiarch strspn for PPC64.
9510         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9511         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9512         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9513         (__libc_ifunc_impl_list): Likewise.
9514         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9515         multiarch optimizations
9516         * string/strspn.c (strspn): Using macro to redefine symbol name.
9518 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9519             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9521         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9522         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9523         multiarch strncat for PPC64.
9524         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9525         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9527         (__libc_ifunc_impl_list): Likewise.
9528         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9529         multiarch optimizations
9531 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9533         [BZ #16639]
9534         * nscd/nscd.service: Make service type forking.
9536 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9538         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9539         sign in non default rounding modes.
9540         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9542 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9544         * math/libm-test.inc (ALL_RM_TEST): New macro.
9545         (ceil_test): Use ALL_RM_TEST.
9546         (cimag_test): Likewise.
9547         (conj_test): Likewise.
9548         (copysign_test): Likewise.
9549         (cproj_test): Likewise.
9550         (creal_test): Likewise.
9551         (fabs_test): Likewise.
9552         (floor_test): Likewise.
9553         (fmax_test): Likewise.
9554         (fmin_test): Likewise.
9555         (fmod_test): Likewise.
9556         (fpclassify_test): Likewise.
9557         (frexp_test): Likewise.
9558         (ilogb_test): Likewise.
9559         (isfinite_test): Likewise.
9560         (finite_test): Likewise.
9561         (isgreater_test): Likewise.
9562         (isgreaterequal_test): Likewise.
9563         (isinf_test): Likewise.
9564         (isless_test): Likewise.
9565         (islessequal_test): Likewise.
9566         (islessgreater_test): Likewise.
9567         (isnan_test): Likewise.
9568         (isnormal_test): Likewise.
9569         (issignaling_test): Likewise.
9570         (isunordered_test): Likewise.
9571         (logb_test): Likewise.
9572         (logb_downward_test_data): Remove.
9573         (logb_test_downward): Likewise.
9574         (lround_test): Use ALL_RM_TEST.
9575         (llround_test): Likewise.
9576         (modf_test): Likewise.
9577         (nexttoward_test): Likewise.
9578         (remainder_test): Likewise.
9579         (drem_test): Likewise.
9580         (remainder_tonearest_test_data): Likewise.
9581         (remainder_test_tonearest): Likewise.
9582         (drem_test_tonearest): Likewise.
9583         (remainder_towardzero_test_data): Likewise.
9584         (remainder_test_towardzero): Likewise.
9585         (drem_test_towardzero): Likewise.
9586         (remainder_downward_test_data): Likewise.
9587         (remainder_test_downward): Likewise.
9588         (drem_test_downward): Likewise.
9589         (remainder_upward_test_data): Likewise.
9590         (remainder_test_upward): Likewise.
9591         (drem_test_upward): Likewise.
9592         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9593         (round_test): Use ALL_RM_TEST.
9594         (signbit_test): Likewise.
9595         (trunc_test): Likewise.
9596         (significand_test): Likewise.
9597         (main): Don't call removed functions.
9599 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9601         [BZ #16674]
9602         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9603         || __USE_XOPEN2K8].
9604         (ILL_ILLOPN): Likewise.
9605         (ILL_ILLADR): Likewise.
9606         (ILL_ILLTRP): Likewise.
9607         (ILL_PRVOPC): Likewise.
9608         (ILL_PRVREG): Likewise.
9609         (ILL_COPROC): Likewise.
9610         (ILL_BADSTK): Likewise.
9611         (FPE_INTDIV): Likewise.
9612         (FPE_INTOVF): Likewise.
9613         (FPE_FLTDIV): Likewise.
9614         (FPE_FLTOVF): Likewise.
9615         (FPE_FLTUND): Likewise.
9616         (FPE_FLTRES): Likewise.
9617         (FPE_FLTINV): Likewise.
9618         (FPE_FLTSUB): Likewise.
9619         (SEGV_MAPERR): Likewise.
9620         (SEGV_ACCERR): Likewise.
9621         (BUS_ADRALN): Likewise.
9622         (BUS_ADRERR): Likewise.
9623         (BUS_OBJERR): Likewise.
9624         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9625         (TRAP_TRACE): Likewise.
9626         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9627         __USE_XOPEN2K8].
9628         (CLD_KILLED): Likewise.
9629         (CLD_DUMPED): Likewise.
9630         (CLD_TRAPPED): Likewise.
9631         (CLD_STOPPED): Likewise.
9632         (CLD_CONTINUED): Likewise.
9633         (POLL_IN): Likewise.
9634         (POLL_OUT): Likewise.
9635         (POLL_MSG): Likewise.
9636         (POLL_ERR): Likewise.
9637         (POLL_PRI): Likewise.
9638         (POLL_HUP): Likewise.
9639         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9640         Likewise.
9641         (ILL_ILLOPN): Likewise.
9642         (ILL_ILLADR): Likewise.
9643         (ILL_ILLTRP): Likewise.
9644         (ILL_PRVOPC): Likewise.
9645         (ILL_PRVREG): Likewise.
9646         (ILL_COPROC): Likewise.
9647         (ILL_BADSTK): 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         (SEGV_MAPERR): Likewise.
9657         (SEGV_ACCERR): Likewise.
9658         (BUS_ADRALN): Likewise.
9659         (BUS_ADRERR): Likewise.
9660         (BUS_OBJERR): Likewise.
9661         (BUS_MCEERR_AR): Likewise.
9662         (BUS_MCEERR_AO): Likewise.
9663         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9664         (TRAP_TRACE): Likewise.
9665         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9666         __USE_XOPEN2K8].
9667         (CLD_KILLED): Likewise.
9668         (CLD_DUMPED): Likewise.
9669         (CLD_TRAPPED): Likewise.
9670         (CLD_STOPPED): Likewise.
9671         (CLD_CONTINUED): Likewise.
9672         (POLL_IN): Likewise.
9673         (POLL_OUT): Likewise.
9674         (POLL_MSG): Likewise.
9675         (POLL_ERR): Likewise.
9676         (POLL_PRI): Likewise.
9677         (POLL_HUP): Likewise.
9678         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9679         (ILL_ILLOPN): Likewise.
9680         (ILL_ILLADR): Likewise.
9681         (ILL_ILLTRP): Likewise.
9682         (ILL_PRVOPC): Likewise.
9683         (ILL_PRVREG): Likewise.
9684         (ILL_COPROC): Likewise.
9685         (ILL_BADSTK): Likewise.
9686         (FPE_INTDIV): Likewise.
9687         (FPE_INTOVF): Likewise.
9688         (FPE_FLTDIV): Likewise.
9689         (FPE_FLTOVF): Likewise.
9690         (FPE_FLTUND): Likewise.
9691         (FPE_FLTRES): Likewise.
9692         (FPE_FLTINV): Likewise.
9693         (FPE_FLTSUB): Likewise.
9694         (SEGV_MAPERR): Likewise.
9695         (SEGV_ACCERR): Likewise.
9696         (BUS_ADRALN): Likewise.
9697         (BUS_ADRERR): Likewise.
9698         (BUS_OBJERR): Likewise.
9699         (BUS_MCEERR_AR): Likewise.
9700         (BUS_MCEERR_AO): Likewise.
9701         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9702         (TRAP_TRACE): Likewise.
9703         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9704         __USE_XOPEN2K8].
9705         (CLD_KILLED): Likewise.
9706         (CLD_DUMPED): Likewise.
9707         (CLD_TRAPPED): Likewise.
9708         (CLD_STOPPED): Likewise.
9709         (CLD_CONTINUED): Likewise.
9710         (POLL_IN): Likewise.
9711         (POLL_OUT): Likewise.
9712         (POLL_MSG): Likewise.
9713         (POLL_ERR): Likewise.
9714         (POLL_PRI): Likewise.
9715         (POLL_HUP): Likewise.
9716         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9717         Likewise.
9718         (ILL_ILLOPN): Likewise.
9719         (ILL_ILLADR): Likewise.
9720         (ILL_ILLTRP): Likewise.
9721         (ILL_PRVOPC): Likewise.
9722         (ILL_PRVREG): Likewise.
9723         (ILL_COPROC): Likewise.
9724         (ILL_BADSTK): Likewise.
9725         (ILL_BADIADDR): Likewise.
9726         (ILL_BREAK): Likewise.
9727         (FPE_INTDIV): Likewise.
9728         (FPE_INTOVF): Likewise.
9729         (FPE_FLTDIV): Likewise.
9730         (FPE_FLTOVF): Likewise.
9731         (FPE_FLTUND): Likewise.
9732         (FPE_FLTRES): Likewise.
9733         (FPE_FLTINV): Likewise.
9734         (FPE_FLTSUB): Likewise.
9735         (FPE_DECOVF): Likewise.
9736         (FPE_DECDIV): Likewise.
9737         (FPE_DECERR): Likewise.
9738         (FPE_INVASC): Likewise.
9739         (FPE_INVDEC): Likewise.
9740         (SEGV_MAPERR): Likewise.
9741         (SEGV_ACCERR): Likewise.
9742         (SEGV_PSTKOVF): Likewise.
9743         (BUS_ADRALN): Likewise.
9744         (BUS_ADRERR): Likewise.
9745         (BUS_OBJERR): Likewise.
9746         (BUS_MCEERR_AR): Likewise.
9747         (BUS_MCEERR_AO): Likewise.
9748         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9749         (TRAP_TRACE): Likewise.
9750         (TRAP_BRANCH): Likewise.
9751         (TRAP_HWBKPT): Likewise.
9752         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9753         __USE_XOPEN2K8].
9754         (CLD_KILLED): Likewise.
9755         (CLD_DUMPED): Likewise.
9756         (CLD_TRAPPED): Likewise.
9757         (CLD_STOPPED): Likewise.
9758         (CLD_CONTINUED): Likewise.
9759         (POLL_IN): Likewise.
9760         (POLL_OUT): Likewise.
9761         (POLL_MSG): Likewise.
9762         (POLL_ERR): Likewise.
9763         (POLL_PRI): Likewise.
9764         (POLL_HUP): Likewise.
9765         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9766         (ILL_ILLOPN): Likewise.
9767         (ILL_ILLADR): Likewise.
9768         (ILL_ILLTRP): Likewise.
9769         (ILL_PRVOPC): Likewise.
9770         (ILL_PRVREG): Likewise.
9771         (ILL_COPROC): Likewise.
9772         (ILL_BADSTK): Likewise.
9773         (FPE_INTDIV): Likewise.
9774         (FPE_INTOVF): Likewise.
9775         (FPE_FLTDIV): Likewise.
9776         (FPE_FLTOVF): Likewise.
9777         (FPE_FLTUND): Likewise.
9778         (FPE_FLTRES): Likewise.
9779         (FPE_FLTINV): Likewise.
9780         (FPE_FLTSUB): Likewise.
9781         (SEGV_MAPERR): Likewise.
9782         (SEGV_ACCERR): Likewise.
9783         (BUS_ADRALN): Likewise.
9784         (BUS_ADRERR): Likewise.
9785         (BUS_OBJERR): Likewise.
9786         (BUS_MCEERR_AR): Likewise.
9787         (BUS_MCEERR_AO): Likewise.
9788         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9789         (TRAP_TRACE): Likewise.
9790         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9791         __USE_XOPEN2K8].
9792         (CLD_KILLED): Likewise.
9793         (CLD_DUMPED): Likewise.
9794         (CLD_TRAPPED): Likewise.
9795         (CLD_STOPPED): Likewise.
9796         (CLD_CONTINUED): Likewise.
9797         (POLL_IN): Likewise.
9798         (POLL_OUT): Likewise.
9799         (POLL_MSG): Likewise.
9800         (POLL_ERR): Likewise.
9801         (POLL_PRI): Likewise.
9802         (POLL_HUP): Likewise.
9803         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9804         (ILL_ILLOPN): Likewise.
9805         (ILL_ILLADR): Likewise.
9806         (ILL_ILLTRP): Likewise.
9807         (ILL_PRVOPC): Likewise.
9808         (ILL_PRVREG): Likewise.
9809         (ILL_COPROC): Likewise.
9810         (ILL_BADSTK): Likewise.
9811         (FPE_INTDIV): Likewise.
9812         (FPE_INTOVF): Likewise.
9813         (FPE_FLTDIV): Likewise.
9814         (FPE_FLTOVF): Likewise.
9815         (FPE_FLTUND): Likewise.
9816         (FPE_FLTRES): Likewise.
9817         (FPE_FLTINV): Likewise.
9818         (FPE_FLTSUB): Likewise.
9819         (SEGV_MAPERR): Likewise.
9820         (SEGV_ACCERR): Likewise.
9821         (BUS_ADRALN): Likewise.
9822         (BUS_ADRERR): Likewise.
9823         (BUS_OBJERR): Likewise.
9824         (BUS_MCEERR_AR): Likewise.
9825         (BUS_MCEERR_AO): Likewise.
9826         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9827         (TRAP_TRACE): Likewise.
9828         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9829         __USE_XOPEN2K8].
9830         (CLD_KILLED): Likewise.
9831         (CLD_DUMPED): Likewise.
9832         (CLD_TRAPPED): Likewise.
9833         (CLD_STOPPED): Likewise.
9834         (CLD_CONTINUED): Likewise.
9835         (POLL_IN): Likewise.
9836         (POLL_OUT): Likewise.
9837         (POLL_MSG): Likewise.
9838         (POLL_ERR): Likewise.
9839         (POLL_PRI): Likewise.
9840         (POLL_HUP): Likewise.
9841         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9842         (ILL_ILLOPN): Likewise.
9843         (ILL_ILLADR): Likewise.
9844         (ILL_ILLTRP): Likewise.
9845         (ILL_PRVOPC): Likewise.
9846         (ILL_PRVREG): Likewise.
9847         (ILL_COPROC): Likewise.
9848         (ILL_BADSTK): Likewise.
9849         (FPE_INTDIV): Likewise.
9850         (FPE_INTOVF): Likewise.
9851         (FPE_FLTDIV): Likewise.
9852         (FPE_FLTOVF): Likewise.
9853         (FPE_FLTUND): Likewise.
9854         (FPE_FLTRES): Likewise.
9855         (FPE_FLTINV): Likewise.
9856         (FPE_FLTSUB): Likewise.
9857         (SEGV_MAPERR): Likewise.
9858         (SEGV_ACCERR): Likewise.
9859         (BUS_ADRALN): Likewise.
9860         (BUS_ADRERR): Likewise.
9861         (BUS_OBJERR): Likewise.
9862         (BUS_MCEERR_AR): Likewise.
9863         (BUS_MCEERR_AO): Likewise.
9864         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9865         (TRAP_TRACE): Likewise.
9866         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9867         __USE_XOPEN2K8].
9868         (CLD_KILLED): Likewise.
9869         (CLD_DUMPED): Likewise.
9870         (CLD_TRAPPED): Likewise.
9871         (CLD_STOPPED): Likewise.
9872         (CLD_CONTINUED): Likewise.
9873         (POLL_IN): Likewise.
9874         (POLL_OUT): Likewise.
9875         (POLL_MSG): Likewise.
9876         (POLL_ERR): Likewise.
9877         (POLL_PRI): Likewise.
9878         (POLL_HUP): Likewise.
9879         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9880         (ILL_ILLOPN): Likewise.
9881         (ILL_ILLADR): Likewise.
9882         (ILL_ILLTRP): Likewise.
9883         (ILL_PRVOPC): Likewise.
9884         (ILL_PRVREG): Likewise.
9885         (ILL_COPROC): Likewise.
9886         (ILL_BADSTK): Likewise.
9887         (ILL_DBLFLT): Likewise.
9888         (ILL_HARDWALL): Likewise.
9889         (FPE_INTDIV): Likewise.
9890         (FPE_INTOVF): Likewise.
9891         (FPE_FLTDIV): Likewise.
9892         (FPE_FLTOVF): Likewise.
9893         (FPE_FLTUND): Likewise.
9894         (FPE_FLTRES): Likewise.
9895         (FPE_FLTINV): Likewise.
9896         (FPE_FLTSUB): Likewise.
9897         (SEGV_MAPERR): Likewise.
9898         (SEGV_ACCERR): Likewise.
9899         (BUS_ADRALN): Likewise.
9900         (BUS_ADRERR): Likewise.
9901         (BUS_OBJERR): Likewise.
9902         (BUS_MCEERR_AR): Likewise.
9903         (BUS_MCEERR_AO): Likewise.
9904         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9905         (TRAP_TRACE): Likewise.
9906         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9907         __USE_XOPEN2K8].
9908         (CLD_KILLED): Likewise.
9909         (CLD_DUMPED): Likewise.
9910         (CLD_TRAPPED): Likewise.
9911         (CLD_STOPPED): Likewise.
9912         (CLD_CONTINUED): Likewise.
9913         (POLL_IN): Likewise.
9914         (POLL_OUT): Likewise.
9915         (POLL_MSG): Likewise.
9916         (POLL_ERR): Likewise.
9917         (POLL_PRI): Likewise.
9918         (POLL_HUP): Likewise.
9919         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9920         (ILL_ILLOPN): Likewise.
9921         (ILL_ILLADR): Likewise.
9922         (ILL_ILLTRP): Likewise.
9923         (ILL_PRVOPC): Likewise.
9924         (ILL_PRVREG): Likewise.
9925         (ILL_COPROC): Likewise.
9926         (ILL_BADSTK): Likewise.
9927         (FPE_INTDIV): Likewise.
9928         (FPE_INTOVF): Likewise.
9929         (FPE_FLTDIV): Likewise.
9930         (FPE_FLTOVF): Likewise.
9931         (FPE_FLTUND): Likewise.
9932         (FPE_FLTRES): Likewise.
9933         (FPE_FLTINV): Likewise.
9934         (FPE_FLTSUB): Likewise.
9935         (SEGV_MAPERR): Likewise.
9936         (SEGV_ACCERR): Likewise.
9937         (BUS_ADRALN): Likewise.
9938         (BUS_ADRERR): Likewise.
9939         (BUS_OBJERR): Likewise.
9940         (BUS_MCEERR_AR): Likewise.
9941         (BUS_MCEERR_AO): Likewise.
9942         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9943         (TRAP_TRACE): Likewise.
9944         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9945         __USE_XOPEN2K8].
9946         (CLD_KILLED): Likewise.
9947         (CLD_DUMPED): Likewise.
9948         (CLD_TRAPPED): Likewise.
9949         (CLD_STOPPED): Likewise.
9950         (CLD_CONTINUED): Likewise.
9951         (POLL_IN): Likewise.
9952         (POLL_OUT): Likewise.
9953         (POLL_MSG): Likewise.
9954         (POLL_ERR): Likewise.
9955         (POLL_PRI): Likewise.
9956         (POLL_HUP): Likewise.
9957         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9958         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9960         [BZ #16670]
9961         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9962         before #include of <time.h>.
9963         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9964         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9965         (test-xfail-UNIX98/sched.h/conform): Likewise.
9967 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9969         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9970         error absence of trapping exception support.
9971         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9973 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9975         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9976         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9977         * timezone/Makefile (testdata): Move definition above include of
9978         Rules.
9979         (test-zones): New variable.
9980         (tests-special): Add zone files.
9981         (build-testdata): Use $(evaluate-test).
9983         * elf/Makefile (tests-special): Rename tests to end with .out.
9984         ($(objpfx)noload-mem): Likewise.
9985         ($(objpfx)tst-leaks1-mem): Likewise.
9986         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9987         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9988         $(objpfx)test-iconvconfig.out.
9989         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9990         set -e inside subshell and redirect output to file.
9991         * iconvdata/Makefile (generated): Rename tests to end with .out.
9992         Correct type.
9993         (tests-special): Rename tests to end with .out.
9994         ($(objpfx)mtrace-tst-loading): Likewise.
9995         * intl/Makefile (generated): Likewise.
9996         (tests-special): Likewise.
9997         ($(objpfx)mtrace-tst-gettext): Likewise.
9998         * misc/Makefile (generated): Likewise.
9999         (tests-special): Likewise.
10000         ($(objpfx)tst-error1-mem): Likewise.
10001         * nptl/Makefile (tests-special): Likewise.
10002         ($(objpfx)tst-stack3-mem): Likewise.
10003         (generated): Likewise.
10004         * posix/Makefile (generated): Likewise.
10005         (tests-special): Likewise.
10006         (xtests-special): Likewise.
10007         ($(objpfx)tst-fnmatch-mem): Likewise.
10008         ($(objpfx)bug-regex2-mem): Likewise.
10009         ($(objpfx)bug-regex14-mem): Likewise.
10010         ($(objpfx)bug-regex21-mem): Likewise.
10011         ($(objpfx)bug-regex31-mem): Likewise.
10012         ($(objpfx)tst-vfork3-mem): Likewise.
10013         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10014         ($(objpfx)tst-pcre-mem): Likewise.
10015         ($(objpfx)tst-boost-mem): Likewise.
10016         ($(objpfx)bug-ga2-mem): Likewise.
10017         ($(objpfx)bug-glob2-mem): Likewise.
10018         * resolv/Makefile (generate): Likewise.
10019         (tests-special): Likewise.
10020         (xtests-special): Likewise.
10021         (generated): Likewise.
10022         ($(objpfx)mtrace-tst-leaks): Likewise.
10023         ($(objpfx)mtrace-tst-leaks2): Likewise.
10025         * scripts/merge-test-results.sh: New file.
10026         * Makefile (tests-special-notdir): New variable.
10027         (tests): Run merge-test-results.sh.
10028         (xtests): Likewise.
10029         * Rules (tests-special-notdir): New variable.
10030         (xtests-special-notdir): Likewise.
10031         (tests): Run merge-test-results.sh
10032         (xtests): Likewise.
10034         * Makeconfig (test-xfail-name): New variable.
10035         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10036         compute variable name for expected failures.
10037         * conform/Makefile (conformtest-headers-data): New variable.
10038         (conformtest-standards): Likewise.
10039         (conformtest-headers-ISO): Likewise.
10040         (conformtest-headers-ISO99): Likewise.
10041         (conformtest-headers-ISO11): Likewise.
10042         (conformtest-headers-POSIX): Likewise.
10043         (conformtest-headers-XPG3): Likewise.
10044         (conformtest-headers-XPG4): Likewise.
10045         (conformtest-headers-UNIX98): Likewise.
10046         (conformtest-headers-XOPEN2K): Likewise.
10047         (conformtest-headers-POSIX2008): Likewise.
10048         (conformtest-headers-XOPEN2K8): Likewise.
10049         (conformtest-header-list-base): Likewise.
10050         (conformtest-header-list-tests): Likewise.
10051         (conformtest-header-base): Likewise.
10052         (conformtest-header-tests): Likewise.
10053         (tests-special): Add $(conformtest-header-list-tests).  If
10054         [$(fast-check) && !$(cross-compiling)], add
10055         $(conformtest-header-tests) instead of
10056         $(objpfx)run-conformtest.out.
10057         (generated): Add $(conformtest-header-list-base).  If
10058         [$(fast-check) && !$(cross-compiling)], add
10059         $(conformtest-header-base).  Remove previous setting.
10060         ($(conformtest-header-list-tests)): New target.
10061         (test-xfail-run-conformtest): Remove variable.
10062         ($(objpfx)run-conformtest.out): Remove target.
10063         (test-xfail-ISO11/complex.h/conform): New variable.
10064         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10065         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10066         (test-xfail-XPG3/varargs.h/conform): Likewise.
10067         (test-xfail-XPG4/varargs.h/conform): Likewise.
10068         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10069         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10070         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10071         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10072         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10073         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10074         (test-xfail-XPG3/ftw.h/conform): Likewise.
10075         (test-xfail-XPG3/grp.h/conform): Likewise.
10076         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10077         (test-xfail-XPG3/limits.h/conform): Likewise.
10078         (test-xfail-XPG3/pwd.h/conform): Likewise.
10079         (test-xfail-XPG3/search.h/conform): Likewise.
10080         (test-xfail-XPG3/signal.h/conform): Likewise.
10081         (test-xfail-XPG3/stdio.h/conform): Likewise.
10082         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10083         (test-xfail-XPG3/string.h/conform): Likewise.
10084         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10085         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10086         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10087         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10088         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10089         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10090         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10091         (test-xfail-XPG3/termios.h/conform): Likewise.
10092         (test-xfail-XPG3/time.h/conform): Likewise.
10093         (test-xfail-XPG3/unistd.h/conform): Likewise.
10094         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10095         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10096         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10097         (test-xfail-XPG4/netdb.h/conform): Likewise.
10098         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10099         (test-xfail-XPG4/signal.h/conform): Likewise.
10100         (test-xfail-XPG4/stdio.h/conform): Likewise.
10101         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10102         (test-xfail-XPG4/stropts.h/conform): Likewise.
10103         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10104         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10105         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10106         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10107         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10108         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10109         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10110         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10111         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10112         (test-xfail-XPG4/termios.h/conform): Likewise.
10113         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10114         (test-xfail-XPG4/unistd.h/conform): Likewise.
10115         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10116         (test-xfail-POSIX/sched.h/conform): Likewise.
10117         (test-xfail-POSIX/signal.h/conform): Likewise.
10118         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10119         (test-xfail-POSIX/tar.h/conform): Likewise.
10120         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10121         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10122         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10123         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10124         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10125         (test-xfail-UNIX98/sched.h/conform): Likewise.
10126         (test-xfail-UNIX98/signal.h/conform): Likewise.
10127         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10128         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10129         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10130         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10131         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10132         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10133         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10134         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10135         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10136         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10137         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10138         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10139         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10140         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10141         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10142         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10143         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10144         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10145         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10146         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10147         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10148         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10149         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10150         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10151         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10152         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10153         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10154         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10155         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10156         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10157         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10158         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10159         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10160         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10161         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10162         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10163         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10164         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10165         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10166         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10167         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10168         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10169         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10170         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10171         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10172         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10173         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10174         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10175         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10176         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10177         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10178         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10179         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10180         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10181         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10182         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10183         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10184         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10185         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10186         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10187         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10188         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10189         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10190         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10191         (conformtest-cc-flags): Likewise.
10192         ($(conformtest-header-tests): New target.
10193         * conform/check-header-lists.sh: New file.
10194         * conform/run-conformtest.sh: Remove.
10196         * conform/conformtest.pl: Allow ' and \ in values given for
10197         constants.
10198         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10199         inclusion.
10200         [POSIX] (sys/types.h): Likewise.
10201         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10202         inclusion.
10203         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10204         inclusion.
10205         * conform/data/signal.h-data (SIGIO): Remove expectation.
10206         [XPG3] (SIGBUS): Do not expect.
10207         [POSIX || XPG3] (SIGPOLL): Likewise.
10208         [POSIX || XPG3] (SIGPROF): Likewise.
10209         [POSIX || XPG3] (SIGSYS): Likewise.
10210         [XPG3] (SIGTRAP): Likewise.
10211         [POSIX || XPG3] (SIGURG): Likewise.
10212         [POSIX || XPG3] (SIGVTALRM): Likewise.
10213         [POSIX || XPG3] (SIGXCPU): Likewise.
10214         [POSIX || XPG3] (SIGXFSZ): Likewise.
10215         [POSIX] (SA_SIGINFO): Expect.
10216         [XPG3] (siginfo_t): Do not expect type or contents.
10217         [POSIX] (si_pid): Do not expect element.
10218         [POSIX] (si_uid): Likewise.
10219         [POSIX] (si_addr): Likewise.
10220         [POSIX] (si_status): Likewise.
10221         [POSIX] (si_band): Likewise.
10222         [XPG4] (si_value): Likewise.
10223         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10224         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10225         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10226         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10227         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10228         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10229         [POSIX || XPG3] (ILL_COPROC): Likewise.
10230         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10231         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10232         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10233         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10234         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10235         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10236         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10237         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10238         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10239         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10240         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10241         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10242         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10243         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10244         [POSIX || XPG3] (CLD_EXITED): Likewise.
10245         [POSIX || XPG3] (CLD_KILLED): Likewise.
10246         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10247         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10248         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10249         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10250         [POSIX || XPG3] (POLL_IN): Likewise.
10251         [POSIX || XPG3] (POLL_OUT): Likewise.
10252         [POSIX || XPG3] (POLL_MSG): Likewise.
10253         [POSIX || XPG3] (POLL_ERR): Likewise.
10254         [POSIX || XPG3] (POLL_PRI): Likewise.
10255         [POSIX || XPG3] (POLL_HUP): Likewise.
10256         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10257         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10258         (SIG*): Do not allow.
10259         [XPG3] (si_*): Likewise.
10260         [XPG3] (SI_*): Likewise.
10261         [XPG3 || XPG4] (sigev_*): Likewise.
10262         [XPG3 || XPG4] (SIGEV_*): Likewise.
10263         [XPG3 || XPG4] (sival_*): Likewise.
10264         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10265         [POSIX || XPG3] (BUS_*): Likewise.
10266         [POSIX || XPG3] (CLD_*): Likewise.
10267         [POSIX || XPG3] (FPE_*): Likewise.
10268         [POSIX || XPG3] (ILL_*): Likewise.
10269         [POSIX || XPG3] (POLL_*): Likewise.
10270         [POSIX || XPG3] (SEGV_*): Likewise.
10271         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10272         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10273         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10274         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10275         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10276         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10277         Specify type and value.
10278         (TVERSLEN): Likewise.
10279         (REGTYPE): Likewise.
10280         (AREGTYPE): Likewise.
10281         (LNKTYPE): Likewise.
10282         (SYMTYPE): Likewise.
10283         (CHRTYPE): Likewise.
10284         (BLKTYPE): Likewise.
10285         (DIRTYPE): Likewise.
10286         (FIFOTYPE): Likewise.
10287         (CONTTYPE): Likewise.
10288         (TSUID): Likewise.
10289         (TSGID): Likewise.
10290         (TSVTX): Likewise.
10291         (TUREAD): Likewise.
10292         (TUWRITE): Likewise.
10293         (TUEXEC): Likewise.
10294         (TGREAD): Likewise.
10295         (TGWRITE): Likewise.
10296         (TGEXEC): Likewise.
10297         (TOREAD): Likewise.
10298         (TOWRITE): Likewise.
10299         (TOEXEC): Likewise.
10300         [POSIX] (TSVTX): Expect constant.
10302 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10304         * Makefile (tests): Change dependencies to ....
10305         (tests-special): ... additions to this variable.
10306         (tests): Depend on $(tests-special).
10307         * Makerules (check-abi-list): New variable.
10308         (check-abi): Depend on $(check-abi-list).
10309         [$(subdir) = elf] (tests-special): Add
10310         $(objpfx)check-abi-libc.out.
10311         [$(build-shared) = yes && subdir] (tests-special): Add
10312         $(check-abi-list).
10313         [$(build-shared) = yes && subdir] (tests): Do not depend on
10314         check-abi.
10315         * Rules (tests): Depend on $(tests-special).
10316         (xtests): Depend on $(xtests-special).
10317         * catgets/Makefile (tests): Change dependencies to ....
10318         (tests-special): ... additions to this variable.
10319         * conform/Makefile (tests): Change dependencies to ....
10320         (tests-special): ... additions to this variable.
10321         * elf/Makefile (tests): Change dependencies to ....
10322         (tests-special): ... additions to this variable.
10323         * grp/Makefile (tests): Change dependencies to ....
10324         (tests-special): ... additions to this variable.
10325         * iconv/Makefile (xtests): Change dependencies to ....
10326         (xtests-special): ... additions to this variable.
10327         * iconvdata/Makefile (tests): Change dependencies to ....
10328         (tests-special): ... additions to this variable.
10329         * intl/Makefile (tests): Change dependencies to ....
10330         (tests-special): ... additions to this variable.  Also add
10331         $(objpfx)tst-gettext.out.
10332         * io/Makefile (tests): Change dependencies to ....
10333         (tests-special): ... additions to this variable.
10334         * libio/Makefile (tests): Change dependencies to ....
10335         (tests-special): ... additions to this variable.
10336         * malloc/Makefile (tests): Change dependencies to ....
10337         (tests-special): ... additions to this variable.
10338         * misc/Makefile (tests): Change dependencies to ....
10339         (tests-special): ... additions to this variable.
10340         * nptl/Makefile (tests): Change dependencies to ....
10341         (tests-special): ... additions to this variable.
10342         * nptl_db/Makefile (tests): Change dependencies to ....
10343         (tests-special): ... additions to this variable.
10344         * posix/Makefile (tests): Change dependencies to ....
10345         (tests-special): ... additions to this variable.
10346         (xtests): Change dependencies to ....
10347         (xtests-special): ... additions to this variable.
10348         * resolv/Makefile (tests): Change dependencies to ....
10349         (tests-special): ... additions to this variable.
10350         (xtests): Change dependencies to ....
10351         (xtests-special): ... additions to this variable.
10352         * stdio-common/Makefile (tests): Change dependencies to ....
10353         (tests-special): ... additions to this variable.
10354         (do-tst-unbputc): Remove target.
10355         (do-tst-printf): Likewise.
10356         * stdlib/Makefile (tests): Change dependencies to ....
10357         (tests-special): ... additions to this variable.
10358         * string/Makefile (tests): Change dependencies to ....
10359         (tests-special): ... additions to this variable.
10360         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10361         (tests-special): ... additions to this variable.
10363         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10364         whole file.
10365         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10366         whole file.
10367         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10368         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10370         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10371         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10372         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10373         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10374         * conform/data/libgen.h-data [XPG3]: Likewise.
10375         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10376         * conform/data/ndbm.h-data [XPG3]: Likewise.
10377         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10378         * conform/data/netdb.h-data [XPG3]: Likewise.
10379         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10380         * conform/data/poll.h-data [XPG3]: Likewise.
10381         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10382         * conform/data/strings.h-data [XPG3]: Likewise.
10383         * conform/data/stropts.h-data [XPG3]: Likewise.
10384         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10385         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10386         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10387         Likewise.
10388         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10389         * conform/data/sys/time.h-data [XPG3]: Likewise.
10390         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10391         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10392         * conform/data/sys/un.h-data [XPG3]: Likewise.
10393         * conform/data/syslog.h-data [XPG3]: Likewise.
10394         * conform/data/ucontext.h-data [XPG3]: Likewise.
10395         * conform/data/utmpx.h-data [XPG3]: Likewise.
10396         * conform/data/varargs.h-data [UNIX98]: Enable file.
10398         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10400         * math/libm-test.inc (struct test_f_f_data): Move expected results
10401         into structure for each rounding mode.
10402         (struct test_ff_f_data): Likewise.
10403         (struct test_ff_f_data_nexttoward): Likewise.
10404         (struct test_fi_f_data): Likewise.
10405         (struct test_fl_f_data): Likewise.
10406         (struct test_if_f_data): Likewise.
10407         (struct test_fff_f_data): Likewise.
10408         (struct test_c_f_data): Likewise.
10409         (struct test_f_f1_data): Likewise.
10410         (struct test_fF_f1_data): Likewise.
10411         (struct test_ffI_f1_data): Likewise.
10412         (struct test_c_c_data): Likewise.
10413         (struct test_cc_c_data): Likewise.
10414         (struct test_f_i_data): Likewise.
10415         (struct test_ff_i_data): Likewise.
10416         (struct test_f_l_data): Likewise.
10417         (struct test_f_L_data): Likewise.
10418         (struct test_fFF_11_data): Likewise.
10419         (RM_): New macro.
10420         (RM_FE_DOWNWARD): Likewise.
10421         (RM_FE_TONEAREST): Likewise.
10422         (RM_FE_TOWARDZERO): Likewise.
10423         (RM_FE_UPWARD): Likewise.
10424         (RUN_TEST_LOOP_f_f): Update references to expected results.
10425         (RUN_TEST_LOOP_2_f): Likewise.
10426         (RUN_TEST_LOOP_fff_f): Likewise.
10427         (RUN_TEST_LOOP_c_f): Likewise.
10428         (RUN_TEST_LOOP_f_f1): Likewise.
10429         (RUN_TEST_LOOP_fF_f1): Likewise.
10430         (RUN_TEST_LOOP_fI_f1): Likewise.
10431         (RUN_TEST_LOOP_ffI_f1): Likewise.
10432         (RUN_TEST_LOOP_c_c): Likewise.
10433         (RUN_TEST_LOOP_cc_c): Likewise.
10434         (RUN_TEST_LOOP_f_i): Likewise.
10435         (RUN_TEST_LOOP_f_i_tg): Likewise.
10436         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10437         (RUN_TEST_LOOP_f_b): Likewise.
10438         (RUN_TEST_LOOP_f_b_tg): Likewise.
10439         (RUN_TEST_LOOP_f_l): Likewise.
10440         (RUN_TEST_LOOP_f_L): Likewise.
10441         (RUN_TEST_LOOP_fFF_11): Likewise.
10442         * math/gen-libm-test.pl (parse_args): Output four copies of
10443         expected results for each test.
10445         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10446         (__ASSUME_UTIMES): Remove.
10447         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10448         (__ASSUME_UTIMES): Likewise.
10450         * math/gen-auto-libm-tests.c: Update comment on output format.
10451         (output_for_one_input_case): Generate before-rounding and
10452         after-rounding information as conditions on output flags not
10453         floating-point format.
10454         * math/auto-libm-test-out: Regenerated.
10455         * math/gen-libm-test.pl (cond_value): New function.
10456         (or_cond_value): Use cond_value.
10457         (generate_testfile): Handle conditional exceptions.
10459 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10461         * math/libm-test.inc (max_valid_error): New variable.
10462         (init_max_error): Take new argument specifying whether function
10463         results are exactly determined.  Set max_valid_error and bound
10464         other variables for errors based on this argument.
10465         (set_max_error): Do not record results above max_valid_error.
10466         (check_float_internal): Only accept errors of up to 0.5ulps if
10467         also at most max_valid_error.
10468         (START): Take new argument EXACT and pass it to init_max_error.
10469         (acos_test): Update call to START.
10470         (acos_test_tonearest): Likewise.
10471         (acos_test_towardzero): Likewise.
10472         (acos_test_downward): Likewise.
10473         (acos_test_upward): Likewise.
10474         (acosh_test): Likewise.
10475         (asin_test): Likewise.
10476         (asin_test_tonearest): Likewise.
10477         (asin_test_towardzero): Likewise.
10478         (asin_test_downward): Likewise.
10479         (asin_test_upward): Likewise.
10480         (asinh_test): Likewise.
10481         (atan_test): Likewise.
10482         (atanh_test): Likewise.
10483         (atan2_test): Likewise.
10484         (cabs_test): Likewise.
10485         (cacos_test): Likewise.
10486         (cacosh_test): Likewise.
10487         (carg_test): Likewise.
10488         (casin_test): Likewise.
10489         (casinh_test): Likewise.
10490         (catan_test): Likewise.
10491         (catanh_test): Likewise.
10492         (cbrt_test): Likewise.
10493         (ccos_test): Likewise.
10494         (ccosh_test): Likewise.
10495         (ceil_test): Likewise.
10496         (cexp_test): Likewise.
10497         (cimag_test): Likewise.
10498         (clog_test): Likewise.
10499         (clog10_test): Likewise.
10500         (conj_test): Likewise.
10501         (copysign_test): Likewise.
10502         (cos_test): Likewise.
10503         (cos_test_tonearest): Likewise.
10504         (cos_test_towardzero): Likewise.
10505         (cos_test_downward): Likewise.
10506         (cos_test_upward): Likewise.
10507         (cosh_test): Likewise.
10508         (cosh_test_tonearest): Likewise.
10509         (cosh_test_towardzero): Likewise.
10510         (cosh_test_downward): Likewise.
10511         (cosh_test_upward): Likewise.
10512         (cpow_test): Likewise.
10513         (cproj_test): Likewise.
10514         (creal_test): Likewise.
10515         (csin_test): Likewise.
10516         (csinh_test): Likewise.
10517         (csqrt_test): Likewise.
10518         (ctan_test): Likewise.
10519         (ctan_test_tonearest): Likewise.
10520         (ctan_test_towardzero): Likewise.
10521         (ctan_test_downward): Likewise.
10522         (ctan_test_upward): Likewise.
10523         (ctanh_test): Likewise.
10524         (ctanh_test_tonearest): Likewise.
10525         (ctanh_test_towardzero): Likewise.
10526         (ctanh_test_downward): Likewise.
10527         (ctanh_test_upward): Likewise.
10528         (erf_test): Likewise.
10529         (erfc_test): Likewise.
10530         (exp_test): Likewise.
10531         (exp_test_tonearest): Likewise.
10532         (exp_test_towardzero): Likewise.
10533         (exp_test_downward): Likewise.
10534         (exp_test_upward): Likewise.
10535         (exp10_test): Likewise.
10536         (exp10_test_tonearest): Likewise.
10537         (exp10_test_towardzero): Likewise.
10538         (exp10_test_downward): Likewise.
10539         (exp10_test_upward): Likewise.
10540         (pow10_test): Likewise.
10541         (exp2_test): Likewise.
10542         (expm1_test): Likewise.
10543         (expm1_test_tonearest): Likewise.
10544         (expm1_test_towardzero): Likewise.
10545         (expm1_test_downward): Likewise.
10546         (expm1_test_upward): Likewise.
10547         (fabs_test): Likewise.
10548         (fdim_test): Likewise.
10549         (floor_test): Likewise.
10550         (fma_test): Likewise.
10551         (fma_test_towardzero): Likewise.
10552         (fma_test_downward): Likewise.
10553         (fma_test_upward): Likewise.
10554         (fmax_test): Likewise.
10555         (fmin_test): Likewise.
10556         (fmod_test): Likewise.
10557         (fpclassify_test): Likewise.
10558         (frexp_test): Likewise.
10559         (hypot_test): Likewise.
10560         (ilogb_test): Likewise.
10561         (isfinite_test): Likewise.
10562         (finite_test): Likewise.
10563         (isgreater_test): Likewise.
10564         (isgreaterequal_test): Likewise.
10565         (isinf_test): Likewise.
10566         (isless_test): Likewise.
10567         (islessequal_test): Likewise.
10568         (islessgreater_test): Likewise.
10569         (isnan_test): Likewise.
10570         (isnormal_test): Likewise.
10571         (issignaling_test): Likewise.
10572         (isunordered_test): Likewise.
10573         (j0_test): Likewise.
10574         (j1_test): Likewise.
10575         (jn_test): Likewise.
10576         (ldexp_test): Likewise.
10577         (lgamma_test): Likewise.
10578         (gamma_test): Likewise.
10579         (lrint_test): Likewise.
10580         (lrint_test_tonearest): Likewise.
10581         (lrint_test_towardzero): Likewise.
10582         (lrint_test_downward): Likewise.
10583         (lrint_test_upward): Likewise.
10584         (llrint_test): Likewise.
10585         (llrint_test_tonearest): Likewise.
10586         (llrint_test_towardzero): Likewise.
10587         (llrint_test_downward): Likewise.
10588         (llrint_test_upward): Likewise.
10589         (log_test): Likewise.
10590         (log10_test): Likewise.
10591         (log1p_test): Likewise.
10592         (log2_test): Likewise.
10593         (logb_test): Likewise.
10594         (logb_test_downward): Likewise.
10595         (lround_test): Likewise.
10596         (llround_test): Likewise.
10597         (modf_test): Likewise.
10598         (nearbyint_test): Likewise.
10599         (nextafter_test): Likewise.
10600         (nexttoward_test): Likewise.
10601         (pow_test): Likewise.
10602         (pow_test_tonearest): Likewise.
10603         (pow_test_towardzero): Likewise.
10604         (pow_test_downward): Likewise.
10605         (pow_test_upward): Likewise.
10606         (remainder_test): Likewise.
10607         (drem_test): Likewise.
10608         (remainder_test_tonearest): Likewise.
10609         (drem_test_tonearest): Likewise.
10610         (remainder_test_towardzero): Likewise.
10611         (drem_test_towardzero): Likewise.
10612         (remainder_test_downward): Likewise.
10613         (drem_test_downward): Likewise.
10614         (remainder_test_upward): Likewise.
10615         (drem_test_upward): Likewise.
10616         (remquo_test): Likewise.
10617         (rint_test): Likewise.
10618         (rint_test_tonearest): Likewise.
10619         (rint_test_towardzero): Likewise.
10620         (rint_test_downward): Likewise.
10621         (rint_test_upward): Likewise.
10622         (round_test): Likewise.
10623         (scalb_test): Likewise.
10624         (scalbn_test): Likewise.
10625         (scalbln_test): Likewise.
10626         (signbit_test): Likewise.
10627         (sin_test): Likewise.
10628         (sin_test_tonearest): Likewise.
10629         (sin_test_towardzero): Likewise.
10630         (sin_test_downward): Likewise.
10631         (sin_test_upward): Likewise.
10632         (sincos_test): Likewise.
10633         (sinh_test): Likewise.
10634         (sinh_test_tonearest): Likewise.
10635         (sinh_test_towardzero): Likewise.
10636         (sinh_test_downward): Likewise.
10637         (sinh_test_upward): Likewise.
10638         (sqrt_test): Likewise.
10639         (sqrt_test_tonearest): Likewise.
10640         (sqrt_test_towardzero): Likewise.
10641         (sqrt_test_downward): Likewise.
10642         (sqrt_test_upward): Likewise.
10643         (tan_test): Likewise.
10644         (tan_test_tonearest): Likewise.
10645         (tan_test_towardzero): Likewise.
10646         (tan_test_downward): Likewise.
10647         (tan_test_upward): Likewise.
10648         (tanh_test): Likewise.
10649         (tgamma_test): Likewise.
10650         (trunc_test): Likewise.
10651         (y0_test): Likewise.
10652         (y1_test): Likewise.
10653         (yn_test): Likewise.
10654         (significand_test): Likewise.
10656         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10657         individual tests in comment.
10658         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10659         (prev_max_error): New variable.
10660         (prev_real_max_error): Likewise.
10661         (prev_imag_max_error): Likewise.
10662         (compare_ulp_data): Don't refer to test names in comment.
10663         (find_test_ulps): Remove function.
10664         (find_function_ulps): Likewise.
10665         (find_complex_function_ulps): Likewise.
10666         (init_max_error): Take function name as argument.  Look up ulps
10667         for that function.
10668         (print_ulps): Remove function.
10669         (print_max_error): Use prev_max_error instead of calling
10670         find_function_ulps.
10671         (print_complex_max_error): Use prev_real_max_error and
10672         prev_imag_max_error instead of calling find_complex_function_ulps.
10673         (check_float_internal): Take max_ulp parameter instead of calling
10674         find_test_ulps.  Don't call print_ulps.
10675         (check_float): Update call to check_float_internal.
10676         (check_complex): Update calls to check_float_internal.
10677         (START): Pass argument to init_max_error.
10678         * math/gen-libm-test.pl (%results): Don't include "kind"
10679         information.
10680         (parse_ulps): Don't handle ulps of individual tests.
10681         (print_ulps_file): Likewise.
10682         (output_ulps): Likewise.
10683         * math/README.libm-test: Update.
10684         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10685         individual tests.
10686         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10687         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10688         * sysdeps/arm/libm-test-ulps: Likewise.
10689         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10690         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10691         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10692         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10693         * sysdeps/microblaze/libm-test-ulps: Likewise.
10694         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10695         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10696         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10697         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10698         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10699         * sysdeps/sh/libm-test-ulps: Likewise.
10700         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10701         * sysdeps/tile/libm-test-ulps: Likewise.
10702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10704 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10706         * math/libm-test.inc (print_complex_max_error): Check separately
10707         whether real and imaginary errors are within allowed range and
10708         pass 0 to print_complex_function_ulps instead of value within
10709         allowed range.
10711 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10713         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10714         formatting.
10715         (get_handles_fopen): Likewise.
10716         (do_write_test): Likewise.
10718         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10720         * libio/fileops.c (do_ftell): Use cached offset when
10721         available.
10722         * libio/iofwide.c (do_ftell_wide): Likewise.
10723         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10724         _IO_file_attach.
10725         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10727         [BZ #16532]
10728         * libio/libioP.h (get_file_offset): New function.
10729         * libio/fileops.c (get_file_offset): Likewise.
10730         (do_ftell): Likewise.
10731         (_IO_new_file_seekoff): Split out ftell logic.
10732         * libio/wfileops.c (do_ftell_wide): Likewise.
10733         (_IO_wfile_seekoff): Split out ftell logic.
10734         * libio/tst-ftell-active-handler.c: New test case.
10735         * libio/Makefile (tests): Add it.
10737 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10739         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10740         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10742 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10744         [BZ #16639]
10745         * nscd/connections.c (nscd_init): Call do_exit.
10746         (start_threads): Call do_exit and notify_parent.
10747         (begin_drop_privileges): Call do_exit.
10748         (finish_drop_privileges): Likewise.
10749         * nscd/selinux.c (preserve_capabilities): Likewise.
10750         (install_real_capabilities): Likewise.
10751         (nscd_selinux_enabled): Likewise.
10752         (avc_create_thread): Likewise.
10753         (avc_alloc_lock): Likewise.
10754         (nscd_avc_init): Likewise.
10755         * nscd/nscd.c (parent_fd): New static variable.
10756         (main): Create a pipe between parent and child processes.
10757         Skip closing parent_fd.
10758         (monitor_child): New function.
10759         (do_exit): Likewise.
10760         (notify_parent): Likewise.
10761         * nscd/nscd.h (notify_parent): Likewise.
10762         (do_exit): Likewise.
10764 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10766         * malloc/malloc.c (__libc_calloc): Revert last change.
10768 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10770         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10772 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10774         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10775         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10776         implementation.
10777         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10778         (__libc_ifunc_impl_list): Likewise.
10779         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10780         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10781         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10782         * string/strrchr.c: Define STRRCHR.
10784 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10786         * benchtest/bench-strtok.c (simple_strtok): Delete.
10787         (strtok_string): Use as benchmark.
10788         * string/strtok (STRTOK): New macro.
10790 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10792         * manual/threads.texi: Add header and standard comments to all
10793         functions.
10795         * elf/dl-lookup.c (check_match): New function.
10796         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10797         (do_lookup_x): Remove nested function check_match. Use non-nested
10798         function check_match.
10800 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10802         * csu/Makefile (generated, before-compile): Use += rather than =.
10803         * catgets/Makefile (generated, generated-dirs): Likewise.
10804         * debug/Makefile (generated): Likewise.
10805         * dlfcn/Makefile (generated): Likewise.
10806         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10807         * iconvdata/Makefile (before-compile, generated): Likewise.
10808         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10809         * libio/Makefile (generated): Likewise.
10810         * malloc/Makefile (generated): Likewise.
10811         * manual/Makefile (generated, generated-dirs): Likewise.
10812         * misc/Makefile (generated): Likewise.
10813         * posix/Makefile (generated): Likewise.
10814         * resolv/Makefile (generated): Likewise.
10815         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10816         * timezone/Makefile (generated, generated-dirs): Likewise.
10818         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10820 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10822         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10823         power8 implementation.
10824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10825         file: POWER8 llround ifunc implementation.
10826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10827         (__lllround): Add POWER8 implementation.
10828         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10829         POWER8 llround implementation.
10831         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10832         power8 implementation.
10833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10834         file: POWER8 llrint ifunc implementation.
10835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10836         Add POWER8 implementation.
10837         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10838         POWER8 llrint implementation.
10840         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10841         power8 implementation.
10842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10843         file: POWER8 finite ifunc implementation.
10844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10845         Add POWER8 implementation.
10846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10847         Likewise.
10848         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10849         POWER8 finite implementation.
10850         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10852         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10853         power8 implementation.
10854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10855         file: POWER8 isinf ifunc implementation.
10856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10857         POWER8 implementation.
10858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10859         Likewise.
10860         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10861         isinf implementation.
10862         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10864         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10865         (INIT_ARCH): Add hwcap2 initialization.
10866         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10867         power8 implementation.
10868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10869         file: POWER8 isnan ifunc implementation.
10870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10871         POWER8 implementation.
10872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10873         Likewise.
10874         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10875         isnan implementation.
10876         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10878 2014-02-27  Joey Ye  <joey.ye@arm.com>
10880         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10881         (_FP_NANFRAC_Q): Set to zero.
10883 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10885         [BZ #16623]
10886         * math/auto-libm-test-in: New test inputs.
10887         * math/auto-libm-test-out: Regenerate.
10888         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10889         and DA.
10890         (__cos): Likewise.
10891         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10893 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10895         * scripts/evaluate-test.sh: Take new argument indicating whether
10896         failure is expected.
10897         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10898         indicating whether failure is expected.
10899         * conform/Makefile (test-xfail-run-conformtest): New variable.
10900         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10901         level.
10902         * posix/Makefile (test-xfail-annexc): New variable.
10903         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10905 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10907         * argp/Makefile: Include Makeconfig immediately after defining
10908         subdir.
10909         * assert/Makefile: Likewise.
10910         * benchtests/Makefile: Likewise.
10911         * catgets/Makefile: Likewise.
10912         * conform/Makefile: Likewise.
10913         * crypt/Makefile: Likewise.
10914         * csu/Makefile: Likewise.
10915         (all): Remove target.
10916         * ctype/Makefile: Include Makeconfig immediately after defining
10917         subdir.
10918         * debug/Makefile: Likewise.
10919         * dirent/Makefile: Likewise.
10920         * dlfcn/Makefile: Likewise.
10921         * gmon/Makefile: Likewise.
10922         * gnulib/Makefile: Likewise.
10923         * grp/Makefile: Likewise.
10924         * gshadow/Makefile: Likewise.
10925         * hesiod/Makefile: Likewise.
10926         * hurd/Makefile: Likewise.
10927         (all): Remove target.
10928         * iconvdata/Makefile: Include Makeconfig immediately after
10929         defining subdir.
10930         * inet/Makefile: Likewise.
10931         * intl/Makefile: Likewise.
10932         * io/Makefile: Likewise.
10933         * libio/Makefile: Likewise.
10934         (all): Remove target.
10935         * locale/Makefile: Include Makeconfig immediately after defining
10936         subdir.
10937         * login/Makefile: Likewise.
10938         * mach/Makefile: Likewise.
10939         (all): Remove target.
10940         * malloc/Makefile: Include Makeconfig immediately after defining
10941         subdir.
10942         (all): Remove target.
10943         * manual/Makefile: Include Makeconfig immediately after defining
10944         subdir.
10945         * math/Makefile: Likewise.
10946         * misc/Makefile: Likewise.
10947         * nis/Makefile: Likewise.
10948         * nss/Makefile: Likewise.
10949         * po/Makefile: Likewise.
10950         (all): Remove target.
10951         * posix/Makefile: Include Makeconfig immediately after defining
10952         subdir.
10953         * pwd/Makefile: Likewise.
10954         * resolv/Makefile: Likewise.
10955         * resource/Makefile: Likewise.
10956         * rt/Makefile: Likewise.
10957         * setjmp/Makefile: Likewise.
10958         * shadow/Makefile: Likewise.
10959         * signal/Makefile: Likewise.
10960         * socket/Makefile: Likewise.
10961         * soft-fp/Makefile: Likewise.
10962         * stdio-common/Makefile: Likewise.
10963         * stdlib/Makefile: Likewise.
10964         * streams/Makefile: Likewise.
10965         * string/Makefile: Likewise.
10966         * sunrpc/Makefile: Likewise.
10967         (all): Remove target.
10968         * sysvipc/Makefile: Include Makeconfig immediately after defining
10969         subdir.
10970         * termios/Makefile: Likewise.
10971         * time/Makefile: Likewise.
10972         * timezone/Makefile: Likewise.
10973         (all): Remove target.
10974         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10975         subdir.
10976         * wctype/Makefile: Likewise.
10978 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10980         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10981         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10982         (libc_feholdexcept_setround_mips): Ditto.
10983         (libc_feholdsetround): New.
10984         (libc_feholdsetroundf): New.
10985         (libc_feholdsetroundl): New.
10986         (libc_feupdateenv_test_mips): New.
10987         (libc_feupdateenv_test): New.
10988         (libc_feupdateenv_testf): New.
10989         (libc_feupdateenv_testl): New.
10990         (libc_feresetround): New.
10991         (libc_feresetroundf): New.
10992         (libc_feresetroundl): New.
10993         (libc_fetestexcept_mips): New.
10994         (libc_fetestexcept): New.
10995         (libc_fetestexceptf): New.
10996         (libc_fetestexceptl): New.
10997         (HAVE_RM_CTX): New.
10998         (libc_feholdexcept_setround_mips_ctx): New.
10999         (libc_feholdexcept_setround_ctx): New.
11000         (libc_feholdexcept_setroundf_ctx): New.
11001         (libc_feholdexcept_setroundl_ctx): New.
11002         (libc_fesetenv_mips_ctx): New.
11003         (libc_fesetenv_ctx): New.
11004         (libc_fesetenv_ctxf): New.
11005         (libc_fesetenv_ctxl): New.
11006         (libc_feupdateenv_mips_ctx): New.
11007         (libc_feupdateenv_ctx): New.
11008         (libc_feupdateenvf_ctx): New.
11009         (libc_feupdateenvl_ctx): New.
11010         (libc_feholdsetround_mips_ctx): New.
11011         (libc_feholdsetround_ctx): New.
11012         (libc_feholdsetroundf_ctx): New.
11013         (libc_feholdsetroundl_ctx): New.
11014         (libc_feresetround_mips_ctx): New.
11015         (libc_feresetround_ctx): New.
11016         (libc_feresetroundf_ctx): New.
11017         (libc_feresetroundl_ctx): New.
11019 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
11021         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11023         * manual/ipc.texi: New file.
11024         * manual/Makefile (chapters): Add ipc.
11025         * manual/job.texi: Add "Inter-Process Communication" to next.
11026         * manual/process.texi: Add "Inter-Process Communication" to prev.
11028 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11030         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11032 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
11034         * malloc/malloc.c (__libc_calloc): Simplify implementation.
11036         * manual/arith.texi: Fix spaces after sentences.
11037         * manual/charset.texi: Likewise.
11038         * manual/errno.texi: Likewise.
11039         * manual/install.texi: Likewise.
11040         * manual/llio.texi: Likewise.
11041         * manual/locale.texi: Likewise.
11042         * manual/maint.texi: Likewise.
11043         * manual/math.texi: Likewise.
11044         * manual/memory.texi: Likewise.
11045         * manual/message.texi: Likewise.
11046         * manual/probes.texi: Likewise.
11047         * manual/resource.texi: Likewise.
11048         * manual/signal.texi: Likewise.
11049         * manual/socket.texi: Likewise.
11050         * manual/stdio.texi: Likewise.
11051         * manual/string.texi: Likewise.
11052         * manual/time.texi: Likewise.
11053         * manual/users.texi: Likewise.
11055 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11057         [BZ #16632]
11058         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11059         _DEFAULT_SOURCE is defined.
11061 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11062             Carlos O'Donell  <carlos@redhat.com>
11064         [BZ #16613]
11065         * elf/dl-tls.c (_dl_count_modids): New function.
11066         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11067         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11068         audit library and increment generation counter.
11069         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11070         * elf/tst-audit9.c: New file.
11071         * elf/tst-auditmod9a.c: New file.
11072         * elf/tst-auditmod9b.c: New file.
11073         * elf/Makefile: Add rules to build and run tst-audit9.
11075 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11077         [BZ #15347]
11078         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11080 2014-02-25  Will Newton  <will.newton@linaro.org>
11082         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11083         (__longjmp): Restore sp and lr before restoring callee
11084         saved registers.  Add longjmp and longjmp_target
11085         SystemTap probe point.
11086         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11087         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11088         Define to zero to match jmpbuf layout.
11089         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11090         (__sigsetjmp): Save sp and lr before saving callee
11091         saved registers.  Add setjmp SystemTap probe point.
11093 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11095         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11097 2014-02-24  Andreas Schwab  <schwab@suse.de>
11099         [BZ #15804]
11100         * elf/pldd.c (wait_for_ptrace_stop): New function.
11101         (main): Call it after attaching.
11103 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11105         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11106         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11107         Versions files is now verboten.
11108         * hurd/Versions (libc: GLIBC_2.0):
11109         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11110         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11111         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11112         * mach/Versions: Likewise.
11114         * csu/Versions: Remove unused %include.
11115         * resolv/Versions: Likewise.
11117 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11119         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11120         ($(objpfx)check-local-headers.out): Likewise.
11121         ($(objpfx)begin-end-check.out): Likewise.
11122         * Makerules (check-abi-%.out): Likewise.
11123         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11124         ($(objpfx)test2.cat): Likewise.
11125         ($(objpfx)de/libc.cat): Likewise.
11126         ($(objpfx)test-gencat.out): Likewise.
11127         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11128         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11129         ($(objpfx)noload-mem): Likewise.
11130         ($(objpfx)tst-pathopt.out): Likewise.
11131         ($(objpfx)tst-rtld-load-self.out): Likewise.
11132         ($(objpfx)tst-array1-cmp.out): Likewise.
11133         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11134         ($(objpfx)tst-array2-cmp.out): Likewise.
11135         ($(objpfx)tst-array3-cmp.out): Likewise.
11136         ($(objpfx)tst-array4-cmp.out): Likewise.
11137         ($(objpfx)tst-array5-cmp.out): Likewise.
11138         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11139         ($(objpfx)check-textrel.out): Likewise.
11140         ($(objpfx)check-execstack.out): Likewise.
11141         ($(objpfx)check-localplt.out): Likewise.
11142         ($(objpfx)order2-cmp.out): Likewise.
11143         ($(objpfx)tst-leaks1-mem): Likewise.
11144         ($(objpfx)tst-leaks1-static-mem): Likewise.
11145         ($(objpfx)tst-initorder-cmp.out): Likewise.
11146         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11147         ($(objpfx)tst-unused-dep.out): Likewise.
11148         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11149         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11150         * iconv/Makefile (test-iconvconfig): Likewise.
11151         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11152         ($(objpfx)iconv-test.out): Likewise.
11153         ($(objpfx)tst-tables.out): Likewise.
11154         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11155         ($(objpfx)tst-gettext.out): Likewise.
11156         ($(objpfx)tst-translit.out): Likewise.
11157         ($(objpfx)tst-gettext2.out): Likewise.
11158         ($(objpfx)tst-gettext4.out): Likewise.
11159         ($(objpfx)tst-gettext6.out): Likewise.
11160         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11161         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11162         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11163         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11164         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11165         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11166         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11167         ($(objpfx)wordexp-tst.out): Likewise.
11168         ($(objpfx)annexc.out): Likewise.
11169         ($(objpfx)tst-fnmatch-mem): Likewise.
11170         ($(objpfx)bug-regex2-mem): Likewise.
11171         ($(objpfx)bug-regex14-mem): Likewise.
11172         ($(objpfx)bug-regex21-mem): Likewise.
11173         ($(objpfx)bug-regex31-mem): Likewise.
11174         ($(objpfx)tst-vfork3-mem): Likewise.
11175         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11176         ($(objpfx)tst-pcre-mem): Likewise.
11177         ($(objpfx)tst-boost-mem): Likewise.
11178         ($(objpfx)tst-getconf.out): Likewise.
11179         ($(objpfx)bug-ga2-mem): Likewise.
11180         ($(objpfx)bug-glob2-mem): Likewise.
11181         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11182         ($(objpfx)mtrace-tst-leaks2): Likewise.
11183         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11184         ($(objpfx)tst-printf.out): Likewise.
11185         ($(objpfx)tst-setvbuf1.out): Likewise.
11186         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11187         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11188         ($(objpfx)tst-fmtmsg.out): Likewise.
11189         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11190         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11192         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11193         * bits/sigaction.h [__USE_MISC]: Likewise.
11194         * bits/waitstatus.h: Update #endif comments.
11195         * ctype/ctype.h: Likewise.
11196         * dirent/dirent.h: Likewise.
11197         [__USE_MISC]: Remove redundant conditionals.
11198         * grp/grp.h: Update #endif comments.
11199         [__USE_GNU]: Remove redundant conditionals.
11200         [__USE_MISC]: Likewise.
11201         * inet/netinet/in.h [__USE_GNU]: Likewise.
11202         * io/sys/stat.h [__USE_MISC]: Likewise.
11203         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11204         * libio/bits/stdio.h: Update #endif comments.
11205         [__USE_MISC]: Remove redundant conditionals.
11206         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11207         * libio/stdio.h: Update #endif comments.
11208         [__USE_MISC]: Remove redundant conditionals.
11209         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11210         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11211         * math/math.h: Update #else and #endif comments.
11212         [__USE_MISC]: Remove redundant conditionals.
11213         * misc/sys/uio.h: Update #endif comments.
11214         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11215         * posix/glob.h [__USE_MISC]: Likewise.
11216         * posix/sys/types.h: Update #endif comments.
11217         [__USE_MISC]: Remove redundant conditionals.
11218         * posix/sys/wait.h: Update #endif comments.
11219         [__USE_MISC]: Remove redundant conditionals.
11220         * posix/unistd.h: Update #endif comments.
11221         [__USE_MISC]: Remove redundant conditionals.
11222         * pwd/pwd.h [__USE_GNU]: Likewise.
11223         [__USE_MISC]: Likewise.
11224         * resolv/netdb.h [__USE_GNU]: Likewise.
11225         * signal/signal.h: Update #endif comments.
11226         [__USE_MISC]: Remove redundant conditionals.
11227         * stdlib/stdlib.h: Update #else and #endif comments.
11228         [__USE_MISC]: Remove redundant conditionals.
11229         [__USE_GNU]: Likewise.
11230         * string/bits/string2.h [__USE_MISC]: Likewise.
11231         * string/string.h: Update #endif comments.
11232         [__USE_MISC]: Remove redundant conditionals.
11233         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11234         Likewise.
11235         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11236         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11237         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11238         Likewise.
11239         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11240         Likewise.
11241         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11242         comments.
11243         [__USE_MISC]: Remove redundant conditionals.
11244         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11245         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11246         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11247         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11248         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11249         Likewise.
11250         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11251         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11252         Likewise.
11253         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11254         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11255         Likewise.
11256         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11257         Likewise.
11258         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11259         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11260         Likewise.
11261         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11262         Likewise.
11263         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11264         * sysdeps/x86/bits/string.h: Update #endif comments.
11265         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11266         conditionals.
11267         * time/sys/time.h: Update #endif comments.
11268         * time/time.h: Likewise.
11269         [__USE_MISC]: Remove redundant conditionals.
11271 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11273         [BZ #16600]
11274         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11276 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11278         * Versions.def (librt): Add GLIBC_2.17.
11280 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11282         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11283         synonym for _SYS_AUXV_H to allow direct inclusion.
11284         * sysdeps/sparc/bits/hwcap.h: Likewise.
11285         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11286         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11287         * sysdeps/sparc/sysdep.h: Likewise.
11289 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11291         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11293 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11295         * benchtests/bench-strrchr.c: Print length instead of position.
11297 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11299         [BZ #16611]
11300         * sysdeps/unix/sysv/linux/kernel-features.h
11301         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11302         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11303         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11304         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11305         Likewise.
11306         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11307         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11308         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11309         (__ASSUME_SENDMMSG): Define instead of using previous
11310         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11311         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11312         (__ASSUME_SENDMMSG_SYSCALL): Define.
11313         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11314         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11315         Likewise.
11316         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11317         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11318         Likewise.
11319         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11320         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11321         Likewise.
11322         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11323         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11324         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11325         [__ASSUME_SENDMMSG]: Change conditionals to
11326         [__ASSUME_SENDMMSG_SOCKETCALL].
11327         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11328         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11329         Define.
11330         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11331         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11332         Likewise.
11333         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11334         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11335         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11336         [!__ASSUME_SENDMMSG]: Change conditional to
11337         [!__ASSUME_SENDMMSG_SOCKETCALL].
11338         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11339         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11340         Define.
11342         [BZ #16610]
11343         * sysdeps/unix/sysv/linux/kernel-features.h
11344         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11345         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11346         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11347         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11348         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11349         [__i386__ || __sparc__]
11350         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11351         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11352         (__ASSUME_RECVMMSG): Define instead of using previous
11353         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11354         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11355         (__ASSUME_RECVMMSG_SYSCALL): Define.
11356         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11357         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11358         Likewise.
11359         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11360         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11361         Likewise.
11362         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11363         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11364         Likewise.
11365         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11366         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11367         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11368         [__ASSUME_RECVMMSG]: Change condition to
11369         [__ASSUME_RECVMMSG_SOCKETCALL].
11370         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11371         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11372         Define.
11373         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11374         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11375         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11376         Likewise.
11377         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11378         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11379         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11380         [!__ASSUME_RECVMMSG]: Change condition to
11381         [!__ASSUME_RECVMMSG_SOCKETCALL].
11382         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11383         (__ASSUME_RECVMMSG_SYSCALL): Define.
11385         [BZ #16609]
11386         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11387         __powerpc__ || __s390__ || __sh__ || __sparc__]
11388         (__ASSUME_SOCKETCALL): Define.
11389         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11390         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11391         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11392         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11393         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11394         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11395         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11396         (__ASSUME_ACCEPT4): Define instead of using previous
11397         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11398         __powerpc__ || __sparc__ || __s390__)] condition.
11399         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11400         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11401         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11402         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11403         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11404         [!__ASSUME_ACCEPT4]: Change condition to
11405         [!__ASSUME_ACCEPT4_SOCKETCALL].
11406         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11407         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11408         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11409         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11410         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11411         __ASSUME_ACCEPT4_SYSCALL.
11412         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11413         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11414         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11415         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11416         __ASSUME_ACCEPT4_SYSCALL.
11417         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11418         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11419         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11420         [__ASSUME_ACCEPT4]: Change condition to
11421         [__ASSUME_ACCEPT4_SOCKETCALL].
11422         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11423         (__ASSUME_SOCKETCALL): Define.
11424         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11425         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11426         (__ASSUME_SOCKETCALL): Define.
11427         (__ASSUME_ACCEPT4): Remove.
11428         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11429         Define.
11430         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11431         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11432         Likewise.
11433         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11434         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11436         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11437         macro.
11438         (HWCAP_ARM_LPAE): Likewise.
11439         (HWCAP_ARM_EVTSTRM): Likewise.
11440         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11441         Add vpfd32, lpae and evtstrm.
11442         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11443         Increase to 22.
11445 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11447         * math/auto-libm-test-in: Add tests of clog10.
11448         * math/auto-libm-test-out: Regenerated.
11449         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11450         * sysdeps/i386/fpu/libm-test-ulps: Update.
11451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11453 2014-02-18  Andreas Schwab  <schwab@suse.de>
11455         [BZ #16574]
11456         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11457         Store non-zero if the second buffer was newly allocated.
11458         (send_dg): Likewise.
11459         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11460         to send_vc and send_dg.
11461         (res_nsend): Pass NULL for ansp2_malloced.
11462         * resolv/res_query.c (__libc_res_nquery): Add parameter
11463         answerp2_malloced and pass it down to __libc_res_nsend.
11464         (res_nquery): Pass additional NULL to __libc_res_nquery.
11465         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11466         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11467         second answer buffer if answerp2_malloced was set.
11468         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11469         (__libc_res_nquerydomain): Add parameter
11470         answerp2_malloced and pass it down to __libc_res_nquery.
11471         (res_nquerydomain): Pass additional NULL to
11472         __libc_res_nquerydomain.
11473         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11474         additional NULL to __libc_res_nsend and __libc_res_nquery.
11475         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11476         additional NULL to __libc_res_nsearch.
11477         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11478         parameter of __libc_res_nsearch to check for separately allocated
11479         second buffer.
11480         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11481         __libc_res_nquery.
11482         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11483         additional NULL to __libc_res_nquery.
11484         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11485         __libc_res_nsearch.
11486         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11487         * include/resolv.h: Update prototypes of __libc_res_nquery,
11488         __libc_res_nsearch, __libc_res_nsend.
11490 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11492         * math/auto-libm-test-in: Add tests of fma.
11493         * math/auto-libm-test-out: Regenerated.
11494         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11495         (fma_towardzero_test_data): Likewise.
11496         (fma_downward_test_data): Likewise.
11497         (fma_upward_test_data): Likewise.
11498         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11499         mpc_mode.
11500         (rounding_modes): Add values for new field.
11501         (func_calc_method): Add value mpfr_fff_f.
11502         (func_calc_desc): Add mpfr_fff_f union field.
11503         (test_function): Add field exact_args.
11504         (FUNC): Add macro argument EXACT_ARGS.
11505         (FUNC_mpfr_f_f): Update call to FUNC.
11506         (FUNC_mpfr_f_f): Likewise.
11507         (FUNC_mpfr_ff_f): Likewise.
11508         (FUNC_mpfr_if_f): Likewise.
11509         (FUNC_mpc_c_f): Likewise.
11510         (FUNC_mpc_c_c): Likewise.
11511         (test_functions): Add fma.  Update calls to FUNC.
11512         (handle_input_arg): Add argument exact_args.
11513         (add_test): Update call to handle_input_arg.
11514         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11515         (output_for_one_input_case): Update call to calc_generic_results.
11516         Recalculate exact zero results in each rounding mode.
11518         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11519         non-negative before setting low bit.
11520         * math/auto-libm-test-in: Mark one asin test possibly having
11521         spurious underflow.
11522         * math/auto-libm-test-out: Regenerated.
11523         * sysdeps/i386/fpu/libm-test-ulps: Update.
11524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11526 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11528         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11529         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11530         ports/sysdeps/unix/sysv/linux/microblaze.
11531         * README: Add missing listing for microblaze*-*-linux-gnu.
11533 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11535         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11536         duplicate code
11538 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11540         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11541         * sysdeps/unix/sysv/linux/ia64: Move directory from
11542         ports/sysdeps/unix/sysv/linux/ia64.
11543         * README: Update listing for ia64-*-linux-gnu.
11545 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11546             Joseph Myers  <joseph@codesourcery.com>
11548         * Makeconfig (test-name): New variable.
11549         (evaluate-test): Likewise.
11550         * Makerules (do-test-clean): Remove .test-result files.
11551         (common-mostlyclean): Likewise.
11552         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11553         * scripts/evaluate-test.sh: New file.
11555 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11557         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11558         separate $(objpfx)tst-fopenloc-cmp.out and
11559         $(objpfx)tst-fopenloc-mem.out targets.
11560         (tests): Update dependencies.
11561         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11562         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11563         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11564         (tst-rxspencer-no-utf8-ARGS): New variable.
11565         (tst-rxspencer-no-utf8-ENV): Likewise.
11566         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11567         instead of $(objpfx)tst-rxspencer-mem.
11568         ($(objpfx)tst-rxspencer-mem): Change target to
11569         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11570         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11571         * posix/tst-rxspencer-no-utf8.c: New file.
11573         * elf/Makefile ($(objpfx)order.out): Remove rule.
11574         [$(run-built-tests) = yes] (tests): Depend on
11575         $(objpfx)order-cmp.out.
11576         ($(objpfx)order-cmp.out): New rule.
11577         [$(run-built-tests) = yes] (tests): Depend on
11578         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11579         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11580         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11581         $(objpfx)tst-array5-static-cmp.out.
11582         ($(objpfx)tst-array1.out): Remove rule.
11583         ($(objpfx)tst-array1-cmp.out): New rule.
11584         ($(objpfx)tst-array1-static.out): Remove rule.
11585         ($(objpfx)tst-array1-static-cmp.out): New rule.
11586         ($(objpfx)tst-array2.out): Remove rule.
11587         ($(objpfx)tst-array2-cmp.out): New rule.
11588         ($(objpfx)tst-array3.out): Remove rule.
11589         ($(objpfx)tst-array3-cmp.out): New rule.
11590         ($(objpfx)tst-array4.out): Remove rule.
11591         ($(objpfx)tst-array4-cmp.out): New rule.
11592         ($(objpfx)tst-array5.out): Remove rule.
11593         ($(objpfx)tst-array5-cmp.out): New rule.
11594         ($(objpfx)tst-array5-static.out): Remove rule.
11595         ($(objpfx)tst-array5-static-cmp.out): New rule.
11596         [$(run-built-tests) = yes] (tests): Depend on
11597         $(objpfx)order2-cmp.out.
11598         ($(objpfx)order2.out): Remove rule.
11599         ($(objpfx)order2-cmp.out): New rule.
11600         ($(objpfx)tst-initorder.out): Remove rule.
11601         [$(run-built-tests) = yes] (tests): Depend on
11602         $(objpfx)tst-initorder-cmp.out.
11603         ($(objpfx)tst-initorder-cmp.out): New rule.
11604         ($(objpfx)tst-initorder2.out): Remove rule.
11605         [$(run-built-tests) = yes] (tests): Depend on
11606         $(objpfx)tst-initorder2-cmp.out.
11607         ($(objpfx)tst-initorder2-cmp.out): New rule.
11608         [$(run-built-tests) = yes] (tests): Depend on
11609         $(objpfx)tst-unused-dep-cmp.out.
11610         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11611         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11612         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11613         on $(objpfx)tst-setvbuf1-cmp.out.
11614         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11615         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11616         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11617         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11618         ($(objpfx)tst-svc.out): Remove rule.
11619         ($(objpfx)tst-svc-cmp.out): New rule.
11621 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11623         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11624         * ctype/ctype.h [__USE_MISC]: Likewise.
11625         * dirent/dirent.h [__USE_MISC]: Likewise.
11626         * grp/grp.h [__USE_MISC]: Likewise.
11627         * io/fcntl.h [__USE_MISC]: Likewise.
11628         * io/sys/stat.h [__USE_MISC]: Likewise.
11629         * libio/stdio.h [__USE_MISC]: Likewise.
11630         * posix/unistd.h [__USE_MISC]: Likewise.
11631         * pwd/pwd.h [__USE_MISC]: Likewise.
11632         * stdlib.h [__USE_MISC]: Likewise.
11633         * string/bits/string2.h [__USE_MISC]: Likewise.
11634         * string/string.h [__USE_MISC]: Likewise.
11635         * time/time.h [__USE_MISC]: Likewise.
11637 2014-02-13  Andreas Schwab  <schwab@suse.de>
11639         [BZ #16574]
11640         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11641         second answer buffer if it was separately allocated.
11643 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11645         * sysdeps/mips/math-tests.h: Include <features.h>.
11646         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11647         (ROUNDING_TESTS_long_double): Do not define.
11648         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11649         (EXCEPTION_TESTS_long_double): Likewise.
11650         * sysdeps/mips/mips64/libm-test-ulps: Update.
11652         * include/features.h (__USE_BSD): Remove macro definitions.
11653         (__USE_SVID): Likewise.
11654         (_BSD_SOURCE): Likewise.
11655         (_SVID_SOURCE): Likewise.
11656         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11657         from definition of _DEFAULT_SOURCE.
11658         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11659         [_DEFAULT_SOURCE].
11660         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11661         * bits/mman.h [__USE_BSD]: Likewise.
11662         * bits/termios.h [__USE_BSD]: Likewise.
11663         * bits/waitstatus.h [__USE_BSD]: Likewise.
11664         * ctype/ctype.h [__USE_SVID]: Likewise.
11665         * dirent/dirent.h [__USE_BSD]: Likewise.
11666         * grp/grp.h [__USE_SVID]: Likewise.
11667         [__USE_BSD]: Likewise.
11668         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11669         * io/fcntl.h [__USE_BSD]: Likewise.
11670         * io/ftw.h [__USE_BSD]: Likewise.
11671         * io/sys/stat.h [__USE_BSD]: Likewise.
11672         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11673         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11674         * libio/stdio.h [__USE_SVID]: Likewise.
11675         [__USE_BSD]: Likewise.
11676         * math/math.h [__USE_SVID]: Likewise.
11677         [__USE_BSD]: Likewise.
11678         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11679         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11680         * misc/search.h [__USE_SVID]: Likewise.
11681         * misc/sys/mman.h [__USE_BSD]: Likewise.
11682         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11683         * misc/sys/uio.h [__USE_BSD]: Likewise.
11684         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11685         * posix/glob.h [__USE_BSD]: Likewise.
11686         * posix/regex.h [__USE_BSD]: Likewise.
11687         * posix/sys/types.h [__USE_BSD]: Likewise.
11688         [__USE_SVID]: Likewise.
11689         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11690         * posix/sys/wait.h [__USE_BSD]: Likewise.
11691         [__USE_SVID]: Likewise.
11692         * posix/unistd.h [__USE_BSD]: Likewise.
11693         [__USE_SVID]: Likewise.
11694         * pwd/pwd.h [__USE_SVID]: Likewise.
11695         * resolv/netdb.h [__USE_BSD]: Likewise.
11696         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11697         * signal/signal.h [__USE_BSD]: Likewise.
11698         [__USE_SVID]: Likewise.
11699         * socket/sys/socket.h [__USE_BSD]: Likewise.
11700         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11701         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11702         [__USE_SVID]: Likewise.
11703         * string/bits/string2.h [__USE_BSD]: Likewise.
11704         [__USE_SVID]: Likewise.
11705         * string/bits/string3.h [__USE_BSD]: Likewise.
11706         * string/endian.h [__USE_BSD]: Likewise.
11707         * string/string.h [__USE_SVID]: Likewise.
11708         [__USE_BSD]: Likewise.
11709         * string/strings.h [__USE_BSD]: Likewise.
11710         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11711         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11712         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11713         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11714         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11715         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11716         Likewise.
11717         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11718         Likewise.
11719         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11720         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11721         Likewise.
11722         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11723         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11724         Likewise.
11725         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11726         Likewise.
11727         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11728         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11729         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11730         Likewise.
11731         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11732         Likewise.
11733         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11734         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11735         * termios/termios.h [__USE_BSD]: Likewise.
11736         * time/sys/time.h [__USE_BSD]: Likewise.
11737         * time/time.h [__USE_BSD]: Likewise.
11738         [__USE_SVID]: Likewise.
11740         * Makefile (subdir_targets): Remove subdir_lint.out.
11742         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11743         (do-tst-printf): Likewise.
11744         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11745         $(objpfx)tst-printf.out.
11747         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11749         * Makerules (check-abi-%): Change target to
11750         $(objpfx)check-abi-%.out.
11751         (check-abi target): Update dependencies.
11752         (check-abi-pattern variable): Redirect output of diff to $@.
11753         (check-abi variable): Likewise.
11754         * elf/Makefile (check-abi): Update dependencies.
11756         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11757         unused.
11758         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11759         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11760         subnormal range.
11761         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11762         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11763         value has largest subnormal exponent.
11764         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11765         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11766         * sysdeps/aarch64/soft-fp/sfp-machine.h
11767         (_FP_TININESS_AFTER_ROUNDING): New macro.
11768         * sysdeps/alpha/soft-fp/sfp-machine.h
11769         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11770         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11771         Likewise.
11772         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11773         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11774         * sysdeps/mips/soft-fp/sfp-machine.h
11775         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11776         * sysdeps/powerpc/soft-fp/sfp-machine.h
11777         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11778         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11779         Likewise.
11780         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11781         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11782         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11783         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11784         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11785         Likewise.
11787 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11789         [BZ #16545]
11790         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11791         model 1.
11793 2014-02-12  Richard Henderson  <rth@redhat.com>
11795         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11796         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11797         * sysdeps/unix/sysv/linux/alpha: Move directory from
11798         ports/sysdeps/unix/sysv/linux/alpha.
11799         * README: Update listing for alpha-*-linux-gnu.
11801 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11803         * include/features.h: Update comment documenting feature test
11804         macros.
11805         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11806         _DEFAULT_SOURCE.
11807         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11808         (_SVID_SOURCE): Likewise.
11809         (_DEFAULT_SOURCE): Update description of default features.
11810         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11811         with _GNU_SOURCE.
11812         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11813         (S_ISVTX): Likewise.
11814         * manual/math.texi (Mathematical Constants): Likewise.
11815         * manual/signal.texi (Interrupted Primitives): Likewise.
11816         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11817         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11818         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11819         Don't refer to _SVID_SOURCE in warning text.
11821         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11823         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11824         already defined.
11825         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11826         * sysdeps/mips/dl-lookup.c: Remove.
11827         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11829 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11831         [BZ #16447]
11832         * math/auto-libm-test-in: Add testcase for expl.
11833         * math/auto-libm-test-out: Regenerate.
11834         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11835         calculation of unsafe.
11836         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11838 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11840         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11841         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11842         ports/sysdeps/unix/sysv/linux/aarch64.
11843         * README: Update listing for aarch64*-*-linux-gnu.
11845 2014-02-11  Will Newton  <will.newton@linaro.org>
11847         * manual/probes.texi (Mathematical Function Probes): Use
11848         "triggered" instead of "hit".
11850         * manual/probes.texi (Internal Probes): Add documentation
11851         of setjmp, longjmp and longjmp_target probes.
11853         * include/stap-probe.h: Add comment about probe argument
11854         format.
11856         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11857         definition.  (tr_where, tr_freehook, tr_mallochook,
11858         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11860 2014-02-11  David S. Miller  <davem@davemloft.net>
11862         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11863         processing int_tests.
11865 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11867         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11868         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11869         * sysdeps/unix/sysv/linux/mips: Move directory from
11870         ports/sysdeps/unix/sysv/linux/mips.
11871         * README: Update listing for mips-*-linux-gnu and
11872         mips64-*-linux-gnu.
11874 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11876         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11877         * sysdeps/unix/sysv/linux/m68k: Move directory from
11878         ports/sysdeps/unix/sysv/linux/m68k.
11879         * README: Update listing for m68k-*-linux-gnu.
11881 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11883         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11884         * sysdeps/unix/sysv/linux/generic: Move directory from
11885         ports/sysdeps/unix/sysv/linux/generic.
11886         * sysdeps/unix/sysv/linux/tile: Move directory from
11887         ports/sysdeps/unix/sysv/linux/tile.
11888         * README: Update listing for tile*-*-linux-gnu.
11890 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11892         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11893         __builtin_expect.
11894         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11895         * catgets/open_catalog.c (__open_catalog): Likewise.
11896         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11897         * debug/confstr_chk.c: Likewise.
11898         * debug/fread_chk.c (__fread_chk): Likewise.
11899         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11900         * debug/getgroups_chk.c: Likewise.
11901         * debug/mbsnrtowcs_chk.c: Likewise.
11902         * debug/mbsrtowcs_chk.c: Likewise.
11903         * debug/mbstowcs_chk.c: Likewise.
11904         * debug/memcpy_chk.c: Likewise.
11905         * debug/memmove_chk.c: Likewise.
11906         * debug/mempcpy_chk.c: Likewise.
11907         * debug/memset_chk.c: Likewise.
11908         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11909         * debug/strcat_chk.c (__strcat_chk): Likewise.
11910         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11911         * debug/strncat_chk.c (__strncat_chk): Likewise.
11912         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11913         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11914         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11915         * debug/wcpncpy_chk.c: Likewise.
11916         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11917         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11918         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11919         * debug/wcsncpy_chk.c: Likewise.
11920         * debug/wcsnrtombs_chk.c: Likewise.
11921         * debug/wcsrtombs_chk.c: Likewise.
11922         * debug/wcstombs_chk.c: Likewise.
11923         * debug/wmemcpy_chk.c: Likewise.
11924         * debug/wmemmove_chk.c: Likewise.
11925         * debug/wmempcpy_chk.c: Likewise.
11926         * debug/wmemset_chk.c: Likewise.
11927         * dirent/scandirat.c (SCANDIRAT): Likewise.
11928         * dlfcn/dladdr1.c (dladdr1): Likewise.
11929         * dlfcn/dladdr.c (dladdr): Likewise.
11930         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11931         * dlfcn/dlerror.c (__dlerror): Likewise.
11932         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11933         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11934         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11935         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11936         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11937         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11938         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11939         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11940         Likewise.
11941         * elf/dl-conflict.c: Likewise.
11942         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11943         * elf/dl-dst.h: Likewise.
11944         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11945         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11946         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11947         * elf/dl-init.c (call_init, _dl_init): Likewise.
11948         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11949         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11950         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11951         Likewise.
11952         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11953         Likewise.
11954         * elf/dl-minimal.c (__libc_memalign): Likewise.
11955         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11956         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11957         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11958         * elf/dl-sym.c (do_sym): Likewise.
11959         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11960         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11961         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11962         * elf/dl-writev.h (_dl_writev): Likewise.
11963         * elf/ldconfig.c (search_dir): Likewise.
11964         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11965         (dl_main): Likewise.
11966         * elf/setup-vdso.h (setup_vdso): Likewise.
11967         * grp/compat-initgroups.c (compat_call): Likewise.
11968         * grp/fgetgrent.c (fgetgrent): Likewise.
11969         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11970         * grp/putgrent.c (putgrent): Likewise.
11971         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11972         Likewise.
11973         * hurd/hurdinit.c: Likewise.
11974         * iconvdata/8bit-gap.c (struct): Likewise.
11975         * iconvdata/ansi_x3.110.c : Likewise.
11976         * iconvdata/big5.c : Likewise.
11977         * iconvdata/big5hkscs.c : Likewise.
11978         * iconvdata/cp1255.c: Likewise.
11979         * iconvdata/cp1258.c : Likewise.
11980         * iconvdata/cp932.c : Likewise.
11981         * iconvdata/euc-cn.c: Likewise.
11982         * iconvdata/euc-jisx0213.c : Likewise.
11983         * iconvdata/euc-jp.c: Likewise.
11984         * iconvdata/euc-jp-ms.c : Likewise.
11985         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11986         * iconvdata/gb18030.c : Likewise.
11987         * iconvdata/gbbig5.c (const): Likewise.
11988         * iconvdata/gbgbk.c: Likewise.
11989         * iconvdata/gbk.c : Likewise.
11990         * iconvdata/ibm1364.c : Likewise.
11991         * iconvdata/ibm930.c : Likewise.
11992         * iconvdata/ibm932.c: Likewise.
11993         * iconvdata/ibm933.c : Likewise.
11994         * iconvdata/ibm935.c : Likewise.
11995         * iconvdata/ibm937.c : Likewise.
11996         * iconvdata/ibm939.c : Likewise.
11997         * iconvdata/ibm943.c: Likewise.
11998         * iconvdata/iso_11548-1.c: Likewise.
11999         * iconvdata/iso-2022-cn.c : Likewise.
12000         * iconvdata/iso-2022-cn-ext.c : Likewise.
12001         * iconvdata/iso-2022-jp-3.c: Likewise.
12002         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12003         * iconvdata/iso-2022-kr.c : Likewise.
12004         * iconvdata/iso646.c (gconv_end): Likewise.
12005         * iconvdata/iso_6937-2.c : Likewise.
12006         * iconvdata/iso_6937.c : Likewise.
12007         * iconvdata/iso8859-1.c: Likewise.
12008         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12009         * iconvdata/shift_jisx0213.c : Likewise.
12010         * iconvdata/sjis.c : Likewise.
12011         * iconvdata/t.61.c : Likewise.
12012         * iconvdata/tcvn5712-1.c : Likewise.
12013         * iconvdata/tscii.c: Likewise.
12014         * iconvdata/uhc.c : Likewise.
12015         * iconvdata/unicode.c (gconv_end): Likewise.
12016         * iconvdata/utf-16.c (gconv_end): Likewise.
12017         * iconvdata/utf-32.c (gconv_end): Likewise.
12018         * iconvdata/utf-7.c (base64): Likewise.
12019         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12020         * iconv/gconv_close.c (__gconv_close): Likewise.
12021         * iconv/gconv_open.c (__gconv_open): Likewise.
12022         * iconv/gconv_simple.c (internal_ucs4_loop_single)
12023         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12024         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12025         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12026         (ucs4le_internal_loop_single): Likewise.
12027         * iconv/iconv.c (iconv): Likewise.
12028         * iconv/iconv_close.c: Likewise.
12029         * iconv/loop.c (SINGLE): Likewise.
12030         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12031         * include/atomic.h: Likewise.
12032         * inet/inet6_option.c (option_alloc): Likewise.
12033         * intl/bindtextdom.c (set_binding_values): Likewise.
12034         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12035         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12036         * intl/localealias.c (read_alias_file): Likewise.
12037         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
12038         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12039         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
12040         * libio/fmemopen.c (fmemopen): Likewise.
12041         * libio/iofgets.c (_IO_fgets): Likewise.
12042         * libio/iofgets_u.c (fgets_unlocked): Likewise.
12043         * libio/iofgetws.c (fgetws): Likewise.
12044         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12045         * libio/iogetdelim.c (_IO_getdelim): Likewise.
12046         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12047         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
12048         * locale/findlocale.c (_nl_find_locale): Likewise.
12049         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12050         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12051         Likewise.
12052         * locale/setlocale.c (setlocale): Likewise.
12053         * login/programs/pt_chown.c (main): Likewise.
12054         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12055         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12056         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12057         (mmap, mmap64, mremap, munmap): Likewise.
12058         * math/e_exp2l.c: Likewise.
12059         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12060         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12061         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12062         * math/s_catan.c (__catan): Likewise.
12063         * math/s_catanf.c (__catanf): Likewise.
12064         * math/s_catanh.c (__catanh): Likewise.
12065         * math/s_catanhf.c (__catanhf): Likewise.
12066         * math/s_catanhl.c (__catanhl): Likewise.
12067         * math/s_catanl.c (__catanl): Likewise.
12068         * math/s_ccosh.c (__ccosh): Likewise.
12069         * math/s_ccoshf.c (__ccoshf): Likewise.
12070         * math/s_ccoshl.c (__ccoshl): Likewise.
12071         * math/s_cexp.c (__cexp): Likewise.
12072         * math/s_cexpf.c (__cexpf): Likewise.
12073         * math/s_cexpl.c (__cexpl): Likewise.
12074         * math/s_clog10.c (__clog10): Likewise.
12075         * math/s_clog10f.c (__clog10f): Likewise.
12076         * math/s_clog10l.c (__clog10l): Likewise.
12077         * math/s_clog.c (__clog): Likewise.
12078         * math/s_clogf.c (__clogf): Likewise.
12079         * math/s_clogl.c (__clogl): Likewise.
12080         * math/s_csin.c (__csin): Likewise.
12081         * math/s_csinf.c (__csinf): Likewise.
12082         * math/s_csinh.c (__csinh): Likewise.
12083         * math/s_csinhf.c (__csinhf): Likewise.
12084         * math/s_csinhl.c (__csinhl): Likewise.
12085         * math/s_csinl.c (__csinl): Likewise.
12086         * math/s_csqrt.c (__csqrt): Likewise.
12087         * math/s_csqrtf.c (__csqrtf): Likewise.
12088         * math/s_csqrtl.c (__csqrtl): Likewise.
12089         * math/s_ctan.c (__ctan): Likewise.
12090         * math/s_ctanf.c (__ctanf): Likewise.
12091         * math/s_ctanh.c (__ctanh): Likewise.
12092         * math/s_ctanhf.c (__ctanhf): Likewise.
12093         * math/s_ctanhl.c (__ctanhl): Likewise.
12094         * math/s_ctanl.c (__ctanl): Likewise.
12095         * math/w_pow.c: Likewise.
12096         * math/w_powf.c: Likewise.
12097         * math/w_powl.c: Likewise.
12098         * math/w_scalb.c (sysv_scalb): Likewise.
12099         * math/w_scalbf.c (sysv_scalbf): Likewise.
12100         * math/w_scalbl.c (sysv_scalbl): Likewise.
12101         * misc/error.c (error_tail): Likewise.
12102         * misc/pselect.c (__pselect): Likewise.
12103         * nis/nis_callback.c (__nis_create_callback): Likewise.
12104         * nis/nis_call.c (__nisfind_server): Likewise.
12105         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12106         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12107         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12108         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12109         * nis/nis_lookup.c (nis_lookup): Likewise.
12110         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12111         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12112         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12113         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12114         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12115         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12116         * nis/nss_compat/compat-initgroups.c (add_group)
12117         (internal_getgrent_r): Likewise.
12118         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12119         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12120         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12121         (internal_getspnam_r): Likewise.
12122         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12123         (_nss_nis_getaliasbyname_r): Likewise.
12124         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12125         (_nss_nis_getntohost_r): Likewise.
12126         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12127         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12128         (_nss_nis_getgrgid_r): Likewise.
12129         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12130         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12131         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12132         (_nss_nis_gethostbyname4_r): Likewise.
12133         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12134         (initgroups_netid): Likewise.
12135         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12136         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12137         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12138         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12139         (_nss_nis_getprotobynumber_r): Likewise.
12140         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12141         (_nss_nis_getsecretkey): Likewise.
12142         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12143         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12144         (_nss_nis_getpwuid_r): Likewise.
12145         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12146         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12147         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12148         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12149         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12150         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12151         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12152         Likewise.
12153         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12154         (_nss_nisplus_getntohost_r): Likewise.
12155         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12156         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12157         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12158         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12159         Likewise.
12160         * nis/nss_nisplus/nisplus-initgroups.c
12161         (_nss_nisplus_initgroups_dyn): Likewise.
12162         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12163         (_nss_nisplus_getnetbyaddr_r): Likewise.
12164         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12165         (_nss_nisplus_getprotobynumber_r): Likewise.
12166         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12167         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12168         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12169         Likewise.
12170         * nis/nss_nisplus/nisplus-service.c
12171         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12172         (_nss_nisplus_getservbyport_r): Likewise.
12173         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12174         (_nss_nisplus_getspnam_r): Likewise.
12175         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12176         Likewise.
12177         * nscd/aicache.c (addhstaiX): Likewise.
12178         * nscd/cache.c (cache_search, prune_cache): Likewise.
12179         * nscd/connections.c (register_traced_file, send_ro_fd)
12180         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12181         (main_loop_epoll): Likewise.
12182         * nscd/grpcache.c (addgrbyX): Likewise.
12183         * nscd/hstcache.c (addhstbyX): Likewise.
12184         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12185         * nscd/mem.c (gc, mempool_alloc): Likewise.
12186         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12187         (addinnetgrX): Likewise.
12188         * nscd/nscd-client.h (__nscd_acquire_maplock)
12189         (__nscd_drop_map_ref): Likewise.
12190         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12191         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12192         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12193         Likewise.
12194         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12195         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12196         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12197         (__nscd_get_map_ref): Likewise.
12198         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12199         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12200         Likewise.
12201         * nscd/pwdcache.c (addpwbyX): Likewise.
12202         * nscd/selinux.c (preserve_capabilities): Likewise.
12203         * nscd/servicescache.c (addservbyX): Likewise.
12204         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12205         * posix/fnmatch.c (fnmatch): Likewise.
12206         * posix/getopt.c (_getopt_internal_r): Likewise.
12207         * posix/glob.c (glob, glob_in_dir): Likewise.
12208         * posix/wordexp.c (exec_comm_child): Likewise.
12209         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12210         (getanswer_r, gaih_getanswer_slice): Likewise.
12211         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12212         * resolv/res_init.c: Likewise.
12213         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12214         * resolv/res_query.c (__libc_res_nquery): Likewise.
12215         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12216         Likewise.
12217         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12218         * stdio-common/perror.c (perror): Likewise.
12219         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12220         * stdio-common/tmpnam.c (tmpnam): Likewise.
12221         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12222         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12223         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12224         Likewise.
12225         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12226         * stdlib/putenv.c (putenv): Likewise.
12227         * stdlib/setenv.c (__add_to_environ): Likewise.
12228         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12229         * stdlib/strtol_l.c (INTERNAL): Likewise.
12230         * string/memmem.c (memmem): Likewise.
12231         * string/strerror.c (strerror): Likewise.
12232         * string/strnlen.c (__strnlen): Likewise.
12233         * string/test-memmem.c (simple_memmem): Likewise.
12234         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12235         * sunrpc/pm_getport.c (__get_socket): Likewise.
12236         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12237         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12238         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12239         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12240         Likewise.
12241         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12242         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12243         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12244         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12245         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12246         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12247         Likewise.
12248         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12249         Likewise.
12250         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12251         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12252         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12253         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12254         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12255         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12256         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12257         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12258         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12259         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12260         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12261         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12262         Likewise.
12263         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12264         Likewise.
12265         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12266         Likewise.
12267         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12268         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12269         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12270         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12271         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12272         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12273         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12274         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12275         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12276         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12277         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12278         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12279         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12280         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12281         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12282         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12283         Likewise.
12284         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12285         Likewise.
12286         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12287         Likewise.
12288         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12289         Likewise.
12290         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12291         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12292         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12293         Likewise.
12294         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12295         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12296         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12297         * sysdeps/posix/sleep.c: Likewise.
12298         * sysdeps/posix/tempname.c: Likewise.
12299         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12300         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12301         Likewise.
12302         * sysdeps/powerpc/powerpc32/dl-machine.h
12303         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12304         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12305         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12306         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12307         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12308         Likewise.
12309         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12310         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12311         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12312         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12313         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12314         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12315         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12316         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12317         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12318         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12319         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12320         (elf_machine_lazy_rel): Likewise.
12321         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12322         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12323         (elf_machine_lazy_rel): Likewise.
12324         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12325         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12326         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12327         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12328         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12329         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12330         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12331         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12332         Likewise.
12333         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12334         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12335         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12336         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12337         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12338         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12339         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12340         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12341         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12342         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12343         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12344         Likewise.
12345         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12346         (__posix_fallocate64_l64): Likewise.
12347         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12348         (posix_fallocate): Likewise.
12349         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12350         Likewise.
12351         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12352         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12353         (getifaddrs_internal): Likewise.
12354         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12355         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12356         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12357         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12358         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12359         (__posix_fallocate64_l64): Likewise.
12360         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12361         Likewise.
12362         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12363         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12364         (__get_clockfreq): Likewise.
12365         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12366         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12367         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12368         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12369         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12370         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12371         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12372         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12373         Likewise.
12374         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12375         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12376         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12377         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12378         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12379         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12380         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12381         Likewise.
12382         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12383         (posix_fallocate): Likewise.
12384         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12385         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12386         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12387         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12388         (elf_machine_rela, elf_machine_rela_relative)
12389         (elf_machine_lazy_rel): Likewise.
12390         * time/asctime.c (asctime_internal): Likewise.
12391         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12392         * time/tzset.c (__tzset_parse_tz): Likewise.
12393         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12394         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12395         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12396         * wcsmbs/wcsmbsload.h: Likewise.
12398         [BZ #15894]
12399         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12401         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12402         (arena_get2): Remove THREAD_STATS conditionals.
12403         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12404         (__malloc_stats, int): Likewise.
12406 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12408         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12409         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12411         * manual/setjmp.texi: Fix typos/grammar errors.
12413         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12414         Only return early when n is <= 0.  Delete unused return statement.
12416         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12417         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12418         * debug/tst-longjmp_chk3.c: New file.
12420         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12421         (test_main): Replace code with set_fortify_handler call.
12422         * debug/test-strcpy_chk.c: Likewise.
12423         * debug/tst-chk1.c: Likewise.
12424         * debug/tst-longjmp_chk.c: Likewise.
12425         * test-skeleton.c: Include fcntl.h & paths.h
12426         (set_fortify_handler): Define.
12428         * debug/tst-longjmp_chk.c: Add header comment and include
12429         ../test-skeleton.c.
12430         (do_test): Mark static.
12431         (TEST_FUNCTION): Define.
12433         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12434         (IP_PMTUDISC_INTERFACE): Likewise.
12435         (IP_MULTICAST_IF): Likewise.
12436         (IP_MULTICAST_TTL): Likewise.
12437         (IP_MULTICAST_LOOP): Likewise.
12438         (IP_ADD_MEMBERSHIP): Likewise.
12439         (IP_DROP_MEMBERSHIP): Likewise.
12440         (IP_UNBLOCK_SOURCE): Likewise.
12441         (IP_BLOCK_SOURCE): Likewise.
12442         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12443         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12444         (IP_MSFILTER): Likewise.
12445         (MCAST_JOIN_GROUP): Likewise.
12446         (MCAST_BLOCK_SOURCE): Likewise.
12447         (MCAST_UNBLOCK_SOURCE): Likewise.
12448         (MCAST_LEAVE_GROUP): Likewise.
12449         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12450         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12451         (MCAST_MSFILTER): Likewise.
12452         (IP_MULTICAST_ALL): Likewise.
12453         (IP_UNICAST_IF): Likewise.
12455         * timezone/Makefile: Delete $(have-ksh) check.
12456         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12457         * timezone/tzselect.ksh: Add +x mode bits.
12459         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12460         (ANON_INODE_FS_MAGIC): Likewise.
12461         (BDEVFS_MAGIC): Likewise.
12462         (BINFMTFS_MAGIC): Likewise.
12463         (BTRFS_TEST_MAGIC): Likewise.
12464         (CRAMFS_MAGIC_WEND): Likewise.
12465         (DEBUGFS_MAGIC): Likewise.
12466         (ECRYPTFS_SUPER_MAGIC): Likewise.
12467         (EXT3_SUPER_MAGIC): Likewise.
12468         (EXT4_SUPER_MAGIC): Likewise.
12469         (FUTEXFS_SUPER_MAGIC): Likewise.
12470         (HOSTFS_SUPER_MAGIC): Likewise.
12471         (HUGETLBFS_MAGIC): Likewise.
12472         (MINIX3_SUPER_MAGIC): Likewise.
12473         (MTD_INODE_FS_MAGIC): Likewise.
12474         (NILFS_SUPER_MAGIC): Likewise.
12475         (OPENPROM_SUPER_MAGIC): Likewise.
12476         (PIPEFS_MAGIC): Likewise.
12477         (PSTOREFS_MAGIC): Likewise.
12478         (QNX6_SUPER_MAGIC): Likewise.
12479         (RAMFS_MAGIC): Likewise.
12480         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12481         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12482         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12483         (SECURITYFS_MAGIC): Likewise.
12484         (SELINUX_MAGIC): Likewise.
12485         (SMACK_MAGIC): Likewise.
12486         (SOCKFS_MAGIC): Likewise.
12487         (SQUASHFS_MAGIC): Likewise.
12488         (STACK_END_MAGIC): Likewise.
12489         (TMPFS_MAGIC): Likewise.
12490         (USBDEVICE_SUPER_MAGIC): Likewise.
12491         (V9FS_MAGIC): Likewise.
12492         (XENFS_SUPER_MAGIC): Likewise.
12493         (CRAMFS_MAGIC): Fix typo in comment.
12494         (EXT2_SUPER_MAGIC): Update comment.
12495         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12497 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12499         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12500         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12501         * sysdeps/unix/sysv/linux/arm: Move directory from
12502         ports/sysdeps/unix/sysv/linux/arm.
12503         * README: Update listing for arm-*-linux-gnueabi.
12505         * README: Remove mention of am33.
12507 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12509         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12510         than the comma operator, to avoid "rhs of comma has no effect"
12511         compiler warnings.
12512         (__sigfillset, __sigandset, __sigorset): Likewise.
12513         * include/signal.h (__sigemptyset): Likewise.
12514         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12516 2014-02-07  Allan McRae  <allan@archlinux.org>
12518         * version.h (RELEASE): Set to "development".
12519         (VERSION): Set to "2.19.90"
12520         * NEWS: Add 2.20 section.
12522 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12524         [BZ #16529]
12525         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12527 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12529         * manual/contrib.texi: Update entry for Carlos O'Donell,
12530         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12532 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12534         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12536         * sysdeps/unix/sysv/linux/kernel-features.h
12537         [__LINUX_KERNEL_VERSION >= 0x020621]
12538         (__ASSUME_PROC_PID_TASK_COMM): Define.
12540 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12542         [BZ #16398]
12543         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12544         conversion when destination buffer does not have enough space.
12545         * libio/tst-ftell-partial-wide.c: New test case.
12546         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12548         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12549         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12550         Leonard and Allan McRae.
12552 2014-02-04  David S. Miller  <davem@davemloft.net>
12554         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12555         32-bit.
12557 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12560         New file
12561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12562         New file
12563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12564         New file.
12565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12566         New file.
12567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12568         New file.
12569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12570         New file.
12571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12572         New file.
12573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12574         New file.
12575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12576         New file.
12577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12578         New file.
12579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12580         New file.
12581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12582         New file.
12583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12584         New file.
12586 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12588         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12589         * shlib-versions: Likewise.
12591 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12592             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12594         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12595         (abilist-pattern): New variable, set to %-le.abilist.
12597         * Makerules (abilist-pattern): New variable.
12598         (vpath): Use $(abilist-pattern) in place of %.abilist.
12599         (check-abi-% pattern rule): Likewise.
12600         (check-abi, update-abi): Likewise.
12602 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12604         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12606 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12608         * manual/startup.texi: Add next, previous, and top entries for
12609         the `Program Arguments' and `Environment Variables' nodes.
12611 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12613         * manual/macros.texi: Add comments before MTASC-safety macros.
12615         * manual/users.texi: Document MTASC-safety properties.
12617         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12618         (pthread_getspecific, pthread_setspecific): Format with
12619         @deftypefun, and add @safety note.
12620         * manual/signal.texi: Move comments that analyze the above
12621         functions to their home place.
12623 2014-02-03  Allan McRae  <allan@archlinux.org>
12625         * po/sl.po: Update Slovenian translation from translation project.
12627 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12629         * manual/time.texi (timegm): Add missing blank after @c.
12630         Reported by Joseph Myers <joseph@codesourcery.com>.
12632 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12634         * manual/check-safety.sh: New.
12635         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12637         * manual/terminal.texi: Document MTASC-safety properties.
12639         * manual/filesys.texi: Document MTASC-safety properties.
12641         * manual/errno.texi: Document MTASC-safety properties.
12643         * manual/intro.texi: Document safety identifiers and
12644         conditionals.
12646         * manual/string.texi (wcstok): Fix prototype.
12647         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12649         * manual/time.texi: Document MTASC-safety properties.
12651         * manual/string.texi: Document MTASC-safety properties.
12653         * manual/threads.texi: Document MTASC-safety properties.
12655         * manual/stdio.texi: Document MTASC-safety properties.
12657         * manual/syslog.texi: Document MTASC-safety properties.
12659         * manual/sysinfo.texi: Document MTASC-safety properties.
12661         * manual/startup.texi: Document MTASC-safety properties.
12663         * manual/socket.texi: Document MTASC-safety properties.
12665         * manual/signal.texi: Document MTASC-safety properties.
12667 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12669         * manual/setjmp.texi: Document MTASC-safety properties.
12671         * manual/search.texi: Document MTASC-safety properties.
12673         * manual/resource.texi: Document MTASC-safety properties.
12675         * manual/process.texi: Document MTASC-safety properties.
12677         * manual/platform.texi: Document MTASC-safety properties.
12679         * manual/pipe.texi: Document MTASC-safety properties.
12681         * manual/pattern.texi: Document MTASC-safety properties.
12683         * manual/message.texi: Document MTASC-safety properties.
12685         [BZ #12751]
12686         * manual/memory.texi: Document MTASC-safety properties.
12688         * manual/math.texi: Document MTASC-safety properties.
12690         * manual/locale.texi: Document MTASC-safety properties.
12692         * manual/llio.texi: Document MTASC-safety properties.
12694         * manual/libdl.texi: New.
12696         * manual/lang.texi: Document MTASC-safety properties.
12698         * manual/job.texi: Document MTASC-safety properties.
12700         * manual/getopt.texi: Document MTASC-safety properties.
12702         * manual/ctype.texi: Document MTASC-safety properties.
12704 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12706         [BZ #16046]
12707         * csu/libc-tls.c (static_map): Remove variable.
12708         (__libc_setup_tls): Use main executable's link map for TLS data.
12709         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12710         casing for LM_ID_BASE and GL(dl_nns).
12711         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12712         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12713         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12714         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12715         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12716         member.
12717         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12718         l_phnum members.
12720 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12722         * manual/debug.texi: Document MTASC-safety properties.
12724 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12726         [BZ #16510]
12727         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12728         of __x86_64__ when disabling x87 inline functions.
12730 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12732         * manual/charset.texi: Document MTASC-safety properties.
12734         * manual/crypt.texi: Document MTASC-safety properties.
12736         * manual/conf.texi: Document MTASC-safety properties.
12738         * manual/arith.texi: Document MTASC-safety properties.
12740         * manual/argp.texi: Document MTASC-safety properties.
12742         * manual/macros.texi: Introduce macros to document multi
12743         thread, asynchronous signal and asynchronous cancellation
12744         safety properties.
12745         * manual/intro.texi: Introduce the properties themselves.
12747 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12749         * sysdeps/sh/sh4/Makefile: New file.
12751 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12753         * math/gen-libm-test.pl ($srcdir): New variable.
12754         ($auto_input): Use it.
12756 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12758         [BZ #16506]
12759         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12760         access beyond array bounds when parsing netgroups file.
12762         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12763         the old buffer before realloc.
12765 2014-01-27  Allan McRae  <allan@archlinux.org>
12767         * po/fr.po: Update French translation from translation project.
12769 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12771         * sysdeps/sh/libm-test-ulps: Regenerate.
12773 2014-01-24  David S. Miller  <davem@davemloft.net>
12775         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12777 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12779         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12780         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12782 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12784         [BZ #16474]
12785         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12786         string pointers after reallocation.
12788 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12790         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12791         __SH4A__ instead of __SH_FPU_ANY__.
12793 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12795         * sysdeps/sh/fpu_control.h: New file.
12796         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12797         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12798         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12799         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12800         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12801         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12802         * sysdeps/sh/sys/ucontext.h: Remove.
12803         * sysdeps/sh/sys: Remove directory.
12805 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12807         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12808         s390/sys/ucontext.h.
12809         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12810         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12812 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12814         [BZ #15605]
12815         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12817 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12819         [BZ#16431]
12820         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12821         Adjust the vDSO correctly for internal calls.
12822         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12824 2014-01-20  Allan McRae  <allan@archlinux.org>
12826         * po/ca.po: Update Catalan translation from translation project.
12828 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12830         * sysdeps/s390/sotruss-lib.c: New file.
12832 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12834         [BZ#16430]
12835         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12836         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12837         local calls issues by not having a PLT stub required for IFUNC calls.
12838         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12840 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12842         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12843         * math/test-fpucw-static.c: Likewise.
12845 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12847         [BZ #16453]
12848         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12850 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12852         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12853         implementation for powerpc.
12855 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12857         [BZ #14782]
12858         * sysdeps/posix/system.c (__libc_system): Do not enable
12859         asynchronous cancellation.
12861 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12863         [BZ #16427]
12864         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12865         handling only for numbers special also in the IEEE case.
12867 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12869         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12871 2014-01-11  Allan McRae  <allan@archlinux.org>
12873         * po/bg.po: Update Bulgarian translation from translation project.
12875         * po/de.po: Update German translation from translation project.
12877 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12879         * sysdeps/generic/gcc-compat.h: New file.
12881 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12883         * benchtests/asin-inputs: Correct slow inputs.
12884         * benchtests/acos-inputs: Likewise.
12886 2014-01-10  Allan McRae  <allan@archlinux.org>
12888         * po:sv.po: Update Swedish translation from translation project.
12890         * po/vi.po: Update Vietnamese translation from translation project.
12892         * po/eo.po: Update Esperanto translation from translation project.
12894         * po/cs.po: Update Czech translation from translation project.
12896         * po/nl.po: Update Dutch translation from translation project.
12898         * po/pl.po: Update Polish translation from translation project.
12900         * po/ru.po: Update Russian translation from translation project.
12902         * po/uk.po: Update Ukrainian translation from translation project.
12904 2014-01-08  Brooks Moses  <bmoses@google.com>
12906         * elf/dl-load.c: Fix comment typo.
12908 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12910         * po/header.pot: Rename to...
12911         * po/pot.header: ... this.
12912         * po/Makefile: Use pot.header.
12914 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12915             Maxim Kuvyrkov  <maxim@kugelworks.com>
12917         [BZ #16394]
12918         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12919         SRC and DEST against LEN.
12921 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12923         [BZ #16414]
12924         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12925         implementation.
12926         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12928 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12930         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12932 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12934         [BZ #16408]
12935         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12936         for large positive arguments.
12938 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12940         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12942         * math/auto-libm-test-in: Mark various tests with
12943         xfail-rounding:ldbl-128ibm.
12944         * math/auto-libm-test-out: Regenerated.
12946         [BZ #16407]
12947         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12948         Increase overflow threshold.
12950 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12952         [BZ #14286]
12953         * stdio-common/vfprintf.c: Check for integer overflow.
12955 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12957         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12958         the first argument and return value of __tls_get_addr_internal.
12960 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12962         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12963         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12965 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12967         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12968         * sysdeps/s390/rtld-global-offsets.sym: New file.
12969         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12970         GLIBC_2.19 symbol.
12971         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12972         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12973         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12974         ... this.
12975         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12976         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12977         ... this.
12978         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12979         Regenerate.
12980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12981         Regenerate.
12982         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12983         halfs of GPRs for high_gprs contexts.
12984         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12985         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12986         field.
12987         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12988         uc_flags field.
12989         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12990         64 bit versions:
12991         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12992         for high GPRs (uc_high_gprs) and for future extensions
12993         (__reserved).
12994         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12995         for future extensions (__reserved).
12996         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12997         64 bit versions:
12998         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12999         SC_HIGHGPRS offset definition.
13000         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13001         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13003         * Versions.def: Add GLIBC_2.19 for libpthread.
13004         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13005         siglongjmp for libpthread with GLIBC_2.19 symver.
13006         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13007         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13008         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13009         * sysdeps/s390/__longjmp.c: New file.
13010         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13011         * sysdeps/s390/longjmp.c: New file.
13012         * sysdeps/s390/setjmp.S: New file.
13013         * sysdeps/s390/sigjmp.S: New file.
13014         * sysdeps/s390/v1-longjmp.c: New file.
13015         * sysdeps/s390/v1-setjmp.h: New file.
13016         * sysdeps/s390/v1-sigjmp.c: New file.
13017         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13018         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13019         GLIBC_2.19 version.
13020         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13021         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13022         versioned symbols for ____longjmp_chk.
13023         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13024         Likewise.
13025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13026         Regenerate.
13027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13028         Regenerate.
13029         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13030         Regenerate.
13031         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13032         Regenerate.
13033         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13034         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13035         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13036         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13037         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13038         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13039         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13040         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13041         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13042         * sysdeps/s390/rtld-__longjmp.c: New file.
13043         * sysdeps/s390/rtld-setjmp.S: New file.
13045 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
13047         [BZ #16400]
13048         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13049         Return -__logl (x) for small positive arguments without evaluating
13050         a polynomial.
13052 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
13054         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13055         Rename to ...
13056         (__ptrace_peeksiginfo_args): ... this.
13057         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13058         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13059         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13061 2014-01-06  Allan McRae  <allan@archlinux.org>
13063         * inet/netinet/in.h: Fix typo in comment.
13065 2014-01-05  Andreas Jaeger  <aj@suse.de>
13067         * sysdeps/i386/fpu/libm-test-ulps: Update.
13069 2014-01-05  Allan McRae  <allan@archlinux.org>
13071         * po/libc.pot: Regenerated.
13073         * malloc/memusagestat.c: Fix gettext call formatting.
13075 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13077         * nscd/nscd.c: Improve usage() output.
13079 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13081         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13082         * sysdeps/unix/sysv/linux/configure: Regenerated.
13083         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13084         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13086 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13088         [BZ #16390]
13089         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13090         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13092 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13094         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13095         extra tokens at end of #undef directive.
13096         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13097         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13098         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13100 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13102         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13104         * math/auto-libm-test-in: Mark various tests with
13105         xfail-rounding:ldbl-128ibm.
13106         * math/auto-libm-test-out: Regenerated.
13108 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13110         [BZ #16386]
13111         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13112         numbers with subnormal high part when calculating exponent.
13114         [BZ #16385]
13115         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13116         fabs.
13118         [BZ #16384]
13119         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13120         M_LN2l.
13121         (__ieee754_acoshl): Use __log1pl not __log1p.
13123 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13125         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13126         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13127         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13128         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13129         (reused_arena, arena_get2): Convert to GNU style.
13130         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13131         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13132         (memalign_check, __malloc_set_state): Likewise.
13133         * malloc/mallocbug.c (main): Likewise.
13134         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13135         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13136         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13137         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13138         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13139         (__posix_memalign, malloc_info): Likewise.
13140         * malloc/malloc.h: Likewise.
13141         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13142         (mallochook, memalignhook, reallochook, mabort): Likewise.
13143         * malloc/mcheck.h: Likewise.
13144         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13145         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13146         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13147         * malloc/morecore.c (__default_morecore): Likewise.
13148         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13149         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13150         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13151         (print_and_abort): Likewise.
13152         * malloc/obstack.h: Likewise.
13153         * malloc/set-freeres.c (__libc_freeres): Likewise.
13154         * malloc/tst-mallocstate.c (main): Likewise.
13155         * malloc/tst-mtrace.c (main): Likewise.
13156         * malloc/tst-realloc.c (do_test): Likewise.
13158 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13160         [BZ #16366]
13161         * nscd/netgroupcache.c (do_notfound): New function.
13162         (addgetnetgrentX): Use it.
13164         [BZ # 16365]
13165         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13166         NSS_STATUS_NOTFOUND.
13168 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13170         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13173 2014-01-01  Allan McRae  <allan@archlinux.org>
13175         * scripts/update-copyrights: Update configure input file suffix.
13177         * NEWS: Update copyright year.
13178         * catgets/gencat.c: Likewise.
13179         * csu/version.c: Likewise.
13180         * debug/catchsegv.sh: Likewise.
13181         * debug/pcprofiledump.c: Likewise.
13182         * debug/xtrace.sh: Likewise.
13183         * elf/ldconfig.c: Likewise.
13184         * elf/ldd.bash.in: Likewise.
13185         * elf/pldd.c: Likewise.
13186         * elf/sotruss.ksh: Likewise.
13187         * elf/sprof.c: Likewise.
13188         * iconv/iconv_prog.c: Likewise.
13189         * iconv/iconvconfig.c: Likewise.
13190         * locale/programs/locale.c: Likewise.
13191         * locale/programs/localedef.c: Likewise.
13192         * login/programs/pt_chown.c: Likewise.
13193         * malloc/memusage.sh: Likewise.
13194         * malloc/memusagestat.c: Likewise.
13195         * malloc/mtrace.pl: Likewise.
13196         * manual/libc.texinfo: Likewise.
13197         * nscd/nscd.c: Likewise.
13198         * nss/getent.c: Likewise.
13199         * nss/makedb.c: Likewise.
13200         * posix/getconf.c: Likewise.
13201         * scripts/test-installation.pl: Likewise.
13203         * All files with FSF copyright notices: Update copyright dates
13204         using scripts/update-copyrights.
13205         * intl/plural.c: Regenerated.
13206         * locale/programs/charmap-kw.h: Likewise.
13207         * locale/programs/locfile-kw.h: Likewise.
13209 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13211         * sysdeps/unix/sysv/linux/configure: Regenerated.
13212         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13213         the linux/fanotify.h header.
13214         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13215         HAVE_LINUX_FANOTIFY_H is defined.
13217 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13219         * benchtests/cos-inputs: New inputs.
13220         * benchtests/sin-inputs: Likewise.
13222         * benchtests/atan-inputs: New inputs. Fix name of multiple
13223         precision fallback inputs.
13225         * benchtests/atanh-inputs: New inputs.
13226         * benchtests/tanh-inputs: Likewise.
13228         * benchtests/acosh-inputs: New inputs.
13229         * benchtests/asinh-inputs: Likewise.
13231         * benchtests/cosh-inputs: New inputs.
13232         * benchtests/sinh-inputs: Likewise.
13234         * benchtests/acos-inputs: Add more inputs.
13235         * benchtests/asin-inputs: Likewise.
13237 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13239         [BZ #16375]
13240         * manual/arith.texi: Fix spelling.
13241         * manual/charset.texi: Likewise.
13242         * manual/errno.texi: Likewise.
13243         * manual/filesys.texi: Likewise.
13244         * manual/lang.texi: Likewise.
13245         * manual/llio.texi: Likewise.
13246         * manual/locale.texi: Likewise.
13247         * manual/message.texi: Likewise.
13248         * manual/resource.texi: Likewise.
13249         * manual/search.texi: Likewise.
13250         * manual/setjmp.texi: Likewise.
13251         * manual/stdio.texi: Likewise.
13252         * manual/string.texi: Likewise.
13253         * manual/sysinfo.texi: Likewise.
13254         * manual/time.texi: Likewise.
13256 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13258         * po/sl.po: New file.
13260 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13262         * .gitignore: Add core/.gdbinit/.gdb_history.
13264 2013-12-27  Allan McRae  <allan@archlinux.org>
13266         [BZ #16369]
13267         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13268         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13270 2013-12-24  Brooks Moses  <bmoses@google.com>
13272         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13273         all compilers that claim C++98 compliance, not just GCC.
13274         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13275         Likewise.
13277 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13279         * NEWS: Restore accidentally deleted bug-fix entries.
13281 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13282             Ondřej Bílka  <neleai@seznam.cz>
13284         [BZ #15073]
13285         * malloc/malloc.c (_int_free): Perform sanity check only if we
13286         have_lock.
13288 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13290         [BZ #12986]
13291         * manual/stdio.texi (String Input Conversions): Clarify that character
13292         classes are not supported.
13294 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13296         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13298 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13300         [BZ #16337]
13301         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13302         Calculate results for small negative arguments directly rather
13303         than using reflection formula with special underflow handling.
13305         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13306         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13307         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13308         (fchflags): Likewise.
13309         (revoke): Likewise.
13310         (setlogin): Likewise.
13311         (sigaltstack): Likewise.
13312         (wait4): Likewise.
13313         (sigblock): Remove.
13314         (sigsetmask): Likewise.
13315         (wait3): Likewise.
13316         (waitpid): Likewise.
13317         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13318         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13319         file.
13320         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13321         * sysdeps/unix/bsd/Makefile: ... here.
13322         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13323         * sysdeps/unix/bsd/Versions: ... here.
13324         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13325         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13326         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13327         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13328         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13329         * sysdeps/unix/bsd/sigblock.c: ... here.
13330         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13331         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13332         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13333         * sysdeps/unix/bsd/sigvec.c: ... here.
13334         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13335         * sysdeps/unix/bsd/tcdrain.c: ... here.
13336         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13337         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13338         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13339         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13340         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13341         * sysdeps/unix/bsd/wait.c: ... here.
13342         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13343         * sysdeps/unix/bsd/wait3.c: ... here.
13344         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13345         * sysdeps/unix/bsd/waitpid.c: ... here.
13347 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13349         [BZ #16356]
13350         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13351         round-to-nearest for [!USE_AS_EXPM1L].
13352         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13353         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13354         more tests of exp and exp10.  Expect some exp10 tests to miss
13355         exceptions or fail in directed rounding modes.
13356         * math/auto-libm-test-out: Regenerated.
13357         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13358         (exp10_test_tonearest): New function.
13359         (exp10_towardzero_test_data): New array.
13360         (exp10_test_towardzero): New function.
13361         (exp10_downward_test_data): New array.
13362         (exp10_test_downward): New function.
13363         (exp10_upward_test_data): New array.
13364         (exp10_test_upward): New function.
13365         (main): Call the new functions.
13366         * sysdeps/i386/fpu/libm-test-ulps: Update.
13367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13369 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13371         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13372         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13373         * math/auto-libm-test-out: Regenerated.
13374         * math/libm-test.inc (acosh_test_data): Add more tests.
13375         (atanh_test_data): Likewise.
13376         (ceil_test_data): Likewise.
13377         (copysign_test_data): Likewise.
13378         * sysdeps/i386/fpu/libm-test-ulps: Update.
13379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13381         * timezone/checktab.awk: Update from tzcode 2013i.
13382         * timezone/private.h: Likewise.
13383         * timezone/scheck.c: Likewise.
13384         * timezone/tzfile.h: Likewise.
13385         * timezone/tzselect.ksh: Likewise.
13386         * timezone/zdump.c: Likewise.
13387         * timezone/zic.c: Likewise.
13389         * math/auto-libm-test-in: Add tests of cpow.
13390         * math/auto-libm-test-out: Regenerated.
13391         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13392         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13393         mpc_cc_c.
13394         (func_calc_desc): Add mpc_cc_c union field.
13395         (test_functions): Add cpow.
13396         (special_fill_2pi): New function.
13397         (special_real_inputs): Add 2pi.
13398         (calc_generic_results): Handle mpc_cc_c.
13399         * sysdeps/i386/fpu/libm-test-ulps: Update.
13400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13402         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13403         csqrt, ctan and ctanh.
13404         * math/auto-libm-test-out: Regenerated.
13405         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13406         (TEST_COND_x86): Likewise.
13407         (ccos_test_data): Use AUTO_TESTS_c_c.
13408         (ccosh_test_data): Likewise.
13409         (cexp_test_data): Likewise.
13410         (clog_test_data): Likewise.
13411         (csqrt_test_data): Likewise.
13412         (ctan_test_data): Likewise.
13413         (ctan_tonearest_test_data): Likewise.
13414         (ctan_towardzero_test_data): Likewise.
13415         (ctan_downward_test_data): Likewise.
13416         (ctan_upward_test_data): Likewise.
13417         (ctanh_test_data): Likewise.
13418         (ctanh_tonearest_test_data): Likewise.
13419         (ctanh_towardzero_test_data): Likewise.
13420         (ctanh_downward_test_data): Likewise.
13421         (ctanh_upward_test_data): Likewise.
13422         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13423         mpc_c_c.
13424         (func_calc_desc): Add mpc_c_c union field.
13425         (FUNC_mpc_c_c): New macro.
13426         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13427         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13428         ctanh.
13429         (special_fill_min_subnorm_p120): New function.
13430         (special_real_inputs): Add min_subnorm_p120.
13431         (calc_generic_results): Handle mpc_c_c.
13432         * sysdeps/i386/fpu/libm-test-ulps: Update.
13433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13435 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13437         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13438         (do_sin_slow): New functions.
13439         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13440         (cslow2, csloww1, csloww2): Use the new functions.
13442         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13443         Use M to change sign of result instead of X.  Assume X is
13444         positive.
13445         (csloww1): Likewise.
13446         (__sin): Adjust.
13447         (__cos): Adjust.
13449         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13450         arguments A and DA.
13451         (__sin): Adjust.
13452         (__cos): Likewise.
13454         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13455         (__cos): Likewise.
13456         (sloww1): Don't adjust sign of DX.
13457         (csloww1): Likewise.
13458         (sloww2): Use X directly and don't adjust sign of DX.
13459         (csloww2): Likewise.
13461 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13463         * math/auto-libm-test-in: Add tests of cabs and carg.
13464         * math/auto-libm-test-out: Regenerated.
13465         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13466         (carg_test_data): Likewise.
13467         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13468         mpc_c_f.
13469         (func_calc_desc): Add mpc_c_f union field.
13470         (test_functions): Add cabs and carg.
13471         (calc_generic_results): Handle mpc_c_f.
13473         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13474         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13475         as a macro and a compat symbol.
13476         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13477         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13478         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13479         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13480         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13481         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13482         not use .hidden.
13483         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13484         Likewise.
13485         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13486         Likewise.
13487         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13488         Likewise.
13489         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13490         Likewise.
13491         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13492         Likewise.
13493         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13494         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13495         from GLIBC_2.3.2.
13497 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13499         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13501 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13503         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13504         trailing whitespace removed.
13505         * scripts/config.guess: Update to version 2013-11-29.
13506         * scripts/config.sub: Update to version 2013-10-01.
13508         * math/auto-libm-test-in: Add tests of sincos.
13509         * math/auto-libm-test-out: Regenerated.
13510         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13511         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13512         mpfr_f_11.
13513         (func_calc_desc): Add mpfr_f_11 union field.
13514         (test_functions): Add sincos.
13515         (calc_generic_results): Handle mpfr_f_11.
13516         * sysdeps/i386/fpu/libm-test-ulps: Update.
13517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13519 2013-12-19  Andreas Schwab  <schwab@suse.de>
13521         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13522         CALL_MCOUNT.
13523         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13524         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13525         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13527 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13529         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13530         * sysdeps/i386/fpu/libm-test-ulps: Update.
13531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13533         [BZ #16293]
13534         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13535         round-to-nearest mode when using frndint.
13536         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13537         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13538         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13539         Likewise.
13540         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13541         sinh test to fail.
13542         * math/auto-libm-test-out: Regenerated.
13543         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13544         (TEST_COND_x86): Likewise.
13545         (expm1_tonearest_test_data): New array.
13546         (expm1_test_tonearest): New function.
13547         (expm1_towardzero_test_data): New array.
13548         (expm1_test_towardzero): New function.
13549         (expm1_downward_test_data): New array.
13550         (expm1_test_downward): New function.
13551         (expm1_upward_test_data): New array.
13552         (expm1_test_upward): New function.
13553         (main): Run the new test functions.
13554         * sysdeps/i386/fpu/libm-test-ulps: Update.
13555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13557         * include/features.h: Update comment documenting feature test
13558         macros.  Mention _DEFAULT_SOURCE in comment.
13559         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13560         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13561         _BSD_SOURCE and _SVID_SOURCE.
13562         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13563         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13564         !_SVID_SOURCE]: Likewise.
13565         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13566         (__USE_POSIX_IMPLICITLY): Define.
13567         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13568         (_POSIX_SOURCE): Undefine and redefine.
13569         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13570         (_POSIX_C_SOURCE): Likewise.
13571         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13572         (Feature Test Macros): Update documentation of default features.
13574 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13576         * benchtests/Makefile: Add bench-strtok.
13577         * benchtests/bench-strtok.c: New file: strtok benchtest.
13579 2013-12-19  Allan McRae  <allan@archlinux.org>
13581         * manual/install.texi: Suppress menu for plain text output.
13582         * INSTALL: Regenerated.
13584 2013-12-18  Brooks Moses  <bmoses@google.com>
13586         [BZ #15846]
13587         * misc/getauxval.c: Include errno.h.
13588         (__getauxval): Set errno to ENOENT if the requested type is not
13589         found.
13590         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13591         don't declare with __attribute_const__.
13592         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13593         * manual/startup.texi: Document that getauxval sets errno.
13595 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13597         * math/auto-libm-test-in: Add tests of jn and yn.
13598         * math/auto-libm-test-out: Regenerated.
13599         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13600         (yn_test_data): Likewise.
13601         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13602         mpfr_if_f.
13603         (func_calc_desc): Add mpfr_if_f union field.
13604         (FUNC_mpfr_if_f): New macro.
13605         (test_functions): Add jn and yn.
13606         (calc_generic_results): Assert type of second input for
13607         mpfr_ff_f.  Handle mpfr_if_f.
13608         (output_for_one_input_case): Disable all checking for arguments
13609         fitting floating-point types in case of an integer argument.
13610         * sysdeps/i386/fpu/libm-test-ulps: Update.
13611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13614         Don't expect fegetround reference in libm.so.
13616 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13618         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13619         $(config-cflags-nofma).
13621 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13623         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13624         * math/auto-libm-test-out: Regenerated.
13626         [BZ #16338]
13627         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13628         to determine exponent and adjust argument to have exponent of -1.
13629         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13630         log2.
13631         * math/auto-libm-test-out: Regenerated.
13632         * sysdeps/i386/fpu/libm-test-ulps: Update.
13633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13635 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13637         * manual/probes.texi: Remove cases when per-thread arenas are
13638         disabled.
13640 2013-12-18  Andreas Schwab  <schwab@suse.de>
13642         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13643         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13644         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13645         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13646         * sysdeps/i386/i686/multiarch/Makefile: Update.
13647         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13649 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13651         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13652         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13654 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13656         [BZ #15968]
13657         Support TZ transition times < 00:00:00.
13658         This is needed for version-3 tz-format files; it supports time
13659         stamps past 2037 for America/Godthab (the only entry in the tz
13660         database for which this change is relevant).
13661         * manual/time.texi (TZ Variable): Document transition times
13662         from -167:59:59 through -00:00:01.
13663         * time/tzset.c (tz_rule): Time of day is now signed.
13664         (__tzset_parse_tz): Parse negative time of day.
13666         Document TZ transition times >= 25:00:00.
13667         * manual/time.texi (TZ Variable): Document transition times from
13668         25:00:00 through 167:59:59.  These are already supported, and this
13669         support will help with version-3 tz-format files.
13671         * manual/time.texi (TZ Variable): Modernize North America example
13672         to reflect current (i.e., 2007-and-later) daylight saving rules.
13674         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13676 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13678         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13679         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13680         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13681         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13682         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13683         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13684         * sysdeps/unix/bsd/clock.c: Likewise.
13685         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13686         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13687         * sysdeps/unix/bsd/init-posix.c: Likewise.
13688         * sysdeps/unix/bsd/poll.c: Likewise.
13689         * sysdeps/unix/bsd/ptsname.c: Likewise.
13690         * sysdeps/unix/bsd/seekdir.c: Likewise.
13691         * sysdeps/unix/bsd/setegid.c: Likewise.
13692         * sysdeps/unix/bsd/seteuid.c: Likewise.
13693         * sysdeps/unix/bsd/setgid.c: Likewise.
13694         * sysdeps/unix/bsd/setrgid.c: Likewise.
13695         * sysdeps/unix/bsd/setruid.c: Likewise.
13696         * sysdeps/unix/bsd/setsid.c: Likewise.
13697         * sysdeps/unix/bsd/setuid.c: Likewise.
13698         * sysdeps/unix/bsd/sigaction.c: Likewise.
13699         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13700         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13701         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13702         * sysdeps/unix/bsd/telldir.c: Likewise.
13703         * sysdeps/unix/bsd/times.c: Likewise.
13704         * sysdeps/unix/bsd/usleep.c: Likewise.
13706         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13707         ($(objpfx)libbsd-compat.a): Remove rule.
13709         * include/features.h (__FAVOR_BSD): Do not define.
13710         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13711         features conflicting with POSIX.
13712         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13713         (_BSD_SOURCE): Remove description of not being a subset of other
13714         feature test macros.
13715         * manual/job.texi (getpgrp): Do not document BSD version.
13716         (getpgid): Do not document by reference to BSD getpgrp.
13717         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13718         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13719         * signal/signal.h [__FAVOR_BSD]: Likewise.
13720         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13721         instead of making contents conditional on [__FAVOR_BSD].
13722         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13724 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13728 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13730         [BZ #16314]
13731         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13732         values below 2**-450, not 2**-500.
13733         * math/auto-libm-test-in: Don't allow spurious underflow from
13734         hypot.
13735         * math/auto-libm-test-out: Regenerated.
13737         [BZ #16316]
13738         [BZ #16330]
13739         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13740         values of ha and hb and sort them after adjusting subnormal
13741         arguments.
13742         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13743         Likewise.
13744         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13745         values of ea and eb and sort them after adjusting subnormal
13746         arguments.
13747         * math/auto-libm-test-in: Do not expect some hypot tests of
13748         subnormals to fail.  Add more hypot tests.
13749         * math/auto-libm-test-out: Regenerated.
13751 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13753         [BZ #13304]
13754         * sysdeps/sh/s_fma.c: New file.
13755         * sysdeps/sh/s_fmaf.c: New file.
13756         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13757         version.
13758         * sysdeps/sh/Implies: Add sh/soft-fp.
13760 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13762         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13763         level of indirection to members `objname', `errstring', `malloced'.
13764         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13765         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13766         it as the __longjmp argument (just pass 1 instead).
13767         (_dl_catch_error): Initialize C with argument pointers and address of
13768         volatile local ERRCODE rather than copying values out of C at return.
13770 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13772         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13773         * math/auto-libm-test-out: Regenerated.
13774         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13775         (hypot_test_data): Likewise.
13776         (pow_test_data): Likewise.
13777         (pow_tonearest_test_data): Likewise.
13778         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13779         mpfr_ff_f.
13780         (func_calc_desc): Add mpfr_ff_f union field.
13781         (FUNC_mpfr_ff_f): New macro.
13782         (test_functions): Add atan2, hypot and pow.
13783         (special_fill_min): New function.
13784         (special_fill_minus_min): Likewise.
13785         (special_fill_min_subnorm): Likewise.
13786         (special_fill_minus_min_subnorm): Likewise.
13787         (special_real_inputs): Add min, -min, min_subnorm and
13788         -min_subnorm.
13789         (calc_generic_results): Handle mpfr_ff_f.
13790         * sysdeps/i386/fpu/libm-test-ulps: Update.
13791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13793 2013-12-16  Will Newton  <will.newton@linaro.org>
13795         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13796         (Aligned Memory Blocks): Add documentation for aligned_alloc
13797         and suggest it as an alternative to posix_memalign.
13798         (Hooks for Malloc): Document __memalign_hook is also called
13799         for aligned_alloc.  (Summary of Malloc): Add summary for
13800         aligned alloc.  Document __memalign_hook is also called
13801         for aligned_alloc.
13803 2013-12-16  Will Newton  <will.newton@linaro.org>
13805         * manual/memory.texi (Malloc Examples): Clarify default
13806         alignment documentation.  Suggest posix_memalign rather
13807         than memalign or valloc.
13808         (Aligned Memory Blocks): Remove suggestion to use memalign
13809         or valloc.  Remove obsolete comment about BSD.
13810         Document memalign errno values and mark the function obsolete.
13811         Document posix_memalign returned error codes.  Mark valloc
13812         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13813         called for posix_memalign and valloc.
13814         (Summary of Malloc): Add posix_memalign to function summary.
13815         __memalign_hook is also called for posix_memalign and valloc.
13817 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13819         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13820         TAYLOR_SIN.
13821         (__sin): Adjust.
13822         (__cos): Likewise.
13823         (sloww): Use mynumber union.  Expand ternary operator into
13824         if-else statements.
13825         (cslow): use mynumber union.
13827 2013-12-16  Allan McRae  <allan@archlinux.org>
13829         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13830         * configure: Regenerated.
13832         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13834         [BZ #14120]
13835         * configure.ac: Added --enable-maintainer-mode. Check for
13836         autoconf when enabled.
13837         * configure: Regenerated.
13839         * nscd/nscd.service: New file.
13840         * nscd/nscd.tmpfiles: New file.
13842 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13844         [BZ #12100]
13845         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13846         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13847         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13848         (strstr): Add __strstr_sse2_unaligned ifunc.
13849         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13850         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13851         (strcasestr): Remove __strcasestr_sse42 ifunc.
13852         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13853         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13854         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13856 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13858         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13859         * sysdeps/sh/bits/fenv.h: ... here.
13860         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13862 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13864         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13866         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13867         hypotf multiarch implementations.
13868         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13869         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13870         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13871         multiarch hypot for PPC64.
13872         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13873         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13874         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13875         multiarch hypotf for PPC64.
13877         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13878         modff multiarch implementations.
13879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13882         multiarch modf for PPC64.
13883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13886         multiarch modff for PPC64.
13888         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13889         and logl multiarch implementations.
13890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13893         multiarch logb for PPC64.
13894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13897         multiarch logb for PPC64.
13898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13901         multiarch logb for PPC64.
13903         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13904         isinff multiarch implementation.
13905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13906         file.
13907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13909         multiarch isinf for PPC64.
13910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13911         file.
13912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13913         multiarch isinff for PPC64.
13915         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13916         finitef multiarch implementation.
13917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13918         file.
13919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13921         multiarch finite for PPC64.
13922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13923         file.
13924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13925         multiarch finitef for PPC64.
13927         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13928         lrint multiarch implementation.
13929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13930         file.
13931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13933         multiarch llrint for PPC64.
13934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13935         multiarch lrint for PPC64.
13937         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13938         copysignf multiarch implementation.
13939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13940         file.
13941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13942         file.
13943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13944         multiarch copysign for PPC64.
13945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13946         multiarch copysignf for PPC64.
13948         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13949         multiarch implementation.
13950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13951         file.
13952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13953         file.
13954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13955         file.
13956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13957         file.
13958         multiarch llround for PPC64.
13959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13960         multiarch trunc for PPC64.
13961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13962         multiarch truncf for PPC64.
13964         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13965         multiarch implementation.
13966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13967         file.
13968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13969         file.
13970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13971         file.
13972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13973         file.
13974         multiarch llround for PPC64.
13975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13976         multiarch round for PPC64.
13977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13978         multiarch roundf for PPC64.
13980         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13981         multiarch implementation.
13982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13983         file.
13984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13985         file.
13986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13987         file.
13988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13989         file.
13990         multiarch llround for PPC64.
13991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13992         multiarch floor for PPC64.
13993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13994         multiarch floorf for PPC64.
13996         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13997         multiarch implementation.
13998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13999         file.
14000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14001         file.
14002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14003         file.
14004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14005         file.
14006         multiarch llround for PPC64.
14007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14008         multiarch ceil for PPC64.
14009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14010         multiarch ceilf for PPC64.
14012         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14013         multiarch implementation.
14014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14015         file.
14016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14017         file.
14018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14019         file.
14020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14021         multiarch llround for PPC64.
14022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14023         multiarch lround for PPC64.
14025         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14026         multiarch implementation.
14027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14030         file.
14031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14034         multiarch isnan for PPC64.
14035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14036         multiarch isnanf for PPC64.
14038         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14039         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14040         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14041         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14042         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14045         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14046         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14047         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14048         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14050         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14051         multiarch implementations.
14052         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14053         (__libc_ifunc_impl_list): Likewise.
14054         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14055         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14056         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14057         multiarch stpcpy for PPC64.
14059         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14060         multiarch implementations.
14061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14062         (__libc_ifunc_impl_list): Likewise.
14063         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14064         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14065         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14066         multiarch strcpy for PPC64.
14068         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14069         redefine function name.
14070         (_wordcopy_fwd_dest_aligned): Likewise.
14071         (_wordcopy_bwd_aligned): Likewise.
14072         (_wordcopy_bwd_dest_aligned): Likewise.
14073         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14074         multiarch implementations.
14075         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14076         (__libc_ifunc_impl_list): Likewise.
14077         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14078         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14079         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14080         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14081         multiarch wcscpy for PPC64.
14083         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14084         multiarch implementations.
14085         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14086         (__libc_ifunc_impl_list): Likewise.
14087         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14088         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14089         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14090         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14091         multiarch wcscpy for PPC64.
14093         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14094         multiarch implementations.
14095         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14096         (__libc_ifunc_impl_list): Likewise.
14097         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14098         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14099         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14100         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14101         multiarch wcsrchr for PPC64.
14103         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14104         multiarch implementations.
14105         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14106         (__libc_ifunc_impl_list): Likewise.
14107         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14108         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14109         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14110         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14111         multiarch wcschr for PPC64.
14113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14114         multiarch implementations.
14115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14116         (__libc_ifunc_impl_list): Likewise.
14117         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14118         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14119         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14120         multiarch strchrnul for PPC64.
14122         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14123         implementations.
14124         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14125         (__libc_ifunc_impl_list): Likewise.
14126         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14127         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14128         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14129         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14130         strchr for PPC64.
14132         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14133         implementations.
14134         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14135         (__libc_ifunc_impl_list): Likewise.
14136         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14137         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14138         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14139         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14140         strncmp for PPC64.
14142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14143         multiarch implementations.
14144         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14145         (__libc_ifunc_impl_list): Likewise.
14146         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14147         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14148         strncasecmp for PPC64.
14149         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14150         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14151         multiarch strncasecmp_l for PPC64.
14153         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14154         multiarch implementations.
14155         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14156         (__libc_ifunc_impl_list): Likewise.
14157         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14158         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14159         multiarch strcasecmp for PPC64.
14160         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14161         file.
14162         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14163         multiarch strcasecmp_l for PPC64.
14165         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14166         implementations.
14167         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14168         (__libc_ifunc_impl_list): Likewise.
14169         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14170         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14171         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14172         strnlen for PPC64.
14174         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14175         implementations.
14176         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14177         (__libc_ifunc_impl_list): Likewise.
14178         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14179         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14180         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14181         strlen for PPC64.
14183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14184         implementations.
14185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14186         (__libc_ifunc_impl_list): Likewise.
14187         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14188         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14189         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14190         rawmemrchr for PPC64.
14192         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14193         implementation.
14194         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14195         (__libc_ifunc_impl_list): Likewise.
14196         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14197         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14198         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14199         memrchr for PPC64.
14201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14202         implementation.
14203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14204         (__libc_ifunc_impl_list): Likewise.
14205         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14206         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14207         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14208         memchr for PPC64.
14210         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14211         implementation.
14212         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14213         (__libc_ifunc_impl_list): Likewise.
14214         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14215         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14216         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14217         mempcpy for PPC64.
14219         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14220         avoid cretion of __bzero symbol.
14221         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14222         Likewise.
14223         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14224         Likewise.
14225         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14226         Likewise.
14227         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14228         multiarch implementations.
14229         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14230         (__libc_ifunc_impl_list): Likewise.
14231         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14232         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14233         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14234         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14235         bzero for PPC32.
14236         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14237         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14238         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14239         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14240         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14241         memset for PPC64.
14242         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14244         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14245         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14246         implementations.
14247         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14248         (__libc_ifunc_impl_list): Likewise.
14249         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14250         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14251         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14252         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14253         memcmp for PPC64.
14255         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14256         multiarch for POWER/PPC64.
14257         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14258         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14259         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14260         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14261         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14262         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14263         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14264         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14265         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14266         memcpy for PPC64.
14268         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14269         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14270         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14271         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14272         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14273         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14274         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14275         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14276         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14277         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14278         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14279         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14280         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14281         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14282         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14291 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14293         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14295 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14297         * benchtests/Makefile (bench): Add exp2 and log2.
14298         (LDLIBS-bench-exp2): Add -lm.
14299         (LDLIBS-bench-log2): Likewise.
14300         * benchtests/exp2-inputs: New inputs file.
14301         * benchtests/log2-inputs: New inputs file.
14302         * benchtests/log-inputs: Add new inputs.
14303         * benchtests/tan-inputs: Likewise.
14305 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14307         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14308         definition...
14309         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14310         (csloww2): ... from here.
14312         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14313         instead of structures.
14314         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14315         (POLYNOMIAL): Likewise.
14316         (TAYLOR_SLOW): Likewise.
14317         (__sin): Likewise.
14318         (__cos): Likewise.
14319         (slow1): Likewise.
14320         (slow2): Likewise.
14321         (sloww): Likewise.
14322         (sloww1); Likewise.
14323         (sloww2): Likewise.
14324         (bsloww1): Likewise.
14325         (bsloww2): Likewise.
14326         (cslow2): Likewise.
14327         (csloww): Likewise.
14328         (csloww1): Likewise.
14329         (csloww2): Likewise.
14331 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14333         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14334         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14335         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14336         * malloc/hooks.c (realloc_check): Likewise.
14338         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14339         * malloc/arena.c: Remove PER_THREAD conditional.
14340         [!PER_THREAD]: Remove code.
14341         (ptmalloc_unlock_all2): Likewise.
14342         (ptmalloc_init): Likewise.
14343         (_int_new_arena): Likewise.
14344         (arena_get2): Likewise.
14345         * malloc/hooks.c (__malloc_get_state): Likewise.
14346         (__malloc_set_state): Likewise.
14347         * malloc/malloc.c: Likewise.
14348         (struct malloc_state): Likewise.
14349         (struct malloc_par): Likewise.
14350         (__libc_realloc): Likewise.
14351         (__libc_mallopt): Likewise.
14353 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14355         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14357 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14359         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14360         macro to a function.  Check for zero perturb_byte.
14361         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14363         * malloc/malloc.c: (force_reg): Remove.
14364         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14365         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14366         force_reg by atomic_forced_read.
14367         * malloc/arena.c (ptmalloc_init): Likewise.
14368         * malloc/hooks.c (top_check): Likewise.
14370 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14372         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14374 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14376         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14378 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14380         * math/auto-libm-test-in: Add tests of lgamma.
14381         * math/auto-libm-test-out: Regenerated.
14382         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14383         (M_LOG_2_SQRT_PIl): Likewise.
14384         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14385         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14386         mpfr_f_f1.
14387         (func_calc_desc): Add mpfr_f_f1 union field.
14388         (ARGS1): New macro.
14389         (ARGS2): Likewise.
14390         (ARGS3): Likewise.
14391         (ARGS4): Likewise.
14392         (RET1): Likewise.
14393         (RET2): Likewise.
14394         (CALC): Likewise.
14395         (FUNC): Likewise.
14396         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14397         (test_functions): Add lgamma.
14398         (calc_generic_results): Handle mpfr_f_f1.
14399         * sysdeps/i386/fpu/libm-test-ulps: Update.
14400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14402 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14404         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14405         __mpn_add_n for PowerPC64/POWER7.
14406         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14407         __mpn_sub_n for PowerPC64/POWER7.
14409         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14410         __mpn_addmul_1 for PowerPC64.
14411         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14412         __mpn_submul_1 for PowerPC64.
14413         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14414         for PowerPC64.
14415         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14416         for PowerPC64.
14418 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14420         [BZ #15089]
14421         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14423 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14425         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14427         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14428         add multiarch folders.
14429         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14430         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14431         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14432         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14433         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14434         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14435         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14436         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14437         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14438         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14439         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14448         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14450         New file.
14451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14452         New file.
14453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14454         multiarch __ieee754_hypot for PowerPC32.
14455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14456         New file.
14457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14458         New file.
14459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14460         multiarch __ieee754_hypotf for PowerPC32.
14462         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14463         long_double_symbol only if __logbl is defined.
14464         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14465         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14466         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14467         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14468         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14469         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14470         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14471         path for implementation.
14472         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14473         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14475         logb, and logbl multiarch implementations for PowerPC32.
14476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14477         file.
14478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14479         file.
14480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14481         multiarch logb for PowerPC32.
14482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14483         file.
14484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14485         file.
14486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14487         multiarch logbf for PowerPC32.
14488         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14490         file.
14491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14492         multiarch logbl implementation for PowerPC32.
14494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14495         and modff multiarch implementations.
14496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14497         New file.
14498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14499         New file.
14500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14501         multiarch modf for PowerPC32.
14502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14503         New file.
14504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14505         New file.
14506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14507         multiarch modff for PowerPC32.
14509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14510         and lrintf multiarch implementations.
14511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14512         New file.
14513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14514         New file.
14515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14516         multiarch lrint for PowerPC32.
14517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14518         file: multiarch lrintf for PowerPC32.
14520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14521         and lroundf multiarch implementations.
14522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14523         New file.
14524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14525         New file.
14526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14527         New file.
14528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14529         multiarch lround for PowerPC32.
14530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14531         file: multiarch lroundf for PowerPC32.
14533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14534         copysign and copysignf multiarch implementations.
14535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14536         New file.
14537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14538         New file.
14539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14540         file: multiarch copysign for PowerPC32.
14541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14542         file: multiarch copysignf for PowerPC32.
14544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14545         and truncf multiarch implementations.
14546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14547         New file.
14548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14549         file.
14550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14551         multiarch trunc for PowerPC32.
14552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14553         New file.
14554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14555         New file.
14556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14557         multiarch truncf for PowerPC32.
14559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14560         and roundf multiarch implementations.
14561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14562         New file.
14563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14564         file.
14565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14566         multiarch round for PowerPC32.
14567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14568         New file.
14569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14570         New file.
14571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14572         multiarch roundf for PowerPC32.
14574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14575         and floorf multiarch implementations.
14576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14577         New file.
14578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14579         file.
14580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14581         multiarch floor for PowerPC32.
14582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14583         New file.
14584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14585         New file.
14586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14587         multiarch floorf for PowerPC32.
14589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14590         and ceilf multiarch implementations.
14591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14592         New file.
14593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14594         file.
14595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14596         multiarch ceil for PowerPC32.
14597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14598         New file.
14599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14600         file.
14601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14602         multiarch ceilf for PowerPC32.
14604         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14605         is defined.
14606         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14607         FINITEF is defined.
14608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14609         and finitef multiarch implementations.
14610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14611         New file.
14612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14613         file.
14614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14615         multiarch finite for PowerPC32.
14616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14617         New file.
14618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14619         file: multiarch finitef for PowerPC32.
14621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14622         and isinff multiarch implementations.
14623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14624         file.
14625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14626         file.
14627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14628         multiarch isinf for PowerPC32.
14629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14630         New file.
14631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14632         multiarch isinff for PowerPC32.
14634         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14635         alias when __isnan is defined.
14636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14637         and isnanf multiarch implementations.
14638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14639         file.
14640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14641         file.
14642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14643         file.
14644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14645         file.
14646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14647         multiarch isnan for PowerPC32.
14648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14649         New file.
14650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14651         New file.
14652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14653         multiarch isnanf for PowerPC32.
14655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14656         and sqrtf multiarch implementations.
14657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14658         file.
14659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14660         file.
14661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14662         multiarch sqrt for PowerPC32.
14663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14664         file.
14665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14666         file.
14667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14668         multiarch sqrtf for PowerPC32.
14670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14671         and llroundf multiarch implementations.
14672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14673         New file.
14674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14675         New file.
14676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14677         New file.
14678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14679         file: multiarch llround for PowerPC32.
14680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14681         file: multiarch llroundf for PowerPC32.
14683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14684         multiarch PowerPC32 fpu implementations.
14685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14686         New file.
14687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14688         New file.
14689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14690         multiarch llrint for PowerPC32.
14691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14692         New file.
14693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14694         New file.
14695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14696         file.
14698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14700         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14701         file.
14702         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14703         file.
14704         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14705         file.
14706         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14707         multiarch wordcopy for PPC32.
14708         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14709         wordcopy objects.
14710         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14711         (__libc_ifunc_impl_list): Likewise.
14712         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14713         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14714         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14715         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14716         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14717         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14719         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14720         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14721         file.
14722         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14723         file.
14724         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14725         file.
14726         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14727         multiarch wcscpy for PPC32.
14728         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14729         multiarch objects.
14730         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14731         (__libc_ifunc_impl_list): Likewise.
14732         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14733         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14734         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14735         sysdeps/powerpc/power6/wcscpy.c.
14737         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14738         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14739         file.
14740         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14741         file.
14742         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14743         file.
14744         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14745         multiarch wcsrchr for PPC32.
14746         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14747         multiarch objects.
14748         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14749         (__libc_ifunc_impl_list): Likewise.
14750         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14751         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14752         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14753         sysdeps/powerpc/power6/wcsrchr.c.
14755         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14756         file.
14757         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14758         file.
14759         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14760         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14761         multiarch wcschr for PPc32.
14762         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14763         multiarch objects.
14764         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14765         (__libc_ifunc_impl_list): Likewise.
14766         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14767         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14768         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14769         sysdeps/powerpc/power6/wcschr.c.
14771         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14772         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14773         file.
14774         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14775         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14776         file: multiarch strchr for PPC32.
14777         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14778         multiarch objects.
14779         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14780         (__libc_ifunc_impl_list): Likewise.
14782         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14783         name.
14784         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14785         file.
14786         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14787         file.
14788         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14789         multiarch strchrnul for PPC32.
14790         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14791         multiarch objects.
14792         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14793         (__libc_ifunc_impl_list): Likewise.
14795         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14796         file.
14797         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14798         multiarch strncasecmp for PPC32.
14799         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14800         file.
14801         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14802         multiarch strncasecmp_l for PPC32.
14803         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14804         strncasecmp multiarch objects.
14805         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14806         (__libc_ifunc_impl_list): Likewise.
14808         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14809         file.
14810         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14811         multiarch strncasecmp for PPC32.
14812         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14813         New file.
14814         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14815         multiarch strcasecmp_l for PPC32.
14816         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14817         multiarch objects.
14818         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14819         (__libc_ifunc_impl_list): Likewise.
14821         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14822         file.
14823         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14824         file.
14825         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14826         multiarch strncmp for PPC32.
14827         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14828         multiarch objects.
14829         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14830         (__libc_ifunc_impl_list): Likewise.
14832         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14833         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14834         file.
14835         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14836         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14837         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14838         multiarch objects.
14839         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14840         (__libc_ifunc_impl_list): Likewise.
14842         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14843         file.
14844         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14845         file.
14846         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14847         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14848         multiarch objects.
14849         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14850         (__libc_ifunc_impl_list): Likewise.
14852         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14853         file.
14854         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14855         file.
14856         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14857         multiarch rawmemchr for PPC32.
14858         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14859         multiarch objects.
14860         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14861         (__libc_ifunc_impl_list): Likewise.
14863         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14864         file.
14865         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14866         file.
14867         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14868         file: memrchr multiarch for PPC32.
14869         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14870         multiarch objects.
14871         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14872         (__libc_ifunc_impl_list): Likewise.
14874         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14875         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14876         file.
14877         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14878         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14879         multiarch memchr for PPC32.
14880         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14881         multiarch objects.
14882         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14883         (__libc_ifunc_impl_list): Likewise.
14885         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14886         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14887         file.
14888         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14889         file.
14890         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14891         file: multiarch mempcpy for PPC32.
14892         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14893         multiarch objects.
14894         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14895         (__libc_ifunc_impl_list): Likewise.
14897         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14898         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14899         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14900         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14901         multiarch bzero for PPC32.
14902         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14903         file.
14904         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14905         file.
14906         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14907         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14908         file: multiarch memset for PPC32.
14909         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14910         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14911         memset multiarch objects.
14912         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14913         (__libc_ifunc_impl_list): Likewise.
14915         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14916         file.
14917         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14918         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14919         memcmp for PPC32.
14920         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14921         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14922         multiarch objects.
14923         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14924         (__libc_ifunc_impl_list): Likewise.
14926         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14927         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14928         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14929         file.
14930         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14931         file.
14932         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14933         file.
14934         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14935         multiarch memcpy for PPC32.
14936         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14937         multiarch objects.
14938         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14939         (__libc_ifunc_impl_list): Likewise.
14941         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14942         support multiarch for POWER/PPC32.
14943         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14944         Likewise.
14945         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14947         Implies file to make multiarch folder appers before the fpu and
14948         default folder for power4 configuration.
14950 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14952         * scripts/bench.pl: Append volatile keyword to type.
14954 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14956         * sysdeps/sh/sotruss-lib.c: New file.
14957         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14959 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14963 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14965         [BZ #6810]
14966         * math/w_tgamma.c: Include <errno.h>.
14967         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14968         * math/w_tgammaf.c: Include <errno.h>.
14969         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14970         * math/w_tgammal.c: Include <errno.h>.
14971         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14972         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14973         underflow.  Add more tgamma tests.
14974         * math/auto-libm-test-out: Regenerated.
14975         * sysdeps/i386/fpu/libm-test-ulps: Update.
14976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14978         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14979         sin, sinh, tan, tanh, tgamma, y0 and y1.
14980         * math/auto-libm-test-out: Regenerated.
14981         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14982         (TEST_COND_x86): Likewise.
14983         (M_E2l): Remove macro.
14984         (M_E3l): Likewise.
14985         (M_2_SQRT_PIl): Likewise.
14986         (M_SQRT_PIl): Likewise.
14987         (M_1_DIV_El): Likewise.
14988         (log_test_data): Use AUTO_TESTS_f_f.
14989         (log10_test_data): Likewise.
14990         (log1p_test_data): Likewise.
14991         (log2_test_data): Likewise.
14992         (sin_test_data): Likewise.
14993         (sin_tonearest_test_data): Likewise.
14994         (sin_towardzero_test_data): Likewise.
14995         (sin_downward_test_data): Likewise.
14996         (sin_upward_test_data): Likewise.
14997         (sinh_test_data): Likewise.
14998         (sinh_tonearest_test_data): Likewise.
14999         (sinh_towardzero_test_data): Likewise.
15000         (sinh_downward_test_data): Likewise.
15001         (sinh_upward_test_data): Likewise.
15002         (tan_test_data): Likewise.
15003         (tan_tonearest_test_data): Likewise.
15004         (tan_towardzero_test_data): Likewise.
15005         (tan_downward_test_data): Likewise.
15006         (tan_upward_test_data): Likewise.
15007         (tanh_test_data): Likewise.
15008         (tgamma_test_data): Likewise.
15009         (y0_test_data): Likewise.
15010         (y1_test_data): Likewise.
15011         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15012         (special_real_inputs): Add pi/4.
15013         * sysdeps/i386/fpu/libm-test-ulps: Update.
15014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15016 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15018         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15019         "longjmp_target" static probes.
15020         (__longjmp): Rename to __longjmp_symbol.
15021         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15022         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15023         on which longjmp to generate.
15024         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15025         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15026         probe.
15027         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15028         (__sigjmp_save): Rename to __sigjmp_save_symbol.
15029         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15030         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15031         and __sigjmp_save_symbol based on which sigsetjmp to generated.
15032         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15034         __longjmp_symbol based on which __longjmp to generate.
15035         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15036         probe.
15037         (setjmp): Rename to setjmp_symbol.
15038         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15039         (_setjmp): Rename to _setjmp_symbol.
15040         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15041         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15042         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15043         which setjmp to generate.
15044         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15045         "longjmp_target" static probes.
15047 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15049         * benchtests/README: Add note about output arguments.
15050         * benchtests/bench-sincos.c: Remove file.
15051         * benchtests/sincos-inputs: New file.
15052         * scripts/bench.pl: Identify output arguments and define
15053         static variables for them.
15055         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15057         [BZ #15941]
15058         * Makefile (INSTALL): Add install-plain.texi as the primary
15059         dependency.
15060         * manual/install-plain.texi: New file.
15061         * manual/install.texi: Include node directive only for
15062         non-plaintext output.
15064 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15066         * stdlib/longlong.h: Update from GCC.
15068         [BZ #6807]
15069         [BZ #15901]
15070         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15071         * math/w_j0f.c (y0f): Likewise.
15072         * math/w_j0l.c (__y0l): Likewise.
15073         * math/w_j1.c (y1): Likewise.
15074         * math/w_j1f.c (y1f): Likewise.
15075         * math/w_j1l.c (__y1l): Likewise
15076         * math/w_jn.c (yn): Likewise.
15077         * math/w_jnf.c (ynf): Likewise.
15078         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15079         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15080         value for Bessel function domain errors outside _SVID_ mode.
15081         Adjust sign of return value for yn (negative integer, 0).
15082         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15083         by zero in return for negative x and set sign appropriately for
15084         negative n.
15085         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15086         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15087         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15088         expectations in error cases.
15089         (y1_test_data): Likewise.
15090         (yn_test_data): Likewise.
15091         * sysdeps/i386/fpu/libm-test-ulps: Update.
15092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15094 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15096         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15097         "64" to "64-v1".  Add "64-v2".
15098         (abi-64-options): Rename to ...
15099         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15100         (abi-64-condition): Rename to ...
15101         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15102         (abi-64-ld-soname): Rename to ...
15103         (abi-64-v1-ld-soname): ... this.
15104         (abi-64-v2-options): Define.
15105         (abi-64-v2-condition): Likewise.
15106         (abi-64-v2-ld-soname): Likewise.
15107         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15108         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15113 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15114             Alan Modra  <amodra@gmail.com>
15116         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15117         New versions for use with the ELFv2 ABI.
15118         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15119         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15120         declaration.
15121         (struct La_ppc64v2_retval): Likewise.
15122         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15123         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15124         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15125         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15126         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15127         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15128         Do not save or restore CR.
15129         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15130         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15131         return values for ELFv2 ABI.  Fix location of FPR return registers.
15132         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15133         updated values for _CALL_ELF == 2.
15134         (La_regs, La_retval, int_retval): Likewise.
15136 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15138         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15139         (FRAME_MIN_SIZE_PARM): Likewise.
15140         (FRAME_BACKCHAIN): Likewise.
15141         (FRAME_CR_SAVE): Likewise.
15142         (FRAME_LR_SAVE): Likewise.
15143         (FRAME_TOC_SAVE): Likewise.
15144         (FRAME_PARM_SAVE): Likewise.
15145         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15146         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15147         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15148         (call_mcount_parm_offset): New macro.
15149         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15150         (PROF): Use symbolic stack frame offsets.
15151         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15152         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15153         Redefine in terms of FRAME_MIN_SIZE.
15154         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15155         (_dl_profile_resolve): Likewise.  Update comment.
15156         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15157         symbols stack frame offsets.
15158         (__sigsetjmp): Likewise.
15159         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15160         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15161         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15162         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15165         (FRAME_BACKCHAIN): Remove.
15166         (FRAME_CR_SAVE): Likewise.
15167         (FRAME_LR_SAVE): Likewise.
15168         (FRAME_COMPILER_DW): Likewise.
15169         (FRAME_LINKER_DW): Likewise.
15170         (FRAME_TOC_SAVE): Likewise.
15171         (FRAME_PARM_SAVE): Likewise.
15172         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15173         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15174         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15176         (CHECK_SP): Use symbolic stack frame offsets.
15177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15178         zone" instead of caller's parameter save area for temp storage.
15179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15180         Likewise.  Also, use symbolic stack frame offsets.
15181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15182         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15183         our own stack frame instead of the caller's.
15184         (__socket): Use symbolic stack frame offsets.
15186 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15187             Alan Modra  <amodra@gmail.com>
15189         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15190         Define.
15191         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15192         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15193         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15194         New function.
15195         (elf_machine_fixup_plt): Call it.
15196         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15197         reloc arguments.
15198         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15199         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15200         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15201         r2 before calling target.
15203 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15204             Alan Modra  <amodra@gmail.com>
15206         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15207         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15208         versions of macros to support ELFv2 ABI.
15209         (LOCALENTRY): New macro.
15210         (ENTRY, EALIGN): Use it.
15211         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15212         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15213         fall through into ENTRY entry point.
15214         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15215         Only define if _CALL_ELF != 2.
15217         (elf_machine_matches_host): Verify ABI version matches.
15218         (RTLD_START): Use LOCALENTRY.
15219         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15220         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15221         (PLT_ENTRY_WORDS): New macro.
15222         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15223         (elf_machine_runtime_setup): Support ELFv2 ABI.
15224         (elf_machine_fixup_plt): Likewise.
15225         (elf_machine_plt_conflict): Likewise.
15226         (resolve_ifunc): Likewise.
15227         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15228         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15229         Likewise.
15230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15231         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15233         (makecontext): Support ELFv2 ABI.
15234         * elf/elf.h (EF_PPC64_ABI): Define.
15236 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15238         * sysdeps/powerpc/powerpc64/sysdep.h
15239         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15240         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15241         (ENTRY) [ASSEMBLER]: ... but instead here ...
15242         (EALIGN) [ASSEMBLER]: ... and here.
15243         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15244         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15245         (ENTRY_2) [!ASSEMBLER]: Use it.
15246         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15247         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15248         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15249         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15250         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15252         Use PPC64_LOAD_FUNCPTR.
15254         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15256 2013-12-04  Alan Modra  <amodra@gmail.com>
15258         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15259         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15260         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15261         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15263         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15264         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15265         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15266         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15267         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15268         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15270 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15273         (__makecontext): Fix incorrect CFI when backtracing out of
15274         context created via makecontext.
15275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15276         (__setcontext): Fix incorrect CFI during switch to new context.
15277         (__novec_setcontext): Likewise.
15279 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15281         [BZ #4772]
15282         * time/strptime_l.c (__strptime_internal): Allow modifiers
15283         in strptime.
15284         * time/tst-strptime.c (day_tests): Add testcase.
15286 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15288         * scripts/bench.pl: Skip over blank lines.
15290 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15292         [BZ #926]
15293         * manual/time.texi (Calendar Time): Clarify what timezone functions
15294         use.
15296 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15300 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15302         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15303         implementation.
15304         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15305         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15306         * debug/memset_chk.c (__memset_chk): Likewise.
15307         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15308         * debug/strncpy_chk.c: Likewise.
15310 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15312         [BZ #15268]
15313         [BZ #15425]
15314         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15315         (__ieee754_exp): For possibly underflowing results, check size of
15316         result and force underflow exception if required.
15317         * math/auto-libm-test-in: Add more tests of exp.
15318         * math/auto-libm-test-out: Regenerated.
15319         * sysdeps/i386/fpu/libm-test-ulps: Update.
15320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15322         [BZ #16283]
15323         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15324         * math/w_exp2f.c (__exp2f): Likewise.
15325         * math/w_exp2l.c (__exp2l): Likewise.
15326         * math/auto-libm-test-in: Do not allow missing errno on exp2
15327         underflow.
15328         * math/auto-libm-test-out: Regenerated.
15330 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15332         [BZ #16274]
15333         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15334         handle filename validation.
15335         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15336         (do_open): Delete.
15338 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15340         [BZ #6786]
15341         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15342         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15343         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15344         <float.h>.
15345         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15346         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15347         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15348         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15349         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15350         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15351         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15352         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15353         Add more erfc tests.
15354         * math/auto-libm-test-out: Regenerated.
15355         * sysdeps/i386/fpu/libm-test-ulps: Update.
15356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15358         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15359         exp2, expm1, j0 and j1.
15360         * math/auto-libm-test-out: Regenerated.
15361         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15362         (erfc_test_data): Likewise.
15363         (exp_test_data): Likewise.
15364         (exp_tonearest_test_data): Likewise.
15365         (exp_towardzero_test_data): Likewise.
15366         (exp_downward_test_data): Likewise.
15367         (exp_upward_test_data): Likewise.
15368         (exp10_test_data): Likewise.
15369         (exp2_test_data): Likewise.
15370         (expm1_test_data): Likewise.
15371         (j0_test_data): Likewise.
15372         (j1_test_data): Likewise.
15373         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15374         (input_flag_type): Add flag_xfail_rounding.
15375         (input_flags): Add xfail-rounding.
15376         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15377         (output_for_one_input_case): Handle flag_xfail_rounding.
15378         * sysdeps/i386/fpu/libm-test-ulps: Update.
15379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15381 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15383         [BZ #16289]
15384         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15385         division by 0.
15387 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15389         [BZ #16195]
15390         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15391         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15392         (STAP_PROBE0): New macro.
15393         (STAP_PROBE1): Likewise.
15394         (STAP_PROBE2): Likewise.
15395         (STAP_PROBE3): Likewise.
15396         (STAP_PROBE4): Likewise.
15398 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15400         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15402 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15404         * benchtests/Makefile (bench): Add sqrt.
15405         (LDLIBS-bench-sqrt): New.
15406         * benchtests/sqrt-input: New.
15408 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15410         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15411         (GAIH_EAI): Likewise.
15412         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15413         (gaih_inet): Likewise.
15414         (getaddrinfo): Don't use GAIH_EAI.
15416         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15417         (struct gaih): Remove definition.
15419 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15421         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15422         Use HERRNOP directly.
15424 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15426         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15428 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15430         * math/gen-auto-libm-tests.c (test_functions): Add more
15431         single-argument functions.
15432         (special_fill_pi_2): New function.
15433         (special_fill_minus_pi_2): Likewise.
15434         (special_fill_pi_6): Likewise.
15435         (special_fill_minus_pi_6): Likewise.
15436         (special_fill_pi_3): Likewise.
15437         (special_fill_2pi_3): Likewise.
15438         (special_fill_e): Likewise.
15439         (special_fill_1_e): Likewise.
15440         (special_fill_e_minus_1): Likewise.
15441         (special_real_inputs): Add more special inputs.
15442         (output_for_one_input_case): Do not require ERANGE on underflow to
15443         zero if round-to-nearest result does not underflow to zero, unless
15444         exact results required.
15445         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15446         atan, atanh, cbrt, cos and cosh.
15447         * math/auto-libm-test-out: Regenerated.
15448         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15449         (acos_tonearest_test_data): Likewise.
15450         (acos_towardzero_test_data): Likewise.
15451         (acos_downward_test_data): Likewise.
15452         (acos_upward_test_data): Likewise.
15453         (acosh_test_data): Likewise.
15454         (asin_test_data): Likewise.
15455         (asin_tonearest_test_data): Likewise.
15456         (asin_towardzero_test_data): Likewise.
15457         (asin_upward_test_data): Likewise.
15458         (asinh_test_data): Likewise.
15459         (atan_test_data): Likewise.
15460         (atanh_test_data): Likewise.
15461         (cbrt_test_data): Likewise.
15462         (cos_test_data): Likewise.
15463         (cos_tonearest_test_data): Likewise.
15464         (cos_towardzero_test_data): Likewise.
15465         (cos_downward_test_data): Likewise.
15466         (cos_upward_test_data): Likewise.
15467         (cosh_test_data): Likewise.
15468         (cosh_tonearest_test_data): Likewise.
15469         (cosh_towardzero_test_data): Likewise.
15470         (cosh_downward_test_data): Likewise.
15471         (cosh_upward_test_data): Likewise.
15472         * sysdeps/i386/fpu/libm-test-ulps: Update.
15473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15475 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15477         [BZ #6787]
15478         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15479         * math/w_exp10f.c (__exp10f): Likewise.
15480         * math/w_exp10l.c (__exp10l): Likewise.
15481         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15482         errno settings in existing tests.
15484         [BZ #14032]
15485         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15486         precision control set to double precision.
15487         * sysdeps/i386/fpu/w_sqrt.c: New file.
15488         * math/auto-libm-test-in: Add more tests.
15489         * math/auto-libm-test-out: Update.
15491         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15492         (sqrt_test_tonearest): New function.
15493         (sqrt_towardzero_test_data): New variable.
15494         (sqrt_test_towardzero): New function.
15495         (sqrt_downward_test_data): New variable.
15496         (sqrt_test_downward): New function.
15497         (sqrt_upward_test_data): New variable.
15498         (sqrt_test_upward): New function.
15499         (main): Call the new functions.
15501         * math/gen-auto-libm-tests.c: New file.
15502         * math/auto-libm-test-in: Likewise.
15503         * math/auto-libm-test-out: New generated file.
15504         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15505         variables.
15506         (%beautify): Add generated representations of zero.
15507         (top level): Set $auto_input and call parse_auto_input.
15508         (beautify): Remove trailing "f" from hex float constants.
15509         (parse_args): Handle XFAIL_TEST.
15510         (convert_condition): New function.
15511         (or_value): Likewise.
15512         (or_cond_value): Likewise.
15513         (generate_testfile): Handle AUTO_TESTS_* lines.
15514         (parse_auto_input): New function.
15515         * math/libm-test.inc (XFAIL_TEST): New macro.
15516         (ERRNO_UNCHANGED): Update value.
15517         (ERRNO_EDOM): Likewise.
15518         (ERRNO_ERANGE): Likewise.
15519         (IGNORE_RESULT): Likewise.
15520         (TEST_COND_flt_32): New macro.
15521         (TEST_COND_dbl_64): Likewise.
15522         (TEST_COND_ldbl_96_intel): Likewise.
15523         (TEST_COND_ldbl_96_m68k): Likewise.
15524         (TEST_COND_ldbl_128): Likewise.
15525         (TEST_COND_ldbl_128ibm): Likewise.
15526         (TEST_COND_long32): Likewise.
15527         (TEST_COND_long64): Likewise.
15528         (TEST_COND_before_rounding): Likewise.
15529         (TEST_COND_after_rounding): Likewise.
15530         (enable_test): Handle XFAIL_TEST flag.
15531         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15532         with finite results.
15533         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15534         auto-libm-test-out.
15536 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15537             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15539         [BZ #16214]
15540         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15541         __tls_get_addr_internal instead of __tls_get_offset in order to
15542         avoid GOT pointer dependency.  Make rtld export
15543         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15544         __tls_get_addr since we are a __tls_get_offset platform.
15545         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15546         GOT pointer being set up before.
15547         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15549 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15551         * manual/math.texi (Errors in Math Functions): Document accuracy
15552         goals.
15554         [BZ #15004]
15555         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15556         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15557         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15558         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15559         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15560         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15561         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15562         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15563         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15564         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15565         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15566         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15567         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15568         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15569         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15570         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15572         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15573         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15574         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15575         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15576         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15577         Likewise.
15578         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15579         Likewise.
15580         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15581         Likewise.
15582         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15583         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15584         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15585         atomic-feupdateenv and flt-rounds.
15586         * sysdeps/powerpc/nofpu/Versions (libc): Add
15587         __atomic_feholdexcept, __atomic_feclearexcept,
15588         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15589         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15590         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15591         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15592         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15593         here.
15594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15595         Update.
15597         * manual/arith.texi (FP Exceptions): Document that exceptions may
15598         not be raised when matherr is used.
15599         (Math Error Reporting): Document overflow in directed rounding
15600         modes.  Document that errno may not be set when finite values are
15601         returned on overflow.  Document intent to set errno on underflow
15602         only for underflow to zero.
15604         [BZ #16271]
15605         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15606         round-to-nearest then adjust result for other rounding modes.
15607         * include/fenv.h (fegetround): Use libm_hidden_proto.
15608         * math/fegetround.c (fegetround): Use libm_hidden_def.
15609         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15610         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15611         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15612         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15613         Likewise.
15614         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15615         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15616         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15617         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15619 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15621         [BZ #16077]
15622         * nss/Versions (libnss_files): Add
15623         _nss_files_gethostbyname3_r.
15624         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15625         New function.
15626         (HOST_DB_LOOKUP): Remove macro.
15627         (_nss_files_gethostbyname_r): Implement function without the
15628         HOST_DB_LOOKUP macro.
15629         (_nss_files_gethostbyname2_r): Likewise.
15631 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15633         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15635 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15637         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15638         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15639         warning.
15641 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15643         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15644         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15645         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15646         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15647         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15648         __fe_nomask_env_priv and attribute_hidden.
15649         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15650         (libc_feupdateenv_test_ppc): Likewise.
15651         (libc_feresetround_ppc): Likewise.
15652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15653         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15654         compat_symbol macro.
15655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15656         (__fe_nomask_env): Likewise.
15657         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15659 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15661         * string/Makefile: Remove ifunc tests.
15662         * string/test-string.h: Define TEST_IFUNC.
15663         * string/test-bcopy-ifunc.c: Remove.
15664         * string/test-bzero-ifunc.c: Likewise.
15665         * string/test-memccpy-ifunc.c: Likewise.
15666         * string/test-memchr-ifunc.c: Likewise.
15667         * string/test-memcmp-ifunc.c: Likewise.
15668         * string/test-memcpy-ifunc.c: Likewise.
15669         * string/test-memmem-ifunc.c: Likewise.
15670         * string/test-memmove-ifunc.c: Likewise.
15671         * string/test-mempcpy-ifunc.c: Likewise.
15672         * string/test-memrchr-ifunc.c: Likewise.
15673         * string/test-memset-ifunc.c: Likewise.
15674         * string/test-rawmemchr-ifunc.c: Likewise.
15675         * string/test-stpcpy-ifunc.c: Likewise.
15676         * string/test-stpncpy-ifunc.c: Likewise.
15677         * string/test-strcasecmp-ifunc.c: Likewise.
15678         * string/test-strcasestr-ifunc.c: Likewise.
15679         * string/test-strcat-ifunc.c: Likewise.
15680         * string/test-strchr-ifunc.c: Likewise.
15681         * string/test-strchrnul-ifunc.c: Likewise.
15682         * string/test-strcmp-ifunc.c: Likewise.
15683         * string/test-strcpy-ifunc.c: Likewise.
15684         * string/test-strcspn-ifunc.c: Likewise.
15685         * string/test-strlen-ifunc.c: Likewise.
15686         * string/test-strncasecmp-ifunc.c: Likewise.
15687         * string/test-strncat-ifunc.c: Likewise.
15688         * string/test-strncmp-ifunc.c: Likewise.
15689         * string/test-strncpy-ifunc.c: Likewise.
15690         * string/test-strnlen-ifunc.c: Likewise.
15691         * string/test-strpbrk-ifunc.c: Likewise.
15692         * string/test-strrchr-ifunc.c: Likewise.
15693         * string/test-strspn-ifunc.c: Likewise.
15694         * string/test-strstr-ifunc.c: Likewise.
15696 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15698         * benchtests/Makefile: Remove ifunc tests.
15699         * benchtests/bench-string.h: Define TEST_IFUNC.
15700         * benchtests/bench-bcopy-ifunc.c: Remove.
15701         * benchtests/bench-bzero-ifunc.c: Likewise.
15702         * benchtests/bench-memccpy-ifunc.c: Likewise.
15703         * benchtests/bench-memchr-ifunc.c: Likewise.
15704         * benchtests/bench-memcmp-ifunc.c: Likewise.
15705         * benchtests/bench-memcpy-ifunc.c: Likewise.
15706         * benchtests/bench-memmem-ifunc.c: Likewise.
15707         * benchtests/bench-memmove-ifunc.c: Likewise.
15708         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15709         * benchtests/bench-memrchr-ifunc.c: Likewise.
15710         * benchtests/bench-memset-ifunc.c: Likewise.
15711         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15712         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15713         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15714         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15715         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15716         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15717         * benchtests/bench-strcat-ifunc.c: Likewise.
15718         * benchtests/bench-strchr-ifunc.c: Likewise.
15719         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15720         * benchtests/bench-strcmp-ifunc.c: Likewise.
15721         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15722         * benchtests/bench-strcpy-ifunc.c: Likewise.
15723         * benchtests/bench-strcspn-ifunc.c: Likewise.
15724         * benchtests/bench-strlen-ifunc.c: Likewise.
15725         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15726         * benchtests/bench-strncat-ifunc.c: Likewise.
15727         * benchtests/bench-strncmp-ifunc.c: Likewise.
15728         * benchtests/bench-strncpy-ifunc.c: Likewise.
15729         * benchtests/bench-strnlen-ifunc.c: Likewise.
15730         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15731         * benchtests/bench-strrchr-ifunc.c: Likewise.
15732         * benchtests/bench-strsep-ifunc.c: Likewise.
15733         * benchtests/bench-strspn-ifunc.c: Likewise.
15734         * benchtests/bench-strstr-ifunc.c: Likewise.
15736 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15738         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15740 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15742         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15743         * rt/aio.h: Likewise.
15744         * sysdeps/gnu/bits/utmp.h: Likewise.
15745         * sysdeps/gnu/bits/utmpx.h: Likewise.
15746         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15747         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15748         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15749         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15750         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15751         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15752         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15753         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15754         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15755         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15756         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15757         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15758         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15760         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15761         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15762         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15763         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15764         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15765         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15766         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15767         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15768         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15769         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15770         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15771         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15772         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15773         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15774         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15775         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15776         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15777         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15778         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15779         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15780         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15781         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15782         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15783         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15784         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15785         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15786         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15787         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15789 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15791         [BZ #16245]
15792         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15793         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15795 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15797         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15798         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15799         Likewise.
15801 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15803         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15804         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15805         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15806         (__fesetround): Remove define.
15807         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15808         rounding and exceptions handling.
15809         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15810         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15811         (__fe_nomask_env): Likewise.
15812         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15813         __fegetround instead of fegetround.
15814         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15815         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15817 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15819         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15820         it's there.
15822         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15824 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15826         [BZ #11157]
15827         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15828         (encrypt_r): Likewise.
15829         * malloc/obstack.h (obstack_free): Likewise.
15830         * posix/unistd.h (encrypt): Likewise.
15832 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15834         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15835         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15836         DL_CALL_DT_FINI() that call the functions directly.
15837         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15838         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15839         * elf/dl-fini.c: Likewise.
15841 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15843         * malloc/hooks.c (memalign_check): Add alignment rounding.
15844         * malloc/malloc.c (_mid_memalign): New function.
15845         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15846         Implement by calling _mid_memalign.
15847         * manual/probes.texi (Memory Allocation Probes): Remove
15848         memory_valloc_retry and memory_pvalloc_retry.
15850 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15852         * locale/programs/locarchive.c (open_archive): Add const
15853         qualifier to ARCHIVEFNAME and copy default fname to
15854         DEFAULT_FNAME.
15856         [BZ #15601]
15857         * libio/tst-widetext.input: Rename Oriya to Odia.
15858         * locale/iso-639.def: Likewise.
15860         * manual/probes.texi (Mathematical Function Probes): Add
15861         documentation for sin, cos, asin and acos probes.
15862         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15863         (__sin32): Add slowasin probe.
15864         (__cos32): Add slowacos probe.
15865         (__mpsin): Add slowsin probe.
15866         (__mpcos): Add slowcos probe.
15868 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15870         [BZ #15483]
15871         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15872         thread-local __sim_exceptions_thread and global
15873         __sim_exceptions_global.
15874         (__sim_disabled_exceptions): Change to thread-local
15875         __sim_disabled_exceptions_thread and global
15876         __sim_disabled_exceptions_global.
15877         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15878         and global __sim_round_mode_global.
15879         (__simulate_exceptions): Use thread-local floating-point state and
15880         set global state from it as needed.
15881         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15882         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15883         __sim_round_mode_thread.
15884         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15885         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15886         and global __sim_exceptions_global.
15887         (__sim_disabled_exceptions): Change to thread-local
15888         __sim_disabled_exceptions_thread and global
15889         __sim_disabled_exceptions_global.
15890         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15891         and global __sim_round_mode_global.
15892         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15893         (SIM_SET_GLOBAL): Likewise.
15894         * sysdeps/powerpc/soft-fp/sfp-machine.h
15895         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15896         __sim_round_mode_thread.
15897         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15898         __sim_disabled_exceptions_thread.
15899         (__sim_exceptions): Change to __sim_exceptions_thread.
15900         (__sim_disabled_exceptions): Change to
15901         __sim_disabled_exceptions_thread.
15902         (__sim_round_mode): Change to __sim_round_mode_thread.
15903         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15904         thread-local floating-point state and set global state from it as
15905         needed.
15906         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15907         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15908         (__sim_disabled_exceptions): Remove extern declaration.
15909         (feenableexcept): Use thread-local floating-point state and set
15910         global state from it as needed.
15911         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15912         extern declaration.
15913         (__sim_disabled_exceptions): Likewise.
15914         (__sim_round_mode): Likewise.
15915         (__fegetenv): Use thread-local floating-point state.
15916         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15917         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15918         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15919         floating-point state and set global state from it as needed.
15920         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15921         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15922         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15923         Likewise.
15924         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15925         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15926         Likewise.
15927         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15928         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15929         Use __sim_round_mode_thread.
15930         * math/test-fenv-tls.c: New file.
15931         * math/Makefile (tests): Add test-fenv-tls.
15932         ($(objpfx)test-fenv-tls): Depend on
15933         $(common-objpfx)nptl/libpthread.so.
15935 2013-11-19  Andreas Schwab  <schwab@suse.de>
15937         * locale/programs/locale.c (show_info): Decode wordarray elements.
15938         * locale/categories.def (LC_MONETARY): Add element for
15939         _NL_MONETARY_CRNCYSTR.
15940         * locale/C-monetary.c (conversion_rate): New variable.
15941         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15942         element.
15944 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15946         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15947         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15949 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15951         * elf/Makefile (tst-auxv): New test.
15952         * elf/tst-auxv.c: New
15953         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15955 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15957         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15958         (hidden_proto): Caller changed.
15959         (hidden_tls_proto): New macro.
15960         (libc_hidden_tls_proto): Likewise.
15961         (rtld_hidden_tls_proto): Likewise.
15962         (libm_hidden_tls_proto): Likewise.
15963         (libresolv_hidden_tls_proto): Likewise.
15964         (librt_hidden_tls_proto): Likewise.
15965         (libdl_hidden_tls_proto): Likewise.
15966         (libnss_files_hidden_tls_proto): Likewise.
15967         (libnsl_hidden_tls_proto): Likewise.
15968         (libnss_nisplus_hidden_tls_proto): Likewise.
15969         (libutil_hidden_tls_proto): Likewise.
15971 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15973         [BZ #10253]
15974         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15975         (decompose_rpath): Defer expansion to fillin_rpath.
15976         (_dl_init_paths): Pass linkmap to fillin_rpath.
15978 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15980         * benchtests/Makefile: Add strsep.
15981         * benchtests/bench-strsep.c: New file: strsep benchtest.
15982         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15984 2013-11-18  Andreas Schwab  <schwab@suse.de>
15986         * locale/programs/locale.c (show_info) [case byte]: Check for
15987         '\377' instead of '\177'.
15988         * locale/C-monetary.c (not_available): Always use "\377".
15989         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15990         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15991         detect unavailable sign_posn locale elements.
15992         * locale/localeconv.c (__localeconv): For grouping and
15993         mon_grouping handle "\177" and "\377" like no grouping.
15994         (INT_ELEM): New macro.  Use it to set all numeric members.
15995         * locale/programs/ld-monetary.c (monetary_read)
15996         <tok_mon_grouping>: Normalize single -1 to the empty string.
15997         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15998         Likewise.
16000 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16002         [BZ #16055]
16003         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16004         when we match (nil).
16005         * stdio-common/tst-sscanf.c (struct test): Add testcase.
16007 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
16009         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16010         (NO_TEST_INLINE): Update value.
16011         (ERRNO_UNCHANGED): Likewise.
16012         (ERRNO_EDOM): Likewise.
16013         (ERRNO_ERANGE): Likewise.
16014         (IGNORE_RESULT): Likewise.
16015         (check_float_internal): Check signs of NaN results if
16016         TEST_NAN_SIGN used.
16017         (check_complex): Pass TEST_NAN_SIGN flag through to second
16018         check_float_internal call.
16019         (copysign_test_data): Add tests with quiet NaNs as second
16020         argument.  Use TEST_NAN_SIGN.
16021         (fabs_test_data): Add test of negative quiet NaN argument.  Use
16022         TEST_NAN_SIGN.
16023         (signbit_test_data): Add tests of quiet NaN argument.
16024         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16026         * math/gen-libm-test.pl (show_exceptions): Take extra argument
16027         $ignore_result.
16028         (parse_args): Handle function results specified as IGNORE.
16029         * math/libm-test.inc (IGNORE_RESULT): New macro.
16030         (check_float_internal): Do not check numerical result if flag
16031         IGNORE_RESULT set.
16032         (check_complex): Pass through IGNORE_RESULT to second
16033         check_float_internal call.
16034         (check_int): Do not check numerical result if flag IGNORE_RESULT
16035         set.
16036         (check_long): Likewise.
16037         (check_bool): Likewise.
16038         (check_longlong): Likewise.
16039         (lrint_test_data): Add tests of infinite and NaN arguments.
16040         (lrint_tonearest_test_data): Likewise.
16041         (lrint_towardzero_test_data): Likewise.
16042         (lrint_downward_test_data): Likewise.
16043         (lrint_upward_test_data): Likewise.
16044         (llrint_test_data): Likewise.
16045         (llrint_tonearest_test_data): Likewise.
16046         (llrint_towardzero_test_data): Likewise.
16047         (llrint_downward_test_data): Likewise.
16048         (llrint_upward_test_data): Likewise.
16049         (lround_test_data): Likewise.
16050         (llround_test_data): Likewise.
16052         * math/libm-test.inc (NO_TEST_INLINE): New macro.
16053         (ERRNO_UNCHANGED): Update value.
16054         (ERRNO_EDOM): Likewise.
16055         (ERRNO_ERANGE): Likewise.
16056         (NO_TEST_INLINE_FLOAT): New macro.
16057         (NO_TEST_INLINE_DOUBLE): Likewise.
16058         (enable_test): New function.
16059         (RUN_TEST_f_f): Check enable_test before running test.
16060         (RUN_TEST_2_f): Likewise.
16061         (RUN_TEST_fff_f): Likewise.
16062         (RUN_TEST_c_f): Likewise.
16063         (RUN_TEST_f_f1): Likewise.
16064         (RUN_TEST_fF_f1): Likewise.
16065         (RUN_TEST_fI_f1): Likewise.
16066         (RUN_TEST_ffI_f1): Likewise.
16067         (RUN_TEST_c_c): Likewise.
16068         (RUN_TEST_cc_c): Likewise.
16069         (RUN_TEST_f_i): Likewise.
16070         (RUN_TEST_f_i_tg): Likewise.
16071         (RUN_TEST_ff_i_tg): Likewise.
16072         (RUN_TEST_f_b): Likewise.
16073         (RUN_TEST_f_b_tg): Likewise.
16074         (RUN_TEST_f_l): Likewise.
16075         (RUN_TEST_f_L): Likewise.
16076         (RUN_TEST_fFF_11): Likewise.
16077         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16078         conditionals.
16079         (cosh_test_data): Likewise.
16080         (exp_test_data): Likewise.
16081         (expm1_test_data): Likewise.
16082         (hypot_test_data): Likewise.
16083         (pow_test_data): Likewise.
16084         (sinh_test_data): Likewise.
16085         (tanh_test_data): Likewise.
16086         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16087         flags argument.
16089         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16090         tests with quiet NaN input and output.
16091         (acosh_test_data): Likewise.
16092         (asin_test_data): Likewise.
16093         (asinh_test_data): Likewise.
16094         (atan_test_data): Likewise.
16095         (atanh_test_data): Likewise.
16096         (atan2_test_data): Likewise.
16097         (cbrt_test_data): Likewise.
16098         (cos_test_data): Likewise.
16099         (cosh_test_data): Likewise.
16100         (erf_test_data): Likewise.
16101         (erfc_test_data): Likewise.
16102         (exp_test_data): Likewise.
16103         (exp10_test_data): Likewise.
16104         (exp2_test_data): Likewise.
16105         (expm1_test_data): Likewise.
16106         (hypot_test_data): Likewise.
16107         (j0_test_data): Likewise.
16108         (j1_test_data): Likewise.
16109         (jn_test_data): Likewise.
16110         (lgamma_test_data): Likewise.
16111         (log_test_data): Likewise.
16112         (log10_test_data): Likewise.
16113         (log1p_test_data): Likewise.
16114         (log2_test_data): Likewise.
16115         (pow_test_data): Likewise.
16116         (scalb_test_data): Likewise.
16117         (sin_test_data): Likewise.
16118         (sincos_test_data): Likewise.
16119         (sinh_test_data): Likewise.
16120         (tan_test_data): Likewise.
16121         (tanh_test_data): Likewise.
16122         (tgamma_test_data): Likewise.
16123         (y0_test_data): Likewise.
16124         (y1_test_data): Likewise.
16125         (yn_test_data): Likewise.
16127         [BZ #16167]
16128         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16129         argument being NaN and avoid computations with second argument in
16130         that case.
16131         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16132         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16133         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16135 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16137         * locale/iso-639.def: Add Chitwani Tharu (the).
16139 2013-11-14  Andreas Schwab  <schwab@suse.de>
16141         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16142         word instead of empty string.
16144 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16147         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16149         (__fe_nomask_env): Likewise.
16151 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16153         * benchtests/bench-timing.h: Include time.h.
16155 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16157         [BZ #15997]
16158         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16159         to 3.4.0 for x32.
16160         * sysdeps/unix/sysv/linux/configure: Regenerated.
16162 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16164         [BZ #16151]
16165         * stdlib/strtod_l.c (round_and_return): Do not consider
16166         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16167         exponent one less than half the least subnormal exponent.
16168         * stdlib/test-strtod-round-data: Add more tests.
16169         * stdlib/tst-strtod-round.c (tests): Regenerated.
16171 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16173         [BZ #14143]
16174         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16175         (__fe_mask_env): Likewise.
16176         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16177         libm_hidden_proto and add function prototype.
16178         (__fe_mask_env): Add function prototype.
16179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16180         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16182         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16184         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16186 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16188         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16189         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16191 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16193         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16194         of htab_find_slot().
16196 2013-11-11  David S. Miller  <davem@davemloft.net>
16198         [BZ #16150]
16199         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16200         symbol in the non-vis3 case in static builds.
16201         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16202         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16203         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16204         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16206 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16208         [BZ #387]
16209         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16210         it is empty.
16212 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16214         * benchtests/Makefile: Add bench-strtod.
16215         * benchtests/bench-strtod.c: New file: strtod benchtest
16217 2013-11-11  Andreas Schwab  <schwab@suse.de>
16219         [BZ #16153]
16220         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16221         terminating NUL in key length.
16223 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16225         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16226         Add artificial ODP entry for vDSO symbol for PPC64.
16227         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16228         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16230 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16232         [BZ #15374]
16233         * nss/getent.c (services_keys): Recognize services starting with digit.
16235 2013-11-06  David S. Miller  <davem@davemloft.net>
16237         [BZ #15985]
16238         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16239         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16241 2013-11-06  Will Newton  <will.newton@linaro.org>
16243         * manual/memory.texi (Malloc Examples): Remove register
16244         keyword from examples.
16246 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16248         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16250 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16252         [BZ #6981]
16253         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16254         depending on [__GCC_IEC_559 > 0].
16255         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16256         depending on [__GCC_IEC_559_COMPLEX > 0].
16258 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16260         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16261         to iso-639.def.
16263 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16265         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16267 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16269         [BZ #16112]
16270         * malloc/malloc (malloc_info): Do not handle first bin as
16271         special case.
16273 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16275         * locale/iso-639.def: Add Central Nahuatl (nhn).
16277 2013-11-01  Bruno Haible  <bruno@clisp.org>
16279         [BZ #7003]
16280         * manual/math.texi (BSD Random): Specify range upper bound as
16281         in POSIX.
16283 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16285         * locale/iso-639.def: Add Meadow Mari (mhr).
16287 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16289         [BZ #14752], [BZ #15763]
16290         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16291         Validate name.
16292         * rt/tst_shm.c: Add test for escaping directory.
16294 2013-10-31  Andreas Schwab  <schwab@suse.de>
16296         [BZ #15917]
16297         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16298         followed by 'x' as part of digit sequence.
16299         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16301 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16303         [BZ #16037]
16304         * configure.ac: allow GNU Make 4.0 and greater.
16305         * configure: Regenerated.
16307 2013-10-30  Will Newton  <will.newton@linaro.org>
16309         [BZ #16038]
16310         * malloc/hooks.c (memalign_check): Limit alignment to the
16311         maximum representable power of two.
16312         * malloc/malloc.c (__libc_memalign): Likewise.
16313         * malloc/tst-memalign.c (do_test): Add test for very
16314         large alignment values.
16315         * malloc/tst-posix_memalign.c (do_test): Likewise.
16317 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16319         [BZ #11087]
16320         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16321         (munmap_chunk): Likewise.
16322         (mremap_chunk): Likewise.
16324 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16326         [BZ #15799]
16327         * stdlib/div.c (div): Remove obsolete code.
16328         * stdlib/ldiv.c (ldiv): Likewise.
16329         * stdlib/lldiv.c (lldiv): Likewise.
16331 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16333         [BZ #16071]
16334         * nss/nss_files/files-XXX.c (get_contents_ret): New
16335         enumerator.
16336         (get_contents): New function.
16337         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16339 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16341         * configure.in: Moved to ...
16342         * configure.ac: ... here. Change reference to configure.in
16343         to configure.ac.
16344         * sysdeps/arm/preconfigure.ac: ... here.
16345         configure.in to configure.ac.
16346         * sysdeps/gnu/configure.in: Moved to ...
16347         * sysdeps/gnu/configure.ac: ... here.
16348         * sysdeps/i386/configure.in: Moved to ...
16349         * sysdeps/i386/configure.ac: ... here.
16350         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16351         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16352         * sysdeps/mach/configure.in: Moved to ...
16353         * sysdeps/mach/configure.ac: ... here.
16354         * sysdeps/mach/hurd/configure.in: Moved to ...
16355         * sysdeps/mach/hurd/configure.ac: ... here.
16356         * sysdeps/powerpc/configure.in: Moved to ...
16357         * sysdeps/powerpc/configure.ac: ... here.
16358         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16359         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16360         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16361         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16362         * sysdeps/s390/s390-32/configure.in: Moved to ...
16363         * sysdeps/s390/s390-32/configure.ac: ... here.
16364         * sysdeps/s390/s390-64/configure.in: Moved to ...
16365         * sysdeps/s390/s390-64/configure.ac: ... here.
16366         * sysdeps/sh/configure.in: Moved to ...
16367         * sysdeps/sh/configure.ac: ... here.
16368         * sysdeps/sparc/configure.in: Moved to ...
16369         * sysdeps/sparc/configure.ac: ... here.
16370         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16371         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16372         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16373         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16374         * sysdeps/x86_64/configure.in: Moved to ...
16375         * sysdeps/x86_64/configure.ac: ... here.
16376         * sysdeps/x86_64/preconfigure.in: Moved to ...
16377         * sysdeps/x86_64/preconfigure.ac: ... here.
16378         * aclocal.m4: Change reference to configure.in to configure.ac.
16379         * config.h.in: Likewise.
16380         * manual/install.texi: Likewise.
16381         * manual/maint.texi: Likewise.
16382         * Makefile: Likewise.
16383         * malloc/Makefile: Likewise.
16384         * nscd/Makefile: Likewise.
16385         * Makeconfig: Change reference to configure.in and
16386         preconfigure.in to configure.ac and preconfigure.ac
16387         respectively.
16388         * INSTALL: Regenerated.
16389         * configure: Likewise.
16390         * sysdeps/gnu/configure: Likewise.
16391         * sysdeps/i386/configure: Likewise.
16392         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16393         * sysdeps/mach/configure: Likewise.
16394         * sysdeps/mach/hurd/configure: Likewise.
16395         * sysdeps/powerpc/configure: Likewise.
16396         * sysdeps/powerpc/powerpc32/configure: Likewise.
16397         * sysdeps/powerpc/powerpc64/configure: Likewise.
16398         * sysdeps/s390/s390-32/configure: Likewise.
16399         * sysdeps/s390/s390-64/configure: Likewise.
16400         * sysdeps/sh/configure: Likewise.
16401         * sysdeps/sparc/configure: Likewise.
16402         * sysdeps/unix/sysv/linux/configure: Likewise.
16403         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16404         * sysdeps/x86_64/configure: Likewise.
16405         * sysdeps/x86_64/preconfigure: Likewise.
16407 2013-10-29  Andreas Schwab  <schwab@suse.de>
16409         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16411 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16413         * benchtests/pow-inputs: Add new inputs.
16415         * benchtests/exp-inputs: Add new inputs.
16417         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16418         conditional check for return value.
16419         (__cos32): Likewise.
16421 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16423         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16424         to provide a boost for large inputs with word alignment.
16425         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16426         implementation based on optimized PPC64 strcpy.
16427         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16428         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16429         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16430         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16432 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16434         [BZ #2801]
16435         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16437 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16439         [BZ #14876]
16440         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16441         * time/tst-strptime.c (day_tests): Add testcase.
16443 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16445         [BZ #14029]
16446         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16448 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16450         [BZ #16074]
16451         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16452         MAP_FAILED on error.
16454 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16456         [BZ #16072]
16457         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16458         heap for large requests.
16460 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16462         [BZ #9954]
16463         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16464         result if the result has no associated interface.
16465         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16466         interface for all 127.X.Y.Z addresses.
16468 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16470         * locale/iso-639.def: Add Ligurian (lij)
16472 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16474         [BZ #15825]
16475         * sunrpc/rpc_main.c: Document rpcgen -5.
16477 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16479         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16481 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16483         [BZ #10278]
16484         * posix/glob.c: Match only directories when trailing slash is present.
16485         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16486         (main): Add testcase.
16488 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16490         [BZ #15670]
16491         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16493 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16495         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16496         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16497         AUTH_DES and cindex for FIPS 140-2.
16498         (DES Encryption): Add cindex FIPS 46-3.
16500         * locale/locarchive.h (struct locarhandle): Add fname.
16501         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16502         if an optional argument was specified to --list-archive,
16503         otherwise NULL.
16504         * locale/programs/locarchive.c (show_archive_content): Take new
16505         argument fname and pass it via ah.fname to open_archive.
16506         * locale/programs/localedef.h: Update decl.
16507         (open_archive): If AH->fname is non-null, open that file
16508         rather than the default file name, and don't ignore ENOENT.
16509         (create_archive): Set AH.fname to NULL.
16510         (delete_locales_from_archive): Likewise.
16511         (add_locales_to_archive): Likewise.
16512         * locale/programs/locfile.c (write_all_categories): Likewise.
16514 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16515             Aldy Hernandez  <aldyh@redhat.com>
16517         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16518         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16519         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16520         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16521         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16522         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16523         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16524         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16525         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16526         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16527         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16528         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16529         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16530         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16531         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16532         Likewise.
16533         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16534         Likewise.
16535         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16536         Likewise.
16537         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16538         Likewise.
16539         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16540         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16541         Likewise.
16542         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16543         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16544         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16545         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16546         Likewise.
16547         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16548         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16549         * sysdeps/powerpc/preconfigure: Likewise.
16550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16551         Likewise.
16552         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16553         Replace contents of file by #include of <fenv_libc.h>.
16554         * sysdeps/powerpc/soft-fp/sfp-machine.h
16555         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16556         and <sys/prctl.h>.
16557         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16558         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16559         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16560         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16561         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16562         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16563         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16564         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16565         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16566         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16567         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16568         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16570         Allow copysignl PLT reference to be missing.
16572 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16573             Joseph Myers  <joseph@codesourcery.com
16575         [BZ #15948]
16576         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16577         single character.
16578         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16580 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16582         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16583         * elf/tst-tls1.c: Likewise.
16584         * elf/tst-tls10.h: Likewise.
16585         * elf/tst-tls14.c: Likewise.
16586         * elf/tst-tls2.c: Likewise.
16587         * elf/tst-tls3.c: Likewise.
16588         * elf/tst-tls4.c: Likewise.
16589         * elf/tst-tls5.c: Likewise.
16590         * elf/tst-tls6.c: Likewise.
16591         * elf/tst-tls7.c: Likewise.
16592         * elf/tst-tls8.c: Likewise.
16593         * elf/tst-tls9.c: Likewise.
16594         * elf/tst-tlsmod1.c: Likewise.
16595         * elf/tst-tlsmod13.c: Likewise.
16596         * elf/tst-tlsmod13a.c: Likewise.
16597         * elf/tst-tlsmod14a.c: Likewise.
16598         * elf/tst-tlsmod16a.c: Likewise.
16599         * elf/tst-tlsmod16b.c: Likewise.
16600         * elf/tst-tlsmod2.c: Likewise.
16601         * elf/tst-tlsmod3.c: Likewise.
16602         * elf/tst-tlsmod4.c: Likewise.
16603         * elf/tst-tlsmod5.c: Likewise.
16604         * elf/tst-tlsmod6.c: Likewise.
16606 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16608         [BZ #12486]
16609         * malloc/malloc.c: remove checks for statistics.
16611 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16613         [BZ #15277]
16614         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16615         * inet/tst-network.c: Add testcase.
16617 2013-10-17  Andreas Schwab  <schwab@suse.de>
16619         [BZ #15218]
16620         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16621         to determine canonical name.
16623 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16625         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16626         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16627         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16628         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16629         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16630         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16631         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16632         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16633         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16634         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16635         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16636         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16637         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16638         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16639         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16640         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16641         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16642         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16643         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16644         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16645         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16646         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16647         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16648         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16649         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16650         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16651         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16652         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16653         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16654         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16655         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16656         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16657         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16658         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16659         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16660         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16661         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16662         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16663         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16664         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16665         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16666         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16667         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16668         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16669         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16670         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16671         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16672         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16673         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16674         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16675         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16676         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16677         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16678         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16679         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16680         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16681         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16682         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16684 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16686         [BZ #16041]
16687         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16688         make result into a quiet NaN.
16690 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16692         * soft-fp/adddf3.c: Fix horizontal whitespace.
16693         * soft-fp/addsf3.c: Likewise.
16694         * soft-fp/addtf3.c: Likewise.
16695         * soft-fp/divdf3.c: Likewise.
16696         * soft-fp/divsf3.c: Likewise.
16697         * soft-fp/divtf3.c: Likewise.
16698         * soft-fp/double.h: Likewise.
16699         * soft-fp/eqdf2.c: Likewise.
16700         * soft-fp/eqsf2.c: Likewise.
16701         * soft-fp/eqtf2.c: Likewise.
16702         * soft-fp/extenddftf2.c: Likewise.
16703         * soft-fp/extended.h: Likewise.
16704         * soft-fp/extendsfdf2.c: Likewise.
16705         * soft-fp/extendsftf2.c: Likewise.
16706         * soft-fp/extendxftf2.c: Likewise.
16707         * soft-fp/fixdfdi.c: Likewise.
16708         * soft-fp/fixdfsi.c: Likewise.
16709         * soft-fp/fixdfti.c: Likewise.
16710         * soft-fp/fixsfdi.c: Likewise.
16711         * soft-fp/fixsfsi.c: Likewise.
16712         * soft-fp/fixsfti.c: Likewise.
16713         * soft-fp/fixtfdi.c: Likewise.
16714         * soft-fp/fixtfsi.c: Likewise.
16715         * soft-fp/fixtfti.c: Likewise.
16716         * soft-fp/fixunsdfdi.c: Likewise.
16717         * soft-fp/fixunsdfsi.c: Likewise.
16718         * soft-fp/fixunsdfti.c: Likewise.
16719         * soft-fp/fixunssfdi.c: Likewise.
16720         * soft-fp/fixunssfsi.c: Likewise.
16721         * soft-fp/fixunssfti.c: Likewise.
16722         * soft-fp/fixunstfdi.c: Likewise.
16723         * soft-fp/fixunstfsi.c: Likewise.
16724         * soft-fp/fixunstfti.c: Likewise.
16725         * soft-fp/floatdidf.c: Likewise.
16726         * soft-fp/floatdisf.c: Likewise.
16727         * soft-fp/floatditf.c: Likewise.
16728         * soft-fp/floatsidf.c: Likewise.
16729         * soft-fp/floatsisf.c: Likewise.
16730         * soft-fp/floatsitf.c: Likewise.
16731         * soft-fp/floattidf.c: Likewise.
16732         * soft-fp/floattisf.c: Likewise.
16733         * soft-fp/floattitf.c: Likewise.
16734         * soft-fp/floatundidf.c: Likewise.
16735         * soft-fp/floatundisf.c: Likewise.
16736         * soft-fp/floatunditf.c: Likewise.
16737         * soft-fp/floatunsidf.c: Likewise.
16738         * soft-fp/floatunsisf.c: Likewise.
16739         * soft-fp/floatunsitf.c: Likewise.
16740         * soft-fp/floatuntidf.c: Likewise.
16741         * soft-fp/floatuntisf.c: Likewise.
16742         * soft-fp/floatuntitf.c: Likewise.
16743         * soft-fp/fmadf4.c: Likewise.
16744         * soft-fp/fmasf4.c: Likewise.
16745         * soft-fp/fmatf4.c: Likewise.
16746         * soft-fp/gedf2.c: Likewise.
16747         * soft-fp/gesf2.c: Likewise.
16748         * soft-fp/getf2.c: Likewise.
16749         * soft-fp/ledf2.c: Likewise.
16750         * soft-fp/lesf2.c: Likewise.
16751         * soft-fp/letf2.c: Likewise.
16752         * soft-fp/muldf3.c: Likewise.
16753         * soft-fp/mulsf3.c: Likewise.
16754         * soft-fp/multf3.c: Likewise.
16755         * soft-fp/negdf2.c: Likewise.
16756         * soft-fp/negsf2.c: Likewise.
16757         * soft-fp/negtf2.c: Likewise.
16758         * soft-fp/op-1.h: Likewise.
16759         * soft-fp/op-2.h: Likewise.
16760         * soft-fp/op-4.h: Likewise.
16761         * soft-fp/op-8.h: Likewise.
16762         * soft-fp/op-common.h: Likewise.
16763         * soft-fp/quad.h: Likewise.
16764         * soft-fp/single.h: Likewise.
16765         * soft-fp/soft-fp.h: Likewise.
16766         * soft-fp/sqrtdf2.c: Likewise.
16767         * soft-fp/sqrtsf2.c: Likewise.
16768         * soft-fp/sqrttf2.c: Likewise.
16769         * soft-fp/subdf3.c: Likewise.
16770         * soft-fp/subsf3.c: Likewise.
16771         * soft-fp/subtf3.c: Likewise.
16772         * soft-fp/truncdfsf2.c: Likewise.
16773         * soft-fp/trunctfdf2.c: Likewise.
16774         * soft-fp/trunctfsf2.c: Likewise.
16775         * soft-fp/trunctfxf2.c: Likewise.
16776         * soft-fp/unorddf2.c: Likewise.
16777         * soft-fp/unordsf2.c: Likewise.
16778         * soft-fp/unordtf2.c: Likewise.
16780 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16782         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16783         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16785 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16787         * elf/dl-libc.c: Clear initfini list after freeing.
16789 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16791         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16792         * soft-fp/addsf3.c: Likewise.
16793         * soft-fp/addtf3.c: Likewise.
16794         * soft-fp/divdf3.c: Likewise.
16795         * soft-fp/divsf3.c: Likewise.
16796         * soft-fp/divtf3.c: Likewise.
16797         * soft-fp/double.h: Likewise.
16798         * soft-fp/eqdf2.c: Likewise.
16799         * soft-fp/eqsf2.c: Likewise.
16800         * soft-fp/eqtf2.c: Likewise.
16801         * soft-fp/extenddftf2.c: Likewise.
16802         * soft-fp/extended.h: Likewise.
16803         * soft-fp/extendsfdf2.c: Likewise.
16804         * soft-fp/extendsftf2.c: Likewise.
16805         * soft-fp/extendxftf2.c: Likewise.
16806         * soft-fp/fixdfdi.c: Likewise.
16807         * soft-fp/fixdfsi.c: Likewise.
16808         * soft-fp/fixdfti.c: Likewise.
16809         * soft-fp/fixsfdi.c: Likewise.
16810         * soft-fp/fixsfsi.c: Likewise.
16811         * soft-fp/fixsfti.c: Likewise.
16812         * soft-fp/fixtfdi.c: Likewise.
16813         * soft-fp/fixtfsi.c: Likewise.
16814         * soft-fp/fixtfti.c: Likewise.
16815         * soft-fp/fixunsdfdi.c: Likewise.
16816         * soft-fp/fixunsdfsi.c: Likewise.
16817         * soft-fp/fixunsdfti.c: Likewise.
16818         * soft-fp/fixunssfdi.c: Likewise.
16819         * soft-fp/fixunssfsi.c: Likewise.
16820         * soft-fp/fixunssfti.c: Likewise.
16821         * soft-fp/fixunstfdi.c: Likewise.
16822         * soft-fp/fixunstfsi.c: Likewise.
16823         * soft-fp/fixunstfti.c: Likewise.
16824         * soft-fp/floatdidf.c: Likewise.
16825         * soft-fp/floatdisf.c: Likewise.
16826         * soft-fp/floatditf.c: Likewise.
16827         * soft-fp/floatsidf.c: Likewise.
16828         * soft-fp/floatsisf.c: Likewise.
16829         * soft-fp/floatsitf.c: Likewise.
16830         * soft-fp/floattidf.c: Likewise.
16831         * soft-fp/floattisf.c: Likewise.
16832         * soft-fp/floattitf.c: Likewise.
16833         * soft-fp/floatundidf.c: Likewise.
16834         * soft-fp/floatundisf.c: Likewise.
16835         * soft-fp/floatunsidf.c: Likewise.
16836         * soft-fp/floatunsisf.c: Likewise.
16837         * soft-fp/floatuntidf.c: Likewise.
16838         * soft-fp/floatuntisf.c: Likewise.
16839         * soft-fp/floatuntitf.c: Likewise.
16840         * soft-fp/fmadf4.c: Likewise.
16841         * soft-fp/fmasf4.c: Likewise.
16842         * soft-fp/fmatf4.c: Likewise.
16843         * soft-fp/gedf2.c: Likewise.
16844         * soft-fp/gesf2.c: Likewise.
16845         * soft-fp/getf2.c: Likewise.
16846         * soft-fp/ledf2.c: Likewise.
16847         * soft-fp/lesf2.c: Likewise.
16848         * soft-fp/letf2.c: Likewise.
16849         * soft-fp/muldf3.c: Likewise.
16850         * soft-fp/mulsf3.c: Likewise.
16851         * soft-fp/multf3.c: Likewise.
16852         * soft-fp/negdf2.c: Likewise.
16853         * soft-fp/negsf2.c: Likewise.
16854         * soft-fp/negtf2.c: Likewise.
16855         * soft-fp/op-1.h: Likewise.
16856         * soft-fp/op-2.h: Likewise.
16857         * soft-fp/op-4.h: Likewise.
16858         * soft-fp/op-8.h: Likewise.
16859         * soft-fp/op-common.h: Likewise.
16860         * soft-fp/quad.h: Likewise.
16861         * soft-fp/single.h: Likewise.
16862         * soft-fp/soft-fp.h: Likewise.
16863         * soft-fp/sqrtdf2.c: Likewise.
16864         * soft-fp/sqrtsf2.c: Likewise.
16865         * soft-fp/sqrttf2.c: Likewise.
16866         * soft-fp/subdf3.c: Likewise.
16867         * soft-fp/subsf3.c: Likewise.
16868         * soft-fp/subtf3.c: Likewise.
16869         * soft-fp/truncdfsf2.c: Likewise.
16870         * soft-fp/trunctfdf2.c: Likewise.
16871         * soft-fp/trunctfsf2.c: Likewise.
16872         * soft-fp/trunctfxf2.c: Likewise.
16873         * soft-fp/unorddf2.c: Likewise.
16874         * soft-fp/unordsf2.c: Likewise.
16875         * soft-fp/unordtf2.c: Likewise.
16877 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16879         [BZ #15672]
16880         * misc/error.c (error_tail): Fix possible buffer overflow.
16882 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16884         [BZ #13028]
16885         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16886         address.
16888 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16890         [BZ #832]
16891         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16892         testing pipefail option.
16894 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16896         * soft-fp/double.h: Indent preprocessor directives inside #if.
16897         * soft-fp/extended.h: Likewise.
16898         * soft-fp/op-2.h: Likewise.
16899         * soft-fp/op-4.h: Likewise.
16900         * soft-fp/op-common.h: Likewise.
16901         * soft-fp/quad.h: Likewise.
16902         * soft-fp/single.h: Likewise.
16903         * soft-fp/soft-fp.h: Likewise.
16905 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16907         * iconv/iconv_prog.c: Fix typos.
16908         * stdio-common/psiginfo-data.h: Likewise.
16910 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16912         [BZ #15764]
16913         * locale/setlocale.c: Fix typo.
16915 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16917         [BZ #16036]
16918         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16919         signaling NaN arguments.
16920         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16921         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16923         [BZ #14910]
16924         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16925         unordered operands.
16926         * soft-fp/gesf2.c (__gesf2): Likewise.
16927         * soft-fp/getf2.c (__getf2): Likewise.
16928         * soft-fp/ledf2.c (__ledf2): Likewise.
16929         * soft-fp/lesf2.c (__lesf2): Likewise.
16930         * soft-fp/letf2.c (__letf2): Likewise.
16932         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16933         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16934         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16935         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16936         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16937         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16938         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16939         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16940         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16941         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16942         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16943         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16944         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16945         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16946         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16947         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16948         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16949         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16950         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16951         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16952         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16953         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16954         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16955         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16956         * soft-fp/floattidf.c (__floattidf): Likewise.
16957         * soft-fp/floattisf.c (__floattisf): Likewise.
16958         * soft-fp/floattitf.c (__floattitf): Likewise.
16959         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16960         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16961         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16962         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16963         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16964         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16965         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16966         * soft-fp/gesf2.c (__gesf2): Likewise.
16967         * soft-fp/getf2.c (__getf2): Likewise.
16968         * soft-fp/ledf2.c (__ledf2): Likewise.
16969         * soft-fp/lesf2.c (__lesf2): Likewise.
16970         * soft-fp/letf2.c (__letf2): Likewise.
16972         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16973         Undefine and redefine.
16974         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16975         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16976         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16977         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16978         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16979         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16980         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16981         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16982         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16983         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16984         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16985         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16986         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16987         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16988         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16990         [BZ #16032]
16991         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16992         without decrementing exponent if mantissa >= that for the
16993         denominator, not >.
16994         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16995         denominator, not >.  Decrement exponent in < case instead of
16996         incrementing in >= case.
16997         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16998         without decrementing exponent if mantissa >= that for the
16999         denominator, not >.
17001         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17002         computing saturated result for unsigned overflow.
17004 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17005             Jeff Law  <law@redhat.com>
17007         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17008         (atan2Mp): Add systemtap probe marker.
17009         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17010         (__ieee754_log): Add systemtap probe marker.
17011         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17012         (atanMp): Add systemtap probe marker.
17013         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17014         (tanMp): Add systemtap probe marker.
17015         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17016         (__slowexp): Add systemtap probe marker.
17017         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17018         (__slowpow): Add systemtap probe marker.
17019         * manual/probes.texi: Document probes.
17021 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
17023         [BZ #15362]
17024         * libio/fileops.c (_IO_new_file_write): Return count of bytes
17025         written.
17026         (_IO_new_file_xsputn): Don't return EOF if nothing has been
17027         written.
17028         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17029         written to buffer but not flushed.
17030         * libio/iofwrite_u.c:  Likewise.
17031         * libio/iopadn.c:  Return bytes returned even if EOF was
17032         encountered.
17033         * libio/iowpadn.c:  Likewise.
17034         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17035         if _IO_padn does not write the whole buffer.
17036         [!COMPILE_WPRINTF] (PAD): Likewise.
17038 2013-10-10  David S. Miller  <davem@davemloft.net>
17040         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17041         directory block.
17043 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17045         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
17046         instead of FSF address.
17047         * soft-fp/fixdfti.c: Likewise.
17048         * soft-fp/fixsfti.c: Likewise.
17049         * soft-fp/fixtfti.c: Likewise.
17050         * soft-fp/fixunsdfti.c: Likewise.
17051         * soft-fp/fixunssfti.c: Likewise.
17052         * soft-fp/fixunstfti.c: Likewise.
17053         * soft-fp/floattidf.c: Likewise.
17054         * soft-fp/floattisf.c: Likewise.
17055         * soft-fp/floattitf.c: Likewise.
17056         * soft-fp/floatuntidf.c: Likewise.
17057         * soft-fp/floatuntisf.c: Likewise.
17058         * soft-fp/floatuntitf.c: Likewise.
17059         * soft-fp/trunctfxf2.c: Likewise.
17061         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17062         * soft-fp/fixdfti.c: Likewise.
17063         * soft-fp/fixsfti.c: Likewise.
17064         * soft-fp/fixtfti.c: Likewise.
17065         * soft-fp/fixunsdfti.c: Likewise.
17066         * soft-fp/fixunssfti.c: Likewise.
17067         * soft-fp/fixunstfti.c: Likewise.
17068         * soft-fp/floattidf.c: Likewise.
17069         * soft-fp/floattisf.c: Likewise.
17070         * soft-fp/floattitf.c: Likewise.
17071         * soft-fp/floatuntidf.c: Likewise.
17072         * soft-fp/floatuntisf.c: Likewise.
17073         * soft-fp/floatuntitf.c: Likewise.
17074         * soft-fp/trunctfxf2.c: Likewise.
17076 2013-10-10  David S. Miller  <davem@davemloft.net>
17078         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17080 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17082         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17083         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17084         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17085         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17086         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17087         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17088         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17090         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17091         for NaNs before doing comparisons on argument.
17092         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17093         Likewise.
17095 2013-10-10  Will Newton  <will.newton@linaro.org>
17097         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17098         passed to _int_memalign does not overflow.
17100 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17102         * scripts/bench.pl: Add include-sources directive.
17103         * benchtests/README: Update documentation.
17105 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17107         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17108         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17109         instead of FP_INIT_ROUNDMODE.
17110         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17111         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17113         [BZ #16034]
17114         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17115         copy class of input value.
17116         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17117         not handle exceptions.
17118         * soft-fp/negsf2.c (__negsf2): Likewise.
17119         * soft-fp/negtf2.c (__negtf2): Likewise.
17120         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17122 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17124         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17125         semicolon.  From Linux kernel.
17127 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17129         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17131 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17133         [BZ #156]
17134         * manual/socket.texi: Added statement about buffer
17135         for gethostbyname2_r.
17137 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17139         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17140         Use .p2align directive instead, throughout.
17141         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17142         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17143         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17144         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17145         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17146         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17147         * sysdeps/x86_64/strchr.S: Likewise.
17148         * sysdeps/x86_64/strrchr.S: Likewise.
17150 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17152         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17154         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17156         * sysdeps/generic/math_private.h (__mpsin1): Remove
17157         declaration.
17158         (__mpcos1): Likewise.
17159         (__mpsin): New argument __range_reduce.
17160         (__mpcos): Likewise.
17161         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17162         (slow): Use __mpsin and __mpcos.
17163         (slow1): Likewise.
17164         (slow2): Likewise.
17165         (sloww): Likewise.
17166         (sloww1): Likewise.
17167         (sloww2): Likewise.
17168         (bsloww): Likewise.
17169         (bsloww1): Likewise.
17170         (bsloww2): Likewise.
17171         (cslow2): Likewise.
17172         (csloww): Likewise.
17173         (csloww1): Likewise.
17174         (csloww2): Likewise.
17175         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17176         range_reduce.  Merge in __mpsin1.
17177         (__mpcos): Likewise.
17178         (__mpsin1): Remove.
17179         (__mpcos1): Likewise.
17181 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17183         * locale/loadlocale.c (_nl_intern_locale_data): Use
17184         LOCFILE_ALIGNED_P.
17185         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17186         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17187         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17188         obstack data is appropriately aligned.
17189         (obstack_int32_grow_fast): Likewise.
17190         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17191         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17192         (add_locale_uint32_array): Likewise.
17194 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17196         * benchtests/Makefile: Remove ARGLIST and RET variables.
17197         ($(objpfx)bench-%.c): Pass only function name to the script.
17198         * benchtests/README: Update documentation.
17199         * benchtests/acos-inputs: Add new directives.
17200         * benchtests/acosh-inputs: Likewise.
17201         * benchtests/asin-inputs: Likewise.
17202         * benchtests/asinh-inputs: Likewise.
17203         * benchtests/atan-inputs: Likewise.
17204         * benchtests/atanh-inputs: Likewise.
17205         * benchtests/cos-inputs: Likewise.
17206         * benchtests/cosh-inputs: Likewise.
17207         * benchtests/exp-inputs: Likewise.
17208         * benchtests/log-inputs: Likewise.
17209         * benchtests/pow-inputs: Likewise.
17210         * benchtests/rint-inputs: Likewise.
17211         * benchtests/sin-inputs: Likewise.
17212         * benchtests/sinh-inputs: Likewise.
17213         * benchtests/tan-inputs: Likewise.
17214         * benchtests/tanh-inputs: Likewise.
17215         * scripts/bench.pl: Add support for new directives.
17217 2013-10-07  Alan Modra  <amodra@gmail.com>
17219         * README: Fix careless merge.
17221 2013-10-05  Alan Modra  <amodra@gmail.com>
17223         * NEWS: Mention powerpc64le support and bugs fixed.
17224         * README: Both big-endian and little-endian powerpc64 supported.
17226 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17228         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17229         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17230         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17231         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17233 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17235         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17236         match prototype.
17238 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17240         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17241         Move -mhard-float appending from
17242         ports/sysdeps/powerpc/powerpc32/Makefile.
17243         [$(with-fp) = yes] (ASFLAGS): Likewise.
17244         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17245         * sysdeps/powerpc/nofpu: Move directory from
17246         ports/sysdeps/powerpc/nofpu.
17247         * sysdeps/powerpc/soft-fp: Move directory from
17248         ports/sysdeps/powerpc/soft-fp.
17249         * sysdeps/powerpc/powerpc32/405: Move directory from
17250         ports/sysdeps/powerpc/powerpc32/405.
17251         * sysdeps/powerpc/powerpc32/440: Move directory from
17252         ports/sysdeps/powerpc/powerpc32/440.
17253         * sysdeps/powerpc/powerpc32/464: Move directory from
17254         ports/sysdeps/powerpc/powerpc32/464.
17255         * sysdeps/powerpc/powerpc32/476: Move directory from
17256         ports/sysdeps/powerpc/powerpc32/476.
17257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17258         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17260         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17262         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17264         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17266         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17267         * README: Update for powerpc-*-linux-gnu software floating point
17268         support in libc.
17270         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17271         case to powerpc/powerpc32*.
17272         * sysdeps/unix/sysv/linux/configure: Regenerated.
17274         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17275         (_FPU_MASK_OM): Define as 0x04.
17276         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17277         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17278         0x00c10080.
17279         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17280         0x0000003c.
17281         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17284         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17285         getcontext_e500.
17286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17287         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17288         setcontext_e500.
17289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17290         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17291         and setcontext_e500.
17293 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17295         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17297 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17299         * manual/threads.texi (Default Thread Attributes): Fix typo.
17301 2013-10-04  Will Newton  <will.newton@linaro.org>
17303         * malloc/Makefile: Add tst-memalign.
17304         * malloc/tst-memalign.c: New file.
17306         * malloc/tst-posix_memalign.c: Add comments.
17307         (do_test): Add comments and call free on all potentially
17308         allocated pointers. Add space after cast.
17310         * malloc/tst-pvalloc.c: Add comments.
17311         (do_test): Add comments and call free on all potentially
17312         allocated pointers. Remove duplicate check for NULL pointer.
17313         Add space after cast.
17315         * malloc/tst-valloc.c: Add comments.
17316         (do_test): Add comments and call free on all potentially
17317         allocated pointers. Remove duplicate check for NULL pointer.
17318         Add space after cast.
17320 2013-10-04  Alan Modra  <amodra@gmail.com>
17322         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17323         Use stdint types in rather than __attribute__((mode())).
17324         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17326 2013-10-04  Alan Modra  <amodra@gmail.com>
17328         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17329         Correct handling of unaligned relocs for little-endian.
17330         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17332 2013-10-04  Alan Modra  <amodra@gmail.com>
17334         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17335         * configure: Regenerate.
17336         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17337         * shlib-versions: Likewise.
17339 2013-10-04  Alan Modra  <amodra@gmail.com>
17341         * string/tester.c (test_memrchr): Increment reported test cycle.
17343 2013-10-04  Alan Modra  <amodra@gmail.com>
17345         * string/test-memcpy.c (do_one_test): When reporting errors, print
17346         string address and don't overrun end of string.
17348 2013-10-04  Alan Modra  <amodra@gmail.com>
17350         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17351         insrdi.  Make better use of reg selection to speed exit slightly.
17352         Schedule entry path a little better.  Remove useless "are we done"
17353         checks on entry to main loop.  Handle wrapping around zero address.
17354         Correct main loop count.  Handle single left-over word from main
17355         loop inline rather than by using loop_small.  Remove extra word
17356         case in loop_small caused by wrong loop count.  Add little-endian
17357         support.
17358         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17359         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17360         cache hint.
17361         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17362         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17363         support.  Avoid rlwimi.
17364         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17366 2013-10-04  Alan Modra  <amodra@gmail.com>
17368         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17369         insrdi.  Formatting.
17370         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17371         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17372         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17373         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17374         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17375         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17377 2013-10-04  Alan Modra  <amodra@gmail.com>
17379         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17380         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17381         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17382         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17383         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17384         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17385         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17386         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17387         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17388         use of regs.  Use power7 mtocrf.  Tidy function tails.
17390 2013-10-04  Alan Modra  <amodra@gmail.com>
17392         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17393         Formatting.  Consistently use rXXX register defines or rN defines.
17394         Use early exit labels that avoid restoring unused non-volatile regs.
17395         Make cr field use more consistent with rWORDn compares.  Rename
17396         regs used as shift registers for unaligned loop, using rN defines
17397         for short lifetime/multiple use regs.
17398         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17399         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17400         addi 1,1,64 to pop stack frame.  Simplify return value code.
17401         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17403 2013-10-04  Alan Modra  <amodra@gmail.com>
17405         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17406         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17407         rather than rlwimi.
17408         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17409         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17410         little-endian support.  Correct typos.
17411         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17412         rather than rlwimi.
17413         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17414         in loop and entry code to keep "and." results.
17415         (strchr): Add little-endian support.  Comment.  Move cntlzd
17416         earlier in tail.
17417         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17419 2013-10-04  Alan Modra  <amodra@gmail.com>
17421         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17422         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17423         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17424         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17426 2013-10-04  Alan Modra  <amodra@gmail.com>
17428         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17429         (rTMP): Define as r11.
17430         (strcmp): Add little-endian support.  Optimise tail.
17431         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17432         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17433         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17434         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17435         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17436         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17437         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17439 2013-10-04  Alan Modra  <amodra@gmail.com>
17441         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17442         little-endian support.  Remove unnecessary "are we done" tests.
17443         Handle "s" wrapping around zero and extremely large "size".
17444         Correct main loop count.  Handle single left-over word from main
17445         loop inline rather than by using small_loop.  Correct comments.
17446         Delete "zero" tail, use "end_max" instead.
17447         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17449 2013-10-04  Alan Modra  <amodra@gmail.com>
17451         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17452         support.  Don't branch over align.
17453         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17454         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17455         support.  Rearrange tmp reg use to suit.  Comment.
17456         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17458 2013-10-04  Alan Modra  <amodra@gmail.com>
17460         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17462 2013-10-04  Alan Modra  <amodra@gmail.com>
17464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17465         conditional form of branch and link when obtaining pc.
17466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17468 2013-10-04  Alan Modra  <amodra@gmail.com>
17470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17471         HIWORD/LOWORD.
17472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17475 2013-10-04  Alan Modra  <amodra@gmail.com>
17477         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17478         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17479         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17480         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17481         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17482         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17483         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17484         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17485         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17486         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17488 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17489             Alistair Popple <alistair@ozlabs.au.ibm.com>
17490             Alan Modra <amodra@gmail.com>
17492         [BZ #15723]
17493         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17494         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17495         _dl_hwcap access for little-endian.
17496         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17497         destroy vmx regs when saving unaligned.
17498         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17499         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17500         destroy vmx regs when saving unaligned.
17502 2013-10-04  Alan Modra  <amodra@gmail.com>
17504         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17505         Don't use a union to pack hi/low value.
17507 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17509         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17510         for little-endian.
17511         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17512         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17513         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17514         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17515         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17517 2013-10-04  Alan Modra  <amodra@gmail.com>
17519         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17520         constants to usual value for .cst8 section, and remove redundant
17521         high address load.
17522         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17523         constant for 0x1p52.  Load little-endian words of double from
17524         correct stack offsets.
17526 2013-10-04  Alan Modra  <amodra@gmail.com>
17528         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17529         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17530         words of double from correct stack offsets.
17531         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17532         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17533         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17534         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17535         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17536         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17537         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17538         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17539         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17540         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17541         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17542         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17543         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17544         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17545         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17546         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17547         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17549 2013-10-04  Alan Modra  <amodra@gmail.com>
17551         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17552         64-bit int/double union.
17553         (_FPU_SETCW): Likewise.
17554         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17555         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17557 2013-10-04  Alan Modra  <amodra@gmail.com>
17559         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17560         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17562 2013-10-04  Alan Modra  <amodra@gmail.com>
17564         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17565         use vector int constants.
17566         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17568 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17570         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17571         array with long long.
17572         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17573         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17574         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17575         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17576         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17577         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17578         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17579         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17580         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17581         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17582         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17583         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17584         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17586 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17588         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17589         (__signbit): Likewise.  Correct for little-endian.
17590         (__signbitl): Call __signbit.
17591         (lrint): Correct for little-endian.
17592         (lrintf): Call lrint.
17594 2013-10-04  Alan Modra  <amodra@gmail.com>
17596         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17597         union 32-bit int array member with 64-bit int array.
17598         (t515, tm256): Double rather than long double.
17599         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17601 2013-10-04  Alan Modra  <amodra@gmail.com>
17603         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17604         Delete.
17605         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17606         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17607         version of math_ldbl.h.
17609 2013-10-04  Alan Modra  <amodra@gmail.com>
17611         [BZ #15734], [BZ #15735]
17612         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17613         all uses of ieee875 long double macros and unions.  Simplify test
17614         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17615         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17616         normalize after ldbl_extract_mantissa, and don't add hidden bit
17617         already handled.  Don't treat low word of ieee854 mantissa like
17618         low word of IBM long double and mask off bit when testing for
17619         zero.
17620         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17621         all uses of ieee875 long double macros and unions.  Simplify tests
17622         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17623         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17624         two1022, instead use their values.  Recognise that tests for large
17625         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17626         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17627         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17628         test for 0.0L and nan.  Correct negation.
17629         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17630         ieee875 long double macros and unions.  Correct output for large
17631         magnitude x.  Correct absolute value calculation.
17632         (__erfcl): Likewise.
17633         * math/libm-test.inc: Add tests for errors discovered in IBM long
17634         double versions of fmodl, remainderl, erfl and erfcl.
17636 2013-10-04  Alan Modra  <amodra@gmail.com>
17638         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17639         all uses of ieee854 long double macros and unions.  Simplify tests
17640         for long doubles that are fully specified by the high double.
17641         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17642         Likewise.
17643         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17644         Remove dead code too.
17645         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17646         (__ieee754_ynl): Likewise.
17647         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17648         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17649         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17650         Remove dead code too.
17651         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17652         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17653         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17654         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17655         Simplify.
17656         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17657         Simplify.
17658         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17659         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17660         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17661         Comment on variable precision.
17662         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17663         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17664         Likewise.
17665         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17666         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17667         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17668         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17669         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17671 2013-10-04  Alan Modra  <amodra@gmail.com>
17673         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17674         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17675         all uses of ieee854 long double macros and unions.
17676         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17677         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17678         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17679         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17680         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17681         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17682         Likewise.
17683         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17684         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17685         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17686         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17687         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17688         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17689         Simplify sign and nan test too.
17690         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17691         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17692         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17693         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17694         Likewise.
17695         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17696         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17697         Likewise.
17698         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17699         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17700         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17701         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17702         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17703         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17705 2013-10-04  Alan Modra  <amodra@gmail.com>
17707         * stdio-common/printf_size.c (__printf_size): Don't use
17708         union ieee854_long_double in fpnum union.
17709         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17710         signbit macro to retrieve sign from long double.
17711         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17712         retrieve sign from long double.
17713         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17714         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17715         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17716         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17717         * math/test-misc.c (main): Don't use union ieee854_long_double.
17719 2013-10-04  Alan Modra  <amodra@gmail.com>
17721         [BZ #15680]
17722         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17723         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17724         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17725         calculation.  Remove unnecessary test for denormal exponent.
17726         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17727         Correct handling of denormals.  Avoid undefined shift behaviour.
17728         Correct normalisation of low mantissa when low double is denormal.
17729         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17730         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17731         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17732         Correct normalisation of low mantissa.  Test for overflow of high
17733         mantissa and normalise.
17734         (ldbl_nearbyint): Use more readable constant for two52.
17735         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17736         (__mpn_construct_long_double): Fix test for overflow of high
17737         mantissa and correct normalisation.  Avoid undefined shift.
17739 2013-10-04  Alan Modra  <amodra@gmail.com>
17741         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17742         (union ibm_extended_long_double): Define as an array of ieee754_double.
17743         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17744         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17745         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17746         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17747         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17748         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17749         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17750         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17751         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17752         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17753         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17755 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17757         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17758         page size instead of calling getpagesize.
17760         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17761         (LOCFILE_ALIGN_MASK): Likewise.
17762         (LOCFILE_ALIGN_UP): Likewise.
17763         (LOCFILE_ALIGNED_P): Likewise.
17764         * locale/programs/ld-collate.c (collate_output): Use the new
17765         macros instead of __alignof__ (int32_t).
17766         * locale/weight.h (findidx): Likewise.
17768 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17770         [BZ #431]
17771         * manual/string.texi: Fix strncat and wcsncat.
17773 2013-10-03  Brooks Moses  <bmoses@google.com>
17775         [BZ #15915]
17776         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17777         * Makerules: ...here, and adjust associated comments.
17779 2013-10-02  Will Newton  <will.newton@linaro.org>
17781         * malloc/Makefile: Add tst-pvalloc.
17782         * malloc/tst-pvalloc.c: New file.
17784 2013-10-02  Will Newton  <will.newton@linaro.org>
17786         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17787         improve test coverage.
17789 2013-10-02  Will Newton  <will.newton@linaro.org>
17791         * malloc/Makefile: Add tst-posix_memalign.
17792         * malloc/tst-posix_memalign.c: New file.
17794 2013-10-01  Eric Blake  <eblake@redhat.com>
17796         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17797         Use __THROWNL rather than __THROW on static functions.
17799 2013-09-30  Petr Machata  <pmachata@redhat.com>
17801         * elf/elf.h (R_AARCH64_ABS16): New macro.
17802         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17803         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17804         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17805         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17806         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17807         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17808         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17809         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17810         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17811         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17812         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17813         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17814         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17815         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17816         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17817         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17818         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17819         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17820         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17821         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17822         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17823         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17824         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17825         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17826         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17827         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17828         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17829         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17830         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17831         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17832         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17833         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17834         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17835         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17836         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17837         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17838         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17839         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17840         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17841         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17842         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17843         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17844         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17845         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17846         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17847         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17848         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17849         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17850         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17851         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17852         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17853         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17854         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17855         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17856         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17857         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17858         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17859         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17860         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17861         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17862         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17863         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17864         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17865         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17866         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17867         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17868         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17869         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17870         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17871         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17872         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17873         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17874         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17875         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17876         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17877         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17878         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17879         (R_AARCH64_TLSDESC_LDR): Likewise.
17880         (R_AARCH64_TLSDESC_ADD): Likewise.
17881         (R_AARCH64_TLSDESC_CALL): Likewise.
17883 2013-09-30  Andreas Schwab  <schwab@suse.de>
17885         [BZ #15048]
17886         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17887         the nss database lookup.
17888         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17889         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17891 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17893         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17895 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17897         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17898         ${Bash-specific parameter/pattern/string} parameter expansion.
17899         * sysdeps/unix/make-syscalls.sh: Likewise.
17901 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17903         * sysdeps/sh/stackguard-macros.h: New file.
17905 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17907         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17908         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17909         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17910         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17911         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17912         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17914 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17916         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17917         Fix thread ID register.
17919 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17921         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17922         [POSIX || UNIX98]: Require rather than permitting all symbols from
17923         <time.h>.
17924         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17925         element of struct sched_param.
17926         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17927         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17928         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17929         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17930         constant.
17932 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17934         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17935         argument calculation.
17937 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17939         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17940         Expect macro.
17941         [POSIX] (pthread_attr_t): Do not require type.
17942         [POSIX] (pthread_cond_t): Likewise.
17943         [POSIX] (pthread_condattr_t): Likewise.
17944         [POSIX] (pthread_key_t): Likewise.
17945         [POSIX] (pthread_mutex_t): Likewise.
17946         [POSIX] (pthread_mutexattr_t): Likewise.
17947         [POSIX] (pthread_once_t): Likewise.
17948         [POSIX] (pthread_t): Likewise.
17949         [POSIX-based standards] (pthread_atfork): Expect function.
17951 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17952             Richard Sandiford  <richard@codesourcery.com>
17954         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17955         (swap_endianness_p): New extern variable.
17956         (set_big_endian): New inline function.
17957         (maybe_swap_uint32): Likewise.
17958         (maybe_swap_uint32_array): Likewise.
17959         (maybe_swap_uint32_obstack): Likewise.
17960         * locale/programs/locfile.c: Include <stdbool.h>.
17961         (swap_endianness_p): New variable.
17962         (add_locale_uint32): Call maybe_swap_uint32.
17963         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17964         (write_locale_data): Call maybe_swap_uint32_array.
17965         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17966         maybe_swap_uint32.
17967         (obstack_int32_grow_fast): Likewise.
17968         (output_weightwc): Call maybe_swap_uint32_obstack.
17969         (collate_output): Likewise.
17970         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17971         (OPT_LITTLE_ENDIAN): Likewise.
17972         (options): Add --little-endian and --big-endian options.
17973         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17974         * locale/programs/locarchive.c: Include "locfile.h".
17975         (GET): New macro.
17976         (SET): Likewise.
17977         (INC): Likewise.
17978         (create_archive): Use the new macros to access fields of
17979         structures directly mapped from or written to locale archives.
17980         (oldlocrecentcmp): Likewise.
17981         (enlarge_archive): Likewise.
17982         (insert_name): Likewise.
17983         (add_alias): Likewise.
17984         (add_locale): Likewise.
17985         (delete_locales_from_archive): Likewise.
17986         (show_archive_content): Likewise.
17987         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17988         locale data.
17990 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17992         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17993         http://www.gnu.org/doc/freemanuals.texi.
17994         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17996 2013-09-24  Will Newton  <will.newton@linaro.org>
17998         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17999         macro.
18001 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
18003         * locale/hashval.h (compute_hashval): Interpret bytes of key as
18004         unsigned char.
18006 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
18008         * manual/threads.texi (POSIX Threads): Fix a typo.
18010 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18012         [BZ #14547]
18013         * string/tst-strcoll-overflow.c: New test case.
18014         * string/Makefile (xtests): Add tst-strcoll-overflow.
18015         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18016         cache if string sizes may cause integer overflow.
18018         [BZ #14547]
18019         * string/strcoll_l.c (coll_seq): New members rule, idx,
18020         save_idx and back_us.
18021         (get_next_seq_nocache): New function.
18022         (do_compare_nocache): New function.
18023         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18024         when malloc fails.
18026 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
18028         [BZ #15754]
18029         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18030         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18031         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18033         [BZ #15754]
18034         * elf/Makefile (tests): Add tst-ptrguard1.
18035         (tests-static): Add tst-ptrguard1-static.
18036         (tst-ptrguard1-ARGS): Define.
18037         (tst-ptrguard1-static-ARGS): Define.
18038         * elf/tst-ptrguard1.c: New file.
18039         * elf/tst-ptrguard1-static.c: New file.
18040         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18041         * sysdeps/i386/stackguard-macros.h: Likewise.
18042         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18043         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18044         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18045         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18046         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18047         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18049 2013-09-23  Hector Marco  <hecmargi@upv.es>
18050             Ismael Ripoll  <iripoll@disca.upv.es>
18051             Carlos O'Donell  <carlos@redhat.com>
18053         [BZ #15754]
18054         * sysdeps/generic/stackguard-macros.h: Define
18055         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18056         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18057         Define __pointer_chk_guard_local.
18058         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18059         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18061 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18063         [BZ #15859]
18064         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18066 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18068         * include/string.h (__ffs): Declare as hidden.
18069         * string/ffs.c (__ffs): Define as hidden.
18070         * sysdeps/i386/ffs.c (__ffs): Likewise.
18071         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18072         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18073         * sysdeps/s390/ffs.c (__ffs): Likewise.
18074         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18076 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18078         * NEWS: Mention malloc probes.
18080         * malloc/arena.c (new_heap): New memory_heap_new probe.
18081         (grow_heap): New memory_heap_more probe.
18082         (shrink_heap): New memory_heap_less probe.
18083         (heap_trim): New memory_heap_free probe.
18084         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18085         (systrim): New memory_sbrk_less probe.
18086         * manual/probes.texi: Document them.
18088         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18089         * manual/probes.texi: Document it.
18091         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18092         (__libc_realloc): Add memory_realloc_retry probe.
18093         (__libc_memalign): Add memory_memalign_retry probe.
18094         (__libc_valloc): Add memory_valloc_retry probe.
18095         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18096         (__libc_calloc): Add memory_calloc_retry probe.
18097         * manual/probes.texi: Document them.
18099         * malloc/arena.c (get_free_list): Add probe
18100         memory_arena_reuse_free_list.
18101         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18102         and memory_arena_reuse.
18103         (arena_get2) [!PER_THREAD]: Likewise.
18104         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18105         memory_arena_reuse_realloc.
18106         * manual/probes.texi: Document them.
18108         * malloc/malloc.c (__libc_free): Add
18109         memory_mallopt_free_dyn_thresholds probe.
18110         (__libc_mallopt): Add multiple memory_mallopt probes.
18111         * manual/probes.texi: Document them.
18113         * malloc/malloc.c: Include stap-probe.h.
18114         (__libc_mallopt): Add memory_mallopt probe.
18115         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18116         * manual/probes.texi: New.
18117         * manual/Makefile (chapters): Add probes.
18118         * manual/threads.texi: Set next node.
18120 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18122         [BZ #15963, #13985]
18123         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18124         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18125         Add `Chinese' to `nan' entry name.
18127 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18129         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18130         (POLYNOMIAL): Likewise.
18131         (TAYLOR_SINCOS): Likewise.
18132         (TAYLOR_SLOW): Likewise.
18133         (__sin): Use TAYLOR_SINCOS.
18134         (__cos): Likewise.
18135         (slow): Use TAYLOR_SLOW.
18136         (sloww): Likewise.
18137         (bsloww): Likewise.
18138         (csloww): Likewise.
18140 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18142         * stdlib/strtod_l.c: Fix buffer overrun.
18144 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18146         * benchtests/Makefile (bench): Add sincos.
18147         * benchtests/bench-sincos.c: New file.
18149         * math/libm-test.inc (cos_test_data): New test inputs.
18150         (sin_test_data): Likewise.
18152         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18153         macro.
18154         (__sin): Use it.
18155         (__cos): Likewise.
18156         (slow1): Likewise.
18157         (slow2): Likewise.
18158         (sloww1): Likewise.
18159         (sloww2): Likewise.
18160         (bsloww1): Likewise.
18161         (bsloww2): Likewise.
18162         (cslow2): Likewise.
18163         (csloww1): Likewise.
18164         (csloww2): Likewise.
18166         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18167         function.
18168         (__sin): Use it.
18169         (__cos): Likewise.
18171         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18172         gotos.
18173         (__cos): Likewise.
18175 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18177         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18178         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18179         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18180         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18181         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18182         * elf/cache.c (print_entry): Handle the new cache flags.
18184 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18185             Aldy Hernandez  <aldyh@redhat.com>
18187         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18188         Change condition to [_SOFT_FLOAT].
18189         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18190         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18191         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18192         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18193         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18194         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18195         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18196         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18197         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18198         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18199         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18200         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18201         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18202         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18203         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18204         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18205         declaration.
18207 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18209         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18210         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18211         (__longjmp): Use LOAD_GP to load saved GPRs.
18212         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18213         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18214         (__sigsetjmp): Use SAVE_GP to save GPRs.
18216         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18217         Do not append -msoft-float.
18218         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18220 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18222         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18224 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18226         [BZ #15966]
18227         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18228         (_FPU_GETCW): Use initial "__" on variable and field names but not
18229         on macro parameter name.
18230         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18231         parentheses around reference to macro parameter.
18233 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18235         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18236         prototype.
18237         (ctype_startup): Use uint32_t in cast and sizeof for
18238         ctype->charnames.
18240 2013-09-11  Jia Liu  <proljc@gmail.com>
18242         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18243         __daddr_t_defined.
18244         [__FreeBSD__]: Likewise.
18246 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18248         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18249         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18250         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18251         (strchr): Remove __strchr_sse42 ifunc selection.
18252         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18253         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18255 2013-09-11  Will Newton  <will.newton@linaro.org>
18257         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18258         parameter to RES. Remove hardcoded 1000 value.
18259         * benchtests/bench-skeleton.c (main): Pass RES parameter
18260         to TIMING_INIT and multiply result by 1000.
18262 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18264         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18266 2013-09-11  Andreas Schwab  <schwab@suse.de>
18268         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18269         if not defined.
18270         (O_TMPFILE) [__USE_GNU]: Define.
18271         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18272         Define.
18274 2013-09-11  Will Newton  <will.newton@linaro.org>
18276         [BZ #15857]
18277         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18278         does not overflow.
18280 2013-09-11  Will Newton  <will.newton@linaro.org>
18282         [BZ #15856]
18283         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18284         does not overflow.
18286 2013-09-11  Will Newton  <will.newton@linaro.org>
18288         [BZ #15855]
18289         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18290         does not overflow.
18292 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18294         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18295         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18296         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18297         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18298         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18300 2013-09-10  Allan McRae  <allan@archlinux.org>
18302         [BZ #15748]
18303         * manual/arith.texi (Parsing of Floats): Clarify
18304         cross-reference.
18306         [BZ #15849]
18307         * manual/install.texi (Running make install): Mention
18308         --enable-pt-chown.
18309         * INSTALL: Regenerated.
18311 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18313         * csu/init-first.c (_init): Remove the !SHARED condition around
18314         FPU control word initialization.
18315         * elf/dl-support.c (_dl_fpu_control): New variable.
18316         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18317         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18318         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18319         * math/test-fpucw-static.c: New file.
18320         * math/test-fpucw-ieee.c: New file.
18321         * math/test-fpucw-ieee-static.c: New file.
18322         * math/Makefile (tests): Add `test-fpucw-ieee' and
18323         `$(tests-static)'.
18324         (tests-static): New variable.
18325         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18326         dependency to...
18327         [($(build-shared),yes)]
18328         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18329         ... this.
18330         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18331         New dependency.
18333 2013-09-09  Allan McRae  <allan@archlinux.org>
18335         [BZ #15939]
18336         * manual/string.texi (Collation Functions): Fix typo in
18337         strcoll example.
18338         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18340         [BZ #15893]
18341         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18343         [BZ #15892]
18344         * libio/memstream.c (open_memstream): Fix memory leak.
18345         * libio/wmemstream.c (open_wmemstream): Likewise.
18347         [BZ #15895]
18348         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18350 2013-09-09  Will Newton  <will.newton@linaro.org>
18352         * malloc/Makefile: Add tst-realloc to tests.
18353         * malloc/tst-realloc.c: New file.
18355 2013-09-09  Allan McRae  <allan@archlinux.org>
18357         [BZ #15844]
18358         * COPYING: Update from GNU website to fix FSF address.
18359         * COPYING.LIB: Likewise.
18361 2013-09-06  David S. Miller  <davem@davemloft.net>
18363         * po/zh_TW.po: Update Chinese (traditional) translation from
18364         translation project.
18366 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18367             Joseph Myers  <joseph@codesourcery.com>
18369         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18370         "localeinfo.h".
18371         (obstack_chunk_alloc): New macro.
18372         (obstack_chunk_free): Likewise.
18373         (record_offset): New function.
18374         (init_locale_data): Likewise.
18375         (align_locale_data): Likewise.
18376         (add_locale_empty): Likewise.
18377         (add_locale_raw_data): Likewise.
18378         (add_locale_raw_obstack): Likewise.
18379         (add_locale_string): Likewise.
18380         (add_locale_wstring): Likewise.
18381         (add_locale_uint32): Likewise.
18382         (add_locale_uint32_array): Likewise.
18383         (add_locale_char): Likewise.
18384         (start_locale_structure): Likewise.
18385         (end_locale_structure): Likewise.
18386         (start_locale_prelude): Likewise.
18387         (end_locale_prelude): Likewise.
18388         (write_locale_data): Take locale_file structure rather than an
18389         iovec.
18390         * locale/programs/locfile.h: Include "obstack.h".
18391         (struct locale_file): Change to store locale file contents instead
18392         of header.
18393         (init_locale_data): New prototype.
18394         (align_locale_data): Likewise.
18395         (add_locale_empty): Likewise.
18396         (add_locale_raw_data): Likewise.
18397         (add_locale_raw_obstack): Likewise.
18398         (add_locale_string): Likewise.
18399         (add_locale_wstring): Likewise.
18400         (add_locale_uint32): Likewise.
18401         (add_locale_uint32_array): Likewise.
18402         (add_locale_char): Likewise.
18403         (start_locale_structure): Likewise.
18404         (end_locale_structure): Likewise.
18405         (start_locale_prelude): Likewise.
18406         (end_locale_prelude): Likewise.
18407         (write_locale_data): Update prototype.
18408         * locale/programs/3level.h (struct TABLE): Remove result field.
18409         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18410         Use new locale_file interface.
18411         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18412         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18413         * locale/programs/ld-address.c (address_output): Use new
18414         locale_file interface.
18415         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18416         NO_ADD_LOCALE.
18417         (collate_finish): Don't call collseq_table_finalize.
18418         (collate_output): Use new locale_file interface.
18419         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18420         in file.
18421         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18422         (TABLE): Move defines earlier in file.
18423         (ELEMENT): Likewise.
18424         (DEFAULT): Likewise.
18425         (wctrans_table_add): Move macro and inline function earlier in
18426         file.
18427         (struct wctype_table): Move type earlier in file.
18428         (add_locale_wctype_table): New static prototype.
18429         (struct locale_ctype_t): Use logical types instead of struct iovec
18430         pointers for members.
18431         (ctype_output): Use new locale_file interface.
18432         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18433         new locale_file interface.
18434         (allocate_arrays): Update for use of new locale_file interface.
18435         * locale/programs/ld-identification.c (identification_output): Use
18436         new locale_file interface.
18437         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18438         * locale/programs/ld-messages.c (messages_output): Likewise.
18439         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18440         * locale/programs/ld-name.c (name_output): Likewise.
18441         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18442         * locale/programs/ld-paper.c (paper_output): Likewise.
18443         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18444         * locale/programs/ld-time.c (time_output): Likewise.
18446 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18448         * benchtests/Makefile: Add memrchr benchmark.
18449         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18450         benchmark as memrchr.
18451         * benchtests/bench-memrchr-ifunc.c: New file.
18452         * benchtests/bench-memrchr.c: New file.
18454 2013-09-06   Will Newton  <will.newton@linaro.org>
18456         * benchtests/Makefile (string-bench): Add memcpy.
18458 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18459             Cong Wang  <amwang@redhat.com>
18461         [BZ #15850]
18462         * sysdeps/unix/sysv/linux/bits/in.h
18463         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18464         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18465         before __USE_KERNEL_IPV6_DEFS uses.
18466         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18467         IPPROTO_BEETPH.
18468         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18469         sockaddr_in6, or ipv6_mreq.
18471 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18473         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18474         memory access for final bytes in some large inputs.
18475         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18477 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18479         * string/test-memrchr.c: New file.
18480         * string/test-memrchr-ifunc.c: New file.
18481         * string/Makefile: Add new memrchr testcase.
18483 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18485         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18486         fanotify_init returns EPERM.
18488 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18490         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18491         errors.
18492         (top level): Treat second token from macro or constant entries for
18493         allowed headers as allowed.
18494         * include/complex.h: Condition internal declarations on
18495         [!_ISOMAC].
18496         * include/fenv.h: Condition include of <stdbool.h> and internal
18497         declarations on [!_ISOMAC].
18499 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18501         [BZ #15923]
18502         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18504 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18506         * configure.in (--enable-versioning): Remove configure option.
18507         (libc_cv_asm_symver_directive): Remove configure test.
18508         (libc_cv_ld_version_script_option): Likewise.
18509         (VERSIONING): Remove variable and AC_SUBST.
18510         (DO_VERSIONING): Remove AC_DEFINE.
18511         * configure: Regenerated.
18512         * config.h.in (DO_VERSIONING): Remove macro.
18513         * Makerules [$(versioning) = yes]: Change conditionals to
18514         [$(build-shared) = yes].
18515         * config.make.in (versioning): Remove variable.
18516         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18517         [$(build-shared) = yes].
18518         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18519         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18520         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18521         [$(build-shared) = yes].
18522         * extra-lib.mk [$(versioning) = yes]: Likewise.
18523         * hurd/Makefile [$(versioning) = yes]: Likewise.
18524         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18525         [SHARED].
18526         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18527         [SHARED].
18528         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18529         [SHARED && !NO_HIDDEN].
18530         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18531         [SHARED].
18532         [SHARED && DO_VERSIONING]: Likewise..
18533         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18534         [$(build-shared) = yes].
18535         * manual/install.texi (--disable-versioning): Remove
18536         documentation.
18537         * INSTALL: Regenerated.
18538         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18539         to [SHARED].
18540         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18541         [$(build-shared) = yes].
18542         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18543         * sysdeps/i386/i686/multiarch/strstr-c.c
18544         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18545         [SHARED && !NO_HIDDEN].
18546         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18547         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18548         * sysdeps/powerpc/powerpc32/dl-machine.c
18549         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18550         * sysdeps/powerpc/powerpc32/sysdep.h
18551         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18552         to [SHARED && PIC && !NO_HIDDEN].
18553         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18554         conditional to [SHARED].
18556 2013-09-04   Will Newton  <will.newton@linaro.org>
18558         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18559         * benchtests/bench-string.h: Include bench-timing.h instead
18560         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18561         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18562         call to HP_TIMING_DIFF_INIT.
18563         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18564         instead of hp-timing.h macros.
18565         * benchtests/bench-memchr.c: Likewise.
18566         * benchtests/bench-memcmp.c: Likewise.
18567         * benchtests/bench-memcpy.c: Likewise.
18568         * benchtests/bench-memmem.c: Likewise.
18569         * benchtests/bench-memmove.c: Likewise.
18570         * benchtests/bench-memset.c: Likewise.
18571         * benchtests/bench-rawmemchr.c: Likewise.
18572         * benchtests/bench-strcasecmp.c: Likewise.
18573         * benchtests/bench-strcasestr.c: Likewise.
18574         * benchtests/bench-strcat.c: Likewise.
18575         * benchtests/bench-strchr.c: Likewise.
18576         * benchtests/bench-strcmp.c: Likewise.
18577         * benchtests/bench-strcpy.c: Likewise.
18578         * benchtests/bench-strcpy_chk.c: Likewise.
18579         * benchtests/bench-strlen.c: Likewise.
18580         * benchtests/bench-strncasecmp.c: Likewise.
18581         * benchtests/bench-strncat.c: Likewise.
18582         * benchtests/bench-strncmp.c: Likewise.
18583         * benchtests/bench-strncpy.c: Likewise.
18584         * benchtests/bench-strnlen.c: Likewise.
18585         * benchtests/bench-strpbrk.c: Likewise.
18586         * benchtests/bench-strrchr.c: Likewise.
18587         * benchtests/bench-strspn.c: Likewise.
18588         * benchtests/bench-strstr.c: Likewise.
18590 2013-09-04  Will Newton  <will.newton@linaro.org>
18592         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18594 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18596         [BZ #15427]
18597         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18598         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18599         * math/libm-test.inc (lgamma_test_data): Add more tests.
18600         * sysdeps/i386/fpu/libm-test-ulps: Update.
18601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18603 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18605         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18606         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18607         Add ifunc.
18608         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18609         Add strcmp-sse2-unaligned
18610         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18612 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18614         * Versions.def (libc): Add GLIBC_2.19.
18616 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18618         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18619         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18621 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18623         [BZ #14155]
18624         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18625         intermediate calculations in recurrence.
18626         (__ieee754_ynf): Likewise.
18627         * math/libm-test.inc (jn_test_data): Do not allow spurious
18628         underflow exception.  Add more tests.
18629         (yn_test_data): Add more tests.
18630         * sysdeps/i386/fpu/libm-test-ulps: Update.
18631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18633 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18635         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18637 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18639         * csu/init-first.c: Fix then/than typos.
18640         * locale/programs/ld-collate.c: Likewise.
18641         * locale/programs/linereader.h: Likewise.
18642         * manual/charset.texi: Likewise.
18643         * manual/filesys.texi: Likewise.
18644         * manual/stdio.texi: Likewise.
18645         * manual/string.texi: Likewise.
18646         * stdlib/fmtmsg.c: Likewise.
18647         * sysdeps/i386/stpncpy.S: Likewise.
18648         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18649         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18650         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18651         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18653 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18655         * elf/dl-open.c: Fix typos.
18656         * iconvdata/gbbig5.c: Likewise.
18657         * iconvdata/iso-2022-jp.c: Likewise.
18658         * iconv/gconv_int.h: Likewise.
18659         * iconv/loop.c: Likewise.
18660         * nis/rpcsvc/nis.h: Likewise.
18661         * resolv/ns_name.c: Likewise.
18662         * stdio-common/vfscanf.c: Likewise.
18663         * streams/stropts.h: Likewise.
18664         * sunrpc/rpc_thread.c: Likewise.
18665         * sysdeps/i386/strpbrk.S: Likewise.
18666         * sysdeps/ieee754/k_standard.c: Likewise.
18667         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18668         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18669         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18670         * sysdeps/mach/hurd/profil.c: Likewise.
18671         * sysdeps/s390/dl-procinfo.h: Likewise.
18672         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18673         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18674         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18675         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18676         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18678 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18680         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18681         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18683 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18685         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18686         aix specific files.
18687         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18688         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18689         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18690         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18691         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18692         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18693         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18694         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18696 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18697             Roland McGrath  <roland@hack.frob.com>
18699         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18700         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18702 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18704         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18705         __executable_start symbol instead of _start.
18707 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18709         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18710         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18711         Move macros to...
18712         * sysdeps/gnu/ldsodefs.h: ... this new file.
18714         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18715         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18716         instead of ELFOSABI_LINUX.
18718         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18719         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18720         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18721         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18722         Likewise.
18723         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18724         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18725         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18726         Likewise.
18727         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18728         (ibm_extended_long_double): Add ieee_nan member.
18729         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18730         (do_test): New function.
18732         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18733         TEST_TRUNC.
18734         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18735         functions, renamed from truncdfsf_test, trunctfsf_test,
18736         trunctfdf_test.
18737         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18738         functions.
18739         (do_test): Run all these.
18741 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18743         * argp/argp-help.c: Fix typos.
18744         * argp/argp-parse.c: Likewise.
18745         * debug/backtracesyms.c: Likewise.
18746         * elf/elf.h: Likewise.
18747         * malloc/malloc.c: Likewise.
18748         * nis/nis_print.c: Likewise.
18749         * resolv/res_comp.c: Likewise.
18750         * stdlib/stdlib.h: Likewise.
18751         * sunrpc/clnt_tcp.c: Likewise.
18752         * sunrpc/clnt_udp.c: Likewise.
18753         * sunrpc/clnt_unix.c: Likewise.
18754         * sysdeps/unix/bsd/ptsname.c: Likewise.
18755         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18756         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18758         Likewise.
18759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18760         Likewise.
18761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18762         Likewise.
18763         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18765 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18767         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18768         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18770 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18772         [BZ #15897]
18773         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18774         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18775         ($(objpfx)bug-dl-leaf): New rule.
18776         ($(objpfx)bug-dl-leaf.so): Likewise.
18777         ($(objpfx)bug-dl-leaf.out): Likewise.
18778         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18779         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18780         * dlfcn/bug-dl-leaf.c: New test.
18781         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18782         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18783         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18784         (dlclose): Likewise.
18785         (dlmopen): Likewise.
18787 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18789         * include/netdb.h [!_ISOMAC]:
18790         Don't include <tls.h>.
18791         (h_errno, __libc_h_errno): Move declaration and macros out of
18792         [_LIBC_REENTRANT].
18794         * include/resolv.h [_RESOLV_H_]:
18795         Don't include <tls.h>.
18796         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18797         * resolv/res_libc.c: Don't include <tls.h>.
18798         (_res): Use __attribute__ ((nocommon)) in place of
18799         __attribute__ ((section (".bss"))).
18801         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18802         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18804         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18806         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18807         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18809         * resolv/res_mkquery.c: Include <sys/time.h>.
18811         * inet/ifreq.c: Moved to ...
18812         * sysdeps/unix/ifreq.c: ... here.
18813         * inet/ifreq.c: New file, true stub version.
18815         * socket/sa_len.c: New file.
18816         * socket/Makefile (aux): Add it.
18817         * sysdeps/unix/sysv/linux/Makefile
18818         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18819         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18820         and #include <socket/sa_len.c>.
18821         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18822         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18824         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18825         * bits/socket.h: ... here.
18827         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18828         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18829         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18831 2013-08-27  Andreas Schwab  <schwab@suse.de>
18833         [BZ #15736]
18834         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18835         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18836         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18837         * string/test-strcasecmp.c (test_main): Run tests in several
18838         locales.
18839         * string/test-strncasecmp.c (test_main): Likewise.
18841         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18842         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18843         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18844         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18845         (__strncasecmp_ssse3) [PIC]: Likewise.
18847 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18849         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18851         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18852         instead of explicitly declaring xdecrypt.
18853         * nis/nss_nis/nis-publickey.c: Likewise.
18855 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18857         [BZ #15890]
18858         * nscd/aicache.c: Include res_hconf.h.
18859         (addhstaiX): Initialize res_hconf.
18861 2013-08-26  Andreas Schwab  <schwab@suse.de>
18863         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18864         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18866 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18868         * nscd/aicache.c (addhstaiX): Fix indentation.
18870 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18872         * configure.ac: Quote $build_pt_chown test.
18873         * configure: Regenerated.
18875 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18877         [BZ #15532]
18878         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18879         * math/s_cexpf.c (__cexpf): Likewise.
18880         * math/s_cexpl.c (__cexpl): Likewise.
18881         * math/libm-test.inc (cexp_test_data): Correct expected return
18882         value for NaN + i0.  Add another test.
18884 2013-08-22  David S. Miller  <davem@davemloft.net>
18886         * po/ca.po: Update Catalan translation from translation project.
18887         * po/uk.po: Add Ukrainian translations from translation project.
18889 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18891         [BZ #15797]
18892         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18893         is infinite, not alongside NaN test.
18894         * math/s_fdimf.c (__fdimf): Likewise.
18895         * math/s_fdiml.c (__fdiml): Likewise.
18896         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18897         errno is unchanged.
18899 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18901         * argp/argp-help.c: Fix typos.
18902         * crypt/speeds.c: Likewise.
18903         * csu/check_fds.c: Likewise.
18904         * elf/dl-load.c: Likewise.
18905         * elf/dl-open.c: Likewise.
18906         * elf/reldep3.c: Likewise.
18907         * elf/reldep.c: Likewise.
18908         * elf/sprof.c: Likewise.
18909         * iconv/iconv_charmap.c: Likewise.
18910         * iconv/skeleton.c: Likewise.
18911         * iconv/strtab.c: Likewise.
18912         * io/lockf64.c: Likewise.
18913         * libio/libioP.h: Likewise.
18914         * resolv/gai_notify.c: Likewise.
18915         * resolv/ns_name.c: Likewise.
18916         * resolv/ns_samedomain.c: Likewise.
18917         * resolv/res_send.c: Likewise.
18918         * stdlib/random.c: Likewise.
18919         * sunrpc/rpc/xdr.h: Likewise.
18920         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18921         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18922         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18923         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18924         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18925         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18926         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18927         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18928         * sysdeps/mach/hurd/check_fds.c: Likewise.
18929         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18930         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18931         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18932         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18933         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18934         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18935         * sysdeps/pthread/aio_notify.c: Likewise.
18936         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18937         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18938         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18939         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18940         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18942 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18944         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18945         version if bit_Slow_SSE4_2 is set.
18946         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18947         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18949 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18951         [BZ #15867]
18952         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18953         trampoline stack frame information.
18954         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18955         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18956         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18957         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18958         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18959         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18960         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18961         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18962         sa_flags value.
18963         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18964         interrupting a syscall and set with option SA_SIGINFO.
18966 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18968         [BZ #15531]
18969         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18970         argument is infinite.
18971         * math/s_cprojf.c (__cprojf): Likewise.
18972         * math/s_cprojl.c (__cprojl): Likewise.
18973         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18974         * math/libm-test.inc (cproj_test_data): Add more tests.
18976         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18978         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18979         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18980         size.  Use __ffs to determine corresponding shift.
18982 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18983             Roland McGrath  <roland@hack.frob.com>
18985         * Makefile (INSTALL): Remove trailing blank lines from output of
18986         makeinfo.
18988 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18990         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18991         Align 32 bit compat elf_greg to 8 bytes.
18993 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18995         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18997 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18999         * string/strcoll_l.c (coll_seq): New structure.
19000         (get_next_seq_cached): New function.
19001         (get_next_seq): New function.
19002         (do_compare): New function.
19003         (STRCOLL): Use GNU style definition.  Simplify implementation
19004         by using get_next_seq, get_next_seq_cached and do_compare.
19006 2013-08-16  Florian Weimer  <fweimer@redhat.com>
19008         [BZ #14699]
19009         CVE-2013-4237
19010         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19011         member.
19012         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19013         member.
19014         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19015         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19016         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
19017         conditional.
19018         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19019         GETDENTS_64BIT_ALIGNED.
19020         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19021         * manual/filesys.texi (Reading/Closing Directory): Document
19022         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
19023         strongly.
19024         * manual/conf.texi (Limits for Files): Add portability note to
19025         NAME_MAX, PATH_MAX.
19026         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19028 2013-08-13  Andreas Schwab  <schwab@suse.de>
19030         [BZ #15749]
19031         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19032         of fabs.
19033         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19034         LDBL_MAX_EXP >= 16384]: Add tests for it.
19036 2013-08-12  David S. Miller  <davem@davemloft.net>
19038         * version.h (RELEASE): Set to "development".
19039         (VERSION): Set to "2.18.90".
19040         * NEWS: Add 2.19 section.
19042 2013-08-03  David S. Miller  <davem@davemloft.net>
19044         * po/ko.po: Update Korean translation from translation project.
19046 2013-08-01  David S. Miller  <davem@davemloft.net>
19048         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
19049         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19050         Bilka.
19052 2013-07-30  David S. Miller  <davem@davemloft.net>
19054         * po/fr.po: Update French translation from translation project.
19056 2013-07-28  David S. Miller  <davem@davemloft.net>
19058         * po/cs.po: Update Czech translation from translation project.
19060         * po/sv.po: Update Swedish translation from translation project.
19062 2013-07-27  David S. Miller  <davem@davemloft.net>
19064         * po/eo.po: Update Esperanto translation from translation project.
19066         * po/vi.po: Update Vietnamese translation from translation project.
19068         * po/de.po: Update German translation from translation project.
19070 2013-07-26  David S. Miller  <davem@davemloft.net>
19072         * po/bg.po: Update Bulgarian translation from translation project.
19074         * po/nl.po: Update Dutch translation from translation project.
19075         * po/pl.po: Update Polish translation from translation project.
19076         * po/ru.po: Update Russian translation from translation project.
19078 2013-07-24  David S. Miller  <davem@davemloft.net>
19080         * po/libc.pot: Update.
19082 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19084         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19085         variable page size.
19086         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19087         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19088         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19090 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19092         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19094 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19095             Andreas Schwab  <schwab@suse.de>
19096             Roland McGrath  <roland@hack.frob.com>
19097             Joseph Myers  <joseph@codesourcery.com>
19098             Carlos O'Donell  <carlos@redhat.com>
19100         [BZ #15755]
19101         * config.h.in: Define HAVE_PT_CHOWN.
19102         * config.make.in (build-pt-chown): New variable.
19103         * configure.in (--enable-pt_chown): New configure option.
19104         * configure: Regenerate.
19105         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19106         build-pt-chown is enabled.
19107         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19108         pt_chown to fix pty ownership.
19109         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19110         CLOSE_ALL_FDS.
19111         * manual/install.texi (Configuring and compiling): Mention
19112         --enable-pt_chown. Add @findex for grantpt.
19113         * INSTALL: Regenerate.
19115 2013-07-20  David S. Miller  <davem@davemloft.net>
19117         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19118         difference between 32-bit and 64-bit.
19120 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19122         [BZ #15711]
19123         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19124         Avoid system header dependency with -ffreestanding.
19125         ($(objpfx)bits/syscall%d): Likewise.
19127 2013-07-13  David S. Miller  <davem@davemloft.net>
19129         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19130         underflows from atanl/atan2l due to bug 15319.
19131         (casinh_test_data): Likewise.
19133 2013-07-07  David S. Miller  <davem@davemloft.net>
19135         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19137 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19139         * sysdeps/i386/fpu/libm-test-ulps: Update.
19140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19142 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19144         * configure.in (--enable-lock-elision): Fix message text.
19145         * INSTALL: Regenerate.
19146         * configure: Regenerate.
19148 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19152 2013-07-03  Andreas Jaeger  <aj@suse.de>
19154         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19155         define.
19156         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19157         (ptrace_peeksiginfo_args): Add.
19158         (__ptrace_peeksiginfo_flags): Add.
19159         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19160         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19161         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19163 2013-07-03  Allan McRae  <allan@archlinux.org>
19165         * sysdeps/i386/fpu/libm-test-ulps: Update.
19167 2013-07-02  David S. Miller  <davem@davemloft.net>
19169         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19171 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19173         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19175 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19177         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19180 2013-07-02  Andi Kleen <ak@linux.intel.com>
19182         * config.h.in (ENABLE_LOCK_ELISION): Add.
19183         * configure.in (--enable-lock-elision): Add option.
19184         * manual/install.texi: Document --enable lock elision.
19185         * configure: Regenerate
19186         * INSTALL: Regenerate.
19188 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19190         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19191         SSE4.2 strcasecmp for libc.a.
19192         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19194 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19196         [BZ #13304]
19197         * soft-fp/op-common.h (_FP_FMA): New macro.
19198         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19199         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19200         (_FP_MUL_MEAT_1_imm): ... here.
19201         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19202         (_FP_MUL_MEAT_1_wide): ... here.
19203         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19204         (_FP_MUL_MEAT_1_hard): ... here.
19205         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19206         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19207         (_FP_MUL_MEAT_2_wide): ... here.
19208         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19209         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19210         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19211         (_FP_MUL_MEAT_2_gmp): ... here.
19212         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19213         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19214         (_FP_MUL_MEAT_4_wide): ... here.
19215         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19216         (_FP_MUL_MEAT_4_gmp): ... here.
19217         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19218         (_FP_WFRACBITS_DW_S): Likewise.
19219         (_FP_WFRACXBITS_DW_S): Likewise.
19220         (_FP_HIGHBIT_DW_S): Likewise.
19221         (FP_FMA_S): Likewise.
19222         (_FP_FRAC_HIGH_DW_S): Likewise.
19223         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19224         (_FP_WFRACBITS_DW_D): Likewise.
19225         (_FP_WFRACXBITS_DW_D): Likewise.
19226         (_FP_HIGHBIT_DW_D): Likewise.
19227         (FP_FMA_D): Likewise.
19228         (_FP_FRAC_HIGH_DW_D): Likewise.
19229         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19230         (_FP_WFRACBITS_DW_E): Likewise.
19231         (_FP_WFRACXBITS_DW_E): Likewise.
19232         (_FP_HIGHBIT_DW_E): Likewise.
19233         (FP_FMA_E): Likewise.
19234         (_FP_FRAC_HIGH_DW_E): Likewise.
19235         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19236         (_FP_WFRACBITS_DW_Q): Likewise.
19237         (_FP_WFRACXBITS_DW_Q): Likewise.
19238         (_FP_HIGHBIT_DW_Q): Likewise.
19239         (FP_FMA_Q): Likewise.
19240         (_FP_FRAC_HIGH_DW_Q): Likewise.
19241         * soft-fp/fmasf4.c: New file.
19242         * soft-fp/fmadf4.c: Likewise.
19243         * soft-fp/fmatf4.c: Likewise.
19245 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19247         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19248         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19249         Silvermont.
19250         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19251         macro.
19252         (index_Slow_SSE4_2): Likewise.
19253         (index_Prefer_PMINUB_for_stringop): Likewise.
19254         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19255         bit_Slow_SSE4_2 is set.
19256         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19257         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19259 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19261         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19262         rtld_global._dl_hwcap2.
19263         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19264         POWER8.
19265         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19266         POWER8 feature descriptions defined in _dl_hwcap2.
19267         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19268         string handling for POWER8 feature bits.
19269         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19270         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19271         _dl_powerpc_cap_flags.
19272         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19273         * sysdeps/powerpc/rtld-global-offsets.sym
19274         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19275         _dl_hwcap2 in the rtld_global_ro structure.
19277 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19279         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19280         hardware capabilities in support of AT_HWCAP2.
19281         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19282         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19283         GLRO(dl_hwcap2).
19284         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19285         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19286         explicitly the unknown a_type display mechanism is used.
19287         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19288         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19289         struct member.
19290         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19291         to macro prototype for AT_HWCAP2 support.
19292         * sysdeps/i386/dl-procinfo.h: Likewise.
19293         * sysdeps/s390/dl-procinfo.h: Likewise.
19294         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19295         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19296         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19297         return -1 for unknown a_type display fallback.
19298         * sysdeps/sparc/dl-procinfo.h: Likewise.
19299         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19300         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19302 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19304         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19305         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19307 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19309         [BZ #12492]
19310         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19311         mprotect making __stack_prot writable.
19313 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19314             Joseph Myers  <joseph@codesourcery.com>
19316         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19317         as being properly aligned.
19319 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19321         * dlfcn/modstatic5.c: New file.
19322         * dlfcn/tststatic5.c: New file.
19323         * dlfcn/Makefile (tests): Add tststatic5.
19324         (tests-static): Likewise.
19325         (modules-names): Add modstatic5.
19326         (tststatic5-ENV): New variable.
19327         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19329         [BZ #15022]
19330         * elf/dl-support.c (_dl_main_map): New variable.
19331         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19332         (_dl_nns, _dl_load_adds): Set to 1.
19333         (_dl_initial_searchlist): Refer to _dl_main_map.
19334         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19335         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19336         call to _dl_get_origin.
19337         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19338         around call_map.
19339         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19340         * dlfcn/modstatic3.c: New file.
19341         * dlfcn/tststatic3.c: New file.
19342         * dlfcn/tststatic4.c: New file.
19343         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19344         (tests-static): Likewise.
19345         (modules-names): Add modstatic3.
19346         (tststatic3-ENV, tststatic4-ENV): New variables.
19347         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19348         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19350 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19352         * configure.in (CC): Require GCC version 4.4 or later.
19353         * configure: Regenerated.
19354         * manual/install.texi (Tools for Compilation): Update GCC version
19355         requirement.
19356         * INSTALL: Regenerated.
19358 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19360         [BZ #15674]
19361         * string/test-memcmp.c (check2): New.
19362         (main): Call check2.
19364         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19366 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19368         [BZ #15022]
19369         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19370         over to...
19371         (dl_open_worker) [!SHARED]: ... here.
19373 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19375         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19377 2013-06-25  Richard Henderson  <rth@redhat.com>
19379         * locale/programs/locarchive.c: Include <libc-internal.h>
19381 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19383         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19384         trailing whitespace removed.
19386 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19388         [BZ #10283]
19389         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19390         * locale/programs/locarchive.c: Include libc-mmap.h.
19391         (prepare_address_space): Take two new outputs (the mmap base and len).
19392         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19393         values.
19394         (create_archive): Declare new mmap base and len values for
19395         prepare_address_space, and store the result in ah.
19396         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19397         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19398         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19399         Declare new mmap base and len values for
19400         prepare_address_space, and store the result in new_ah.
19401         (open_archive): Declare new mmap base and len values for
19402         prepare_address_space, and store the result in ah.
19403         (close_archive): If ah->mmap_base is not NULL, use that and
19404         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19405         * sysdeps/generic/libc-mmap.h: New file.
19407 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19409         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19410         (ALIGN_UP): Likewise.
19411         (PTR_ALIGN_DOWN): Likewise.
19412         (PTR_ALIGN_UP): Likewise.
19414 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19416         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19417         entry mapped to PPC_PLATFORM_POWER8.
19418         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19419         POWER8.
19420         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19421         (_dl_string_platform): Add case for exporting platform position for
19422         POWER8.
19423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19424         search path to sysdeps/powerpc/powerpc32/power8 directory.
19425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19426         search path to sysdeps/powerpc/powerpc64/power8 directory.
19427         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19428         power7 directories.
19429         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19430         power7 directories.
19432 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19434         * INSTALL: Regenerate.
19436         * nscd/connections.c (nscd_init): Fix comment.
19438 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19440         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19442         [BZ #15667]
19443         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19444         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19446 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19448         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19449         DL_DST_REQ_STATIC.
19450         (DL_DST_REQ_STATIC): Remove macro.
19452 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19454         [BZ #7006]
19455         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19456         with a shift of 0 bits.
19458 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19460         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19461         $(tststatic-ENV).
19463 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19465         [BZ #15655]
19466         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19468 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19470         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19471         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19472         accepts -fno-tree-loop-distribute-patterns.
19473         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19474         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19475         recursive call.
19476         * string/memset.c (memset): Likewise.
19477         * string/test-memmove.c (simple_memmove): Disable loop transformation
19478         to library calls.
19479         * string/test-memset.c (simple_memset): Likewise.
19480         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19481         * benchtests/bench-memset.c (simple_memset): Likewise.
19482         * configure: Regenerated.
19484 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19486         * math/test-misc.c (main): Ignore fesetround failure when failures
19487         of subsequent rounding tests would be ignored.
19489         [BZ #15654]
19490         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19491         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19492         * math/fegetenv.c (__fegetenv): Return 0.
19493         * math/fegetexcept.c (fegetexcept): Return 0.
19494         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19495         FE_TONEAREST.
19496         * math/feholdexcpt.c (feholdexcept): Return 0.
19497         * math/fesetenv.c (__fesetenv): Return 0.
19498         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19499         argument FE_TONEAREST.
19500         * math/feupdateenv.c (__feupdateenv): Return 0.
19501         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19503 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19505         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19506         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19507         ($(objpfx)rtld-%.os rules): Use them.
19509 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19511         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19512         fields.
19514 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19516         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19517         length of target pattern, then descending length of dependency pattern.
19518         * configure.in (AWK): Require gawk 3.1.2 or newer.
19519         * manual/install.texi (Tools for Compilation): Say that we do.
19520         * configure: Regenerated.
19522         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19523         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19524         * scripts/sysd-rules.awk: ... this new script.
19525         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19526         than a glob-style pattern.
19528 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19530         * math/test-misc.c (main): Do not treat incorrectly rounded
19531         conversions as failure unless ROUNDING_TESTS passes.
19533 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19535         [BZ #15631]
19536         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19537         restore exception state around main square root computation, then
19538         check for inexactness explicitly.
19540         * math/libm-test.inc (fma_test_data): Add another test.
19542 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19544         * manual/threads.texi (Non-POSIX Extensions): New document
19545         node.  Document pthread_getattr_default_np and
19546         pthread_setattr_default_np.
19548         * Versions.def (libpthread): Add GLIBC_2.18.
19549         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19551         Likewise.
19552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19553         Likewise.
19554         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19555         Likewise.
19556         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19557         Likewise.
19558         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19559         Likewise.
19560         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19561         Likewise.
19562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19563         Likewise.
19564         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19565         Likewise.
19566         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19567         Likewise.
19569 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19571         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19572         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19574 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19575             H.J. Lu  <hjl.tools@gmail.com>
19577         [BZ #15627]
19578         * sysdeps/x86_64/rtld-memset.c: Remove file.
19579         * sysdeps/x86_64/rtld-memset.S: New file.
19581 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19583         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19584         (test_in_one_mode): Take arguments for whether the rounding mode
19585         is supported for each floating-point type.
19586         (do_test): Pass new arguments to test_in_one_mode using
19587         ROUNDING_TESTS.
19589 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19591         * posix/tst-waitid.c (do_test): Distinguish different instances of
19592         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19593         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19594         before entering the kernel for waitpid.
19596 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19598         * NEWS: Fix note on clock function precision.  Text by Roland
19599         McGrath.
19601 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19603         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19604         it into place only when and if the sanity check passes.
19606 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19608         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19609         output for whether conversion result is exact.  Take argument
19610         indicating whether type is IBM long double.
19611         (round_for_all): Change need_exact field to ibm_ld.
19612         * stdlib/tst-strtod-round.c (struct exactness): New type.
19613         (struct test): Change bool ld_ok field to struct exactness exact.
19614         (TEST): Update all definitions for change to field.
19615         (tests): Regenerate array contents.
19616         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19617         field value.  Check for IBM long double here.
19618         (do_test): Update calls to test_in_one_mode.
19620 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19622         [BZ #12515]
19623         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19624         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19626 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19628         [BZ #15605]
19629         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19630         generated by the compiler on loop optimizations.
19631         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19632         general definitions.
19634 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19636         * math/bug-nextafter.c: Include <math-tests.h>.
19637         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19638         the relevant type.
19639         * math/bug-nexttoward.c: Include <math-tests.h>.
19640         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19641         the relevant type.
19642         * math/test-misc.c: Include <math-tests.h>.
19643         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19644         the relevant type.
19646 2013-06-12  Andreas Jaeger  <aj@suse.de>
19648         * po/ia.po: Update Interlingua translation from translation
19649         project.
19651 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19653         * include/fenv.h: Include stdbool.h.
19654         (struct rm_ctx): New structure.
19655         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19656         Define macro.
19657         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19658         (SET_RESTORE_ROUNDF): Likewise.
19659         (SET_RESTORE_ROUNDL): Likewise.
19660         (SET_RESTORE_ROUND_NOEX): Likewise.
19661         (SET_RESTORE_ROUND_NOEXF): Likewise.
19662         (SET_RESTORE_ROUND_NOEXL): Likewise.
19663         (SET_RESTORE_ROUND_53BIT): Likewise.
19664         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19665         (libc_feresetround_noexf_ctx): Likewise.
19666         (libc_feresetround_noexl_ctx): Likewise.
19667         (libc_feholdsetround_53bit_ctx): Likewise.
19668         (libc_feresetround_53bit_ctx): Likewise.
19669         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19670         (libc_feholdexcept_setround_sse_ctx): New function.
19671         (libc_fesetenv_sse_ctx): Likewise.
19672         (libc_feupdateenv_sse_ctx): Likewise.
19673         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19674         (libc_feholdexcept_setround_387_ctx): Likewise.
19675         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19676         (libc_feholdsetround_387_prec_ctx): Likewise.
19677         (libc_feholdsetround_387_ctx): Likewise.
19678         (libc_feholdsetround_387_53bit_ctx): Likewise.
19679         (libc_feholdsetround_sse_ctx): Likewise.
19680         (libc_feresetround_sse_ctx): Likewise.
19681         (libc_feresetround_387_ctx): Likewise.
19682         (libc_feupdateenv_387_ctx): Likewise.
19683         (libc_feholdexcept_setroundf_ctx): Define macro.
19684         (libc_fesetenvf_ctx): Likewise.
19685         (libc_feupdateenvf_ctx): Likewise.
19686         (libc_feholdsetroundf_ctx): Likewise.
19687         (libc_feresetroundf_ctx): Likewise.
19688         (libc_feholdexcept_setround_ctx): Likewise.
19689         (libc_fesetenv_ctx): Likewise.
19690         (libc_feupdateenv_ctx): Likewise.
19691         (libc_feholdsetround_ctx): Likewise.
19692         (libc_feresetround_ctx): Likewise.
19693         (libc_feholdexcept_setroundl_ctx): Likewise.
19694         (libc_feupdateenvl_ctx): Likewise.
19695         (libc_feholdsetroundl_ctx): Likewise.
19696         (libc_feresetroundl_ctx): Likewise.
19697         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19698         (libc_feresetround_53bit_ctx): Likewise.
19700 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19702         * locale/iso-639.def: Convert to UTF-8.
19704 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19706         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19707         (EXCEPTION_TESTS_double): Likewise.
19708         (EXCEPTION_TESTS_long_double): Likewise.
19709         (EXCEPTION_TESTS): Likewise.
19710         * math/libm-test.inc (test_exceptions): Only test exceptions if
19711         EXCEPTION_TESTS (FLOAT).
19713 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19715         * benchtests/Makefile (string-bench): Add strcpy_chk and
19716         stpcpy_chk.
19717         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19718         * benchtests/bench-stpcpy_chk.c: New file.
19719         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19720         * benchtests/bench-strcpy_chk.c: New file.
19721         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19722         code.
19723         (do_test): Likewise.
19725 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19727         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19728         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19729         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19730         with tabs where appropriate.
19731         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19732         dl-procinfo.h.
19733         [PPC_PLATFORM_PPC440]: Likewise.
19734         [PPC_PLATFORM_PPC464]: Likewise.
19735         [PPC_PLATFORM_PPC476]: Likewise.
19736         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19737         ppc464, and ppc476 platform strings merging from ports/
19738         dl-procinfo.h.
19740 2013-06-11  Andreas Schwab  <schwab@suse.de>
19742         [BZ #14991]
19743         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19744         (from_ucs4_idx): Regenerate.
19745         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19746         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19747         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19748         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19749         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19750         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19751         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19752         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19753         from FROM_LOOP and TO_LOOP specific macros.
19754         (BODY): Handle combining characters.
19755         * iconvdata/BIG5HKSCS.irreversible: Update.
19756         * iconvdata/BIG5HKSCS.precomposed: New file.
19757         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19758         characters.
19759         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19761 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19763         * include/sys/time.h: Fix indentation and add copyright header.
19765         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19766         (do_test): Likewise.
19767         * string/test-memchr.c (do_one_test): Likewise.
19768         (do_test): Likewise.
19769         * string/test-memcmp.c (do_one_test): Likewise.
19770         (do_test): Likewise.
19771         * string/test-memcpy.c (do_one_test): Likewise.
19772         (do_test): Likewise.
19773         * string/test-memmem.c (do_one_test): Likewise.
19774         (do_test): Likewise.
19775         (do_random_tests): Likewise.
19776         * string/test-memmove.c (do_one_test): Likewise.
19777         (do_test): Likewise.
19778         * string/test-memset.c (do_one_test): Likewise.
19779         (do_test): Likewise.
19780         * string/test-rawmemchr.c (do_one_test): Likewise.
19781         (do_test): Likewise.
19782         * string/test-strcasecmp.c (do_one_test): Likewise.
19783         (do_test): Likewise.
19784         * string/test-strcasestr.c (do_one_test): Likewise.
19785         (do_test): Likewise.
19786         * string/test-strcat.c (do_one_test): Likewise.
19787         (do_test): Likewise.
19788         * string/test-strchr.c (do_one_test): Likewise.
19789         (do_test): Likewise.
19790         * string/test-strcmp.c (do_one_test): Likewise.
19791         (do_test): Likewise.
19792         * string/test-strcpy.c (do_one_test): Likewise.
19793         (do_test): Likewise.
19794         * string/test-string.h: Likewise.
19795         (test_init): Likewise.
19796         * string/test-strlen.c (do_one_test): Likewise.
19797         (do_test): Likewise.
19798         * string/test-strncasecmp.c (do_one_test): Likewise.
19799         (do_test): Likewise.
19800         * string/test-strncat.c (do_one_test): Likewise.
19801         (do_test): Likewise.
19802         * string/test-strncmp.c (do_one_test): Likewise.
19803         (do_test_limit): Likewise.
19804         (do_test): Likewise.
19805         * string/test-strncpy.c (do_one_test): Likewise.
19806         (do_test): Likewise.
19807         * string/test-strnlen.c (do_one_test): Likewise.
19808         (do_test): Likewise.
19809         * string/test-strpbrk.c (do_one_test): Likewise.
19810         (do_test): Likewise.
19811         * string/test-strrchr.c (do_one_test): Likewise.
19812         (do_test): Likewise.
19813         * string/test-strspn.c (do_one_test): Likewise.
19814         (do_test): Likewise.
19815         * string/test-strstr.c (do_one_test): Likewise.
19816         (do_test): Likewise.
19818         * benchtests/Makefile (string-bench): Add string benchmarks.
19819         * benchtests/bench-bcopy-ifunc.c: New file.
19820         * benchtests/bench-bcopy.c: New file.
19821         * benchtests/bench-bzero-ifunc.c: New file.
19822         * benchtests/bench-bzero.c: New file.
19823         * benchtests/bench-memccpy-ifunc.c: New file.
19824         * benchtests/bench-memccpy.c: New file.
19825         * benchtests/bench-memchr-ifunc.c: New file.
19826         * benchtests/bench-memchr.c: New file.
19827         * benchtests/bench-memcmp-ifunc.c: New file.
19828         * benchtests/bench-memcmp.c: New file.
19829         * benchtests/bench-memmem-ifunc.c: New file.
19830         * benchtests/bench-memmem.c: New file.
19831         * benchtests/bench-memmove-ifunc.c: New file.
19832         * benchtests/bench-memmove.c: New file.
19833         * benchtests/bench-mempcpy-ifunc.c: New file.
19834         * benchtests/bench-mempcpy.c: New file.
19835         * benchtests/bench-memset-ifunc.c: New file.
19836         * benchtests/bench-memset.c: New file.
19837         * benchtests/bench-rawmemchr-ifunc.c: New file.
19838         * benchtests/bench-rawmemchr.c: New file.
19839         * benchtests/bench-stpcpy-ifunc.c: New file.
19840         * benchtests/bench-stpcpy.c: New file.
19841         * benchtests/bench-stpncpy-ifunc.c: New file.
19842         * benchtests/bench-stpncpy.c: New file.
19843         * benchtests/bench-strcasecmp-ifunc.c: New file.
19844         * benchtests/bench-strcasecmp.c: New file.
19845         * benchtests/bench-strcasestr-ifunc.c: New file.
19846         * benchtests/bench-strcasestr.c: New file.
19847         * benchtests/bench-strcat-ifunc.c: New file.
19848         * benchtests/bench-strcat.c: New file.
19849         * benchtests/bench-strchr-ifunc.c: New file.
19850         * benchtests/bench-strchr.c: New file.
19851         * benchtests/bench-strchrnul-ifunc.c: New file.
19852         * benchtests/bench-strchrnul.c: New file.
19853         * benchtests/bench-strcmp-ifunc.c: New file.
19854         * benchtests/bench-strcmp.c: New file.
19855         * benchtests/bench-strcpy-ifunc.c: New file.
19856         * benchtests/bench-strcpy.c: New file.
19857         * benchtests/bench-strcspn-ifunc.c: New file.
19858         * benchtests/bench-strcspn.c: New file.
19859         * benchtests/bench-strlen-ifunc.c: New file.
19860         * benchtests/bench-strlen.c: New file.
19861         * benchtests/bench-strncasecmp-ifunc.c: New file.
19862         * benchtests/bench-strncasecmp.c: New file.
19863         * benchtests/bench-strncat-ifunc.c: New file.
19864         * benchtests/bench-strncat.c: New file.
19865         * benchtests/bench-strncmp-ifunc.c: New file.
19866         * benchtests/bench-strncmp.c: New file.
19867         * benchtests/bench-strncpy-ifunc.c: New file.
19868         * benchtests/bench-strncpy.c: New file.
19869         * benchtests/bench-strnlen-ifunc.c: New file.
19870         * benchtests/bench-strnlen.c: New file.
19871         * benchtests/bench-strpbrk-ifunc.c: New file.
19872         * benchtests/bench-strpbrk.c: New file.
19873         * benchtests/bench-strrchr-ifunc.c: New file.
19874         * benchtests/bench-strrchr.c: New file.
19875         * benchtests/bench-strspn-ifunc.c: New file.
19876         * benchtests/bench-strspn.c: New file.
19877         * benchtests/bench-strstr-ifunc.c: New file.
19878         * benchtests/bench-strstr.c: New file.
19880         * benchtests/Makefile: Disable parallel execution of targets.
19881         (string-bench): Add memcpy.
19882         (benchset): New variable to store a list of benchmark sets.
19883         (bench-func): Renamed from bench.
19884         (bench-set): New target.
19885         (bench): Depend on bench-func and bench-set.
19886         * benchtests/README: Add section on benchmark sets.
19887         * benchtests/bench-memcpy-ifunc.c: New file.
19888         * benchtests/bench-memcpy.c: New file.
19889         * benchtests/bench-string.h: New file.
19891 2013-06-11  Andreas Schwab  <schwab@suse.de>
19893         [BZ #15577]
19894         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19895         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19896         values in the triple.
19897         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19898         terminator in the group key.
19900 2013-06-11  Andreas Jaeger  <aj@suse.de>
19902         * po/zh_TW.po: Update Chinese (traditional) translation from
19903         translation project.
19905 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19907         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19908         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19909         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19910         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19911         (clock_getcpuclockid): Likewise.
19912         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19913         Add weak_alias and libc_hidden_def.
19914         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19915         * rt/clock_gettime.c (clock_gettime): Rename to
19916         __clock_gettime.  Add weak_alias and libc_hidden_def.
19917         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19918         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19919         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19920         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19921         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19922         Likewise.
19923         * rt/clock_settime.c (clock_settime): Rename to
19924         __clock_settime.  Add weak_alias and libc_hidden_def.
19925         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19927 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19929         * mach/err_boot.sub: Remove trailing whitespace.
19930         * mach/err_ipc.sub: Likewise.
19931         * mach/err_mach.sub: Likewise.
19933         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19934         (ROUNDING_TESTS_double): Likewise.
19935         (ROUNDING_TESTS_long_double): Likewise.
19936         (ROUNDING_TESTS): Likewise.
19937         * math/libm-test.inc: Include <math-tests.h>.
19938         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19939         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19940         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19941         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19943 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19945         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19946         of assigning.
19948 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19950         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19951         otherwise empty TRANS lines.
19952         * sysdeps/gnu/errlist.c: Regenerated.
19954         * catgets/gencat.c (error_print): Use (void) in function
19955         definition.
19956         * crypt/crypt_util.c (__init_des): Likewise.
19957         * crypt/speeds.c (Stop): Likewise.
19958         (main): Likewise.
19959         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19960         * inet/ruserpass.c (token): Likewise.
19961         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19962         * intl/localealias.c (extend_alias_table): Likewise.
19963         * intl/plural-exp.c (init_germanic_plural): Likewise.
19964         * libio/fcloseall.c (__fcloseall): Likewise.
19965         * libio/genops.c (_IO_flush_all): Likewise.
19966         (_IO_flush_all_linebuffered): Likewise.
19967         (_IO_cleanup): Likewise.
19968         (_IO_iter_begin): Likewise.
19969         (_IO_iter_end): Likewise.
19970         (_IO_list_lock): Likewise.
19971         (_IO_list_unlock): Likewise.
19972         (_IO_list_resetlock): Likewise.
19973         * libio/getchar.c (getchar): Likewise.
19974         * libio/getchar_u.c (getchar_unlocked): Likewise.
19975         * libio/getwchar.c (getwchar): Likewise.
19976         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19977         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19978         * login/getpt.c (__getpt): Likewise.
19979         * login/tst-utmp.c (main): Likewise.
19980         * malloc/hooks.c (__malloc_check_init): Likewise.
19981         * malloc/malloc.c (__malloc_stats): Likewise.
19982         * malloc/mtrace.c (tr_break): Likewise.
19983         (mtrace): Likewise.
19984         (muntrace): Likewise.
19985         * misc/fstab.c (endfsent): Likewise.
19986         * misc/getclktck.c (__getclktck): Likewise.
19987         * misc/getdtsz.c (__getdtablesize): Likewise.
19988         * misc/gethostid.c (gethostid): Likewise.
19989         * misc/getpagesize.c (__getpagesize): Likewise.
19990         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19991         (__get_nprocs): Likewise.
19992         (__get_phys_pages): Likewise.
19993         (__get_avphys_pages): Likewise.
19994         * misc/getttyent.c (getttyent): Likewise.
19995         (setttyent): Likewise.
19996         (endttyent): Likewise.
19997         * misc/getusershell.c (getusershell): Likewise.
19998         (endusershell): Likewise.
19999         (setusershell): Likewise.
20000         (initshells): Likewise.
20001         * misc/hsearch.c (__hdestroy): Likewise.
20002         * misc/sync.c (sync): Likewise.
20003         * misc/syslog.c (closelog_internal): Likewise.
20004         (closelog): Likewise.
20005         * misc/ttyslot.c (ttyslot): Likewise.
20006         * misc/vhangup.c (vhangup): Likewise.
20007         * posix/fork.c (__fork): Likewise.
20008         * posix/getegid.c (__getegid): Likewise.
20009         * posix/geteuid.c (__geteuid): Likewise.
20010         * posix/getgid.c (__getgid): Likewise.
20011         * posix/getpid.c (__getpid): Likewise.
20012         * posix/getppid.c (__getppid): Likewise.
20013         * posix/getuid.c (__getuid): Likewise.
20014         * posix/pause.c (pause): Likewise.
20015         * posix/setpgrp.c (setpgrp): Likewise.
20016         * posix/setsid.c (__setsid): Likewise.
20017         * posix/test-vfork.c (noop): Likewise.
20018         * resolv/gethnamaddr.c (_endhtent): Likewise.
20019         (_gethtent): Likewise.
20020         (ht_endhostent): Likewise.
20021         (gethostent): Likewise.
20022         (dns_service): Likewise.
20023         * stdlib/drand48.c (drand48): Likewise.
20024         * stdlib/lrand48.c (lrand48): Likewise.
20025         * stdlib/mrand48.c (mrand48): Likewise.
20026         * stdlib/rand.c (rand): Likewise.
20027         * stdlib/random.c (__random): Likewise.
20028         * stdlib/setenv.c (clearenv): Likewise.
20029         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20030         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20031         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20032         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20033         (__get_nprocs): Likewise.
20034         (__get_phys_pages): Likewise.
20035         (__get_avphys_pages): Likewise.
20036         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20037         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20038         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20039         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20040         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20041         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20042         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20043         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20044         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20045         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20046         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20047         * sysdeps/mach/hurd/sync.c (sync): Likewise.
20048         * sysdeps/posix/clock.c (clock): Likewise.
20049         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20050         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20051         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20052         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20053         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20054         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20055         (__get_nprocs_conf): Likewise.
20056         (__get_phys_pages): Likewise.
20057         (__get_avphys_pages): Likewise.
20058         * time/clock.c (clock): Likewise.
20059         * time/tzset.c (__tzname_max): Likewise.
20061 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20063         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20064         (__bswap_32): Do not use "register".
20065         * crypt/crypt.c (_ufc_doit_r): Likewise.
20066         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20067         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20068         * gmon/gmon.c (__monstartup): Likewise.
20069         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20070         * hurd/hurdmalloc.c (more_memory): Likewise.
20071         (malloc): Likewise.
20072         (free): Likewise.
20073         (realloc): Likewise.
20074         (malloc_fork_prepare): Likewise.
20075         (malloc_fork_parent): Likewise.
20076         (malloc_fork_child): Likewise.
20077         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20078         (_svcauth_des): Likewise.
20079         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20080         * inet/inet_net.c (inet_network): Likewise.
20081         * inet/inet_netof.c (inet_netof): Likewise.
20082         * inet/rcmd.c (__validuser2_sa): Likewise.
20083         * io/fts.c (fts_open): Likewise.
20084         (fts_load): Likewise.
20085         (fts_close): Likewise.
20086         (fts_read): Likewise.
20087         (fts_children): Likewise.
20088         (fts_build): Likewise.
20089         (fts_stat): Likewise.
20090         (fts_sort): Likewise.
20091         (fts_alloc): Likewise.
20092         (fts_lfree): Likewise.
20093         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20094         (_IO_file_xsgetn): Likewise.
20095         (_IO_file_xsgetn_mmap): Likewise.
20096         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20097         (_IO_cookie_write): Likewise.
20098         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20099         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20100         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20101         * malloc/obstack.c (_obstack_begin): Likewise.
20102         (_obstack_begin_1): Likewise.
20103         (_obstack_newchunk): Likewise.
20104         (_obstack_allocated_p): Likewise.
20105         (obstack_free): Likewise.
20106         (_obstack_memory_used): Likewise.
20107         * misc/getttyent.c (getttynam): Likewise.
20108         (getttyent): Likewise.
20109         (skip): Likewise.
20110         (value): Likewise.
20111         * misc/getusershell.c (initshells): Likewise.
20112         * misc/syslog.c (__vsyslog_chk): Likewise.
20113         * misc/ttyslot.c (ttyslot): Likewise.
20114         * nis/nis_hash.c (__nis_hash): Likewise.
20115         * posix/fnmatch_loop.c (FCT): Likewise.
20116         * posix/getconf.c (print_all): Likewise.
20117         (main): Likewise.
20118         * posix/getopt.c (exchange): Likewise.
20119         * posix/glob.c (globfree): Likewise.
20120         (prefix_array): Likewise.
20121         (__glob_pattern_type): Likewise.
20122         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20123         (NS_GET32): Likewise.
20124         (NS_PUT16): Likewise.
20125         (NS_PUT32): Likewise.
20126         * resolv/gethnamaddr.c (getanswer): Likewise.
20127         (gethostbyname2): Likewise.
20128         (gethostbyaddr): Likewise.
20129         (_gethtent): Likewise.
20130         (_gethtbyname2): Likewise.
20131         (_gethtbyaddr): Likewise.
20132         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20133         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20134         * resolv/res_init.c (__res_vinit): Likewise.
20135         (net_mask): Likewise.
20136         * resolv/res_mkquery.c (outchar): Likewise.
20137         (PRINT): Likewise.
20138         * stdio-common/printf_fp.c (outchar): Likewise.
20139         (PRINT): Likewise.
20140         * stdio-common/printf_fphex.c (outchar): Likewise.
20141         (PRINT): Likewise.
20142         * stdio-common/printf_size.c (outchar): Likewise.
20143         (PRINT): Likewise.
20144         * stdio-common/test_rdwr.c (main): Likewise.
20145         * stdio-common/tfformat.c (matches): Likewise.
20146         * stdio-common/vfprintf.c (outchar): Likewise.
20147         (printf_unknown): Likewise.
20148         (buffered_vfprintf): Likewise.
20149         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20150         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20151         (ReadFile): Likewise.
20152         * stdlib/qsort.c (SWAP): Likewise.
20153         (_quicksort): Likewise.
20154         * stdlib/setenv.c (__add_to_environ): Likewise.
20155         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20156         * stdlib/strtol_l.c (__strtol_l): Likewise.
20157         * stdlib/tst-strtod.c (main): Likewise.
20158         * stdlib/tst-strtol.c (main): Likewise.
20159         * stdlib/tst-strtoll.c (main): Likewise.
20160         * string/bits/string2.h (__strcmp_cc): Likewise.
20161         (__strcmp_cg): Likewise.
20162         (__strcspn_c1): Likewise.
20163         (__strcspn_c2): Likewise.
20164         (__strcspn_c3): Likewise.
20165         (__strspn_c1): Likewise.
20166         (__strspn_c2): Likewise.
20167         (__strspn_c3): Likewise.
20168         (__strsep_1c): Likewise.
20169         (__strsep_2c): Likewise.
20170         (__strsep_3c): Likewise.
20171         * string/memccpy.c (__memccpy): Likewise.
20172         * string/stpcpy.c (__stpcpy): Likewise.
20173         * string/strcmp.c (strcmp): Likewise.
20174         * string/strrchr.c (strrchr): Likewise.
20175         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20176         Likewise.
20177         * sysdeps/mach/hurd/getcwd.c
20178         (_hurd_canonicalize_directory_name_internal): Likewise.
20179         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20180         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20181         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20182         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20183         Likewise, in both definitions.
20184         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20185         definitions.
20186         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20187         64] (__bswap_64): Likewise.
20188         * time/test_time.c (main): Likewise.
20189         * time/tzfile.c (__tzfile_read): Likewise.
20190         (__tzfile_compute): Likewise.
20191         * time/tzset.c (__tzset_parse_tz): Likewise.
20192         (tzset_internal): Likewise.
20193         (compute_change): Likewise.
20194         * wcsmbs/wcscat.c (__wcscat): Likewise.
20195         * wcsmbs/wcschr.c (wcschr): Likewise.
20196         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20197         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20198         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20199         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20200         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20201         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20202         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20203         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20204         * wcsmbs/wmemset.c (wmemset): Likewise.
20206 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20208         * scripts/config.guess: Update to version 2013-05-16.
20209         * scripts/config.sub: Update to version 2013-04-24.
20210         * scripts/install-sh: Update to version 2011-11-20.07.
20211         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20212         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20214 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20216         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20217         * elf/sln.c: Likewise.
20218         * hurd/hurd/ioctl.h: Likewise.
20219         * hurd/hurdmalloc.c: Likewise.
20220         * hurd/xattr.c: Likewise.
20221         * include/shlib-compat.h: Likewise.
20222         * inet/ruserpass.c: Likewise.
20223         * libio/iofgets_u.c: Likewise.
20224         * libio/iofgetws_u.c: Likewise.
20225         * locale/programs/ld-identification.c: Likewise.
20226         * locale/programs/ld-time.c: Likewise.
20227         * mach/msg-destroy.c: Likewise.
20228         * nss/nss_files/files-netgrp.c: Likewise.
20229         * resolv/res_data.c: Likewise.
20230         * soft-fp/op-1.h: Likewise.
20231         * soft-fp/op-2.h: Likewise.
20232         * soft-fp/op-4.h: Likewise.
20233         * soft-fp/op-common.h: Likewise.
20234         * stdio-common/printf_fphex.c: Likewise.
20235         * stdlib/strtod_l.c: Likewise.
20236         * sunrpc/rpc/clnt.h: Likewise.
20237         * sysdeps/generic/framestate.c: Likewise.
20238         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20239         * sysdeps/i386/bsd-setjmp.S: Likewise.
20240         * sysdeps/i386/__longjmp.S: Likewise.
20241         * sysdeps/i386/setjmp.S: Likewise.
20242         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20243         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20244         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20245         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20246         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20247         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20248         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20249         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20250         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20251         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20252         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20253         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20254         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20255         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20256         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20257         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20258         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20259         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20260         * sysdeps/ieee754/support.c: Likewise.
20261         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20262         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20263         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20264         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20265         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20266         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20267         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20268         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20269         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20270         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20271         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20272         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20273         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20274         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20275         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20276         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20277         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20280 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20282         * posix/transbug.c: Remove executable mode.
20284 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20286         * crypt/speeds.c: Remove trailing whitespace.
20287         * dlfcn/default.c: Likewise.
20288         * elf/ifuncdep2.c: Likewise.
20289         * elf/ifuncmain1.c: Likewise.
20290         * elf/ifuncmain1vis.c: Likewise.
20291         * elf/testobj.h: Likewise.
20292         * elf/tst-stackguard1.c: Likewise.
20293         * gmon/sys/gmon.h: Likewise.
20294         * hurd/hurdmsg.c: Likewise.
20295         * hurd/new-fd.c: Likewise.
20296         * hurd/ports-get.c: Likewise.
20297         * iconvdata/ibm1008_420.c: Likewise.
20298         * inet/tst-getni1.c: Likewise.
20299         * inet/tst-getni2.c: Likewise.
20300         * libio/ioungetc.c: Likewise.
20301         * libio/wfiledoalloc.c: Likewise.
20302         * manual/libm-err-tab.pl: Likewise.
20303         * math/w_dremf.c: Likewise.
20304         * misc/ftruncate.c: Likewise.
20305         * posix/bug-glob2.c: Likewise.
20306         * posix/tst-pcre.c: Likewise.
20307         * posix/wait4.c: Likewise.
20308         * resolv/README: Likewise.
20309         * resolv/res_debug.h: Likewise.
20310         * resolv/tst-inet_ntop.c: Likewise.
20311         * setjmp/bug269-setjmp.c: Likewise.
20312         * soft-fp/extended.h: Likewise.
20313         * soft-fp/op-1.h: Likewise.
20314         * soft-fp/op-2.h: Likewise.
20315         * soft-fp/op-4.h: Likewise.
20316         * soft-fp/op-8.h: Likewise.
20317         * soft-fp/testit.c: Likewise.
20318         * stdio-common/bug16.c: Likewise.
20319         * stdlib/random.c: Likewise.
20320         * sunrpc/rpcsvc/rquota.x: Likewise.
20321         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20322         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20323         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20324         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20325         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20326         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20327         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20328         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20329         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20330         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20331         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20332         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20333         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20334         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20335         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20336         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20337         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20338         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20339         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20340         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20341         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20342         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20343         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20344         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20345         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20346         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20347         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20348         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20349         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20350         * sysdeps/ieee754/s_lib_version.c: Likewise.
20351         * sysdeps/mach/hurd/check_fds.c: Likewise.
20352         * sysdeps/mach/hurd/getsockname.c: Likewise.
20353         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20354         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20355         * sysdeps/powerpc/bits/link.h: Likewise.
20356         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20357         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20358         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20359         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20360         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20361         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20362         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20363         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20364         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20365         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20366         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20367         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20368         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20369         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20370         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20371         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20372         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20373         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20374         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20375         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20376         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20377         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20378         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20379         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20380         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20381         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20382         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20383         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20384         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20385         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20386         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20387         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20388         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20389         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20390         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20391         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20392         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20393         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20394         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20395         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20396         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20397         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20398         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20399         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20400         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20401         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20402         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20403         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20404         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20405         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20406         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20407         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20408         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20409         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20410         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20411         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20412         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20413         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20414         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20415         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20416         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20417         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20418         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20419         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20420         * sysdeps/powerpc/sysdep.h: Likewise.
20421         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20422         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20423         * sysdeps/sh/dl-trampoline.S: Likewise.
20424         * sysdeps/sh/memset.S: Likewise.
20425         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20426         * sysdeps/sh/strlen.S: Likewise.
20427         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20428         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20429         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20430         * sysdeps/sparc/sparc32/rem.S: Likewise.
20431         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20432         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20433         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20434         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20435         * sysdeps/sparc/sparc32/urem.S: Likewise.
20436         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20437         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20438         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20439         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20440         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20441         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20442         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20443         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20444         * sysdeps/unix/bsd/times.c: Likewise.
20445         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20446         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20450         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20451         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20452         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20453         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20454         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20455         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20456         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20457         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20458         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20459         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20460         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20461         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20462         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20463         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20464         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20465         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20466         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20467         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20468         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20469         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20470         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20471         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20472         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20473         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20474         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20475         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20476         * sysdeps/x86_64/strcspn.S: Likewise.
20478 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20480         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20481         generated file.  Regenerate properly from gen-translit.pl.
20482         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20483         locale/C-translit.h.
20485 2013-06-05  Andreas Schwab  <schwab@suse.de>
20487         [BZ #15100]
20488         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20489         week as 6 instead of -1.
20490         * time/tst-strptime.c (day_tests): Add test case.
20492 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20494         * sysdeps/generic/math_private.h
20495         (libc_feholdexcept_setround_53bit): Replace with
20496         libc_feholdsetround_53bit.
20497         (libc_feupdateenv_53bit): Replace with
20498         libc_feresetround_53bit.
20499         (SET_RESTORE_ROUND_53BIT): Adjust.
20501 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20503         * string/test-strchrnul.c: Add copyright header.
20505         * posix/tst-getaddrinfo4.c: Increase test timeout.
20507 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20509         [BZ #15536]
20510         * math/libm-test.inc (MAX_EXP): Remove
20511         (MIN_EXP): Define.
20512         (ulp): Use MIN_EXP - MANT_DIG.
20513         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20515 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20517         * po/be.po: Revert last change.
20518         * po/zh_CN.po: Likewise.
20519         * po/header.pot: Likewise.
20521 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20523         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20524         link-libc-deps to empty as target-specific variable.
20525         * Makerules (link-libc-args): New variable.
20526         (libc-for-link): Likewise.
20527         (link-libc-deps): Likewise.
20528         (lib%.so): Depend on $(link-libc-deps).  Link with
20529         $(link-libc-args).
20530         (build-module): Link with $(link-libc-args).
20531         (build-module-asneeded): Likewise.
20532         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20533         list of objects.
20534         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20535         target-specific variable.
20536         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20537         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20538         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20539         libc.
20540         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20541         libc and ld.so.
20542         ($(objpfx)libpcprofile.so): Likewise.
20543         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20544         libc_nonshared.a.
20545         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20546         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20547         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20548         $(link-libc-deps).
20549         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20550         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20551         * login/Makefile ($(objpfx)libutil.so): Likewise.
20552         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20553         * math/Makefile ($(objpfx)libm.so): Likewise.
20554         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20555         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20556         variable instead of depending directly on libc.
20557         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20558         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20559         $(link-libc-deps).
20560         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20561         libc.
20562         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20563         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20564         ($(objpfx)libanl.so): Likewise.
20565         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20566         ld.so.
20567         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20568         $(link-libc-deps).
20569         * sysdeps/i386/fpu/Makefile: Remove file.
20570         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20571         ($(objpfx)libm.so): Remove dependency on ld.so.
20573 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20575         [BZ # 15553]
20576         * nis/yp_xdr.c (XDRMAXNAME): Define.
20577         (XDRMAXRECORD): Define.
20578         (xdr_domainname): Use XDRMAXNAME.
20579         (xdr_mapname): Likewise.
20580         (xdr_peername): Likewise.
20581         (xdr_keydat): Use XDRMAXRECORD.
20582         (xdr_valdat): Likewise.
20584 2013-05-30  Jeff Law  <law@redhat.com>
20586         [BZ #14256]
20587         * manual/errno.texi (ESTALE): Update to account for more than
20588         just NFS file systems.
20589         * sysdeps/gnu/errlist.c: Regenerated.
20591 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20593         [BZ #15465]
20594         * elf/Makefile (tests): Add tst-null-argv.
20595         (modules-names):  Add tst-null-argv-lib.
20596         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20597         (tst-null-argv-ENV): Set environment for tst-null-argv.
20598         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20599         (RTLD_PROGNAME): New macro.
20600         * elf/tst-null-argv.c: New test case.
20601         * elf/tst-null-argv-lib.c: Library for test case.
20602         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20603         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20604         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20605         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20606         * elf/dl-init.c (call_init): Likewise.
20607         (_dl_init): Likewise.
20608         * elf/dl-load.c (print_search_path): Likewise.
20609         (_dl_map_object): Likewise.
20610         * elf/dl-lookup.c (do_lookup_x): Likewise.
20611         (add_dependency): Likewise.
20612         (_dl_lookup_symbol_x): Likewise.
20613         (_dl_debug_bindings): Likewise.
20614         * elf/dl-open.c (_dl_show_scope): Likewise.
20615         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20616         * elf/dl-version.c (match_symbol): Likewise.
20617         (_dl_check_map_versions): Likewise.
20618         * elf/rtld.c (dl_main): Likewise.
20619         (print_unresolved): Use RTLD_PROGNAME.
20620         (print_missing_version): Likewise.
20621         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20622         (elf_machine_rela): Likewise.
20623         * sysdeps/powerpc/powerpc32/dl-machine.c
20624         (__process_machine_rela): Likewise.
20625         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20626         Likewise.
20627         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20628         Likewise.
20629         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20630         Likewise.
20631         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20632         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20633         Likewise.
20634         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20635         Likewise.
20636         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20638 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20640         * po/be.po: Add descriptive title.
20641         * po/zh_CN.po: Likewise.
20642         * po/header.pot: Likewise.
20644 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20646         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20647         error message.
20648         (enlarge_archive): Likewise.
20650 2013-05-28  Ben North  <ben@redfrontdoor.org>
20652         * manual/arith.texi (frexp): It is the magnitude of the return
20653         value which lies in [0.5, 1), not the return value itself.
20655 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20659 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20661         * stdio-common/bug26.c (main): Correct fscanf template.
20663         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20664         declare _dl_skip_args.
20666         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20667         Don't declare.
20669         * manual/platform.texi: Add missing @end deftypefun.
20671 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20673         [BZ #15529]
20674         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20675         bit of mantissa of 2^16382.
20676         * math/libm-test.inc (hypot_test_data): Add more tests.
20678         * math/libm-test.inc: Add drem and pow10 to list of tested
20679         functions.
20680         (pow10_test): New function.
20681         (drem_test): Likewise.
20682         (drem_test_tonearest): Likewise.
20683         (drem_test_towardzero): Likewise.
20684         (drem_test_downward): Likewise.
20685         (drem_test_upward): Likewise.
20686         (main): Call the new functions.
20688         * math/libm-test.inc (finite_test_data): Remove.
20689         (finite_test): Run tests from isfinite_test_data.
20690         (gamma_test_data): Remove.
20691         (gamma_test): Run tests from lgamma_test_data.
20692         * sysdeps/i386/fpu/libm-test-ulps: Update.
20693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20695 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20697         * manual/platform.texi: Add PowerPC PPR function set documentation.
20698         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20699         implementation.
20701 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20703         * math/libm-test.inc (MAX_EXP): Define.
20704         (ULPDIFF): Define.
20705         (ulp): New function.
20706         (check_float_internal): Use ULPDIFF.
20707         (cpow_test): Disable failing test.
20708         (check_ulp): Test ulp() implemetnation.
20709         (main): Call check_ulp before starting tests.
20711 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20713         * math/gen-libm-test.pl (generate_testfile): Do not handle
20714         START_DATA and END_DATA.
20715         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20716         END_DATA.
20717         (acos_tonearest_test_data): Likewise.
20718         (acos_towardzero_test_data): Likewise.
20719         (acos_downward_test_data): Likewise.
20720         (acos_upward_test_data): Likewise.
20721         (acosh_test_data): Likewise.
20722         (asin_test_data): Likewise.
20723         (asin_tonearest_test_data): Likewise.
20724         (asin_towardzero_test_data): Likewise.
20725         (asin_downward_test_data): Likewise.
20726         (asin_upward_test_data): Likewise.
20727         (asinh_test_data): Likewise.
20728         (atan_test_data): Likewise.
20729         (atanh_test_data): Likewise.
20730         (atan2_test_data): Likewise.
20731         (cabs_test_data): Likewise.
20732         (cacos_test_data): Likewise.
20733         (cacosh_test_data): Likewise.
20734         (carg_test_data): Likewise.
20735         (casin_test_data): Likewise.
20736         (casinh_test_data): Likewise.
20737         (catan_test_data): Likewise.
20738         (catanh_test_data): Likewise.
20739         (cbrt_test_data): Likewise.
20740         (ccos_test_data): Likewise.
20741         (ccosh_test_data): Likewise.
20742         (ceil_test_data): Likewise.
20743         (cexp_test_data): Likewise.
20744         (cimag_test_data): Likewise.
20745         (clog_test_data): Likewise.
20746         (clog10_test_data): Likewise.
20747         (conj_test_data): Likewise.
20748         (copysign_test_data): Likewise.
20749         (cos_test_data): Likewise.
20750         (cos_tonearest_test_data): Likewise.
20751         (cos_towardzero_test_data): Likewise.
20752         (cos_downward_test_data): Likewise.
20753         (cos_upward_test_data): Likewise.
20754         (cosh_test_data): Likewise.
20755         (cosh_tonearest_test_data): Likewise.
20756         (cosh_towardzero_test_data): Likewise.
20757         (cosh_downward_test_data): Likewise.
20758         (cosh_upward_test_data): Likewise.
20759         (cpow_test_data): Likewise.
20760         (cproj_test_data): Likewise.
20761         (creal_test_data): Likewise.
20762         (csin_test_data): Likewise.
20763         (csinh_test_data): Likewise.
20764         (csqrt_test_data): Likewise.
20765         (ctan_test_data): Likewise.
20766         (ctan_tonearest_test_data): Likewise.
20767         (ctan_towardzero_test_data): Likewise.
20768         (ctan_downward_test_data): Likewise.
20769         (ctan_upward_test_data): Likewise.
20770         (ctanh_test_data): Likewise.
20771         (ctanh_tonearest_test_data): Likewise.
20772         (ctanh_towardzero_test_data): Likewise.
20773         (ctanh_downward_test_data): Likewise.
20774         (ctanh_upward_test_data): Likewise.
20775         (erf_test_data): Likewise.
20776         (erfc_test_data): Likewise.
20777         (exp_test_data): Likewise.
20778         (exp_tonearest_test_data): Likewise.
20779         (exp_towardzero_test_data): Likewise.
20780         (exp_downward_test_data): Likewise.
20781         (exp_upward_test_data): Likewise.
20782         (exp10_test_data): Likewise.
20783         (exp2_test_data): Likewise.
20784         (expm1_test_data): Likewise.
20785         (fabs_test_data): Likewise.
20786         (fdim_test_data): Likewise.
20787         (finite_test_data): Likewise.
20788         (floor_test_data): Likewise.
20789         (fma_test_data): Likewise.
20790         (fma_towardzero_test_data): Likewise.
20791         (fma_downward_test_data): Likewise.
20792         (fma_upward_test_data): Likewise.
20793         (fmax_test_data): Likewise.
20794         (fmin_test_data): Likewise.
20795         (fmod_test_data): Likewise.
20796         (fpclassify_test_data): Likewise.
20797         (frexp_test_data): Likewise.
20798         (gamma_test_data): Likewise.
20799         (hypot_test_data): Likewise.
20800         (ilogb_test_data): Likewise.
20801         (isfinite_test_data): Likewise.
20802         (isgreater_test_data): Likewise.
20803         (isgreaterequal_test_data): Likewise.
20804         (isinf_test_data): Likewise.
20805         (isless_test_data): Likewise.
20806         (islessequal_test_data): Likewise.
20807         (islessgreater_test_data): Likewise.
20808         (isnan_test_data): Likewise.
20809         (isnormal_test_data): Likewise.
20810         (issignaling_test_data): Likewise.
20811         (isunordered_test_data): Likewise.
20812         (j0_test_data): Likewise.
20813         (j1_test_data): Likewise.
20814         (jn_test_data): Likewise.
20815         (ldexp_test_data): Likewise.
20816         (lgamma_test_data): Likewise.
20817         (lrint_test_data): Likewise.
20818         (lrint_tonearest_test_data): Likewise.
20819         (lrint_towardzero_test_data): Likewise.
20820         (lrint_downward_test_data): Likewise.
20821         (lrint_upward_test_data): Likewise.
20822         (llrint_test_data): Likewise.
20823         (llrint_tonearest_test_data): Likewise.
20824         (llrint_towardzero_test_data): Likewise.
20825         (llrint_downward_test_data): Likewise.
20826         (llrint_upward_test_data): Likewise.
20827         (log_test_data): Likewise.
20828         (log10_test_data): Likewise.
20829         (log1p_test_data): Likewise.
20830         (log2_test_data): Likewise.
20831         (logb_test_data): Likewise.
20832         (logb_downward_test_data): Likewise.
20833         (lround_test_data): Likewise.
20834         (llround_test_data): Likewise.
20835         (modf_test_data): Likewise.
20836         (nearbyint_test_data): Likewise.
20837         (nextafter_test_data): Likewise.
20838         (nexttoward_test_data): Likewise.
20839         (pow_test_data): Likewise.
20840         (pow_tonearest_test_data): Likewise.
20841         (pow_towardzero_test_data): Likewise.
20842         (pow_downward_test_data): Likewise.
20843         (pow_upward_test_data): Likewise.
20844         (remainder_test_data): Likewise.
20845         (remainder_tonearest_test_data): Likewise.
20846         (remainder_towardzero_test_data): Likewise.
20847         (remainder_downward_test_data): Likewise.
20848         (remainder_upward_test_data): Likewise.
20849         (remquo_test_data): Likewise.
20850         (rint_test_data): Likewise.
20851         (rint_tonearest_test_data): Likewise.
20852         (rint_towardzero_test_data): Likewise.
20853         (rint_downward_test_data): Likewise.
20854         (rint_upward_test_data): Likewise.
20855         (round_test_data): Likewise.
20856         (scalb_test_data): Likewise.
20857         (scalbn_test_data): Likewise.
20858         (scalbln_test_data): Likewise.
20859         (signbit_test_data): Likewise.
20860         (sin_test_data): Likewise.
20861         (sin_tonearest_test_data): Likewise.
20862         (sin_towardzero_test_data): Likewise.
20863         (sin_downward_test_data): Likewise.
20864         (sin_upward_test_data): Likewise.
20865         (sincos_test_data): Likewise.
20866         (sinh_test_data): Likewise.
20867         (sinh_tonearest_test_data): Likewise.
20868         (sinh_towardzero_test_data): Likewise.
20869         (sinh_downward_test_data): Likewise.
20870         (sinh_upward_test_data): Likewise.
20871         (sqrt_test_data): Likewise.
20872         (tan_test_data): Likewise.
20873         (tan_tonearest_test_data): Likewise.
20874         (tan_towardzero_test_data): Likewise.
20875         (tan_downward_test_data): Likewise.
20876         (tan_upward_test_data): Likewise.
20877         (tanh_test_data): Likewise.
20878         (tgamma_test_data): Likewise.
20879         (trunc_test_data): Likewise.
20880         (y0_test_data): Likewise.
20881         (y1_test_data): Likewise.
20882         (yn_test_data): Likewise.
20883         (significand_test_data): Likewise.
20885         * math/gen-libm-test.pl (@functions): Remove variable.
20886         (generate_testfile): Don't handle START and END lines.
20887         * math/libm-test.inc (START): New macro.
20888         (END): Likewise.
20889         (END_COMPLEX): Likewise.
20890         (acos_test): Use END macro without arguments.
20891         (acos_test_tonearest): Likewise.
20892         (acos_test_towardzero): Likewise.
20893         (acos_test_downward): Likewise.
20894         (acos_test_upward): Likewise.
20895         (acosh_test): Likewise.
20896         (asin_test): Likewise.
20897         (asin_test_tonearest): Likewise.
20898         (asin_test_towardzero): Likewise.
20899         (asin_test_downward): Likewise.
20900         (asin_test_upward): Likewise.
20901         (asinh_test): Likewise.
20902         (atan_test): Likewise.
20903         (atanh_test): Likewise.
20904         (atan2_test): Likewise.
20905         (cabs_test): Likewise.
20906         (cacos_test): Use END_COMPLEX macro without arguments.
20907         (cacosh_test): Likewise.
20908         (carg_test): Use END macro without arguments.
20909         (casin_test): Use END_COMPLEX macro without arguments.
20910         (casinh_test): Likewise.
20911         (catan_test): Likewise.
20912         (catanh_test): Likewise.
20913         (cbrt_test): Use END macro without arguments.
20914         (ccos_test): Use END_COMPLEX macro without arguments.
20915         (ccosh_test): Likewise.
20916         (ceil_test): Use END macro without arguments.
20917         (cexp_test): Use END_COMPLEX macro without arguments.
20918         (cimag_test): Use END macro without arguments.
20919         (clog_test): Use END_COMPLEX macro without arguments.
20920         (clog10_test): Likewise.
20921         (conj_test): Likewise.
20922         (copysign_test): Use END macro without arguments.
20923         (cos_test): Likewise.
20924         (cos_test_tonearest): Likewise.
20925         (cos_test_towardzero): Likewise.
20926         (cos_test_downward): Likewise.
20927         (cos_test_upward): Likewise.
20928         (cosh_test): Likewise.
20929         (cosh_test_tonearest): Likewise.
20930         (cosh_test_towardzero): Likewise.
20931         (cosh_test_downward): Likewise.
20932         (cosh_test_upward): Likewise.
20933         (cpow_test): Use END_COMPLEX macro without arguments.
20934         (cproj_test): Likewise.
20935         (creal_test): Use END macro without arguments.
20936         (csin_test): Use END_COMPLEX macro without arguments.
20937         (csinh_test): Likewise.
20938         (csqrt_test): Likewise.
20939         (ctan_test): Likewise.
20940         (ctan_test_tonearest): Likewise.
20941         (ctan_test_towardzero): Likewise.
20942         (ctan_test_downward): Likewise.
20943         (ctan_test_upward): Likewise.
20944         (ctanh_test): Likewise.
20945         (ctanh_test_tonearest): Likewise.
20946         (ctanh_test_towardzero): Likewise.
20947         (ctanh_test_downward): Likewise.
20948         (ctanh_test_upward): Likewise.
20949         (erf_test): Use END macro without arguments.
20950         (erfc_test): Likewise.
20951         (exp_test): Likewise.
20952         (exp_test_tonearest): Likewise.
20953         (exp_test_towardzero): Likewise.
20954         (exp_test_downward): Likewise.
20955         (exp_test_upward): Likewise.
20956         (exp10_test): Likewise.
20957         (exp2_test): Likewise.
20958         (expm1_test): Likewise.
20959         (fabs_test): Likewise.
20960         (fdim_test): Likewise.
20961         (finite_test): Likewise.
20962         (floor_test): Likewise.
20963         (fma_test): Likewise.
20964         (fma_test_towardzero): Likewise.
20965         (fma_test_downward): Likewise.
20966         (fma_test_upward): Likewise.
20967         (fmax_test): Likewise.
20968         (fmin_test): Likewise.
20969         (fmod_test): Likewise.
20970         (fpclassify_test): Likewise.
20971         (frexp_test): Likewise.
20972         (gamma_test): Likewise.
20973         (hypot_test): Likewise.
20974         (ilogb_test): Likewise.
20975         (isfinite_test): Likewise.
20976         (isgreater_test): Likewise.
20977         (isgreaterequal_test): Likewise.
20978         (isinf_test): Likewise.
20979         (isless_test): Likewise.
20980         (islessequal_test): Likewise.
20981         (islessgreater_test): Likewise.
20982         (isnan_test): Likewise.
20983         (isnormal_test): Likewise.
20984         (issignaling_test): Likewise.
20985         (isunordered_test): Likewise.
20986         (j0_test): Likewise.
20987         (j1_test): Likewise.
20988         (jn_test): Likewise.
20989         (ldexp_test): Likewise.
20990         (lgamma_test): Likewise.
20991         (lrint_test): Likewise.
20992         (lrint_test_tonearest): Likewise.
20993         (lrint_test_towardzero): Likewise.
20994         (lrint_test_downward): Likewise.
20995         (lrint_test_upward): Likewise.
20996         (llrint_test): Likewise.
20997         (llrint_test_tonearest): Likewise.
20998         (llrint_test_towardzero): Likewise.
20999         (llrint_test_downward): Likewise.
21000         (llrint_test_upward): Likewise.
21001         (log_test): Likewise.
21002         (log10_test): Likewise.
21003         (log1p_test): Likewise.
21004         (log2_test): Likewise.
21005         (logb_test): Likewise.
21006         (logb_test_downward): Likewise.
21007         (lround_test): Likewise.
21008         (llround_test): Likewise.
21009         (modf_test): Likewise.
21010         (nearbyint_test): Likewise.
21011         (nextafter_test): Likewise.
21012         (nexttoward_test): Likewise.
21013         (pow_test): Likewise.
21014         (pow_test_tonearest): Likewise.
21015         (pow_test_towardzero): Likewise.
21016         (pow_test_downward): Likewise.
21017         (pow_test_upward): Likewise.
21018         (remainder_test): Likewise.
21019         (remainder_test_tonearest): Likewise.
21020         (remainder_test_towardzero): Likewise.
21021         (remainder_test_downward): Likewise.
21022         (remainder_test_upward): Likewise.
21023         (remquo_test): Likewise.
21024         (rint_test): Likewise.
21025         (rint_test_tonearest): Likewise.
21026         (rint_test_towardzero): Likewise.
21027         (rint_test_downward): Likewise.
21028         (rint_test_upward): Likewise.
21029         (round_test): Likewise.
21030         (scalb_test): Likewise.
21031         (scalbn_test): Likewise.
21032         (scalbln_test): Likewise.
21033         (signbit_test): Likewise.
21034         (sin_test): Likewise.
21035         (sin_test_tonearest): Likewise.
21036         (sin_test_towardzero): Likewise.
21037         (sin_test_downward): Likewise.
21038         (sin_test_upward): Likewise.
21039         (sincos_test): Likewise.
21040         (sinh_test): Likewise.
21041         (sinh_test_tonearest): Likewise.
21042         (sinh_test_towardzero): Likewise.
21043         (sinh_test_downward): Likewise.
21044         (sinh_test_upward): Likewise.
21045         (sqrt_test): Likewise.
21046         (tan_test): Likewise.
21047         (tan_test_tonearest): Likewise.
21048         (tan_test_towardzero): Likewise.
21049         (tan_test_downward): Likewise.
21050         (tan_test_upward): Likewise.
21051         (tanh_test): Likewise.
21052         (tgamma_test): Likewise.
21053         (trunc_test): Likewise.
21054         (y0_test): Likewise.
21055         (y1_test): Likewise.
21056         (yn_test): Likewise.
21057         (significand_test): Likewise.
21059 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21061         [BZ #15381]
21062         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21064 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21066         [BZ #14894]
21067         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21068         __ppc_mdoio and __ppc_mdoom.
21069         * manual/platform.texi: Document new functions __ppc_yield,
21070         __ppc_mdoio and __ppc_mdoom.
21072 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21074         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21075         (main): Mention "tls" pseudo-hwcap is legacy.
21076         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21078 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21080         * math/gen-libm-test.pl (parse_args): Output only string of
21081         arguments as text for test name, not full call or descriptions of
21082         tests for extra outputs.
21083         (generate_testfile): Do not pass function name to parse_args.
21084         Generate this_func variable from START.
21085         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21086         field to arg_str.
21087         (struct test_ff_f_data): Likewise.
21088         (test_ff_f_data_nexttoward): Likewise.
21089         (struct test_fi_f_data): Likewise.
21090         (struct test_fl_f_data): Likewise.
21091         (struct test_if_f_data): Likewise.
21092         (struct test_fff_f_data): Likewise.
21093         (struct test_c_f_data): Likewise.
21094         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21095         (struct test_fF_f1_data): Likewise.
21096         (struct test_ffI_f1_data): Likewise.
21097         (struct test_c_c_data): Rename test_name field to arg_str.
21098         (struct test_cc_c_data): Likewise.
21099         (struct test_f_i_data): Likewise.
21100         (struct test_ff_i_data): Likewise.
21101         (struct test_f_l_data): Likewise.
21102         (struct test_f_L_data): Likewise.
21103         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21104         and extra2_name.
21105         (COMMON_TEST_SETUP): New macro.
21106         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21107         (COMMON_TEST_CLEANUP): Likewise.
21108         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21109         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21110         macros.
21111         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21112         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21113         macros.
21114         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21115         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21116         cleanup macros.
21117         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21118         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21119         macros.
21120         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21121         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21122         macros.
21123         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21124         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21125         cleanup macros.
21126         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21127         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21128         cleanup macros.
21129         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21130         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21131         cleanup macros.
21132         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21133         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21134         macros.
21135         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21136         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21137         macros.
21138         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21139         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21140         macros.
21141         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21142         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21143         cleanup macros.
21144         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21145         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21146         cleanup macros.
21147         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21148         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21149         macros.
21150         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21151         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21152         cleanup macros.
21153         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21154         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21155         macros.
21156         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21157         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21158         macros.
21159         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21160         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21161         cleanup macros.
21162         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21164 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21166         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21167         to _sifields.sigfault.
21168         (si_addr_lsb): Define new macro.
21169         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21170         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21171         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21173 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21175         [BZ #15441]
21176         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21177         returns -1.
21178         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21179         null return -1.
21180         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21181         loading the domain.
21183 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21185         * math/gen-libm-test.pl (parse_args): Do not include expected
21186         result in test name.
21187         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21188         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21189         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21190         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21191         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21194 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21196         * benchtests/Makefile: Sort function entries.
21198         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21199         tanh, asinh, acosh, atanh.
21200         * benchtests/acos-inputs: New file.
21201         * benchtests/acosh-inputs: New file.
21202         * benchtests/asin-inputs: New file.
21203         * benchtests/asinh-inputs: New file.
21204         * benchtests/atanh-inputs: New file.
21205         * benchtests/cosh-inputs: New file.
21206         * benchtests/log-inputs: New file.
21207         * benchtests/sinh-inputs: New file.
21208         * benchtests/tanh-inputs: New file.
21210 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21212         [BZ #15339]
21213         * posix/tst-getaddrinfo4.c: New test.
21214         * posix/Makefile (tests): Add it.
21216 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21218         [BZ #15339]
21219         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21220         when no services were used.
21221         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21222         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21224 2013-05-21  Andreas Schwab  <schwab@suse.de>
21226         [BZ #15014]
21227         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21228         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21229         successful.
21230         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21231         redundant variable declarations and reallocation of buffer when
21232         parsing as IPv6 address.  Always set NSS status when called from
21233         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21234         buffer too small.  Correct computation of needed size.
21235         * nss/Makefile (tests): Add test-digits-dots.
21236         * nss/test-digits-dots.c: New test.
21238 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21240         * benchtests/Makefile: Remove instructions for adding
21241         benchmark tests.
21242         * benchtests/README: New file to explain how to execute and
21243         enhance the benchmark tests.
21245 2013-05-21  Andreas Schwab  <schwab@suse.de>
21247         [BZ #15493]
21248         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21249         * setjmp/tst-sigsetjmp.c: New test.
21251 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21253         * sysdeps/x86_64/memset.S (memset): New implementation.
21254         (__bzero): Likewise.
21255         (__memset_tail): New function.
21257 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21259         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21260         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21261         __memcpy_sse2_unaligned ifunc selection.
21262         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21263         Add memcpy-sse2-unaligned.S.
21264         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21265         Add: __memcpy_sse2_unaligned.
21267 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21269         [BZ #15490]
21270         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21271         math_force_eval before restoring floating-point envrionment.
21272         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21273         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21274         Likewise.
21275         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21276         <math_private.h>.
21277         (__nearbyintl): Use math_force_eval before restoring
21278         floating-point environment.
21279         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21281         * math/gen-libm-test.pl (special_functions): Remove.
21282         (parse_args): Don't handle TEST_extra.  Handle functions with no
21283         return value.
21284         * math/libm-test.inc (struct test_sincos_data): Replace with
21285         struct test_fFF_11_data.
21286         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21287         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21288         (sincos_test_data): Change element type to struct
21289         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21290         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21291         RUN_TEST_LOOP_sincos.
21292         * math/README.libm-test: Don't mention special handling of
21293         individual functions.
21294         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21295         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21296         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21297         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21298         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21301         * math/gen-libm-test.pl (get_variable): Remove function.
21302         (parse_args): Don't show pointer parameters to call in test
21303         names.  Use "extra output N" in test names for extra outputs
21304         rather than naming variables.
21306 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21308         [BZ #15488]
21309         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21310         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21311         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21312         double tests.
21313         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21314         disable.
21315         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21316         check_long_double.
21318         * math/gen-libm-test.pl (@tests): Remove variable.
21319         ($count): Likewise.
21320         (new_test): Remove function.
21321         (show_exceptions): New function.
21322         (special_functions): Use show_exceptions instead of new_test.
21323         (parse_args): Likewise.
21324         (generate_testfile): Pass only function name in generated call to
21325         print_max_error or print_complex_max_error.
21326         (get_ulps): Do not handle complex tests specially.
21327         (output_test): Rename to ...
21328         (get_all_ulps_for_test): ... this.  Return a string rather than
21329         printing to a file.  Require ulps to be present.
21330         (output_ulps): Generate arrays rather than #defines.
21331         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21332         (struct ulp_data): New type.
21333         (BUILD_COMPLEX_ULP): Remove macro.
21334         (compare_ulp_data): New function.
21335         (find_ulps): Likewise.
21336         (find_test_ulps): Likewise.
21337         (find_function_ulps): Likewise.
21338         (find_complex_function_ulps): Likewise.
21339         (print_max_error): Determine allowed ulps using
21340         find_function_ulps.
21341         (print_complex_max_error): Determine allowed ulps using
21342         find_complex_function_ulps.
21343         (check_float_internal): Determine max ulps using find_test_ulps.
21344         (check_float): Do not take max_ulp parameter.  Update call to
21345         check_float_internal.
21346         (check_complex): Likewise.
21347         (check_int): Do not take max_ulp parameter.
21348         (check_long): Likewise.
21349         (check_bool): Likewise.
21350         (check_longlong): Likewise.
21351         (struct test_f_f_data): Remove max_ulp field.
21352         (struct test_ff_f_data): Likewise.
21353         (struct test_ff_f_data_nexttoward): Likewise.
21354         (struct test_fi_f_data): Likewise.
21355         (struct test_fl_f_data): Likewise.
21356         (struct test_if_f_data): Likewise.
21357         (struct test_fff_f_data): Likewise.
21358         (struct test_c_f_data): Likewise.
21359         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21360         (struct test_fF_f1_data): Likewise.
21361         (struct test_ffI_f1_data): Likewise.
21362         (struct test_c_c_data): Remove max_ulp field.
21363         (struct test_cc_c_data): Likewise.
21364         (struct test_f_i_data): Likewise.
21365         (struct test_ff_i_data): Likewise.
21366         (struct test_f_l_data): Likewise.
21367         (struct test_f_L_data): Likewise.
21368         (struct test_sincos_data): Likewise.
21369         (RUN_TEST_f_f): Do not handle ulps.
21370         (RUN_TEST_LOOP_f_f): Likewise.
21371         (RUN_TEST_2_f): Likewise.
21372         (RUN_TEST_LOOP_2_f): Likewise.
21373         (RUN_TEST_fff_f): Likewise.
21374         (RUN_TEST_LOOP_fff_f): Likewise.
21375         (RUN_TEST_c_f): Likewise.
21376         (RUN_TEST_LOOP_c_f): Likewise.
21377         (RUN_TEST_f_f1): Likewise.
21378         (RUN_TEST_LOOP_f_f1): Likewise.
21379         (RUN_TEST_fF_f1): Likewise.
21380         (RUN_TEST_LOOP_fF_f1): Likewise.
21381         (RUN_TEST_fI_f1): Likewise.
21382         (RUN_TEST_LOOP_fI_f1): Likewise.
21383         (RUN_TEST_ffI_f1): Likewise.
21384         (RUN_TEST_LOOP_ffI_f1): Likewise.
21385         (RUN_TEST_c_c): Likewise.
21386         (RUN_TEST_LOOP_c_c): Likewise.
21387         (RUN_TEST_cc_c): Likewise.
21388         (RUN_TEST_LOOP_cc_c): Likewise.
21389         (RUN_TEST_f_i): Likewise.
21390         (RUN_TEST_LOOP_f_i): Likewise.
21391         (RUN_TEST_f_i_tg): Likewise.
21392         (RUN_TEST_LOOP_f_i_tg): Likewise.
21393         (RUN_TEST_ff_i_tg): Likewise.
21394         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21395         (RUN_TEST_f_b): Likewise.
21396         (RUN_TEST_LOOP_f_b): Likewise.
21397         (RUN_TEST_f_b_tg): Likewise.
21398         (RUN_TEST_LOOP_f_b_tg): Likewise.
21399         (RUN_TEST_f_l): Likewise.
21400         (RUN_TEST_LOOP_f_l): Likewise.
21401         (RUN_TEST_f_L): Likewise.
21402         (RUN_TEST_LOOP_f_L): Likewise.
21403         (RUN_TEST_sincos): Likewise.
21404         (RUN_TEST_LOOP_sincos): Likewise.
21406 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21408         [BZ #15480]
21409         [BZ #15485]
21410         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21411         main case of finite arguments, set rounding mode to FE_TONEAREST
21412         and discard exceptions.
21413         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21414         exceptions.
21415         (remainder_tonearest_test_data): New variable.
21416         (remainder_test_tonearest): New function.
21417         (remainder_towardzero_test_data): New variable.
21418         (remainder_test_towardzero): New function.
21419         (remainder_downward_test_data): New variable.
21420         (remainder_test_downward): New function.
21421         (remainder_upward_test_data): New variable.
21422         (remainder_test_upward): New function.
21423         (main): Call the new test functions.
21425         * math/libm-test.inc (struct test_f_f1_data): Remove field
21426         extra_init.
21427         (struct test_fF_f1_data): Likewise.
21428         (struct test_ffI_f1_data): Likewise.
21429         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21430         based on value of EXTRA_EXPECTED.
21431         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21432         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21433         EXTRA_VAR based on value of EXTRA_EXPECTED.
21434         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21435         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21436         EXTRA_VAR based on value of EXTRA_EXPECTED.
21437         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21438         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21439         EXTRA_VAR based on value of EXTRA_EXPECTED.
21440         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21441         * math/gen-libm-test.pl (parse_args): Don't output initializers
21442         for extra output values.
21444         * math/libm-test.inc (check_int): Expect result to be exactly
21445         equal to expected value and do not handle ulps.
21446         (check_long): Likewise.
21447         (check_longlong): Likewise.
21449         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21450         exceptions.
21451         (cimag_test_data): Likewise.
21452         (conj_test_data): Likewise.
21453         (copysign_test_data): Likewise.
21454         (cproj_test_data): Likewise.
21455         (creal_test_data): Likewise.
21456         (fabs_test_data): Likewise.
21457         (fdim_test_data): Likewise.
21458         (finite_test_data): Likewise.
21459         (floor_test_data): Likewise.
21460         (fmax_test_data): Likewise.
21461         (fmin_test_data): Likewise.
21462         (fmod_test_data): Likewise.
21463         (fpclassify_test_data): Likewise.
21464         (frexp_test_data): Likewise.
21465         (ilogb_test_data): Likewise.
21466         (isfinite_test_data): Likewise.
21467         (isgreater_test_data): Likewise.
21468         (isgreaterequal_test_data): Likewise.
21469         (isinf_test_data): Likewise.
21470         (isless_test_data): Likewise.
21471         (islessequal_test_data): Likewise.
21472         (islessgreater_test_data): Likewise.
21473         (isnan_test_data): Likewise.
21474         (isnormal_test_data): Likewise.
21475         (issignaling_test_data): Likewise.
21476         (isunordered_test_data): Likewise.
21477         (ldexp_test_data): Likewise.
21478         (lrint_test_data): Likewise.
21479         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21480         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21481         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21482         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21483         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21484         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21485         test input.
21486         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21487         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21488         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21489         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21490         that test input.
21491         (lrint_downward_test_data): Test for "inexact" exceptions.
21492         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21493         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21494         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21495         test input.
21496         (lrint_upward_test_data): Test for "inexact" exceptions.
21497         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21498         test input.
21499         (llrint_test_data): Test for "inexact" exceptions.
21500         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21501         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21502         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21503         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21504         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21505         (llrint_downward_test_data): Test for "inexact" exceptions.
21506         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21507         (llrint_upward_test_data): Test for "inexact" exceptions.
21508         (logb_test_data): Likewise.
21509         (logb_downward_test_data): Likewise.
21510         (nextafter_test_data): Likewise.
21511         (nexttoward_test_data): Likewise.
21512         (remainder_test_data): Likewise.
21513         (remquo_test_data): Likewise.
21514         (scalbn_test_data): Likewise.
21515         (scalbln_test_data): Likewise.
21516         (signbit_test_data): Likewise.
21517         (sqrt_test_data): Likewise.
21518         (significand_test_data): Likewise.
21520 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21522         [BZ #15424]
21523         * benchtests/bench-modf.c (struct args): Mark arg0 as
21524         volatile.
21525         * scripts/bench.pl: Mark members of struct args as volatile.
21527 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21529         [BZ # 15497]
21530         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21531         negative infinity on POWER6 or lower.
21532         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21534 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21536         [BZ #15442]
21537         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21538         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21539         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21540         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21541         (_FP_SETQNAN): New macro.
21542         (_FP_SETQNAN_SEMIRAW): Likewise.
21543         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21544         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21545         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21546         (FP_EXTEND): Use _FP_FRAC_SNANP.
21547         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21548         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21549         into account.
21550         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21551         New macro.
21552         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21553         Likewise.
21555 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21557         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21558         with DIVIDE_BY_ZERO_EXCEPTION.
21559         (gamma_test_data): Likewise.
21560         (lgamma_test_data): Likewise.
21561         (log_test_data): Likewise.
21562         (log10_test_data): Likewise.
21563         (log2_test_data): Likewise.
21564         (tgamma_test_data): Likewise.
21566         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21567         (acos_test_tonearest): Likewise.
21568         (acos_test_towardzero): Likewise.
21569         (acos_test_downward): Likewise.
21570         (acos_test_upward): Likewise.
21571         (acosh_test): Likewise.
21572         (asin_test): Likewise.
21573         (asin_test_tonearest): Likewise.
21574         (asin_test_towardzero): Likewise.
21575         (asin_test_downward): Likewise.
21576         (asin_test_upward): Likewise.
21577         (asinh_test): Likewise.
21578         (atan_test): Likewise.
21579         (atanh_test): Likewise.
21580         (atan2_test): Likewise.
21581         (cabs_test): Likewise.
21582         (cacos_test): Likewise.
21583         (cacosh_test): Likewise.
21584         (casin_test): Likewise.
21585         (casinh_test): Likewise.
21586         (catan_test): Likewise.
21587         (catanh_test): Likewise.
21588         (cbrt_test): Likewise.
21589         (ccos_test): Likewise.
21590         (ccosh_test): Likewise.
21591         (cexp_test): Likewise.
21592         (clog_test): Likewise.
21593         (clog10_test): Likewise.
21594         (cos_test): Likewise.
21595         (cos_test_tonearest): Likewise.
21596         (cos_test_towardzero): Likewise.
21597         (cos_test_downward): Likewise.
21598         (cos_test_upward): Likewise.
21599         (cosh_test): Likewise.
21600         (cosh_test_tonearest): Likewise.
21601         (cosh_test_towardzero): Likewise.
21602         (cosh_test_downward): Likewise.
21603         (cosh_test_upward): Likewise.
21604         (cpow_test): Likewise.
21605         (csin_test): Likewise.
21606         (csinh_test): Likewise.
21607         (csqrt_test): Likewise.
21608         (ctan_test): Likewise.
21609         (ctan_test_tonearest): Likewise.
21610         (ctan_test_towardzero): Likewise.
21611         (ctan_test_downward): Likewise.
21612         (ctan_test_upward): Likewise.
21613         (ctanh_test): Likewise.
21614         (ctanh_test_tonearest): Likewise.
21615         (ctanh_test_towardzero): Likewise.
21616         (ctanh_test_downward): Likewise.
21617         (ctanh_test_upward): Likewise.
21618         (erf_test): Likewise.
21619         (erfc_test): Likewise.
21620         (exp_test): Likewise.
21621         (exp_test_tonearest): Likewise.
21622         (exp_test_towardzero): Likewise.
21623         (exp_test_downward): Likewise.
21624         (exp_test_upward): Likewise.
21625         (exp10_test): Likewise.
21626         (exp2_test): Likewise.
21627         (expm1_test): Likewise.
21628         (fmod_test): Likewise.
21629         (gamma_test): Likewise.
21630         (hypot_test): Likewise.
21631         (j0_test): Likewise.
21632         (j1_test): Likewise.
21633         (jn_test): Likewise.
21634         (lgamma_test): Likewise.
21635         (log_test): Likewise.
21636         (log10_test): Likewise.
21637         (log1p_test): Likewise.
21638         (log2_test): Likewise.
21639         (logb_test_downward): Likewise.
21640         (pow_test): Likewise.
21641         (pow_test_tonearest): Likewise.
21642         (pow_test_towardzero): Likewise.
21643         (pow_test_downward): Likewise.
21644         (pow_test_upward): Likewise.
21645         (remainder_test): Likewise.
21646         (remquo_test): Likewise.
21647         (sin_test): Likewise.
21648         (sin_test_tonearest): Likewise.
21649         (sin_test_towardzero): Likewise.
21650         (sin_test_downward): Likewise.
21651         (sin_test_upward): Likewise.
21652         (sincos_test): Likewise.
21653         (sinh_test): Likewise.
21654         (sinh_test_tonearest): Likewise.
21655         (sinh_test_towardzero): Likewise.
21656         (sinh_test_downward): Likewise.
21657         (sinh_test_upward): Likewise.
21658         (sqrt_test): Likewise.
21659         (tan_test): Likewise.
21660         (tan_test_tonearest): Likewise.
21661         (tan_test_towardzero): Likewise.
21662         (tan_test_downward): Likewise.
21663         (tan_test_upward): Likewise.
21664         (tanh_test): Likewise.
21665         (tgamma_test): Likewise.
21666         (y0_test): Likewise.
21667         (y1_test): Likewise.
21668         (yn_test): Likewise.
21670         * math/gen-libm-test.pl (adjust_arg): Remove function.
21671         (special_function): Remove argument $in_func.  Only handle
21672         generating output for tables of tests, not inside functions.
21673         (parse_args): Likewise.
21674         (generate_testfile): Remove variable $in_func.  Update call to
21675         parse_args.
21676         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21677         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21678         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21679         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21680         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21681         (MAX_VALUE_INIT): Rename macro to max_value.
21682         (MIN_VALUE_INIT): Rename macro to min_value.
21683         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21684         (plus_zero): Remove variable.
21685         (minus_zero): Likewise.
21686         (plus_infty): Likewise.
21687         (minus_infty): Likewise.
21688         (qnan_value): Likewise.
21689         (max_value): Likewise.
21690         (min_value): Likewise.
21691         (min_subnorm_value): Likewise.
21693 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21695         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21696         uint64_t or uint32_t usage.
21697         * crypt/sha256-block.c: Likewise.
21698         * crypt/sha256-crypt.c: Likewise.
21699         * crypt/sha256.c: Likewise.
21700         * crypt/sha512-block.c: Likewise.
21701         * crypt/sha512-crypt.c: Likewise.
21702         * crypt/sha512.c: Likewise.
21703         * debug/backtrace-tst.c: Likewise.
21704         * debug/pcprofiledump.c: Likewise.
21705         * elf/cache.c: Likewise.
21706         * elf/dl-cache.c: Likewise.
21707         * elf/dl-misc.c: Likewise.
21708         * elf/dl-profile.c: Likewise.
21709         * elf/dl-support.c: Likewise.
21710         * elf/ldconfig.c: Likewise.
21711         * elf/sprof.c: Likewise.
21712         * iconv/dummy-repertoire.c: Likewise.
21713         * iconv/iconv_charmap.c: Likewise.
21714         * iconv/skeleton.c: Likewise.
21715         * iconvdata/8bit-generic.c: Likewise.
21716         * iconvdata/cp737.h: Likewise.
21717         * iconvdata/cp775.h: Likewise.
21718         * iconvdata/ibm1008.h: Likewise.
21719         * iconvdata/ibm1025.h: Likewise.
21720         * iconvdata/ibm1046.h: Likewise.
21721         * iconvdata/ibm1097.h: Likewise.
21722         * iconvdata/ibm1112.h: Likewise.
21723         * iconvdata/ibm1122.h: Likewise.
21724         * iconvdata/ibm1123.h: Likewise.
21725         * iconvdata/ibm1124.h: Likewise.
21726         * iconvdata/ibm1129.h: Likewise.
21727         * iconvdata/ibm1130.h: Likewise.
21728         * iconvdata/ibm1132.h: Likewise.
21729         * iconvdata/ibm1133.h: Likewise.
21730         * iconvdata/ibm1137.h: Likewise.
21731         * iconvdata/ibm1140.h: Likewise.
21732         * iconvdata/ibm1141.h: Likewise.
21733         * iconvdata/ibm1142.h: Likewise.
21734         * iconvdata/ibm1143.h: Likewise.
21735         * iconvdata/ibm1144.h: Likewise.
21736         * iconvdata/ibm1145.h: Likewise.
21737         * iconvdata/ibm1146.h: Likewise.
21738         * iconvdata/ibm1147.h: Likewise.
21739         * iconvdata/ibm1148.h: Likewise.
21740         * iconvdata/ibm1149.h: Likewise.
21741         * iconvdata/ibm1153.h: Likewise.
21742         * iconvdata/ibm1154.h: Likewise.
21743         * iconvdata/ibm1155.h: Likewise.
21744         * iconvdata/ibm1156.h: Likewise.
21745         * iconvdata/ibm1157.h: Likewise.
21746         * iconvdata/ibm1158.h: Likewise.
21747         * iconvdata/ibm1160.h: Likewise.
21748         * iconvdata/ibm1161.h: Likewise.
21749         * iconvdata/ibm1162.h: Likewise.
21750         * iconvdata/ibm1163.h: Likewise.
21751         * iconvdata/ibm1164.h: Likewise.
21752         * iconvdata/ibm1166.h: Likewise.
21753         * iconvdata/ibm1167.h: Likewise.
21754         * iconvdata/ibm12712.h: Likewise.
21755         * iconvdata/ibm1390.h: Likewise.
21756         * iconvdata/ibm1399.h: Likewise.
21757         * iconvdata/ibm16804.h: Likewise.
21758         * iconvdata/ibm4517.h: Likewise.
21759         * iconvdata/ibm4899.h: Likewise.
21760         * iconvdata/ibm4909.h: Likewise.
21761         * iconvdata/ibm4971.h: Likewise.
21762         * iconvdata/ibm5347.h: Likewise.
21763         * iconvdata/ibm803.h: Likewise.
21764         * iconvdata/ibm856.h: Likewise.
21765         * iconvdata/ibm901.h: Likewise.
21766         * iconvdata/ibm902.h: Likewise.
21767         * iconvdata/ibm9030.h: Likewise.
21768         * iconvdata/ibm9066.h: Likewise.
21769         * iconvdata/ibm921.h: Likewise.
21770         * iconvdata/ibm922.h: Likewise.
21771         * iconvdata/ibm9448.h: Likewise.
21772         * iconvdata/isiri-3342.h: Likewise.
21773         * iconvdata/jis0201.h: Likewise.
21774         * include/link.h: Likewise.
21775         * include/netdb.h: Likewise.
21776         * inet/check_native.c: Likewise.
21777         * inet/check_pf.c: Likewise.
21778         * inet/getipv4sourcefilter.c: Likewise.
21779         * inet/getnameinfo.c: Likewise.
21780         * inet/getsourcefilter.c: Likewise.
21781         * inet/htonl.c: Likewise.
21782         * inet/setipv4sourcefilter.c: Likewise.
21783         * inet/setsourcefilter.c: Likewise.
21784         * inet/test-inet6_opt.c: Likewise.
21785         * inet/tst-network.c: Likewise.
21786         * locale/C-collate.c: Likewise.
21787         * locale/C-ctype.c: Likewise.
21788         * locale/C-time.c: Likewise.
21789         * locale/C-translit.h: Likewise.
21790         * locale/loadarchive.c: Likewise.
21791         * locale/programs/3level.h: Likewise.
21792         * locale/programs/charmap.c: Likewise.
21793         * locale/programs/charmap.h: Likewise.
21794         * locale/programs/ld-address.c: Likewise.
21795         * locale/programs/ld-collate.c: Likewise.
21796         * locale/programs/ld-ctype.c: Likewise.
21797         * locale/programs/ld-identification.c: Likewise.
21798         * locale/programs/ld-measurement.c: Likewise.
21799         * locale/programs/ld-messages.c: Likewise.
21800         * locale/programs/ld-monetary.c: Likewise.
21801         * locale/programs/ld-name.c: Likewise.
21802         * locale/programs/ld-numeric.c: Likewise.
21803         * locale/programs/ld-paper.c: Likewise.
21804         * locale/programs/ld-telephone.c: Likewise.
21805         * locale/programs/ld-time.c: Likewise.
21806         * locale/programs/linereader.c: Likewise.
21807         * locale/programs/locale.c: Likewise.
21808         * locale/programs/locarchive.c: Likewise.
21809         * locale/programs/locfile.h: Likewise.
21810         * locale/programs/repertoire.c: Likewise.
21811         * locale/programs/simple-hash.c: Likewise.
21812         * locale/programs/simple-hash.h: Likewise.
21813         * malloc/memusage.c: Likewise.
21814         * malloc/memusagestat.c: Likewise.
21815         * nis/nis_defaults.c: Likewise.
21816         * nis/nis_hash.c: Likewise.
21817         * nis/nis_print.c: Likewise.
21818         * nis/nis_xdr.c: Likewise.
21819         * nscd/connections.c: Likewise.
21820         * nscd/hstcache.c: Likewise.
21821         * nscd/nscd_gethst_r.c: Likewise.
21822         * nscd/nscd_getserv_r.c: Likewise.
21823         * nscd/nscd_helper.c: Likewise.
21824         * nscd/servicescache.c: Likewise.
21825         * nss/makedb.c: Likewise.
21826         * nss/nss_db/db-XXX.c: Likewise.
21827         * nss/nss_db/db-initgroups.c: Likewise.
21828         * nss/nss_db/db-netgrp.c: Likewise.
21829         * nss/nss_files/files-network.c: Likewise.
21830         * nss/nss_files/files-parse.c: Likewise.
21831         * posix/bug-regex5.c: Likewise.
21832         * posix/fnmatch_loop.c: Likewise.
21833         * posix/regcomp.c: Likewise.
21834         * posix/regexec.c: Likewise.
21835         * posix/tst-rfc3484-2.c: Likewise.
21836         * posix/tst-rfc3484-3.c: Likewise.
21837         * posix/tst-rfc3484.c: Likewise.
21838         * resolv/nss_dns/dns-canon.c: Likewise.
21839         * resolv/nss_dns/dns-network.c: Likewise.
21840         * resolv/res_init.c: Likewise.
21841         * resolv/res_mkquery.c: Likewise.
21842         * resolv/tst-aton.c: Likewise.
21843         * stdlib/cxa_atexit.c: Likewise.
21844         * stdlib/cxa_finalize.c: Likewise.
21845         * stdlib/gen-fpioconst.c: Likewise.
21846         * stdlib/strtol_l.c: Likewise.
21847         * string/tst-endian.c: Likewise.
21848         * sunrpc/auth_des.c: Likewise.
21849         * sunrpc/clnt_udp.c: Likewise.
21850         * sunrpc/rtime.c: Likewise.
21851         * sunrpc/svcauth_des.c: Likewise.
21852         * sunrpc/xdr.c: Likewise.
21853         * sunrpc/xdr_intXX_t.c: Likewise.
21854         * sunrpc/xdr_rec.c: Likewise.
21855         * sysdeps/generic/ldconfig.h: Likewise.
21856         * sysdeps/generic/ldsodefs.h: Likewise.
21857         * sysdeps/generic/memusage.h: Likewise.
21858         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21859         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21860         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21861         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21862         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21863         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21864         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21865         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21866         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21867         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21868         * sysdeps/posix/getaddrinfo.c: Likewise.
21869         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21870         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21871         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21872         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21873         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21874         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21875         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21876         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21877         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21878         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21879         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21880         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21881         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21882         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21883         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21884         * sysdeps/x86_64/dl-tls.h: Likewise.
21885         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21886         * time/alt_digit.c: Likewise.
21887         * time/era.c: Likewise.
21888         * wcsmbs/tst-c16c32-1.c: Likewise.
21890 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21892         * math/libm-test.inc (struct test_sincos_data): New type.
21893         (RUN_TEST_LOOP_sincos): New macro.
21894         (sincos_test_data): New variable.
21895         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21897 2013-05-16  Richard Henderson  <rth@redhat.com>
21899         * math/atest-exp2.c (LIMB64): New macro.
21900         (CONSTSZ): New macro.
21901         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21902         (hexdig): Move ...
21903         (print_mpn_fp): ... to function scope.
21904         (read_mpn_hex): Remove.
21905         (get_log2): Remove.
21906         (exp2_mpn): Use mp_log2.
21907         (main): Use mp_exp1.
21909 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21911         * math/libm-test.inc: Remove comment about not testing "inexact"
21912         exceptions.
21913         (INEXACT_EXCEPTION): New macro.
21914         (NO_INEXACT_EXCEPTION): Likewise.
21915         (INVALID_EXCEPTION_OK): Update value.
21916         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21917         (OVERFLOW_EXCEPTION_OK): Likewise.
21918         (UNDERFLOW_EXCEPTION_OK): Likewise.
21919         (IGNORE_ZERO_INF_SIGN): Likewise.
21920         (ERRNO_UNCHANGED): Likewise.
21921         (ERRNO_EDOM): Likewise.
21922         (ERRNO_ERANGE): Likewise.
21923         (test_exceptions): Handle testing "inexact" exceptions.
21924         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21925         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21926         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21927         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21928         INEXACT_EXCEPTION.
21929         (rint_towardzero_test_data): Likewise.
21930         (rint_downward_test_data): Likewise.
21931         (rint_upward_test_data): Likewise.
21933         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21934         with OVERFLOW_EXCEPTION.
21935         (exp10_test_data): Likewise.
21936         (exp2_test_data): Likewise.
21937         (expm1_test_data): Likewise.
21938         (lgamma_test_data): Likewise.
21939         (pow_test_data): Likewise.
21940         (tgamma_test_data): Likewise.
21941         (yn_test_data): Remove duplicate test of overflow.
21943         * math/libm-test.inc (struct test_cc_c_data): New type.
21944         (RUN_TEST_LOOP_cc_c): New macro.
21945         (cpow_test_data): New variable.
21946         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21948         * math/libm-test.inc (struct test_f_L_data): New type.
21949         (RUN_TEST_LOOP_f_L): New macro.
21950         (llrint_test_data): New variable.
21951         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21952         (llrint_tonearest_test_data): New variable.
21953         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21954         (llrint_towardzero_test_data): New variable.
21955         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21956         (llrint_downward_test_data): New variable.
21957         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21958         (llrint_upward_test_data): New variable.
21959         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21960         (llround_test_data): New variable.
21961         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21963 2013-05-13  Peter Collingbourne  <pcc@google.com>
21965         * math/atest-exp2.c (get_log2): Remove const attribute.
21967 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21969         * math/libm-test.inc (struct test_f_l_data): New type.
21970         (RUN_TEST_LOOP_f_l): New macro.
21971         (lrint_test_data): New variable.
21972         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21973         (lrint_tonearest_test_data): New variable.
21974         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21975         (lrint_towardzero_test_data): New variable.
21976         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21977         (lrint_downward_test_data): New variable.
21978         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21979         (lrint_upward_test_data): New variable.
21980         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21981         (lround_test_data): New variable.
21982         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21984 2013-05-15  Peter Collingbourne  <pcc@google.com>
21986         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21987         (EXTRACT_WORDS64) Use where appropriate.
21988         (INSERT_WORDS64) Likewise.
21990         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21991         constraints with x constraints.
21992         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21994         * malloc/obstack.c (_obstack_compat): Add initializer.
21996 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21998         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21999         si_trapno and add si_addr_lsb to _sifields.sigfault.
22000         (si_trapno): Remove macro.
22001         (si_addr_lsb): Define new macro.
22002         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22004 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22006         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22007         instead of TEST_f_l.
22008         (llrint_test_tonearest): Likewise.
22009         (llrint_test_towardzero): Likewise.
22010         (llrint_test_downward): Likewise.
22011         (llrint_test_upward): Likewise.
22012         (llround_test): Likewise.
22014         * math/libm-test.inc (struct test_f_i_data): Add comment.
22015         (RUN_TEST_LOOP_f_b): New macro.
22016         (RUN_TEST_LOOP_f_b_tg): Likewise.
22017         (finite_test_data): New variable.
22018         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22019         (isfinite_test_data): New variable.
22020         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22021         (isinf_test_data): New variable.
22022         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22023         (isnan_test_data): New variable.
22024         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22025         (isnormal_test_data): New variable.
22026         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22027         (issignaling_test_data): New variable.
22028         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22029         (signbit_test_data): New variable.
22030         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22032         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22033         with INVALID_EXCEPTION.
22034         (acosh_test_data): Likewise.
22035         (asin_test_data): Likewise.
22036         (atanh_test_data): Likewise.
22037         (fmod_test_data): Likewise.
22038         (log_test_data): Likewise.
22039         (log10_test_data): Likewise.
22040         (log2_test_data): Likewise.
22041         (pow_test_data): Likewise.
22042         (sqrt_test_data): Likewise.
22043         (y0_test_data): Likewise.
22044         (y1_test_data): Likewise.
22045         (yn_test_data): Likewise.
22047         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22048         function contents.
22050         * math/libm-test.inc (struct test_ff_i_data): New type.
22051         (RUN_TEST_LOOP_ff_i_tg): New macro.
22052         (isgreater_test_data): New variable.
22053         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22054         (isgreaterequal_test_data): New variable.
22055         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22056         (isless_test_data): New variable.
22057         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22058         (islessequal_test_data): New variable.
22059         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22060         (islessgreater_test_data): New variable.
22061         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22062         (isunordered_test_data): New variable.
22063         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22065 2013-05-14  David S. Miller  <davem@davemloft.net>
22067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22069 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22071         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22073         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22074         extra_test to int.
22075         (struct test_f_i_data): Change type of max_ulp to int.
22077         * math/libm-test.inc (test_ffI_f1_data): New type.
22078         (RUN_TEST_LOOP_ffI_f1): New macro.
22079         (remquo_test_data): New variable.
22080         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22082         * setjmp/tst-setjmp-fp.c: New file.
22083         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22084         (link-libm): New variable.
22085         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22087         * math/libm-test.inc (struct test_f_i_data): New type.
22088         (RUN_TEST_LOOP_f_i): New macro.
22089         (RUN_TEST_LOOP_f_i_tg): Likewise.
22090         (fpclassify_test_data): New variable.
22091         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22092         (ilogb_test_data): New variable.
22093         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22095         * math/libm-test.inc (scalbln_test): Correct function name in END
22096         call.
22098         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22099         (RUN_TEST_LOOP_fI_f1): New macro.
22100         (frexp_test_data): New variable.
22101         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22103         * math/libm-test.inc (struct test_fF_f1_data): New type.
22104         (RUN_TEST_LOOP_fF_f1): New macro.
22105         (modf_test_data): New variable.
22106         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22108         * math/libm-test.inc (struct test_f_f1_data): New type.
22109         (RUN_TEST_LOOP_f_f1): New macro.
22110         (gamma_test_data): New variable.
22111         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22112         (lgamma_test_data): New variable.
22113         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22115 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22117         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22118         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22119         (main): Comment "tls" pseudo-hwcap.
22121 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22123         * math/libm-test.inc (struct test_fl_f_data): New type.
22124         (RUN_TEST_LOOP_fl_f): New variable.
22125         (scalbln_test_data): New variable.
22126         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22128         * math/libm-test.inc (struct test_fi_f_data): New type.
22129         (RUN_TEST_LOOP_fi_f): New macro.
22130         (ldexp_test_data): New variable.
22131         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22132         (scalbn_test_data): New variable.
22133         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22135         * math/libm-test.inc (struct test_c_f_data): New type.
22136         (RUN_TEST_LOOP_c_f): New macro.
22137         (cabs_test_data): New variable.
22138         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22139         (carg_test_data): New variable.
22140         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22141         (cimag_test_data): New variable.
22142         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22143         (creal_test_data): New variable.
22144         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22146         * math/libm-test.inc (struct test_if_f_data): New type.
22147         (RUN_TEST_LOOP_if_f): New macro.
22148         (jn_test_data): New variable.
22149         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22150         (yn_test_data): New variable.
22151         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22153         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22155 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22157         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22158         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22160 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22162         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22163         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22164         (bench-deps): Add bench-timing.h.
22165         * benchtests-bench-skeleton.c: Include bench-timing.h.
22166         (main): Use TIMING_* macros instead of clock_gettime.
22167         * benchtests/bench-timing.h: New file.
22169         [BZ #14582]
22170         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22171         Renamed from _LIB_VERSION.
22172         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22174 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22176         * math/libm-test.inc (struct test_fff_f_data): New type.
22177         (RUN_TEST_LOOP_fff_f): New macro.
22178         (fma_test_data): New variable.
22179         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22180         (fma_towardzero_test_data): New variable.
22181         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22182         (fma_downward_test_data): New variable.
22183         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22184         (fma_upward_test_data): New variable.
22185         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22187         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22188         (struct test_c_c_data): New type.
22189         (RUN_TEST_LOOP_c_c): New macro.
22190         (cacos_test_data): New variable.
22191         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22192         (cacosh_test_data): New variable.
22193         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22194         (casin_test_data): New variable.
22195         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22196         (casinh_test_data): New variable.
22197         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22198         (catan_test_data): New variable.
22199         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22200         (catanh_test_data): New variable.
22201         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22202         (ccos_test_data): New variable.
22203         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22204         (ccosh_test_data): New variable.
22205         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22206         (cexp_test_data): New variable.
22207         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22208         (clog_test_data): New variable.
22209         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22210         (clog10_test_data): New variable.
22211         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22212         (conj_test_data): New variable.
22213         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22214         (cproj_test_data): New variable.
22215         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22216         (csin_test_data): New variable.
22217         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22218         (csinh_test_data): New variable.
22219         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22220         (csqrt_test_data): New variable.
22221         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22222         (ctan_test_data): New variable.
22223         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22224         (ctan_tonearest_test_data): New variable.
22225         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22226         (ctan_towardzero_test_data): New variable.
22227         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22228         (ctan_downward_test_data): New variable.
22229         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22230         (ctan_upward_test_data): New variable.
22231         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22232         (ctanh_test_data): New variable.
22233         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22234         (ctanh_tonearest_test_data): New variable.
22235         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22236         (ctanh_towardzero_test_data): New variable.
22237         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22238         (ctanh_downward_test_data): New variable.
22239         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22240         (ctanh_upward_test_data): New variable.
22241         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22242         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22243         of BUILD_COMPLEX.
22245         * math/libm-test.inc (struct test_ff_f_data): New type.
22246         (struct test_ff_f_data_nexttoward): Likewise.
22247         (RUN_TEST_LOOP_2_f): New macro.
22248         (RUN_TEST_LOOP_ff_f): Likewise.
22249         (atan2_test_data): New variable.
22250         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22251         (copysign_test_data): New variable.
22252         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22253         (fdim_test_data): New variable.
22254         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22255         (fmax_test_data): New variable.
22256         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22257         (fmin_test_data): New variable.
22258         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22259         (fmod_test_data): New variable.
22260         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22261         (hypot_test_data): New variable.
22262         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22263         (nextafter_test_data): New variable.
22264         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22265         (nexttoward_test_data): New variable.
22266         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22267         (pow_test_data): New variable.
22268         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22269         (pow_tonearest_test_data): New variable.
22270         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22271         (pow_towardzero_test_data): New variable.
22272         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22273         (pow_downward_test_data): New variable.
22274         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22275         (pow_upward_test_data): New variable.
22276         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22277         (remainder_test_data): New variable.
22278         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22279         (scalb_test_data): New variable.
22280         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22281         * sysdeps/i386/fpu/libm-test-ulps: Update.
22283 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22285         * math/libm-test.inc (fma_test): Use max_value instead of local
22286         variable fltmax.
22287         (nextafter_test): Likewise.
22289         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22290         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22291         (acos_downward_test_data): New variable.
22292         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22293         (acos_upward_test_data): New variable.
22294         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22295         (acosh_test_data): New variable.
22296         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22297         (asin_test_data): New variable.
22298         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22299         (asin_tonearest_test_data): New variable.
22300         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22301         (asin_towardzero_test_data): New variable.
22302         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22303         (asin_downward_test_data): New variable.
22304         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22305         (asin_upward_test_data): New variable.
22306         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22307         (asinh_test_data): New variable.
22308         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22309         (atan_test_data): New variable.
22310         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22311         (atanh_test_data): New variable.
22312         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22313         (cbrt_test_data): New variable.
22314         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22315         (ceil_test_data): New variable.
22316         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22317         (cos_test_data): New variable.
22318         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22319         (cos_tonearest_test_data): New variable.
22320         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22321         (cos_towardzero_test_data): New variable.
22322         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22323         (cos_downward_test_data): New variable.
22324         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22325         (cos_upward_test_data): New variable.
22326         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22327         (cosh_test_data): New variable.
22328         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22329         (cosh_tonearest_test_data): New variable.
22330         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22331         (cosh_towardzero_test_data): New variable.
22332         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22333         (cosh_downward_test_data): New variable.
22334         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22335         (cosh_upward_test_data): New variable.
22336         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22337         (erf_test_data): New variable.
22338         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22339         (erfc_test_data): New variable.
22340         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22341         (exp_test_data): New variable.
22342         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22343         (exp_tonearest_test_data): New variable.
22344         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22345         (exp_towardzero_test_data): New variable.
22346         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22347         (exp_downward_test_data): New variable.
22348         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22349         (exp_upward_test_data): New variable.
22350         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22351         (exp10_test_data): New variable.
22352         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22353         (exp2_test_data): New variable.
22354         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22355         (expm1_test_data): New variable.
22356         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22357         (fabs_test_data): New variable.
22358         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22359         (floor_test_data): New variable.
22360         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22361         (j0_test_data): New variable.
22362         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22363         (j1_test_data): New variable.
22364         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22365         (log_test_data): New variable.
22366         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22367         (log10_test_data): New variable.
22368         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22369         (log1p_test_data): New variable.
22370         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22371         (log2_test_data): New variable.
22372         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22373         (logb_test_data): New variable.
22374         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22375         (logb_downward_test_data): New variable.
22376         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22377         (nearbyint_test_data): New variable.
22378         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22379         (rint_test_data): New variable.
22380         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22381         (rint_tonearest_test_data): New variable.
22382         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22383         (rint_towardzero_test_data): New variable.
22384         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22385         (rint_downward_test_data): New variable.
22386         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22387         (rint_upward_test_data): New variable.
22388         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22389         (round_test_data): New variable.
22390         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22391         (sin_test_data): New variable.
22392         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22393         (sin_tonearest_test_data): New variable.
22394         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22395         (sin_towardzero_test_data): New variable.
22396         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22397         (sin_downward_test_data): New variable.
22398         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22399         (sin_upward_test_data): New variable.
22400         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22401         (sinh_test_data): New variable.
22402         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22403         (sinh_tonearest_test_data): New variable.
22404         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22405         (sinh_towardzero_test_data): New variable.
22406         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22407         (sinh_downward_test_data): New variable.
22408         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22409         (sinh_upward_test_data): New variable.
22410         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22411         (sqrt_test_data): New variable.
22412         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22413         (tan_test_data): New variable.
22414         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22415         (tan_tonearest_test_data): New variable.
22416         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22417         (tan_towardzero_test_data): New variable.
22418         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22419         (tan_downward_test_data): New variable.
22420         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22421         (tan_upward_test_data): New variable.
22422         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22423         (tanh_test_data): New variable.
22424         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22425         (tgamma_test_data): New variable.
22426         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22427         (trunc_test_data): New variable.
22428         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22429         (y0_test_data): New variable.
22430         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22431         (y1_test_data): New variable.
22432         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22433         (significand_test_data): New variable.
22434         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22436 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22438         [BZ #12387]
22439         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22441 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22443         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22445 2013-05-10  Andreas Jaeger  <aj@suse.de>
22447         [BZ #15448]
22448         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22449         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22451 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22453         * math/gen-libm-test.pl (adjust_arg): New function.
22454         (special_functions): Handle generating output in both functions
22455         and arrays.
22456         (parse_args): Likewise.
22457         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22458         $in_func argument to parse_args.
22459         * math/libm-test.inc (struct test_f_f_data): New type.
22460         (IF_ROUND_INIT_): New macro.
22461         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22462         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22463         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22464         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22465         (ROUND_RESTORE_): Likewise.
22466         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22467         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22468         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22469         (ROUND_RESTORE_FE_UPWARD): Likewise.
22470         (RUN_TEST_LOOP_f_f): New macro.
22471         (acos_test_data): New variable.
22472         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22473         (acos_tonearest_test_data): New variable.
22474         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22476 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22478         * benchtests/bench-skeleton.c (startup): Fix coding style.
22480 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22482         [BZ #6809]
22483         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22484         negative infinity argument.
22485         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22486         negative infinity argument.
22487         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22488         negative infinity argument.
22489         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22490         domain errors.
22492 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22494         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22495         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22496         * iconv/iconv_prog.c (main): Likewise.
22497         * locale/programs/charmap-dir.c (charmap_readdir)
22498         (fopen_uncompressed): Likewise.
22499         * locale/programs/locfile.c (siblings_uncached)
22500         (write_locale_data): Use lstat64 instead of lstat.
22501         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22502         stat.
22504 2013-05-10  Andreas Jaeger  <aj@suse.de>
22506         [BZ #15395]
22507         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22508         localization.
22509         Include <locale.h>.
22511 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22513         * elf/dl-close.c (_dl_close_worker): Add comments.
22515 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22517         [BZ #15359]
22518         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22519         high part of pi/2.
22520         (__ieee754_rem_pio2l): Update comments.
22522         [BZ #15429]
22523         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22524         high part of pi/2.
22525         (__ieee754_rem_pio2l): Update comments.
22527         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22528         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22530         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22531         M_PI_4l.
22533         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22534         (M_PI_34_LOG10El): Likewise.
22535         (M_PI2_LOG10El): Likewise.
22536         (M_PI4_LOG10El): Likewise.
22537         (M_PI_LOG10El): Likewise.
22539 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22541         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22543 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22545         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22546         (MINUS_ZERO_INIT): Likewise.
22547         (PLUS_INFTY_INIT): Likewise.
22548         (MINUS_INFTY_INIT): Likewise.
22549         (QNAN_VALUE_INIT): Likewise.
22550         (MAX_VALUE_INIT): Likewise.
22551         (MIN_VALUE_INIT): Likewise.
22552         (MIN_SUBNORM_VALUE_INIT): Likewise.
22553         (plus_zero): Initialize with PLUS_ZERO_INIT.
22554         (minus_zero): Initialize with MINUS_ZERO_INIT.
22555         (plus_infty): Initialize with PLUS_INFTY_INIT.
22556         (minus_infty): Initialize with MINUS_INFTY_INIT.
22557         (qnan_value): Initialize with QNAN_VALUE_INIT.
22558         (max_value): Initialize with MAX_VALUE_INIT.
22559         (min_value): Initialize with MIN_VALUE_INIT.
22560         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22562         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22563         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22564         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22565         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22567         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22568         (RUN_TEST_2_f): Likewise.
22569         (RUN_TEST_ff_f): Likewise.
22570         (RUN_TEST_fi_f): Likewise.
22571         (RUN_TEST_fl_f): Likewise.
22572         (RUN_TEST_fff_f): Likewise.
22573         (RUN_TEST_c_f): Likewise.
22574         (RUN_TEST_f_f1): Likewise.
22575         (RUN_TEST_fF_f1): Likewise.
22576         (RUN_TEST_fI_f1): Likewise.
22577         (RUN_TEST_ffI_f1): Likewise.
22578         (RUN_TEST_c_c): Likewise.
22579         (RUN_TEST_cc_c): Likewise.
22580         (RUN_TEST_f_i): Likewise.
22581         (RUN_TEST_f_i_tg): Likewise.
22582         (RUN_TEST_ff_i_tg): Likewise.
22583         (RUN_TEST_f_b): Likewise.
22584         (RUN_TEST_f_b_tg): Likewise.
22585         (RUN_TEST_f_l): Likewise.
22586         (RUN_TEST_f_L): Likewise.
22587         (RUN_TEST_sincos): Likewise.
22588         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22589         whether to show exceptions.  Do not include ");\n" in return
22590         value.
22591         (special_functions): Output call to RUN_TEST_sincos instead of
22592         check_float calls.  Update calls to new_test.
22593         (parse_args): Output call to single RUN_TEST_* macro instead of
22594         check_* calls and other assignments.  Update calls to new_test.
22596         [BZ #2546]
22597         [BZ #2560]
22598         [BZ #5159]
22599         [BZ #15426]
22600         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22601         input to result for tgamma overflow.
22602         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22603         (gamma_coeff): New variable.
22604         (NCOEFF): New macro.
22605         (gamma_positive): New function.
22606         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22607         underflow here.  Use gamma_positive instead of exp (lgamma) for
22608         other arguments.
22609         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22610         (gamma_coeff): New variable.
22611         (NCOEFF): New macro.
22612         (gammaf_positive): New function.
22613         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22614         underflow here.  Use gamma_positive instead of exp (lgamma) for
22615         other arguments.
22616         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22617         (gamma_coeff): New variable.
22618         (NCOEFF): New macro.
22619         (gammal_positive): New function.
22620         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22621         underflow here.  Use gamma_positive instead of exp (lgamma) for
22622         other arguments.
22623         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22624         (gamma_coeff): New variable.
22625         (NCOEFF): New macro.
22626         (gammal_positive): New function.
22627         (__ieee754_gammal_r): Handle positive infinity, overflow and
22628         underflow here.  Handle NaN the same as positive infinity.  Remove
22629         check x < 0xffffffff for negative integers.  Use gamma_positive
22630         instead of exp (lgamma) for other arguments.
22631         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22632         (gamma_coeff): New variable.
22633         (NCOEFF): New macro.
22634         (gammal_positive): New function.
22635         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22636         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22637         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22638         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22639         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22640         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22641         * sysdeps/generic/math_private.h (__gamma_productf): New
22642         prototype.
22643         (__gamma_product): Likewise.
22644         (__gamma_productl): Likewise.
22645         * math/Makefile (libm-calls): Add gamma_product.
22646         * math/libm-test.inc (tgamma_test): Add more tests.
22647         * sysdeps/i386/fpu/libm-test-ulps: Update.
22648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22650 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22652         * benchtests/bench-skeleton.c (main): Preheat CPU.
22654 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22656         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22658 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22660         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22661         and _dl_skip_args_internal.
22663 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22665         * manual/message.texi (Message Translation): Talk about users.
22666         Message to key mapping impacts design.
22668 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22670         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22672         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22674         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22675         * sysdeps/wordsize-64/glob64.c: ... here.
22677         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22678         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22679         New macros.
22681         * debug/getlogin_r_chk.c: Moved to ...
22682         * login/getlogin_r_chk.c: ... here.
22683         * debug/Makefile (routines): Move getlogin_r_chk to ...
22684         * login/Makefile (routines): ... here.
22685         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22686         * login/Versions (libc: GLIBC_2.4): ... here.
22688         * io/poll.c (__poll): Renamed from poll.
22689         Add libc_hidden_def.
22690         (poll): Define as weak alias.
22692         * debug/ptsname_r_chk.c: Moved to ...
22693         * login/ptsname_r_chk.c: ... here.
22694         * debug/Makefile (routines): Move ptsname_r_chk to ...
22695         * login/Makefile (routines): ... here.
22696         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22697         * login/Versions (libc: GLIBC_2.4): ... here.
22699         * posix/getlogin.c: Moved to ...
22700         * login/getlogin.c: ... here.
22701         * posix/getlogin_r.c: Moved to ...
22702         * login/getlogin_r.c: ... here.
22703         * posix/getlogin_r.c: Moved to ...
22704         * login/getlogin_r.c: ... here.
22705         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22706         * login/Makefile (routines): ... here.
22707         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22708         * login/Versions (libc: GLIBC_2.0): ... here.
22710         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22711         (setrlimit): Define as weak alias.
22713         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22714         Call __ names for open, ftruncate, and close.
22715         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22716         (truncate): Define as weak alias.
22718 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22720         * math/gen-libm-test.pl (parse_args): Initialize x before each
22721         test of frexp, modf and remquo.
22723         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22724         test signgam value.
22726 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22728         [BZ #15418]
22729         [BZ #15419]
22730         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22731         internal tests.
22732         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22734 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22736         * elf/dl-writev.h: New file.
22737         * elf/dl-misc.c: Include it.
22738         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22739         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22741 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22743         * math/libm-test.inc (noXFails): Remove variable.
22744         (noXPasses): Likewise.
22745         (BUILD_COMPLEX_INT): Remove macro.
22746         (print_screen): Remove xfail argument.
22747         (print_screen_max_error): Likewise.
22748         (update_stats): Likewise.
22749         (print_max_error): Likewise.  Update calls to other affected
22750         functions.
22751         (print_complex_max_error): Likewise.
22752         (test_single_exception): Update calls to print_screen.
22753         (test_single_errno): Likewise.
22754         (check_float_internal): Remove xfail argument.  Update calls to
22755         other affected functions.
22756         (check_float): Likewise.
22757         (check_complex): Likewise.
22758         (check_int): Likewise.
22759         (check_long): Likewise.
22760         (check_bool): Likewise.
22761         (check_longlong): Likewise.
22762         (main): Don't print noXFails and noXPasses.
22763         * math/gen-libm-test.pl (top level): Don't mention expected
22764         failure handling in comment.
22765         (new_test): Don't handle expected failures.
22766         (parse_args): Don't mention expected failure handling in comment.
22767         (generate_testfile): Don't handle expected failures.
22768         (parse_ulps): Likewise.
22769         (print_ulps_file): Likewise.
22770         (get_failure): Remove function.
22771         (output_test): Don't handle expected failures.
22772         * make/README.libm-test: Don't mention expected failure handling.
22774         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22775         (minus_zero): Likewise.
22776         (plus_infty): Likewise.
22777         (minus_infty): Likewise.
22778         (qnan_value): Likewise.
22779         (max_value): Likewise.
22780         (min_value): Likewise.
22781         (min_subnorm_value): Likewise.
22782         (initialize): Do not initialize those variables dynamically.
22784 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22786         * io/open.c (__open_2): Moved to ...
22787         * io/open_2.c: ... this new file.
22788         * io/open64.c (__open64_2): Moved to ...
22789         * io/open64_2.c: ... this new file.
22790         * io/openat.c (__openat_2): Moved to ...
22791         * io/openat_2.c: ... this new file.
22792         * io/openat64.c (__openat64_2): Moved to ...
22793         * io/openat64_2.c: ... this new file.
22794         * io/Makefile (routines): Add them.
22795         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22796         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22797         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22798         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22799         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22800         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22801         (__openat64): Add hidden_ver.
22802         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22803         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22805         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22806         Separately conditionalize setting of GLRO(dl_sysinfo) so
22807         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22808         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22810 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22812         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22813         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22814         definition.
22815         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22816         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22817         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22818         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22819         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22821 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22823         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22824         test signgam value.
22826         * math/libm-test.inc (hypot_test): Do not use
22827         IGNORE_ZERO_INF_SIGN.
22829 2013-05-03  Andreas Jaeger  <aj@suse.de>
22831         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22832         Linux 3.9.
22833         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22834         (PF_MAX): Adjust for VSOCK change.
22836 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22840 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22842         [BZ #15264]
22843         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22844         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22845         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22847 2013-05-02  David S. Miller  <davem@davemloft.net>
22849         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22851 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22853         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22855 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22857         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22859 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22861         [BZ #14952]
22862         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22863         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22864         Use __attribute__ ((__gnu_inline__)).
22865         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22866         Don't use __attribute__ ((__gnu_inline__)).
22868 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22870         [BZ #15423]
22871         * math/s_catan.c (__catan): Handle small real or imaginary part of
22872         input specially to avoid spurious underflow.
22873         * math/s_catanf.c (__catanf): Likewise.
22874         * math/s_catanh.c (__catanh): Likewise.
22875         * math/s_catanhf.c (__catanhf): Likewise.
22876         * math/s_catanhl.c (__catanhl): Likewise.
22877         * math/s_catanl.c (__catanl): Likewise.
22878         * math/libm-test.inc (catan_test): Add more tests.
22879         (catanh_test): Likewise.
22880         * sysdeps/i386/fpu/libm-test-ulps: Update.
22881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22883 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22885         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22887 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22889         [BZ #15416]
22890         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22891         accurately for denominator in atan2.
22892         * math/s_catanf.c (__catanf): Likewise.
22893         * math/s_catanh.c (__catanh): Likewise.
22894         * math/s_catanhf.c (__catanhf): Likewise.
22895         * math/s_catanhl.c (__catanhl): Likewise.
22896         * math/s_catanl.c (__catanl): Likewise.
22897         * math/libm-test.inc (catan_test): Add more tests.
22898         (catanh_test): Likewise.
22899         * sysdeps/i386/fpu/libm-test-ulps: Update.
22900         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22902 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22904         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22906         * benchtests/Makefile (bench): Remove slow benchmarks.
22907         * benchtests/atan-inputs: Add slow benchmark inputs.
22908         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22909         (BENCH_FUNC): Accept variant offset.
22910         (VARIANT): Define.
22911         * benchtests/bench-skeleton.c (main): Run benchmark for each
22912         variant.
22913         * benchtests/cos-inputs: Add slow benchmark inputs.
22914         * benchtests/exp-inputs: Likewise.
22915         * benchtests/pow-inputs: Likewise.
22916         * benchtests/sin-inputs: Likewise.
22917         * benchtests/slowatan-inputs: Remove.
22918         * benchtests/slowatan.c: Remove.
22919         * benchtests/slowcos-inputs: Remove.
22920         * benchtests/slowcos.c: Remove.
22921         * benchtests/slowexp-inputs: Remove.
22922         * benchtests/slowexp.c: Remove.
22923         * benchtests/slowpow-inputs: Remove.
22924         * benchtests/slowpow.c: Remove.
22925         * benchtests/slowsin-inputs: Remove.
22926         * benchtests/slowsin.c: Remove.
22927         * benchtests/slowtan-inputs: Remove.
22928         * benchtests/slowtan.c: Remove.
22929         * benchtests/tan-inputs: Add slow benchmark inputs.
22930         * scripts/bench.pl: Parse comments and directives.
22932         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22933         in CPPFLAGS.
22934         ($(objpfx)bench-%.c): Remove *-ITER.
22935         * benchtests/bench-modf.c: Remove definition of ITER.
22936         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22937         (main): Loop for DURATION seconds instead of fixed number of
22938         iterations.
22939         * scripts/bench.pl: Don't expect iterations in parameters.
22941 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22943         * io/fchdir.c (__fchdir): Renamed from fchdir.
22944         (fchdir): Define as weak alias.
22946 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22948         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22949         (ERRNO_EDOM): Likewise.
22950         (ERRNO_ERANGE): Likewise.
22951         (noErrnoTests): New variable.
22952         (init_max_error): Set errno to 0.
22953         (test_single_errno): New function.
22954         (test_errno): Likewise.
22955         (check_float_internal): Call test_errno.  Set errno to 0.
22956         (check_complex): Refer to errno tests in comment.
22957         (check_int): Call test_errno.  Set errno to 0.
22958         (check_long): Likewise.
22959         (check_bool): Likewise.
22960         (check_longlong): Likewise.
22961         (cos_test): Use ERRNO_* flags for errno tests instead of
22962         check_int.
22963         (expm1_test): Likewise.
22964         (fmod_test): Likewise.
22965         (ilogb_test): Likewise.
22966         (lgamma_test): Likewise.
22967         (pow_test): Likewise.
22968         (remainder_test): Likewise.
22969         (sin_test): Likewise.
22970         (tan_test): Likewise.
22971         (yn_test): Likewise.
22972         (initialize): Set errno to 0.
22973         (main): Print number of errno tests.
22974         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22976 2013-04-29  Andreas Jaeger  <aj@suse.de>
22978         [BZ #15084]
22979         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22980         and RES_USEVC.
22982         [BZ #15085]
22983         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22984         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22985         unimplemented.
22987         [BZ #15380]
22988         * stdlib/random.c (__initstate): Return NULL if
22989         __initstate fails.
22991         [BZ #15086]
22992         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22993         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22994         RES_SNGLKUPREOP.
22996 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23000 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23002         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23003         of individual tests.
23004         (casin_test): Likewise.
23005         (casinh_test): Likewise.
23007 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
23009         [BZ #15409]
23010         * math/s_catan.c (__catan): Handle arguments with large real or
23011         imaginary part separately without squaring.
23012         * math/s_catanf.c (__catanf): Likewise.
23013         * math/s_catanh.c (__catanh): Likewise.
23014         * math/s_catanhf.c (__catanhf): Likewise.
23015         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23016         and redefine.
23017         (__catanhl): Handle arguments with large real or imaginary part
23018         separately without squaring.
23019         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23020         and redefine.
23021         (__catanl): Handle arguments with large real or imaginary part
23022         separately without squaring.
23023         * math/libm-test.inc (catan_test): Add more tests.
23024         (catanh_test): Likewise.
23025         * sysdeps/i386/fpu/libm-test-ulps: Update.
23026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23028 2013-04-27  Andreas Jaeger  <aj@suse.de>
23030         [BZ #15007]
23031         * stdlib/stdlib.h: Update guards for qecvt.
23032         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23033         <stdlib.h>.
23035 2013-04-27  Allan McRae  <allan@archlinux.org>
23037         * sysdeps/i386/fpu/libm-test-ulps: Update.
23039 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
23041         [BZ #15406]
23042         * math/s_catan.c: Include <float.h>.
23043         (__catan): Ensure underflow exception occurs for underflowed
23044         result.
23045         * math/s_catanf.c: Include <float.h>.
23046         (__catanf): Ensure underflow exception occurs for underflowed
23047         result.
23048         * math/s_catanh.c: Include <float.h>.
23049         (__catanh): Ensure underflow exception occurs for underflowed
23050         result.
23051         * math/s_catanhf.c: Include <float.h>.
23052         (__catanhf): Ensure underflow exception occurs for underflowed
23053         result.
23054         * math/s_catanhl.c: Include <float.h>.
23055         (__catanhl): Ensure underflow exception occurs for underflowed
23056         result.
23057         * math/s_catanl.c: Include <float.h>.
23058         (__catanl): Ensure underflow exception occurs for underflowed
23059         result.
23060         * math/libm-test.inc (catan_test): Add more tests.
23061         (catanh_test): Likewise.
23063         [BZ #15405]
23064         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23065         underflowed result.
23066         * math/s_ccoshf.c (__ccoshf): Likewise.
23067         * math/s_ccoshl.c (__ccoshl): Likewise.
23068         * math/s_csin.c (__csin): Likewise.
23069         * math/s_csinf.c (__csinf): Likewise.
23070         * math/s_csinh.c (__csinh): Likewise.
23071         * math/s_csinhf.c (__csinhf): Likewise.
23072         * math/s_csinhl.c (__csinhl): Likewise.
23073         * math/s_csinl.c (__csinl): Likewise.
23074         * math/libm-test.inc (ccos_test): Add more tests.
23075         (ccosh_test): Likewise.
23076         (csin_test): Likewise.
23077         (csinh_test): Likewise.
23079 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23081         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23082         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23083         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23084         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23085         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23086         powerpc/power5+/fpu folders.
23087         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23090 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23092         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23094 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23096         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23097         additions to variable.
23098         [$(config-machine) = x86_64] (modules-names): Likewise.
23099         ($(objpfx)tst-audit3): Remove dependency.
23100         ($(objpfx)tst-audit3.out): Likewise.
23101         ($(objpfx)tst-audit4): Likewise.
23102         ($(objpfx)tst-audit4.out): Likewise.
23103         ($(objpfx)tst-audit5): Likewise.
23104         ($(objpfx)tst-audit5.out): Likewise.
23105         ($(objpfx)tst-audit6): Likewise.
23106         ($(objpfx)tst-audit6.out): Likewise.
23107         ($(objpfx)tst-audit7): Likewise.
23108         ($(objpfx)tst-audit7.out): Likewise.
23109         (tst-audit3-ENV): Remove variable.
23110         (tst-audit4-ENV): Likewise.
23111         (tst-audit5-ENV): Likewise.
23112         (tst-audit6-ENV): Likewise.
23113         (tst-audit7-ENV): Likewise.
23114         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23115         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23116         addition to variable.
23117         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23118         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23119         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23120         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23121         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23122         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23123         tst-audit3, tst-audit4 and tst-audit5.
23124         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23125         tst-audit6 and tst-audit7.
23126         [$(subdir) = elf] (modules-names): Add audit modules for those
23127         tests.
23128         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23129         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23130         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23131         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23132         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23133         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23134         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23135         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23136         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23137         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23138         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23139         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23140         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23141         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23142         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23143         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23144         Likewise.
23145         [$(subdir) = elf && $(config-cflags-avx) = yes]
23146         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23147         [$(subdir) = elf && $(config-cflags-avx) = yes]
23148         (CFLAGS-tst-auditmod4a.c): Likewise.
23149         [$(subdir) = elf && $(config-cflags-avx) = yes]
23150         (CFLAGS-tst-auditmod4b.c): Likewise.
23151         [$(subdir) = elf && $(config-cflags-avx) = yes]
23152         (CFLAGS-tst-auditmod6b.c): Likewise.
23153         [$(subdir) = elf && $(config-cflags-avx) = yes]
23154         (CFLAGS-tst-auditmod6c.c): Likewise.
23155         [$(subdir) = elf && $(config-cflags-avx) = yes]
23156         (CFLAGS-tst-auditmod7b.c): Likewise.
23157         * elf/tst-audit3.c: Move to ...
23158         * sysdeps/x86_64/tst-audit3.c: ... here.
23159         * elf/tst-audit4.c: Move to ...
23160         * sysdeps/x86_64/tst-audit4.c: ... here.
23161         * elf/tst-audit5.c: Move to ...
23162         * sysdeps/x86_64/tst-audit5.c: ... here.
23163         * elf/tst-audit6.c: Move to ...
23164         * sysdeps/x86_64/tst-audit6.c: ... here.
23165         * elf/tst-audit7.c: Move to ...
23166         * sysdeps/x86_64/tst-audit7.c: ... here.
23167         * elf/tst-auditmod3a.c: Move to ...
23168         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23169         * elf/tst-auditmod3b.c: Move to ...
23170         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23171         * elf/tst-auditmod4a.c: Move to ...
23172         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23173         * elf/tst-auditmod4b.c: Move to ...
23174         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23175         * elf/tst-auditmod5a.c: Move to ...
23176         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23177         * elf/tst-auditmod5b.c: Move to ...
23178         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23179         * elf/tst-auditmod6a.c: Move to ...
23180         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23181         * elf/tst-auditmod6b.c: Move to ...
23182         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23183         * elf/tst-auditmod6c.c: Move to ...
23184         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23185         * elf/tst-auditmod7a.c: Move to ...
23186         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23187         * elf/tst-auditmod7b.c: Move to ...
23188         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23190 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23192         [BZ #15366]
23193         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23194         define unconditionally.
23195         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23196         define unconditionally.
23197         (INT8_C, INT16_C, etc.): Likewise.
23199 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23201         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23202         __ehdr_start with hidden visibility.
23204         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23206 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23208         * math/libm-test.inc (cos_test): Use accurate hex constants.
23209         (sincost_test): Likewise.
23211 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23213         * math/libm-test.inc (catan_test): Add more tests.
23214         (catanh_test): Likewise.
23216         * math/s_catanf.c (__catanf): Use suffixed floating-point
23217         constants.
23218         * math/s_catanhf.c (__catanhf): Likewise.
23219         * math/s_catanhl.c (__catanhl): Likewise.
23220         * math/s_catanl.c (__catanl): Likewise.
23222         [BZ #15394]
23223         * math/s_catan.c (__catan): Calculate imaginary part of result
23224         with log1p not log unless computing log of number close to 0.
23225         * math/s_catanf.c (__catanf): Likewise.
23226         * math/s_catanl.c (__catanl): Likewise.
23227         * math/s_catanh.c (__catanh): Calculate real part of result with
23228         log1p not log unless computing log of number close to 0.
23229         * math/s_catanhf.c (__catanhf): Likewise.
23230         * math/s_catanhl.c (__catanhl): Likewise.
23231         * math/libm-test.inc (catan_test): Add more tests.
23232         (catanh_test): Likewise.
23233         * sysdeps/i386/fpu/libm-test-ulps: Update.
23234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23236 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23238         * benchtests/Makefile: Mention files in which fast and slow
23239         paths of math functions are implemented.
23241 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23243         * sysdeps/posix/timespec_get.c: New file.
23245 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23247         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23248         POWER.
23249         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23250         for POWER.
23251         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23252         powerpc/power5/fpu folders.
23253         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23254         * benchtests/Makefile: Add modf testcase.
23255         * benchtests/bench-modf.c: New file: Benchmark test for mo
23257 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23259         [BZ #14888]
23260         * time/Makefile (tests): Add tst-strptime-whitespace.
23261         * time/strptime_l.c (get_number): Use ISSPACE.
23262         (__strptime_internal): Likewise.
23263         * time/tst-strptime-whitespace.c: New test case.
23265 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23267         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23268         member.
23269         (_nss_files_init): Set it here.
23271 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23273         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23274         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23275         unsigned.
23277 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23279         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23281 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23283         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23284         size just once.
23286 2013-04-21  David S. Miller  <davem@davemloft.net>
23288         * po/ru.po: Update Russion translation from translation project.
23290 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23292         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23293         and setfsgid.
23295 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23297         * configure.in: Remove i386 configure warning. Remove i386 case.
23298         * configure: Regenerate.
23299         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23300         Add example to error message.
23301         * sysdeps/i386/configure: Regenerate.
23303 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23305         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23306         slowtan.
23307         * benchtests/cos-inputs: New file.
23308         * benchtests/slowcos-inputs: New file.
23309         * benchtests/slowcos.c: New file.
23310         * benchtests/slowtan-inputs: New file.
23311         * benchtests/slowtan.c: New file.
23312         * benchtests/tan-inputs: New file.
23314 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23316         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23317         considered kosher.
23319 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23321         * benchtests/Makefile: Include cppflags-iterator.mk to add
23322         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23324         * Makefile.in (bench-clean): New target.
23325         * benchtests/Makefile (bench-clean): Likewise.
23327 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23329         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23331 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23333         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23335 2013-04-15  Andreas Schwab  <schwab@suse.de>
23337         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23338         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23339         * nscd/pwdcache.c (cache_addpw): Likewise.
23340         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23341         more than recsize.
23343 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23345         * benchtests/Makefile (bench): Write all output to
23346         bench-out.tmp together.
23348 2013-04-15  Andreas Schwab  <schwab@suse.de>
23350         * nscd/nscd.c (main): Don't fork again after closing files.
23352 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23354         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23356         * benchtests/Rules (bench-deps): Collect dependencies into a
23357         single variable.  Add Makefile to dependencies.
23358         ($(objpfx)bench-%.c): Depend on bench-deps.
23360 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23361             Xavier Roche  <roche+kml2@exalead.com>
23363         [BZ #15361]
23364         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23365         just that it's a file descriptor.
23366         * manual/llio.texi (Synchronizing AIO Operations): Update description
23367         for EBADF error from aio_fsync.
23369 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23371         * Rules (bench): Move target definition...
23372         * benchtests/Makefile: ... here.
23374 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23376         * math/libm-test.inc (cos_test): Fix PI/2 test.
23377         (sincos_test): Likewise.
23378         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23379         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23381 2013-04-11  Andreas Schwab  <schwab@suse.de>
23383         [BZ #13988]
23384         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23385         accept exponent character only when digits were seen.
23386         * stdio-common/Makefile (tests): Add bug26.
23387         * stdio-common/bug26.c: New file.
23389         [BZ #14293]
23390         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23391         non-freeable.
23393 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23395         * Makeconfig (rtld-prefix): Define built linker prefix.
23396         * Rules (run-bench): Use it.
23397         * math/Makefile (run-regen-ulps): Likewise.
23399         * Rules (bench): Remove eval.
23401 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23402             Roland McGrath  <roland@hack.frob.com>
23403             Ondrej Bilka  <neleai@seznam.cz>
23405         [BZ #15346]
23406         * time/getdate.c: Include ctype.h and alloca.h.
23407         (__getdate_r): Trim leading and trailing spaces of input.
23408         * time/tst-getdate.c (tests): Add tests with leading and
23409         trailing spaces.
23411 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23413         [BZ #14280]
23414         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23415         when computing value.
23417 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23419         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23420         Use testrun.sh to run libm tests.
23422         [BZ #15309]
23423         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23425 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23427         [BZ #15264]
23428         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23430 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23432         * Makefile.in (regen-ulps): New target.
23433         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23434         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23435         [ifneq (no,$(PERL)] (regen-ulps): New target.
23436         [ifeq (no,$(PERL)] (regen-ulps): New target.
23437         * math/libm-test.inc (ulps_file_name): Define.
23438         (output_dir): New variable.
23439         (options): Add "output-dir" option.
23440         (parse_opt): Handle 'o' case.
23441         (main): If output_dir is non-NULL use it as a prefix
23442         otherwise use "".
23443         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23445 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23447         [BZ #10060, #10062]
23448         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23449         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23450         fail configure if __sync_val_compare_and_swap is not inlined.
23451         * sysdeps/i386/configure: Regenerate.
23452         * configure.in: Build for i686 when configured for i386.
23453         * configure: Regenerate.
23454         * README: Remove i386 reference.
23456 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23458         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23459         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23461 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23463         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23464         (lmsnanval): New variables.
23465         (F): Add conversion tests.
23466         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23467         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23469         * stdio-common/tstdiomisc.c (F): Properly collect individual
23470         tests' results.
23472         [BZ #14686, #15336]
23473         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23474         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23475         Instead, use input NaN values or generate a qNaN by arithmetic
23476         operation.  Also fix bugs to comply with the standard.
23477         * math/libm-test.inc (remainder_test): Add more tests.
23479         [BZ #15335, #15342]
23480         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23481         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23482         input NaN values or generate a qNaN by arithmetic operation.
23484         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23485         unreachable code.
23487         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23488         definitions.
23490 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23492         [BZ #14478]
23493         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23494         underflowed result.
23495         * math/s_cexpf.c (__cexpf): Likewise.
23496         * math/s_cexpl.c (__cexpl): Likewise.
23497         * math/libm-test.inc (cexp_test): Add more tests.
23499 2013-04-03  Andreas Schwab  <schwab@suse.de>
23501         [BZ #15330]
23502         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23503         order arrays from heap if bigger than alloca cutoff.
23505 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23507         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23508         (SNAN_TESTS_double): Refer to GCC PR56831.
23509         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23510         GCC PR56828.
23512 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23514         * Rules (bench): Move bench.out after the run is complete.
23516         * Rules (bench): Echo currently running benchmark.
23518         * benchtests/Makefile (bench): Add atan and slowatan.
23519         * benchtests/atan-inputs: New file.
23520         * benchtests/slowatan-inputs: New file.
23521         * benchtests/slowatan.c: New file.
23523         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23524         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23525         its value.
23527         [BZ #15305]
23528         * sysdeps/unix/sysv/linux/kernel-features.h
23529         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23530         __ASSUME_XFS_RESTRICTED_CHOWN.
23531         * sysdeps/unix/sysv/linux/pathconf.c
23532         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23533         Save and restore errno.
23535 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23537         [BZ #15327]
23538         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23539         arguments using __kernel_casinh.
23540         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23541         arguments using __kernel_casinhf.
23542         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23543         arguments using __kernel_casinhl.
23544         * math/libm-test.inc (cacosh_test): Add more tests.
23545         * sysdeps/i386/fpu/libm-test-ulps: Update.
23546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23548 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23550         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23551         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23553         * bench/Makefile (bench): Add sin and slowsin.
23554         * benchtests/sin-inputs: New file.
23555         * benchtests/slowsin-inputs: New file.
23556         * benchtests/slowsin.c: New file.
23558         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23559         (bench): Add slowexp and slowpow.
23560         (exp-ITER): Increase iterations.
23561         (pow-ITER): Likewise.
23562         * benchtests/exp-inputs: Change input.
23563         * benchtests/pow-inputs: Likewise.
23564         * benchtests/slowexp-inputs: New file.
23565         * benchtests/slowexp.c: New file.
23566         * benchtests/slowpow-inputs: New file.
23567         * benchtests/slowpow.c: New file.
23569 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23571         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23572         instructions.
23573         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23574         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23575         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23576         * benchtests/Makefile: Add rint benchtest.
23577         * benchtests/rint-inputs: Input for rint benchtest.
23579 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23581         * Versions.def (libm): Add GLIBC_2.18.
23582         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23583         hidden libm prototypes.
23584         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23585         * math/Makefile (libm-calls): Add s_issignaling.
23586         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23587         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23588         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23589         declaration.
23590         * math/math.h [__USE_GNU] (issignaling): New macro.
23591         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23592         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23593         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23594         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23595         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23596         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23597         * manual/arith.texi (issignaling): New section.
23598         * manual/libm-err-tab.pl (@all_functions): Update comment.
23599         * math/gen-libm-test.pl (parse_args): Apply special handling for
23600         issignaling.
23601         * math/libm-test.inc (print_float, issignaling_test): New
23602         functions.
23603         (check_float_internal): Add issignaling checks.
23604         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23605         default definition.
23606         * sysdeps/powerpc/math-tests.h: New file.
23607         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23608         tests.
23609         * math/test-snan.c (TEST_FUNC): Likewise.
23611 2013-03-30  David S. Miller  <davem@davemloft.net>
23613         * po/de.po: Update from translation team.
23615 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23617         [BZ #10357]
23618         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23619         imaginary part less than 1.0 and real part less than 0.5
23620         specially.
23621         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23622         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23623         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23624         (cacos_test): Add more tests.
23625         (casin_test): Likewise.
23626         (casinh_test): Likewise.
23627         * sysdeps/i386/fpu/libm-test-ulps: Update.
23628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23630 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23632         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23633         ONE with its value.
23635         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23636         (__pow_mp): Replace ONE and MONE with their values.
23637         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23638         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23639         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23640         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23641         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23642         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23644         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23646         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23647         (__pow_mp): Replace ZERO and MZERO with their values.
23648         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23649         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23650         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23651         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23652         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23653         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23654         (__sqr): Likewise.
23656         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23658         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23660 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23662         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23663         Declare with __attribute__ ((weak)).
23664         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23665         Call __call_tls_dtors only if it's not NULL.
23667 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23669         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23670         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23671         magic __ehdr_start linker symbol if it's defined.
23672         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23673         them up here if it was already done.
23675         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23676         (_dl_aux_init): Use const in cast when setting it.
23677         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23678         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23679         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23681         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23682         Declare them here.
23683         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23684         * csu/libc-tls.c: Nor here.
23685         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23687         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23688         (__libc_message): Never call vsyslog.
23690 2013-03-28  Alan Modra  <amodra@gmail.com>
23692         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23693         Define as empty.
23694         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23695         Likewise.
23697 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23699         [BZ #15214]
23700         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23701         underflow.
23702         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23704 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23706         [BZ #15304]
23707         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23708         Don't add gid passed as argument.
23710         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23712 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23714         [BZ #15307]
23715         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23716         imaginary part between 1.0 and 1.5 and real part less than 0.5
23717         specially.
23718         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23719         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23720         * math/libm-test.inc (cacos_test): Add more tests.
23721         (casin_test): Likewise.
23722         (casinh_test): Likewise.
23723         * sysdeps/i386/fpu/libm-test-ulps: Update.
23724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23726 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23728         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23729         constants.
23730         (norm): Likewise.
23731         (denorm): Likewise.
23732         (__dbl_mp): Likewise.
23733         (add_magnitudes): Likewise.
23734         (sub_magnitudes): Likewise.
23735         (__add): Likewise.
23736         (__sub): Likewise.
23737         (__mul): Likewise.
23738         (__sqr): Likewise.
23739         (__inv): Likewise.
23740         (__dvd): Likewise.
23742         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23743         commented code.
23744         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23745         (__dubcos): Likewise.
23746         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23747         (__ieee754_acos): Likewise.
23748         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23749         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23750         (__exp1): Likewise.
23751         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23752         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23753         (log1): Likewise.
23754         (my_log2): Likewise.
23755         (checkint): Likewise.
23756         * sysdeps/ieee754/dbl-64/e_remainder.c
23757         (__ieee754_remainder): Likewise.
23758         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23759         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23760         (bsloww): Likewise.
23761         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23763         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23764         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23765         MANTISSA_STORE_T to store computations on mantissa.  Use
23766         macros for rounding and division.
23767         (denorm): Likewise.
23768         (__dbl_mp): Likewise.
23769         (add_magnitudes): Likewise.
23770         (sub_magnitudes): Likewise.
23771         (__mul): Likewise.
23772         (__sqr): Likewise.
23773         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23774         powers of two in terms of TWOPOW macro.
23775         (mp_no): Make type of mantissa as MANTISSA_T.
23776         [!RADIXI]: Define RADIXI.
23777         [!TWO52]: Define TWO52.
23778         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23780 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23782         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23783         llroundl symbol when building for PPC32.
23785 2013-03-24  Mark H Weaver  <mhw@netris.org>
23787         * manual/arith.texi (Normalization Functions): Fix prototypes for
23788         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23790 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23792         [BZ #13889]
23793         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23794         high value to check if expl overflow.
23795         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23796         to check for underflow and overflow.
23797         * math/libm-test.inc: Add exp test.
23799 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23801         [BZ #11120]
23802         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23803         with NOT_IN_libc.
23805 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23807         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23808         symbol.
23810 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23812         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23813         wrap blocks consisting of several statements.
23815         * sysdeps/generic/math-tests.h: New file.
23816         * sysdeps/i386/fpu/math-tests.h: Likewise.
23817         * math/test-snan.c: Include it.
23818         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23820 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23822         [BZ #15285]
23823         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23824         (__ieee754_j0l): Do not improve calculations using cos of twice
23825         input for inputs above LDBL_MAX / 2.0L.
23826         (__ieee754_y0l): Likewise.
23827         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23828         (__ieee754_j1l): Do not improve calculations using cos of twice
23829         input for inputs above LDBL_MAX / 2.0L.
23830         (__ieee754_y1l): Likewise.
23831         * math/libm-test.inc (j0_test): Add another test.
23832         (j1_test): Likewise.
23833         (y0_test): Likewise.
23834         (y1_test): Likewise.
23835         * sysdeps/i386/fpu/libm-test-ulps: Update.
23837 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23839         * Rules ($(objpfx)bench-%.c): Include code from a C source
23840         file.
23842 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23844         [BZ #15287]
23845         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23846         imaginary part 1.0 and real part less than 0.5 specially.
23847         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23848         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23849         * math/libm-test.inc (cacos_test): Add more tests.
23850         (casin_test): Likewise.
23851         (casinh_test): Likewise.
23852         * sysdeps/i386/fpu/libm-test-ulps: Update.
23853         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23855 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23857         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23858         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23860 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23862         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23863         * config.make.in (config-cflags-sse4): Remove variable.
23864         (config-cflags-avx): Likewise.
23865         (config-cflags-sse2avx): Likewise.
23866         (config-cflags-novzeroupper): Likewise.
23867         (config-asflags-i686): Likewise.
23868         (have-mfma4): Likewise.
23869         (have-as-vis3): Likewise.
23870         (MIG): Likewise.
23871         * configure.in (MIG): Do not AC_SUBST.
23872         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23873         (libc_cv_cc_sse4): Do not AC_SUBST.
23874         (libc_cv_cc_avx): Likewise.
23875         (libc_cv_cc_sse2avx): Likewise.
23876         (libc_cv_cc_novzeroupper): Likewise.
23877         (libc_cv_cc_fma4): Likewise.
23878         (libc_cv_as_i686): Likewise.
23879         (libc_cv_sparc_as_vis3): Likewise.
23880         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23881         LIBC_CONFIG_VAR.
23882         (config-asflags-i686): Likewise.
23883         (config-cflags-avx): Likewise.
23884         (config-cflags-sse2avx): Likewise.
23885         (have-mfma4): Likewise.
23886         (config-cflags-novzeroupper): Likewise.
23887         * sysdeps/mach/configure.in (MIG): Likewise.
23888         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23889         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23890         LIBC_CONFIG_VAR.
23891         (config-cflags-avx): Likewise.
23892         (config-cflags-sse2avx): Likewise.
23893         (have-mfma4): Likewise.
23894         (config-cflags-novzeroupper): Likewise.
23895         * configure: Regenerated.
23896         * sysdeps/i386/configure: Likewise.
23897         * sysdeps/mach/configure: Likewise.
23898         * sysdeps/sparc/configure: Likewise.
23899         * sysdeps/x86_64/configure: Likewise.
23901 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23903         [BZ #14812]
23904         * locale/programs/localedef.c (options): Put N_ translation marker
23905         on argument names, not just descriptions.
23907 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23909         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23911 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23913         [BZ #14176]
23914         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23916 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23918         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23919         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23920         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23921         [!BEFORE_ABORT] (before_abort): New function.
23922         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23923         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23924         (writev_for_fatal): New function.
23925         (WRITEV_FOR_FATAL): New macro; call that.
23926         (backtrace_and_maps): New function.
23927         (BEFORE_ABORT): New macro; call that.
23928         (struct str_list): Type removed.
23929         (__libc_message, __libc_fatal): Functions removed.
23930         Include <sysdeps/posix/libc_fatal.c> instead.
23932 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23934         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23935         constants.
23936         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23937         double constants.
23939 2013-03-19  Andreas Schwab  <schwab@suse.de>
23941         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23942         * sysdeps/gnu/configure: Regenerate.
23944         * configure.in: Substitute libc_cv_rtlddir.
23945         * configure: Regenerate.
23946         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23947         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23948         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23949         * elf/Makefile (install-others, CFLAGS-interp.c)
23950         (ldso_install, common-ldd-rewrite): Likewise.
23951         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23952         $(inst_slibdir)/$(rtld-installed-name).
23953         * scripts/rellns-sh: Add -p option.
23954         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23955         for source.
23957 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23959         * manual/nptl.texi: Renamed to ...
23960         * manual/threads.texi: ... this.
23961         * manual/Makefile (chapters): Update.
23963 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23965         [BZ #14812]
23966         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23967         on argument names, not just descriptions.
23968         * malloc/memusagestat.c (options): Likewise.
23969         * nss/getent.c (options): Likewise.
23971 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23973         [BZ #14812]
23974         * iconv/iconv_prog.c (options): Put N_ translation marker
23975         on argument names, not just descriptions.
23976         * iconv/iconvconfig.c (options): Likewise.
23978 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23980         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23981         implementation which is faster on all x86_64 architectures.
23982         Tested on AMD, Intel Nehalem, SNB, IVB.
23983         * sysdeps/x86_64/strnlen.S: Likewise.
23985         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23986         Remove all multiarch strlen and strnlen versions.
23987         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23988         Remove strlen and strnlen related parts.
23990         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23991         Inline strlen part.
23992         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23994         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23995         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23996         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23997         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23998         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23999         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24001 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
24003         * manual/memory.texi (Malloc Tunable Parameters):
24004         Sort parameters alphabetically. Add comments for missing entries.
24006 2013-03-17  David S. Miller  <davem@davemloft.net>
24008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24010 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
24012         [BZ #15283]
24013         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24014         for arguments at most half maximum finite value.
24015         * math/libm-test.inc (j0_test): Add more tests.
24016         (j1_test): Likewise.
24017         (y0_test): Likewise.
24018         (y1_test): Likewise.
24019         * sysdeps/i386/fpu/libm-test-ulps: Update.
24020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24022         [BZ #14155]
24023         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24024         1 / x and functions P and Q for arguments above 0x1p256L.
24025         (__ieee754_y0l): Likewise.
24026         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24027         (__ieee754_y1l): Likewise.
24028         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24029         (j1_test): Likewise.
24030         (y0_test): Likewise.
24031         (y1_test): Likewise.
24033 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
24035         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24036         variable.
24038 2013-03-15  Roland McGrath  <roland@hack.frob.com>
24040         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24041         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24042         zero since it's initialized to EXEC_PAGESIZE.
24044         * sysdeps/unix/sysv/linux/ldsodefs.h
24045         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24046         * sysdeps/generic/ldsodefs.h: ... here.
24048 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
24050         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24052         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24053         math/test-snan.c.
24054         * math/test-snan.c: Renamed from
24055         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24056         * math/Makefile (tests): Add test-snan.
24057         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24058         test-powerpc-snan.
24060         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24061         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24062         functions.
24063         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24064         __builtin_nan family of functions.
24065         * math/libm-test.inc (initialize): Initialize qnan_value with
24066         __builtin_nan family of functions.
24067         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24068         Remove variables.
24069         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24070         Remove functions.
24071         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24072         storage class.  Initialize qNaN_var and sNaN_var with
24073         __builtin_nan and __builtin_nans families of functions,
24074         respectively.
24076         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24077         (sqrt_test): Remove duplicate test with qNaN input.
24078         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24079         (round_test, signbit_test, significand_test): Note missing +/-Inf
24080         as well as qNaN tests.
24082         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24083         qNaN_var.  Fix a few strings, too.
24084         * math/libm-test.inc (nan_value): Rename to qnan_value.
24085         * math/gen-libm-test.pl (%beautify): Adjust to that.
24086         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24087         * math/test-misc.c (main): Likewise.
24088         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24089         to __qnan_bytes, and __qnan_union, respectively.
24090         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24091         Likewise.
24092         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24093         and lqnanval, respectively.
24094         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24095         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24096         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24097         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24099         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24100         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24101         doubles.
24103         * math/test-misc.c (main): Fix copy'n'pastos.
24104         * misc/tst-efgcvt.c (special): Likewise.
24106         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24107         Remove declarations.
24109 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24111         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24112         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24113         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24114         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24116 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24118         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24119         macro to return vdso values correctly in IFUNC implementations.
24120         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24121         Optimization by using IFUNC.
24123 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24124             Richard Henderson  <rth@redhat.com>
24125             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24127         * Makefile.in (bench): New target.
24128         * NEWS: Mention the benchmark framework.
24129         * Rules (bench): Likewise.
24130         (binaries-bench): Generate binaries for functions to
24131         benchmark.
24132         * benchtests/Makefile: New makefile for benchmark tests.
24133         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24134         programs.
24135         * benchtests/exp-inputs: New input file for EXP function.
24136         * benchtests/pow-inputs: New input file for POW function.
24137         * scripts/bench.pl: New script to generate source files for
24138         benchmark programs.
24140 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24142         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24143         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24144         computations on mantissa.  Use macros for rounding and
24145         division.
24146         (denorm): Likewise.
24147         (__dbl_mp): Likewise.
24148         (add_magnitudes): Likewise.
24149         (sub_magnitudes): Likewise.
24150         (__mul): Likewise.
24151         (__sqr): Likewise.
24152         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24153         powers of two in terms of TWOPOW macro.
24154         (mp_no): Make type of mantissa as MANTISSA_T.
24155         [!RADIXI]: Define RADIXI.
24156         [!TWO52]: Define TWO52.
24157         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24159         * manual/nptl.texi (cindex): Modify threads to pthreads.
24161 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24163         * sysdeps/x86_64/preconfigure: Regenerated.
24165 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24167         [BZ #14155]
24168         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24169         0x1p28 and above.
24170         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24171         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24172         0x1p28 and above.
24173         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24174         * math/libm-test.inc (j0_test): Do not allow one spurious
24175         underflow exception.
24176         (y1_test): Likewise.
24178 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24180         * manual/Makefile (chapters): Add nptl.
24181         * manual/debug.texi (Debugging Support): Add link to Threads
24182         chapter.
24183         * manual/nptl.texi: New file.
24185         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24187 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24189         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24190         for non-NULL pointer before the memory validity test. Pointed
24191         out by Holger Brunck <holger.brunck@keymile.com>.
24193 2013-03-13  Andreas Schwab  <schwab@suse.de>
24195         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24196         instead of .os.
24198 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24200         * timezone/zic.c: Update from tzcode 2013b.
24202 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24204         * manual/install.texi (Configuring and compiling):
24205         Mention i686 and i586.
24206         * INSTALL: Regenerate.
24208 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24210         * sysdeps/init_array/elf-init.c: New file.
24211         * csu/elf-init.c
24212         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24213         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24215         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24216         __gmon_start__ as global, but as static with a .preinit_array pointer.
24217         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24218         * sysdeps/init_array/crti.S: New file, empty except for comments.
24219         * sysdeps/init_array/crtn.S: Likewise.
24221 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24223         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24224         definining bcopy.
24225         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24226         Remove Prefer_SSE_for_memop.
24227         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24228         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24229         HAS_PREFER_SSE_FOR_MEMOP.
24230         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24231         memset-x86-64.
24232         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24233         Remove bzero, memset ifunc support.
24234         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24235         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24236         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24237         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24239 2013-03-11  Andreas Schwab  <schwab@suse.de>
24241         [BZ #15234]
24242         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24243         by SHLIB_COMPAT.
24244         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24245         (GLIBC_2.16): Remove pthread_atfork.
24247 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24249         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24250         (ptestcases.h): Likewise.
24252 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24254         * Makeconfig ($(common-objpfx)config.status): Depend on
24255         sysdeps/*/preconfigure{,.in} too.
24257 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24259         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24260         (__free_hook): Use void * instead of __malloc_ptr_t.
24261         (__malloc_hook): Likewise.
24262         (__realloc_hook): Likewise.
24263         (__memalign_hook): Likewise.
24264         (__after_morecore_hook): Likewise.
24265         * malloc/arena.c (save_malloc_hook): Likewise.
24266         (save_free_hook): Likewise.
24267         * malloc/hooks.c (malloc_hook_ini): Likewise.
24268         (realloc_hook_ini): Likewise.
24269         (memalign_hook_ini): Likewise.
24270         * malloc/malloc.c (malloc_hook_ini): Likewise.
24271         (realloc_hook_ini): Likewise.
24272         (memalign_hook_ini): Likewise.
24273         (__free_hook): Likewise.
24274         (__malloc_hook): Likewise.
24275         (__realloc_hook): Likewise.
24276         (__memalign_hook): Likewise.
24277         (__libc_malloc): Likewise.
24278         (__libc_free): Likewise.
24279         (__libc_realloc): Likewise.
24280         (__libc_memalign): Likewise.
24281         (__libc_valloc): Likewise.
24282         (__libc_pvalloc): Likewise.
24283         (__libc_calloc): Likewise.
24284         (__posix_memalign): Likewise.
24285         * malloc/morecore.c (__sbrk): Likewise.
24286         (__default_morecore): Likewise.
24288         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24290         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24291         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24292         __malloc_ptrdiff_t.
24294         * malloc/malloc.h (__malloc_size_t): Remove macro.
24295         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24296         __malloc_size_t.
24297         (old_memalign_hook): Likewise.
24298         (old_realloc_hook): Likewise.
24299         (struct hdr): Likewise.
24300         (flood): Likewise.
24301         (mallochook): Likewise.
24302         (memalignhook): Likewise.
24303         (reallochook): Likewise.
24304         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24305         (tr_old_realloc_hook): Likewise.
24306         (tr_old_memalign_hook): Likewise.
24307         (tr_mallochook): Likewise.
24308         (tr_reallochook): Likewise.
24309         (tr_memalignhook): Likewise.
24311 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24313         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24314         default_ldbl_pack and using as default implementation.
24315         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24316         implementation.
24317         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24318         redundant definition.
24319         (ldbl_insert_mantissa): Likewise.
24320         (ldbl_canonicalize): Likewise.
24321         (ldbl_nearbyint): Likewise.
24322         (ldbl_pack): Rename to ldbl_pack_ppc.
24323         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24324         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24325         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24327 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24329         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24330         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24331         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24332         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24333         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24334         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24335         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24336         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24338 2013-03-07  Andreas Jaeger  <aj@suse.de>
24340         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24341         bits/mman-linux.h.
24343 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24345         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24346         Include mpa.h and declare __MPEXP.
24347         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24348         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24349         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24350         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24351         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24352         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24353         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24355         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24356         (__slowpow): Use long double EXPL and LOGL functions to
24357         compute POW.
24358         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24359         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24360         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24361         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24362         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24363         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24365         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24366         intermediate variable to calculate exponent.
24367         (__sqr): Likewise.
24368         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24369         Likewise.
24370         (__sqr): Likewise.
24372         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24373         [!NO__SQR]: Define __sqr.
24374         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24375         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24376         sysdeps/ieee754/dbl-64/mpa.c.
24377         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24379         [BZ #12723]
24380         * posix/Makefile (tests): Add tst-pathconf.
24381         * posix/tst-pathconf.c: New test case.
24382         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24383         _PC_PIPE_BUF.
24384         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24386 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24388         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24390 2013-03-06  Andreas Jaeger  <aj@suse.de>
24392         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24393         definition via __MAP_ANONYMOUS.
24395         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24396         it's not part of Linux headers.
24398         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24399         (MAP_HUGE_MASK): Define.
24401         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24402         Define.
24403         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24404         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24405         Define.
24406         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24407         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24408         Define.
24409         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24410         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24411         Define.
24412         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24414         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24415         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24416         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24417         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24418         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24419         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24421         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24422         Handle f2fs.
24424         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24425         Handle f2fs and efivarfs.
24427         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24428         f2fs.
24430         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24431         (EFIVARFS_MAGIC): Add.
24432         (F2FS_LINK_MAX): Add.
24434 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24436         * stdio-common/vfprintf.c: Replace __builtin_expect with
24437         __glibc_unlikely.
24439 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24441         [BZ #13550]
24442         * sysdeps/generic/bp-sym.h: Remove file.
24443         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24444         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24445         <bp-sym.h> and <bp-asm.h>.
24446         (__longjmp): Don't use BP_SYM.
24447         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24448         and <bp-asm.h>.
24449         (memcpy): Don't use BP_SYM.
24450         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24451         <bp-sym.h> and <bp-asm.h>.
24452         (memcpy): Don't use BP_SYM.
24453         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24454         <bp-asm.h>.
24455         (memcpy): Don't use BP_SYM.
24456         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24457         <bp-asm.h>.
24458         (memset): Don't use BP_SYM.
24459         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24460         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24461         (__bzero): Don't use BP_SYM.
24462         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24463         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24464         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24465         <bp-sym.h> and <bp-asm.h>.
24466         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24467         pointers.
24468         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24469         <bp-sym.h> and <bp-asm.h>.
24470         (memcpy): Don't use BP_SYM.
24471         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24472         <bp-sym.h> and <bp-asm.h>.
24473         (memset): Don't use BP_SYM.
24474         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24475         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24476         (__bzero): Don't use BP_SYM.
24477         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24478         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24479         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24480         <bp-sym.h> and <bp-asm.h>.
24481         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24482         pointers.
24483         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24484         <bp-sym.h> and <bp-asm.h>.
24485         (memcpy): Don't use BP_SYM.
24486         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24487         <bp-sym.h> and <bp-asm.h>.
24488         (memset): Don't use BP_SYM.
24489         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24490         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24491         (__bzero): Don't use BP_SYM.
24492         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24493         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24494         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24495         <bp-sym.h> and <bp-asm.h>.
24496         (__memchr): Don't use BP_SYM.
24497         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24498         <bp-sym.h> and <bp-asm.h>.
24499         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24500         pointers.
24501         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24502         <bp-sym.h> and <bp-asm.h>.
24503         (memcpy): Don't use BP_SYM.
24504         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24505         <bp-sym.h> and <bp-asm.h>.
24506         (__mempcpy): Don't use BP_SYM.
24507         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24508         <bp-sym.h> and <bp-asm.h>.
24509         (__memrchr): Don't use BP_SYM.
24510         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24511         <bp-sym.h> and <bp-asm.h>.
24512         (memset): Don't use BP_SYM.
24513         (__bzero): Likewise.
24514         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24515         <bp-sym.h> and <bp-asm.h>.
24516         (__rawmemchr): Don't use BP_SYM.
24517         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24518         <bp-sym.h> and <bp-asm.h>.
24519         (__STRCMP): Don't use BP_SYM.
24520         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24521         <bp-sym.h> and <bp-asm.h>.
24522         (strchr): Don't use BP_SYM.
24523         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24524         <bp-sym.h> and <bp-asm.h>.
24525         (__strchrnul): Don't use BP_SYM.
24526         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24527         <bp-sym.h> and <bp-asm.h>.
24528         (strlen): Don't use BP_SYM.
24529         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24530         <bp-sym.h> and <bp-asm.h>.
24531         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24532         pointers.
24533         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24534         <bp-sym.h> and <bp-asm.h>.
24535         (__strnlen): Don't use BP_SYM.
24536         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24537         <bp-sym.h> and <bp-asm.h>.
24538         (__GI__setjmp): Don't use BP_SYM.
24539         (_setjmp): Likewise.
24540         (__sigsetjmp): Likewise.
24541         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24542         (L(start_addresses)): Don't use BP_SYM.
24543         (_start): Likewise.
24544         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24545         <bp-asm.h>.
24546         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24547         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24548         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24549         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24550         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24551         <bp-asm.h>.
24552         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24553         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24554         about bounded pointers.
24555         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24556         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24557         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24558         <bp-asm.h>.
24559         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24560         about bounded pointers.  Remove GKM FIXME comments.
24561         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24562         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24563         <bp-asm.h>.
24564         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24565         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24566         Remove GKM FIXME comments.
24567         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24568         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24569         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24570         <bp-asm.h>.
24571         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24572         about bounded pointers.  Remove GKM FIXME comment.
24573         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24574         and <bp-asm.h>.
24575         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24576         pointers.
24577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24578         <bp-sym.h> and <bp-asm.h>.
24579         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24581         <bp-sym.h> and <bp-asm.h>.
24582         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24583         comment.
24585 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24587         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24588         call free(NULL).
24590 2013-03-05  David S. Miller  <davem@davemloft.net>
24592         * po/es.po: Update from translation team.
24594 2013-03-05  Andreas Jaeger  <aj@suse.de>
24596         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24597         <bits/mman-linux.h>.
24598         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24599         is fine.
24600         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24601         <bits/mman-linux.h> to end of file.
24602         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24603         is fine.
24604         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24605         <bits/mman-linux.h> to end of file.
24606         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24607         is fine.
24608         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24609         <bits/mman-linux.h> to end of file.
24611         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24612         (MCL_CURRENT, MCL_FUTURE): Define here.
24614 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24616         [BZ #15232]
24617         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24618         attribute_hidden.
24619         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24621 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24623         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24624         fourth parameter needed for rt_sigprocmask syscall.
24625         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24626         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24627         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24628         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24629         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24630         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24632 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24634         [BZ #13550]
24635         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24636         comment about bounded pointers.
24637         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24638         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24640 2013-03-04  Andreas Jaeger  <aj@suse.de>
24642         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24643         common definitions.
24645         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24646         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24647         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24648         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24649         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24650         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24652 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24654         [BZ #15055]
24655         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24656         __ieee754_sqrl instead of __sqrl.
24658 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24660         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24661         * sysdeps/powerpc/fpu_control.h: ... here.
24662         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24663         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24664         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24665         * sysdeps/powerpc/bits/mathinline.h: ... here.
24667 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24669         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24670         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24671         to just [NEED_DL_SYSINFO_DSO].
24672         * elf/dl-support.c: Likewise.
24673         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24674         * elf/rtld.c (dl_main): Likewise.
24675         * elf/setup-vdso.h (setup_vdso): Likewise.
24676         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24677         * sysdeps/unix/sysv/linux/dl-sysdep.c
24678         (_dl_discover_osversion): Likewise.
24680 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24682         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24683         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24685 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24687         * NEWS: Mention libm performance improvements and non-x86 PI
24688         futex support.
24690         * csu/libc-start.c (__pthread_initialize_minimal): Change
24691         function arguments.
24692         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24694 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24696         [BZ #13550]
24697         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24698         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24699         <bp-sym.h> and <bp-asm.h>.
24700         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24701         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24702         and <bp-asm.h>.
24703         (memcpy): Don't use BP_SYM.
24704         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24705         <bp-asm.h>.
24706         (__mpn_add_n): Don't use BP_SYM.
24707         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24708         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24709         and <bp-asm.h>.
24710         (__mpn_addmul_1): Don't use BP_SYM.
24711         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24712         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24713         <bp-sym.h>.
24714         (_setjmp): Don't use BP_SYM.
24715         (__novmx_setjmp): Likewise.
24716         (__GI__setjmp): Likewise.
24717         (__vmx_setjmp): Likewise.
24718         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24719         <bp-sym.h>.
24720         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24721         (__bzero): Don't use BP_SYM.
24722         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24723         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24724         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24725         <bp-sym.h> and <bp-asm.h>.
24726         (memcpy): Don't use BP_SYM.
24727         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24728         <bp-sym.h> and <bp-asm.h>.
24729         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24730         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24731         <bp-sym.h> and <bp-asm.h>.
24732         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24733         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24734         <bp-asm.h>.
24735         (__mpn_lshift): Don't use BP_SYM.
24736         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24737         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24738         <bp-asm.h>.
24739         (memset): Don't use BP_SYM.
24740         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24741         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24742         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24743         <bp-asm.h>.
24744         (__mpn_mul_1): Don't use BP_SYM.
24745         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24746         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24747         <bp-sym.h> and <bp-asm.h>.
24748         (memcmp): Don't use BP_SYM.
24749         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24750         <bp-sym.h> and <bp-asm.h>.
24751         (memcpy): Don't use BP_SYM.
24752         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24753         <bp-sym.h> and <bp-asm.h>.
24754         (memset): Don't use BP_SYM.
24755         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24756         <bp-sym.h> and <bp-asm.h>.
24757         (strncmp): Don't use BP_SYM.
24758         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24759         <bp-sym.h> and <bp-asm.h>.
24760         (memcpy): Don't use BP_SYM.
24761         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24762         <bp-sym.h> and <bp-asm.h>.
24763         (memset): Don't use BP_SYM.
24764         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24765         <bp-sym.h> and <bp-asm.h>.
24766         (__memchr): Don't use BP_SYM.
24767         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24768         <bp-sym.h> and <bp-asm.h>.
24769         (memcmp): Don't use BP_SYM.
24770         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24771         <bp-sym.h> and <bp-asm.h>.
24772         (memcpy): Don't use BP_SYM.
24773         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24774         <bp-sym.h> and <bp-asm.h>.
24775         (__mempcpy): Don't use BP_SYM.
24776         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24777         <bp-sym.h> and <bp-asm.h>.
24778         (__memrchr): Don't use BP_SYM.
24779         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24780         <bp-sym.h> and <bp-asm.h>.
24781         (memset): Don't use BP_SYM.
24782         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24783         <bp-sym.h> and <bp-asm.h>.
24784         (__rawmemchr): Don't use BP_SYM.
24785         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24786         <bp-sym.h> and <bp-asm.h>.
24787         (__STRCMP): Don't use BP_SYM.
24788         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24789         <bp-sym.h> and <bp-asm.h>.
24790         (strchr): Don't use BP_SYM.
24791         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24792         <bp-sym.h> and <bp-asm.h>.
24793         (__strchrnul): Don't use BP_SYM.
24794         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24795         <bp-sym.h> and <bp-asm.h>.
24796         (strlen): Don't use BP_SYM.
24797         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24798         <bp-sym.h> and <bp-asm.h>.
24799         (strncmp): Don't use BP_SYM.
24800         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24801         <bp-sym.h> and <bp-asm.h>.
24802         (__strnlen): Don't use BP_SYM.
24803         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24804         <bp-asm.h>.
24805         (__mpn_rshift): Don't use BP_SYM.
24806         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24807         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24808         <bp-sym.h> and <bp-asm.h>.
24809         (__sigsetjmp): Don't use BP_SYM.
24810         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24811         (L(start_addresses)): Don't use BP_SYM.
24812         (_start): Likewise.
24813         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24814         <bp-asm.h>.
24815         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24816         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24817         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24818         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24819         <bp-asm.h>.
24820         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24821         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24822         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24823         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24824         <bp-asm.h>.
24825         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24826         comments.
24827         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24828         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24829         <bp-asm.h>.
24830         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24831         FIXME comments.
24832         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24833         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24834         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24835         <bp-asm.h>.
24836         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24837         comment.
24838         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24839         and <bp-asm.h>.
24840         (strncmp): Don't use BP_SYM,
24841         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24842         <bp-asm.h>.
24843         (__mpn_sub_n): Don't use BP_SYM.
24844         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24845         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24846         and <bp-asm.h>.
24847         (__mpn_submul_1): Don't use BP_SYM.
24848         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24850         <bp-sym.h> and <bp-asm.h>.
24851         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24853         <bp-sym.h> and <bp-asm.h>.
24854         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24855         comment.
24857 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24859         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24860         Use ZK to minimize writes to Z.
24861         (sub_magnitudes): Simplify code a bit.
24862         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24863         Use ZK to minimize writes to Z.
24864         (sub_magnitudes): Simplify code a bit.
24866 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24868         * csu/gmon-start.c: Add special exception to license text.
24870 2013-02-27  Richard Henderson  <rth@redhat.com>
24872         * scripts/config.guess: Update from config.git.
24873         * scripts/config.sub: Likewise.
24875 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24877         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24879         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24881         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24883         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24885         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24887 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24889         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24890         [$(build-shared = yes].
24892 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24894         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24895         (__mul): Reduce iterations for calculating mantissa.
24897         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24898         MPTWO.
24899         (__mpranred): Likewise.
24901         [BZ #15160]
24902         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24903         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24905 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24907         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24908         Define __attribute__.
24910 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24912         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24913         unused.
24914         * posix/regex_internal.h (__attribute): Remove.
24915         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24916         (re_string_context_at): Likewise.
24917         (bitset_not): Use __attribute__ and mark function as possibly
24918         unused.
24919         (bitset_merge): Likewise.
24920         (bitset_mask): Likewise.
24921         (re_string_char_size_at): Likewise.
24922         (re_string_wchar_at): Likewise.
24923         (re_string_elem_size_at): Likewise.
24925 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24927         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24928         code.
24929         (cc32): Likewise.
24931         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24932         (__acr): Likewise.
24933         (__cpy): Likewise.
24934         (norm): Likewise.
24935         (denorm): Likewise.
24936         (__dbl_mp): Likewise.
24937         (add_magnitudes): Likewise.
24938         (sub_magnitudes): Likewise.
24939         (__mul): Likewise.
24940         (__inv): Likewise.
24942         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24943         style.
24945         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24946         style.
24948         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24949         code.
24951         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24952         up changes with default code.
24953         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24954         Likewise.
24956 2013-02-24  Allan McRae  <allan@archlinux.org>
24958         * manual/socket.texi (The Internet Namespace): Order menu items
24959         to match that in the file.
24961         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24962         node listing of the info page menu.
24964 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24966         [BZ #13550]
24967         * sysdeps/i386/bp-asm.h: Remove file.
24968         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24969         (PARMS): Do not use macros from bp-asm.h.
24970         (S1): Likewise.
24971         (S2): Likewise.
24972         (SIZE): Likewise.
24973         (__mpn_add_n): Do not use BP_SYM
24974         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24975         "bp-asm.h".
24976         (PARMS): Do not use macros from bp-asm.h.
24977         (S1): Likewise.
24978         (SIZE): Likewise.
24979         (__mpn_addmul_1): Do not use BP_SYM
24980         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24981         "bp-asm.h".
24982         (PARMS): Do not use macros from bp-asm.h.
24983         (SIGMSK): Likewise.
24984         (_setjmp): Likewise.  Do not use BP_SYM.
24985         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24986         "bp-asm.h".
24987         (PARMS): Do not use macros from bp-asm.h.
24988         (SIGMSK): Likewise.
24989         (setjmp): Likewise.  Do not use BP_SYM.
24990         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24991         "bp-asm.h".
24992         (PARMS): Do not use macros from bp-asm.h.
24993         (__frexp): Do not use BP_SYM.
24994         (frexp): Likewise.
24995         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24996         "bp-asm.h".
24997         (PARMS): Do not use macros from bp-asm.h.
24998         (__frexpf): Do not use BP_SYM.
24999         (frexpf): Likewise.
25000         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25001         "bp-asm.h".
25002         (PARMS): Do not use macros from bp-asm.h.
25003         (__frexpl): Do not use BP_SYM.
25004         (frexpl): Likewise.
25005         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25006         "bp-asm.h".
25007         (PARMS): Do not use macros from bp-asm.h.
25008         (__remquo): Do not use BP_SYM.
25009         (remquo): Likewise.
25010         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25011         "bp-asm.h".
25012         (PARMS): Do not use macros from bp-asm.h.
25013         (__remquof): Do not use BP_SYM.
25014         (remquof): Likewise.
25015         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25016         "bp-asm.h".
25017         (PARMS): Do not use macros from bp-asm.h.
25018         (__remquol): Do not use BP_SYM.
25019         (remquol): Likewise.
25020         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
25021         "bp-asm.h".
25022         (PARMS): Do not use macros from bp-asm.h.
25023         (DEST): Likewise.
25024         (SRC): Likewise.
25025         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
25026         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25027         "bp-asm.h".
25028         (PARMS): Do not use macros from bp-asm.h.
25029         (strlen): Do not use BP_SYM.
25030         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25031         "bp-asm.h".
25032         (PARMS): Do not use macros from bp-asm.h.
25033         (S1): Likewise.
25034         (S2): Likewise.
25035         (SIZE): Likewise.
25036         (__mpn_add_n): Do not use BP_SYM.
25037         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
25038         "bp-asm.h".
25039         (PARMS): Do not use macros from bp-asm.h.
25040         (S1): Likewise.
25041         (SIZE): Likewise.
25042         (__mpn_addmul_1): Do not use BP_SYM.
25043         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25044         weak_alias.
25045         (bzero): Likewise.
25046         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25047         "bp-asm.h".
25048         (PARMS): Do not use macros from bp-asm.h.
25049         (S): Likewise.
25050         (SIZE): Likewise.
25051         (__mpn_lshift): Do not use BP_SYM.
25052         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25053         "bp-asm.h".
25054         (PARMS): Do not use macros from bp-asm.h.
25055         (DEST): Likewise.
25056         (SRC): Likewise.
25057         (LEN): Likewise.
25058         (memcpy): Likewise.  Do not use BP_SYM.
25059         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25060         libc_hidden_def and weak_alias.
25061         (mempcpy): Do not use BP_SYM in weak_alias.
25062         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25063         "bp-asm.h".
25064         (PARMS): Do not use macros from bp-asm.h.
25065         (DEST): Likewise.
25066         (LEN): Likewise.
25067         [!BZERO_P] (CHR): Likewise.
25068         (memset): Likewise.  Do not use BP_SYM.
25069         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25070         "bp-asm.h".
25071         (PARMS): Do not use macros from bp-asm.h.
25072         (S1): Likewise.
25073         (SIZE): Likewise.
25074         (__mpn_mul_1): Do not use BP_SYM.
25075         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25076         "bp-asm.h".
25077         (PARMS): Do not use macros from bp-asm.h.
25078         (S): Likewise.
25079         (SIZE): Likewise.
25080         (__mpn_rshift): Do not use BP_SYM.
25081         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25082         "bp-asm.h".
25083         (PARMS): Do not use macros from bp-asm.h.
25084         (STR): Likewise.
25085         (CHR): Likewise.
25086         (strchr): Likewise.  Do not use BP_SYM.
25087         (index): Do not use BP_SYM in weak_alias.
25088         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25089         "bp-asm.h".
25090         (PARMS): Do not use macros from bp-asm.h.
25091         (DEST): Likewise.
25092         (SRC): Likewise.
25093         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25094         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25095         "bp-asm.h".
25096         (PARMS): Do not use macros from bp-asm.h.
25097         (strlen): Do not use BP_SYM.
25098         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25099         "bp-asm.h".
25100         (PARMS): Do not use macros from bp-asm.h.
25101         (S1): Likewise.
25102         (S2): Likewise.
25103         (SIZE): Likewise.
25104         (__mpn_sub_n): Do not use BP_SYM.
25105         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25106         "bp-asm.h".
25107         (PARMS): Do not use macros from bp-asm.h.
25108         (S1): Likewise.
25109         (SIZE): Likewise.
25110         (__mpn_submul_1): Do not use BP_SYM.
25111         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25112         "bp-asm.h".
25113         (PARMS): Do not use macros from bp-asm.h.
25114         (S1): Likewise.
25115         (S2): Likewise.
25116         (SIZE): Likewise.
25117         (__mpn_add_n): Do not use BP_SYM.
25118         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25119         weak_alias.
25120         (bzero): Likewise.
25121         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25122         "bp-asm.h".
25123         (PARMS): Do not use macros from bp-asm.h.
25124         (BLK2): Likewise.
25125         (LEN): Likewise.
25126         (memcmp): Do not use BP_SYM.
25127         (bcmp): Do not use BP_SYM in weak_alias.
25128         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25129         "bp-asm.h".
25130         (PARMS): Do not use macros from bp-asm.h.
25131         (DEST): Likewise.
25132         (SRC): Likewise.
25133         (LEN): Likewise.
25134         (memcpy): Likewise.  Do not use BP_SYM.
25135         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25136         "bp-asm.h".
25137         (PARMS): Do not use macros from bp-asm.h.
25138         (DEST): Likewise.
25139         (SRC): Likewise.
25140         (LEN): Likewise.
25141         (memmove): Likewise.  Do not use BP_SYM.
25142         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25143         "bp-asm.h".
25144         (PARMS): Do not use macros from bp-asm.h.
25145         (DEST): Likewise.
25146         (SRC): Likewise.
25147         (LEN): Likewise.
25148         (__mempcpy): Likewise.  Do not use BP_SYM.
25149         (mempcpy): Do not use BP_SYM in weak_alias.
25150         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25151         "bp-asm.h".
25152         (PARMS): Do not use macros from bp-asm.h.
25153         (DEST): Likewise.
25154         (LEN): Likewise.
25155         [!BZERO_P] (CHR): Likewise.
25156         (memset): Likewise.  Do not use BP_SYM.
25157         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25158         "bp-asm.h".
25159         (PARMS): Do not use macros from bp-asm.h.
25160         (STR2): Likewise.
25161         (strcmp): Do not use BP_SYM.
25162         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25163         "bp-asm.h".
25164         (PARMS): Do not use macros from bp-asm.h.
25165         (STR): Likewise.
25166         (DELIM): Likewise.
25167         [USE_AS_STRTOK_R] (SAVE): Likewise.
25168         (FUNCTION): Likewise.  Do not use BP_SYM.
25169         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25170         aliases.
25171         (strtok_r): Likewise.
25172         (__GI___strtok_r): Likewise.
25173         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25174         (PARMS): Do not use macros from bp-asm.h.
25175         (S): Likewise.
25176         (SIZE): Likewise.
25177         (__mpn_lshift): Do not use BP_SYM.
25178         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25179         (PARMS): Do not use macros from bp-asm.h.
25180         (STR): Likewise.
25181         (CHR): Likewise.
25182         (__memchr): Do not use BP_SYM.
25183         (memchr): Do not use BP_SYM in weak_alias.
25184         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25185         (PARMS): Do not use macros from bp-asm.h.
25186         (BLK2): Likewise.
25187         (LEN): Likewise.
25188         (memcmp): Do not use BP_SYM.
25189         (bcmp): Do not use BP_SYM in weak_alias.
25190         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25191         (PARMS): Do not use macros from bp-asm.h.
25192         (S1): Likewise.
25193         (SIZE): Likewise.
25194         (__mpn_mul_1): Do not use BP_SYM.
25195         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25196         "bp-asm.h".
25197         (PARMS): Do not use macros from bp-asm.h.
25198         (STR): Likewise.
25199         (CHR): Likewise.
25200         (__rawmemchr): Do not use BP_SYM.
25201         (rawmemchr): Do not use BP_SYM in weak_alias.
25202         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25203         (PARMS): Do not use macros from bp-asm.h.
25204         (S): Likewise.
25205         (SIZE): Likewise.
25206         (__mpn_rshift): Do not use BP_SYM.
25207         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25208         (PARMS): Do not use macros from bp-asm.h.
25209         (SIGMSK): Likewise.
25210         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25211         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25212         (_start): Do not use BP_SYM.
25213         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25214         (PARMS): Do not use macros from bp-asm.h.
25215         (DEST): Likewise.
25216         (SRC): Likewise.
25217         (__stpcpy): Likewise.  Do not use BP_SYM.
25218         (stpcpy): Do not use BP_SYM in weak_alias.
25219         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25220         "bp-asm.h".
25221         (PARMS): Do not use macros from bp-asm.h.
25222         (DEST): Likewise.
25223         (SRC): Likewise.
25224         (LEN): Likewise.
25225         (__stpncpy): Likewise.  Do not use BP_SYM.
25226         (stpncpy): Do not use BP_SYM in weak_alias.
25227         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25228         (PARMS): Do not use macros from bp-asm.h.
25229         (STR): Likewise.
25230         (CHR): Likewise.
25231         (strchr): Likewise.  Do not use BP_SYM.
25232         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25233         "bp-asm.h".
25234         (PARMS): Do not use macros from bp-asm.h.
25235         (STR): Likewise.
25236         (CHR): Likewise.
25237         (__strchrnul): Likewise.  Do not use BP_SYM.
25238         (strchrnul): Do not use BP_SYM in weak_alias.
25239         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25240         "bp-asm.h".
25241         (PARMS): Do not use macros from bp-asm.h.
25242         (STOP): Likewise.
25243         (strcspn): Do not use BP_SYM.
25244         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25245         "bp-asm.h".
25246         (PARMS): Do not use macros from bp-asm.h.
25247         (STR): Likewise.
25248         (STOP): Likewise.
25249         (strpbrk): Likewise.  Do not use BP_SYM.
25250         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25251         "bp-asm.h".
25252         (PARMS): Do not use macros from bp-asm.h.
25253         (STR): Likewise.
25254         (CHR): Likewise.
25255         (strrchr): Likewise.  Do not use BP_SYM.
25256         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25257         (PARMS): Do not use macros from bp-asm.h.
25258         (SKIP): Likewise.
25259         (strspn): Do not use BP_SYM.
25260         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25261         (PARMS): Do not use macros from bp-asm.h.
25262         (STR): Likewise.
25263         (DELIM): Likewise.
25264         (SAVE): Likewise.
25265         (FUNCTION): Likewise.  Do not use BP_SYM.
25266         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25267         aliases.
25268         (strtok_r): Likewise.
25269         (__GI___strtok_r): Likewise.
25270         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25271         (PARMS): Do not use macros from bp-asm.h.
25272         (S1): Likewise.
25273         (S2): Likewise.
25274         (SIZE): Likewise.
25275         (__mpn_sub_n): Do not use BP_SYM.
25276         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25277         "bp-asm.h".
25278         (PARMS): Do not use macros from bp-asm.h.
25279         (S1): Likewise.
25280         (SIZE): Likewise.
25281         (__mpn_submul_1): Do not use BP_SYM.
25282         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25283         <bp-sym.h>.
25284         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25285         and <bp-asm.h>.
25286         (PARMS): Do not use macros from bp-asm.h.
25287         (FLAGS): Likewise.
25288         (PTID): Likewise.
25289         (TLS): Likewise.
25290         (CTID): Likewise.
25291         (__clone): Do not use BP_SYM.
25292         (clone): Do not use BP_SYM in weak_alias.
25293         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25294         and <bp-asm.h>.
25295         (PARMS): Do not use macros from bp-asm.h.
25296         (LEN): Likewise.
25297         (__mmap64): Do not use BP_SYM.
25298         (mmap64): Do not use BP_SYM in weak_alias.
25299         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25300         <bp-sym.h> and <bp-asm.h>.
25301         (PARMS): Do not use macros from bp-asm.h.
25302         (__posix_fadvise64_l64): Do not use BP_SYM.
25303         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25304         (PARMS): Do not use macros from bp-asm.h.
25305         (NSOPS): Likewise.
25306         (semtimedop): Do not use BP_SYM.
25307         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25308         and <bp-asm.h>.
25310 2013-02-21  Allan McRae  <allan@archlinux.org>
25312         * manual/message.texi (Charset conversion in gettext):
25313         Move @end statement to beginning of line.
25315 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25317         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25318         static.
25319         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25320         Likewise.
25322         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25323         (denorm): Likewise.
25324         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25325         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25327 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25329         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25330         tail-call to the resolved function if pltexit isn't needed.
25332 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25334         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25335         or Y being zero as being unlikely.
25336         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25337         Likewise.
25339 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25341         * manual/nss.texi (System Databases and Name Service Switch):
25342         Remove frobnicate @pxref.
25344 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25346         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25347         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25349 2013-02-20  Petr Machata  <pmachata@redhat.com>
25351         * elf/elf.h (R_ARM_TARGET1): New macro.
25352         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25353         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25354         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25355         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25356         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25357         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25358         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25359         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25360         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25361         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25362         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25363         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25364         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25365         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25366         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25367         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25368         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25369         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25370         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25371         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25372         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25373         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25374         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25375         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25376         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25377         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25378         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25379         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25380         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25381         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25382         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25383         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25384         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25385         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25386         (R_ARM_THM_GOT_BREL12): Likewise.
25387         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25388         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25389         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25390         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25391         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25392         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25393         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25394         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25395         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25397 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25399         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25400         __attribute_used__ to __attribute__ ((unused)).
25402 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25404         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25405         powerpc mpa.c.
25406         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25407         comment formatting.
25408         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25410 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25412         [BZ #13550]
25413         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25414         Remove macro.
25415         (ENTER): Remove both macro definitions.
25416         (LEAVE): Likewise.
25417         (CHECK_BOUNDS_LOW): Likewise.
25418         (CHECK_BOUNDS_HIGH): Likewise.
25419         (CHECK_BOUNDS_BOTH): Likewise.
25420         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25421         (RETURN_BOUNDED_POINTER): Likewise.
25422         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25423         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25424         (POP_ERRNO_LOCATION_RETURN): Likewise.
25425         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25426         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25427         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25428         macros.
25429         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25430         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25431         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25432         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25433         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25434         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25435         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25436         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25437         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25438         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25439         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25440         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25441         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25442         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25443         removed macros.
25444         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25445         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25446         macros.
25447         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25448         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25449         * sysdeps/i386/i586/memset.S (memset): Likewise.
25450         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25451         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25452         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25453         macros.
25454         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25455         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25456         Change uses of L(2) to L(out).
25457         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25458         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25459         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25460         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25461         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25462         removed macros.
25463         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25464         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25465         macros.
25466         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25467         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25468         (RETURN): Do not use macro LEAVE.
25469         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25470         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25471         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25472         * sysdeps/i386/i686/memset.S (memset): Likewise.
25473         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25474         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25475         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25476         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25477         Likewise.
25478         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25479         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25480         L(1_2) and L(1_3) into L(1).
25481         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25482         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25483         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25484         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25485         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25486         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25487         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25488         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25489         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25490         macros.
25491         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25492         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25493         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25494         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25495         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25496         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25497         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25498         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25499         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25500         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25501         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25502         * sysdeps/i386/strspn.S (strspn): Likewise.
25503         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25504         conditional code.
25505         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25506         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25507         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25508         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25509         L(1_3) into L(1_1).
25510         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25511         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25512         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25513         macros.
25514         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25516 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25518         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25519         macro.
25521 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25523         * math/atest-exp.c (exp_mpn): Remove ROUND.
25524         * math/atest-exp2.c (exp_mpn): Likewise.
25525         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25527         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25528         * stdlib/tst-tls-atexit-lib.c: Likewise.
25529         * stdlib/tst-tls-atexit.c: Likewise.
25531 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25533         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25534         and __attribute_alloc_size__.
25536 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25538         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25539         __attribute_alloc_size__.
25540         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25541         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25543 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25545         * include/programs/xmalloc.h: New file.
25546         * catgets/gencat.c: Include it.
25547         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25548         * elf/pldd.c: Likewise.
25549         * iconv/iconv_charmap.c: Likewise.
25550         * iconv/iconvconfig.c: Likewise.
25551         * iconv/strtab.c: Likewise.
25552         * locale/programs/locale.c: Likewise.
25553         * locale/programs/localedef.h: Likewise.
25554         * locale/programs/simple-hash.c: Likewise.
25555         * nscd/nscd.h: Likewise.
25556         * nss/makedb.c: Likewise.
25557         * sysdeps/generic/ldconfig.h: Likewise.
25559 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25561         * Versions.def: Add GLIBC_2.18.
25562         * include/link.h (struct link_map): New member l_tls_dtor_count.
25563         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25564         (__call_tls_dtors): Likewise.
25565         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25566         __cxa_thread_atexit_impl.
25567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25568         Likewise.
25569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25570         Likewise.
25571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25572         Likewise.
25573         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25574         Likewise.
25575         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25576         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25577         Likewise.
25578         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25579         Likewise.
25580         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25581         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25582         Likewise.
25583         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25584         (tests): Add test case tst-tls-atexit.
25585         (modules-names): Add shared library for tst-tls-atexit.
25586         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25587         (GLIBC_PRIVATE): Add __call_tls_dtors.
25588         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25589         for libstdc++.
25590         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25591         * stdlib/tst-tls-atexit.c: New test case.
25592         * stdlib/tst-tls-atexit-lib.c: New test case.
25594         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25596         * elf/Versions (ld): Add _dl_find_dso_for_object.
25597         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25598         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25599         (dl_open_worker): Use _dl_find_dso_for_object.
25600         * elf/dl-sym.c (do_sym): Likewise.
25601         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25603 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25605         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25606         Syntactic changes only.
25607         (_dl_runtime_profile): Do a tail-call to the resolved function.
25609 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25611         [BZ #13550]
25612         * sysdeps/x86_64/bp-asm.h: Remove file.
25613         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25614         <bp-sym.h> and <bp-asm.h>.
25615         (__clone): Do not use BP_SYM.
25616         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25617         <bp-sym.h> and <bp-asm.h>.
25618         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25619         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25620         "bp-asm.h".
25621         (_setjmp): Do not use BP_SYM.
25622         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25623         "bp-asm.h".
25624         (setjmp): Do not use BP_SYM.
25625         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25626         libc_hidden_def.
25627         (mempcpy): Do not use BP_SYM in weak_alias.
25628         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25629         "bp-asm.h".
25630         (strchr): Do not use BP_SYM.
25631         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25632         "bp-asm.h".
25633         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25634         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25635         (_start): Do not use BP_SYM.
25636         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25637         "bp-asm.h".
25638         (strcat): Do not use BP_SYM.
25639         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25640         "bp-asm.h".
25641         (STRCMP): Do not use BP_SYM.
25642         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25643         "bp-asm.h".
25644         (STRCPY): Do not use BP_SYM.
25645         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25646         "bp-asm.h".
25647         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25648         "bp-asm.h".
25649         (FUNCTION): Do not use BP_SYM.
25650         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25651         weak_alias.
25652         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25654 2013-02-17  Andreas Jaeger  <aj@suse.de>
25656         * time/Versions: Sort entries.
25657         * string/Versions: Likewise.
25658         * resolv/Versions: Likewise.
25659         * posix/Versions: Likewise.
25660         * iconv/Versions: Likewise.
25661         * elf/Versions: Likewise.
25662         * wcsmbs/Versions: Likewise.
25664 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25666         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25667         loop termination condition.
25669         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25670         variable to calculate EZ.
25671         (__sqr): Likewise.
25673         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25674         the lower precision input.
25676 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25678         [BZ #13550]
25679         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25680         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25681         (run-via-rtld-prefix): Do not handle %-bp tests.
25682         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25683         (all-object-suffixes): Remove .ob.
25684         (bppfx): Remove variable.
25685         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25686         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25687         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25688         [$(build-bounded) = yes] (libtype.ob): Likewise.
25689         * Makerules (elide-routines.ob): Remove variable.
25690         (do-tests-clean): Do not handle *-bp.out.
25691         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25692         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25693         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25694         (tests): Do not include $(tests-bp.out).
25695         (xtests): Do not include $(xtests-bp.out).
25696         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25697         [$(build-bounded) = yes] ($(addprefix
25698         $(objpfx),$(binaries-bounded))): Remove rule.
25699         ($(objpfx)%-bp.out): Remove rule.
25700         * config.make.in (build-bounded): Remove variable.
25701         * crypt/Makefile [$(build-bounded) = yes]
25702         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25703         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25704         append to variable.
25705         [$(build-bounded) = yes] (install-lib): Likewise.
25706         [$(build-bounded) = yes] (generated): Likewise.
25707         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25708         Remove rule.
25709         * intl/Makefile [$(build-bounded) = yes]
25710         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25711         * math/Makefile [$(build-bounded) = yes]
25712         ($(tests:%=$(objpfx)%-bp): Likewise.
25713         * misc/Makefile [$(build-bounded) = yes]
25714         ($(objpfx)tst-tsearch-bp): Likewise.
25715         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25716         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25717         Remove dependency.
25718         * string/Makefile (o-objects.ob): Remove variable.
25719         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25720         (CFLAGS-.ob): Remove variable.
25721         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25722         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25723         both definitions of variable.
25724         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25725         (ASFLAGS-.ob): Remove variable.
25727 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25729         [BZ #13550]
25730         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25731         Remove __BOUNDED_POINTERS__ from condition.
25732         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25733         * string/bits/string2.h [!__NO_STRING_INLINES &&
25734         !__BOUNDED_POINTERS__]: Likewise.
25735         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25736         Likewise.
25737         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25738         Remove conditional code.
25739         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25740         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25741         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25742         condition.
25744         [BZ #13550]
25745         * csu/libc-start.c: Do not include <bp-sym.h>.
25746         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25747         * elf/dl-open.c: Do not include <bp-sym.h>.
25748         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25749         * math/fegetenv.c: Do not include <bp-sym.h>.
25750         (fegetenv): Do not use BP_SYM in versioned symbols.
25751         * nptl/sysdeps/pthread/bits/libc-lockP.h
25752         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25753         <bp-sym.h>.
25754         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25755         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25756         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25757         (__pthread_mutex_destroy): Likewise.
25758         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25759         (__pthread_mutex_lock): Likewise.
25760         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25761         (__pthread_mutex_trylock): Likewise.
25762         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25763         (__pthread_mutex_unlock): Likewise.
25764         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25765         (__pthread_mutexattr_init): Likewise.
25766         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25767         (__pthread_mutexattr_destroy): Likewise.
25768         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25769         (__pthread_mutexattr_settype): Likewise.
25770         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25771         (__pthread_rwlock_init): Likewise.
25772         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25773         (__pthread_rwlock_destroy): Likewise.
25774         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25775         (__pthread_rwlock_rdlock): Likewise.
25776         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25777         (__pthread_rwlock_tryrdlock): Likewise.
25778         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25779         (__pthread_rwlock_wrlock): Likewise.
25780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25781         (__pthread_rwlock_trywrlock): Likewise.
25782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25783         (__pthread_rwlock_unlock): Likewise.
25784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25785         (__pthread_key_create): Likewise.
25786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25787         (__pthread_setspecific): Likewise.
25788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25789         (__pthread_getspecific): Likewise.
25790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25791         Likewise.
25792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25793         (_pthread_cleanup_push_defer): Likewise.
25794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25795         (_pthread_cleanup_pop_restore): Likewise.
25796         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25797         (pthread_setcancelstate): Likewise.
25798         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25799         <bp-sym.h>.
25800         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25801         (memchr): Do not use BP_SYM in weak_alias.
25802         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25803         (fegetenv): Do not use BP_SYM in versioned symbols.
25804         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25805         (fesetenv): Do not use BP_SYM in versioned symbols.
25806         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25807         (feupdateenv): Do not use BP_SYM in versioned symbols.
25808         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25809         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25810         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25811         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25812         (open64): Do not use BP_SYM in weak_alias.
25813         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25814         (fegetenv): Do not use BP_SYM in versioned symbols.
25815         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25816         (fesetenv): Do not use BP_SYM in versioned symbols.
25817         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25818         (feupdateenv): Do not use BP_SYM in versioned symbols.
25819         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25820         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25821         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25822         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25823         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25824         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25825         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25826         <bp-sym.h>.
25827         (__libc_start_main): Do not use BP_SYM.
25829 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25831         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25832         redundant return line.
25833         (norm): Likewise.
25834         (denorm): Likewise.
25835         (dbl_mp): Likewise.
25836         (sub_magnitudes): Likewise.
25837         (__add): Likewise.
25838         (__sub): Likewise.
25839         (__mul): Likewise.
25840         (__inv): Likewise.
25841         (__dvd): Likewise.
25842         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25843         (norm): Likewise.
25844         (denorm): Likewise.
25845         (dbl_mp): Likewise.
25846         (sub_magnitudes): Likewise.
25847         (__add): Likewise.
25848         (__sub): Likewise.
25849         (__mul): Likewise.
25850         (__inv): Likewise.
25851         (__dvd): Likewise.
25853         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25854         instead of __mul.
25855         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25856         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25857         (cc32): Likewise.
25859         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25860         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25861         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25862         of __mul for squares.
25863         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25864         function
25865         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25866         Likewise.
25867         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25868         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25870 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25872         [BZ #13550]
25873         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25874         code.
25875         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25876         prototype or function definition.  Rename ubp_* variables and
25877         parameters.  Remove argv definitions conditional on
25878         [__BOUNDED_POINTERS__].
25879         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25880         * elf/dl-runtime.c (_dl_fixup): Likewise.
25881         * include/set-hooks.h (RUN_HOOK): Likewise.
25882         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25883         definition.
25884         * string/strcpy.c (strcpy): Do not use __unbounded.
25885         * sysdeps/generic/frame.h (struct layout): Likewise.
25886         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25887         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25888         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25889         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25890         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25891         (__backtrace): Likewise.
25892         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25893         use __ptrvalue.
25894         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25895         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25896         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25897         Likewise.
25898         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25899         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25900         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25901         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25902         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25903         Do not use __unbounded.
25904         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25905         Rename __unboundedrlimits parameter to rlimits in prototype.
25906         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25907         Do not use __unbounded.
25908         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25909         not use __ptrvalue.
25910         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25911         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25912         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25913         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25914         __ptrvalue or __unbounded.
25915         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25916         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25917         use __unbounded.
25918         (__new_msgctl): Do not use __ptrvalue.
25919         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25920         __unbounded.
25921         (__libc_msgrcv): Do not use __ptrvalue.
25922         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25923         startup_info): Do not use __unbounded.
25924         (__libc_start_main): Likewise.  Rename ubp_* variables and
25925         parameters.  Remove argv definitions conditional on
25926         [__BOUNDED_POINTERS__].
25927         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25928         __ptrvalue.
25929         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25930         use __unbounded.
25931         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25932         or __ptrvalue.
25933         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25934         use __unbounded.
25935         (__new_shmctl): Do not use __ptrvalue.
25936         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25937         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25938         Likewise.
25939         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25940         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25941         (__libc_sigaction): Likewise.
25942         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25943         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25944         Likewise.
25945         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25947 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25949         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25951         * string/mempcpy.c: Implement by calling memcpy.
25953 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25955         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25957         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25958         evaluation.
25960         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25961         values in the mantissa.
25963         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25964         minimize writes to Z.
25965         (sub_magnitudes): Simplify code a bit.
25967 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25969         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25970         from the message.  The linker prefixes all warnings with that already.
25972 2013-02-12  Andreas Schwab  <schwab@suse.de>
25974         [BZ #15078]
25975         * posix/regexec.c (extend_buffers): Add parameter min_len.
25976         (check_matching): Pass minimum needed length.
25977         (clean_state_log_if_needed): Likewise.
25978         (get_subexp): Likewise.
25979         * posix/Makefile (tests): Add bug-regex34.
25980         (bug-regex34-ENV): Define.
25981         * posix/bug-regex34.c: New file.
25983         [BZ #11561]
25984         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25985         elements compare against the byte sequence of it, not its name.
25986         * posix/Makefile (tests): Add bug-regex35.
25987         (bug-regex35-ENV): Define.
25988         * posix/bug-regex35.c: New file.
25990 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25992         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25993         comment.
25994         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25995         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25996         (CHECK_EOL): Add undef.
25998 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
26000         * bits/stdlib-bsearch.h: New file.
26001         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
26002         * stdlib/stdlib.h: Likewise.
26004 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26006         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26007         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26008         declaration.
26009         * manual/search.texi (Array Search Function): Add missing const in
26010         lfind prototype.
26011         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26012         declaration to use rlim_t.
26013         (Basic Scheduling Functions): Remove erroneous const from
26014         sched_getparam prototype.  Remove erroneous * from
26015         sched_get_priority_max and sched_get_priority_min prototypes.
26016         (Resource Usage): Fix summary @comment on vtimes to refer to
26017         sys/vtimes.h rather than vtimes.h.
26018         Add missing *s in vtimes prototype.
26019         (Limits on Resources): Fix ulimit prototype to return long int.
26020         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26021         prototypes to use long int rather than double.
26022         (BSD Random): Fix initstate and setstate to use char *, not void *.
26023         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26024         prototype to make second argument 'struct aiocb64 *const[]'.
26025         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26026         (Status of AIO Operations): Remove erroneous const in aio_return and
26027         aio_return64 prototypes.
26028         (Synchronizing I/O): Fix sync prototype to return void.
26029         * manual/startup.texi (Suboptions): Remove an erroneous const in
26030         getsubopt prototype.
26031         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26032         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26033         use size_t rather than int.
26034         (Scanning All Users): Likewise for getpwent_r.
26035         (Setting Groups): Add missing const to setgroups prototype.
26036         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26037         * manual/socket.texi (Host Names): Fix gethostbyaddr and
26038         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26039         'const void *' rather than 'const char *'.
26040         (Host Address Functions): Likewise for inet_ntop.
26041         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26042         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26043         ssize_t for return value.
26044         (Sending Data): Likewise for send, sendto, sendmsg.
26045         (Socket Option Functions): Add a missing const in setsockopt prototype.
26046         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26047         use wchar_t for the argument.
26048         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26049         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26050         take no arguments.
26051         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26052         double/float/long double for second argument.
26053         Fix return types of significand, significandf, significandl.
26054         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26055         argument in fchmod prototype.
26056         (File Owner): Use uid_t and gid_t in fchown prototype.
26057         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26058         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26059         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26060         use 'const struct dirent **' as argument types to CMP function pointer
26061         argument.
26062         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26063         (File Times): Fix summary magic @comment for struct utimbuf and utime
26064         to refer to utime.h, not time.h.
26065         * manual/string.texi (Argz Functions): Add missing const in
26066         argz_extract and argz_next prototypes.
26067         (Finding Tokens in a String): Likewise for basename.
26068         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26069         (Copying and Concatenation): Fix typo in wmemmove prototype.
26070         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26071         (Signal Stack): Remove erroneous const in sigstack prototype.
26072         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26073         prototype.
26074         (Simple Calendar Time): Likewise for stime.
26075         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26076         prototype.
26077         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26078         say sys/sysctl.h instead.
26079         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26080         and vsyslog prototypes.
26082 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26084         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26085         Remove.
26087 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26089         * misc/sys/mman.h: Fix typo in mremap comment.
26091 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26093         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26094         the '\0' terminator.
26096 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26098         [BZ #13550]
26099         * debug/segfault.c: Don't include <bp-checks.h>.
26100         * sysdeps/generic/bp-checks.h: Remove file.
26101         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26102         (__GETDENTS): Don't use CHECK_N.
26103         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26104         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26105         (__getgroups): Don't use CHECK_N.
26106         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26107         (setgroups): Don't use CHECK_N.
26108         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26109         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26110         (__libc_msgrcv): Don't use CHECK_N.
26111         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26112         (__libc_msgsnd): Don't use CHECK_N.
26113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26114         <bp-checks.h>.
26115         (__libc_pread): Don't use CHECK_N.
26116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26117         include <bp-checks.h>.
26118         (__libc_pread64): Don't use CHECK_N.
26119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26120         include <bp-checks.h>.
26121         (__libc_pwrite): Don't use CHECK_N.
26122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26123         include <bp-checks.h>.
26124         (__libc_pwrite64): Don't use CHECK_N.
26125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26126         <bp-checks.h>.
26127         (__libc_pread): Don't use CHECK_N.
26128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26129         include <bp-checks.h>.
26130         (__libc_pread64): Don't use CHECK_N.
26131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26132         include <bp-checks.h>.
26133         (__libc_pwrite): Don't use CHECK_N.
26134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26135         include <bp-checks.h>.
26136         (__libc_pwrite64): Don't use CHECK_N.
26137         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26138         (do_pread): Don't use CHECK_N.
26139         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26140         (do_pread64): Don't use CHECK_N.
26141         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26142         (do_pwrite): Don't use CHECK_N.
26143         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26144         (do_pwrite64): Don't use CHECK_N.
26145         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26146         (__libc_readv): Don't use CHECK_N.
26147         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26148         (semop): Don't use CHECK_N.
26149         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26150         <bp-checks.h>.
26151         (semtimedop): Don't use CHECK_N.
26152         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26153         (__libc_pread): Don't use CHECK_N.
26154         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26155         <bp-checks.h>.
26156         (__libc_pread64): Don't use CHECK_N.
26157         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26158         <bp-checks.h>.
26159         (__libc_pwrite): Don't use CHECK_N.
26160         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26161         <bp-checks.h>.
26162         (__libc_pwrite64): Don't use CHECK_N.
26163         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26164         <bp-checks.h>.
26165         (__libc_msgrcv): Don't use CHECK_N.
26166         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26167         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26168         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26169         (__libc_writev): Don't use CHECK_N.
26171 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26173         * string/strcpy.c: Removed unused variable.
26175         * Makeconfig (+sysdep-includes): Define with := rather than =.
26176         Use an existing include/ subdir of each sysdeps dir before it.
26178 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26180         * nscd/connection.c (register_traced_file): Comment function.
26181         [HAVE_INOTIFY] (union __inev): Define.
26182         [HAVE_INOTIFY] (inotify_check_files): New function.
26183         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26184         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26185         clear_db_cache.
26186         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26188 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26190         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26191         loaded if not already and that a failure is permanent.
26193 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26195         [BZ #15006]
26196         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26197         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26199 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26201         [BZ #13550]
26202         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26203         (CHECK_1_NULL_OK): Likewise.
26204         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26205         (__fxstat): Do not use CHECK_1.
26206         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26207         <bp-checks.h>.
26208         (___fxstat64): Do not use CHECK_1.
26209         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26210         <bp-checks.h>.
26211         (__fxstatat): Do not use CHECK_1.
26212         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26213         <bp-checks.h>.
26214         (__fxstatat64): Do not use CHECK_1.
26215         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26216         <bp-checks.h>.
26217         (__fxstat): Do not use CHECK_1.
26218         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26219         <bp-checks.h>.
26220         (__fxstatat): Do not use CHECK_1.
26221         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26222         <bp-checks.h>.
26223         (__getresgid): Do not use CHECK_1.
26224         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26225         <bp-checks.h>.
26226         (__getresuid): Do not use CHECK_1.
26227         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26228         <bp-checks.h>.
26229         (__lxstat): Do not use CHECK_1.
26230         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26231         <bp-checks.h>.
26232         (__old_msgctl): Do not use CHECK_1.
26233         (__new_msgctl): Likewise.
26234         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26235         <bp-checks.h>.
26236         (__new_setrlimit): Do not use CHECK_1.
26237         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26238         <bp-checks.h>.
26239         (__old_shmctl): Do not use CHECK_1.
26240         (__new_shmctl): Likewise.
26241         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26242         <bp-checks.h>.
26243         (__xstat): Do not use CHECK_1.
26244         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26245         (__lxstat): Do not use CHECK_1.
26246         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26247         <bp-checks.h>.
26248         (___lxstat64): Do not use CHECK_1.
26249         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26250         (__old_msgctl): Do not use CHECK_1.
26251         (__new_msgctl): Likewise.
26252         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26253         <bp-checks.h>.
26254         (__gettimeofday): Do not use CHECK_1.
26255         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26256         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26257         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26258         <bp-checks.h>.
26259         (__gettimeofday): Do not use CHECK_1.
26260         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26261         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26262         (__new_shmctl): Do not use CHECK_1.
26263         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26264         <bp-checks.h>.
26265         (do_sigtimedwait): Do not use CHECK_1.
26266         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26267         <bp-checks.h>.
26268         (do_sigwaitinfo): Do not use CHECK_1.
26269         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26270         <bp-checks.h>.
26271         (msgctl): Do not use CHECK_1.
26272         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26273         <bp-checks.h>.
26274         (shmctl): Do not use CHECK_1.
26275         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26276         (ustat): Do not use CHECK_1.
26277         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26278         <bp-checks.h>.
26279         (__fxstat): Do not use CHECK_1.
26280         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26281         <bp-checks.h>.
26282         (__fxstatat): Do not use CHECK_1.
26283         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26284         <bp-checks.h>.
26285         (__lxstat): Do not use CHECK_1.
26286         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26287         <bp-checks.h>.
26288         (__xstat): Do not use CHECK_1.
26289         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26290         (__xstat): Do not use CHECK_1.
26291         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26292         (___xstat64): Do not use CHECK_1.
26294         [BZ #13550]
26295         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26296         definitions.
26297         (CHECK_BOUNDS_HIGH): Likewise.
26298         * string/strcpy.c: Do not include <bp-checks.h>.
26299         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26301 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26303         * nscd/nscd-client.h (__nscd_drop_map_ref):
26304         Add __attribute__ ((unused)).
26305         * nis/nss-nisplus.h (niserr2nss): Likewise.
26307         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26308         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26310         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26311         Remove inline keyword.
26312         * include/rounding-mode.h (round_away): Likewise.
26313         * libio/wfileops.c (adjust_wide_data): Likewise.
26314         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26315         (__m128i_strloadu_tolower): Likewise.
26316         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26317         (__m128i_strloadu_tolower): Likewise.
26318         * time/mktime.c (ydhms_diff): Likewise.
26319         * locale/elem-hash.h (elem_hash): Likewise.
26320         * locale/setlocale.c (setdata): Likewise.
26321         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26322         (re_string_wchar_at): Likewise.
26323         (bitset_not, bitset_merge, bitset_mask): Likewise.
26324         [!(__GNUC__ > 3)] (inline): Remove macro.
26325         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26326         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26327         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26328         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26329         * string/memcmp.c (memcmp_bytes): Likewise.
26330         * locale/programs/locarchive.c (compute_hashval): Likewise.
26331         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26332         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26333         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26334         * nss/getent.c (print_rpc, print_protocols): Likewise.
26335         (print_passwd, print_group, print_aliases): Likewise.
26336         * nis/nss-nisplus.h (niserr2nss): Likewise.
26337         * nscd/connections.c (restart_p): Likewise.
26338         Change return type to bool.
26340 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26342         * Makeconfig (all-Depend-files): Add existing
26343         $(sorted-subdirs:=/Depend) files.
26344         (all-subdirs): Remove nss.
26345         * sysdeps/unix/inet/Subdirs: Add it here instead.
26346         * hesiod/Depend: New file.
26348         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26349         instead of calling alloca.
26351         * io/lseek.c (__lseek): Rename to __libc_lseek.
26352         Define __lseek as an alias.
26354         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26356 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26358         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26359         else clause and remove check for non-standard endianness.
26361 2013-02-04  David S. Miller  <davem@davemloft.net>
26363         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26365 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26367         [BZ #13550]
26368         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26369         (__ubp_memchr): Remove prototype.
26370         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26371         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26372         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26373         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26374         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26375         Remove alias.
26376         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26377         (__ubp_memchr): Likewise.
26378         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26379         (__ubp_memchr): Likewise.
26380         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26381         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26382         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26383         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26384         CHECK_STRING.
26385         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26386         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26387         (__getcwd): Do not use CHECK_STRING.
26388         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26389         <bp-checks.h>.
26390         (__real_chown): Do not use CHECK_STRING.
26391         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26392         <bp-checks.h>.
26393         (fchownat): Do not use CHECK_STRING.
26394         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26395         CHECK_STRING.
26396         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26397         <bp-checks.h>.
26398         (__lchown): Do not use CHECK_STRING.
26399         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26400         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26401         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26402         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26404         include <bp-checks.h>.
26405         (truncate64): Do not use CHECK_STRING.
26406         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26407         <bp-checks.h>.
26408         (__real_chown): Do not use CHECK_STRING.
26409         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26410         <bp-checks.h>.
26411         (__lchown): Do not use CHECK_STRING.
26412         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26413         <bp-checks.h>.
26414         (__chown): Do not use CHECK_STRING.
26415         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26416         <bp-checks.h>.
26417         (truncate64): Do not use CHECK_STRING.
26418         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26419         Likewise.
26420         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26421         (__xmknod): Do not use CHECK_STRING.
26422         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26423         <bp-checks.h>.
26424         (__xmknodat): Do not use CHECK_STRING.
26425         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26426         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26428 2013-02-04  Andreas Schwab  <schwab@suse.de>
26430         [BZ #14142]
26431         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26432         * include/netdb.h: Likewise for h_errno.
26433         * elf/tst-stackguard1.c: Include <tls.h>.
26435 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26437         * elf/link.h (struct link_map): Extend the l_addr comment.
26438         * include/link.h (struct link_map): Likewise.
26440 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26442         [BZ #13550]
26443         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26444         (BOUNDED_1): Remove macro.
26445         * debug/backtrace.c: Don't include <bp-checks.h>.
26446         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26447         (__backtrace): Likewise.
26448         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26449         <bp-checks.h>.
26450         (__backtrace): Don't use BOUNDED_1.
26451         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26452         <bp-checks.h>.
26453         (__backtrace): Don't use BOUNDED_1.
26454         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26455         (__backtrace): Don't use BOUNDED_1.
26456         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26457         (shmat): Don't use BOUNDED_N.
26459 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26461         [BZ #13550]
26462         * sysdeps/generic/bp-start.h: Remove file.
26463         * csu/libc-start.c: Don't include <bp-start.h>.
26464         (LIBC_START_MAIN): Set up __environ directly instead of using
26465         INIT_ARGV_and_ENVIRON.
26466         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26467         <bp-start.h>.
26469         [BZ #13550]
26470         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26471         definitions.
26472         (CHECK_FCNTL): Likewise.
26473         (CHECK_N_PAGES): Likewise.
26475         [BZ #13550]
26476         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26477         definitions.
26478         (CHECK_SIGSET_NULL_OK): Likewise.
26479         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26480         <bp-checks.h>.
26481         (sigpending): Don't use CHECK_SIGSET.
26482         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26483         <bp-checks.h>.
26484         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26485         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26486         <bp-checks.h>.
26487         (do_sigsuspend): Don't use CHECK_SIGSET.
26488         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26489         use CHECK_SIGSET.
26490         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26491         (do_sigwait): Don't use CHECK_SIGSET.
26492         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26493         use CHECK_SIGSET.
26494         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26495         include <bp-checks.h>.
26496         (sigpending): Don't use CHECK_SIGSET.
26497         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26498         include <bp-checks.h>.
26499         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26500         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26501         <bp-checks.h>.
26502         (sigpending): Don't use CHECK_SIGSET.
26503         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26504         <bp-checks.h>.
26505         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26507         [BZ #13550]
26508         * sysdeps/generic/bp-semctl.h: Remove file.
26509         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26510         <bp-checks.h> and <bp-semctl.h>.
26511         (__old_semctl): Don't use CHECK_SEMCTL.
26512         (__new_semctl): Likewise.
26513         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26514         and <bp-semctl.h>.
26515         (__old_semctl): Don't use CHECK_SEMCTL.
26516         (__new_semctl): Likewise.
26517         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26518         <bp-checks.h> and <bp-semctl.h>.
26519         (__old_semctl): Don't use CHECK_SEMCTL.
26520         (__new_semctl): Likewise.
26521         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26522         <bp-checks.h> and <bp-semctl.h>.
26523         (semctl): Don't use CHECK_SEMCTL.
26525         [BZ #13550]
26526         * Makerules (elide-bp-thunks): Remove variable.
26527         (elide-routines.oS): Don't use $(elide-bp-thunks).
26528         (elide-routines.os): Likewise.
26529         (elide-routines.o): Likewise.
26530         (elide-routines.op): Likewise.
26531         (elide-routines.og): Likewise.
26532         (objects): Don't use $(bp-thunks).
26533         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26534         include.
26535         (common-generated): Do not add s-proto-bp.d.
26536         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26537         (int): Likewise.
26538         (typ): Likewise.
26539         Do not generate makefile rules for bounded-pointer thunks.
26540         * sysdeps/generic/bp-thunks.h: Remove file.
26541         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26542         * sysdeps/unix/s-proto-bp.S: Likewise.
26544         [BZ #15062]
26545         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26546         parts of result separately when argument is not close to line from
26547         -i to i and one part of argument is small.
26548         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26549         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26550         * math/libm-test.inc (cacos_test): Add more tests.
26551         (casin_test): Likewise.
26552         (casinh_test): Likewise.
26553         * sysdeps/i386/fpu/libm-test-ulps: Update.
26554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26556 2013-01-31  David S. Miller  <davem@davemloft.net>
26558         * po/de.po: Update from translation team.
26560 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26562         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26564 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26566         * configure.in (_AC_PROG_CC_C89): New definition.
26567         * configure: Regenerate.
26569         * configure.in (AC_PROG_CPP): New definition.
26570         * configure: Regenerate.
26572 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26574         * debug/tst-backtrace.h: New file.
26575         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26576         (ret): Remove variable.
26577         (x): Likewise.
26578         (FAIL): Remove macro.
26579         (NO_INLINE): Likewise.
26580         (fn1): Use match function instead of strstr.
26581         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26582         (ret): Remove variable.
26583         (x): Likewise.
26584         (FAIL): Remove macro.
26585         (NO_INLINE): Likewise.
26586         (fn): Use match function instead of strstr.
26587         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26588         (ret): Remove variable.
26589         (x): Likewise.
26590         (FAIL): Remove macro.
26591         (NO_INLINE): Likewise.
26592         (handle_signal): Use match function instead of strstr.
26593         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26594         (ret): Remove variable.
26595         (x): Likewise.
26596         (FAIL): Remove macro.
26597         (NO_INLINE): Likewise.
26598         (handle_signal): Use match function instead of strstr.
26600 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26602         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26604 2013-01-23  David S. Miller  <davem@davemloft.net>
26606         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26607         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26608         argument of CAS if possible.
26609         * sysdeps/sparc/sparc64/bits/atomic.h
26610         (__arch_compare_and_exchange_val_32_acq): Likewise.
26611         (__arch_compare_and_exchange_val_64_acq): Likewise.
26613 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26615         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26616         * sysdeps/posix/ulimit.c: ... this.
26617         Include <limits.h>.
26618         * sysdeps/unix/bsd/ulimit.c: Remove file.
26620 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26622         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26623         (LDFLAGS-tst-array5): Likewise.
26625 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26627         [BZ #15036]
26628         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26629         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26630         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26631         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26633 2013-01-21  David S. Miller  <davem@davemloft.net>
26635         * sysdeps/sparc/backtrace.c: New file.
26636         * sysdeps/sparc/sparc32/backtrace.h: New file.
26637         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26638         * sysdeps/sparc/sparc64/backtrace.h: New file.
26639         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26640         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26641         -funwind-tables.
26643 2013-01-21  Andreas Schwab  <schwab@suse.de>
26645         [BZ #15020]
26646         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26647         closed its stdout.
26649 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26651         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26652         "mpa2.h".
26653         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26655 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26656             Mark Mitchell  <mark@codesourcery.com>
26657             Tom de Vries  <tom@codesourcery.com>
26658             Paul Pluzhnikov  <ppluzhnikov@google.com>
26660         * debug/tst-backtrace2.c: New file.
26661         * debug/tst-backtrace3.c: Likewise.
26662         * debug/tst-backtrace4.c: Likewise.
26663         * debug/tst-backtrace5.c: Likewise.
26664         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26665         (CFLAGS-tst-backtrace3.c): Likewise.
26666         (CFLAGS-tst-backtrace4.c): Likewise.
26667         (CFLAGS-tst-backtrace5.c): Likewise.
26668         (LDFLAGS-tst-backtrace2): Likewise.
26669         (LDFLAGS-tst-backtrace3): Likewise.
26670         (LDFLAGS-tst-backtrace4): Likewise.
26671         (LDFLAGS-tst-backtrace5): Likewise.
26672         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26673         tst-backtrace4 and tst-backtrace5.
26675 2013-01-18  Anton Blanchard  <anton@samba.org>
26676             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26678         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26679         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26680         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26681         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26683         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26684         "+r" and remove output regs list as redundant.  Add explicit inline
26685         asm to specify register of return val to work around compiler codegen
26686         bug.  Remove (int) cast on return value.  Add return type parameter to
26687         use in macro so that this macro does not truncate return value for
26688         64-bit values.
26689         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26690         pass to INTERNAL_VSYSCALL_NCS.
26691         (INLINE_VSYSCALL): Add 'long int' as return type to
26692         INTERNAL_VSYSCALL_NCS macro invocation.
26693         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26694         INTERNAL_VSYSCALL_NCS macro invocation.
26695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26697 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26699         [BZ #14496]
26700         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26701         Fix application of SIMD FP exception mask.
26703         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26704         mp_no from a power of two.
26705         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26706         __mpexp_twomm1.  Use __pow_mp.
26708         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26709         multiplication.
26711 2013-01-17  David S. Miller  <davem@davemloft.net>
26713         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26715 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26717         [BZ #15023]
26718         * include/complex.h: Condition contents on [!_COMPLEX_H].
26719         (__kernel_casinhf): New prototype.
26720         (__kernel_casinh): Likewise.
26721         (__kernel_casinhl): Likewise.
26722         * math/Makefile (libm_calls): Add k_casinh.
26723         * math/k_casinh.c: New file.
26724         * math/k_casinhf.c: Likewise.
26725         * math/k_casinhl.c: Likewise.
26726         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26727         finite nonzero arguments.
26728         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26729         finite nonzero arguments.
26730         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26731         finite nonzero arguments.
26732         * math/s_casinh.c: Do not include <float.h>.
26733         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26734         * math/s_casinhf.c: Do not include <float.h>.
26735         (__casinhf): Move code for finite nonzero arguments to
26736         k_casinhf.c.
26737         * math/s_casinhl.c: Do not include <float.h>.
26738         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26739         redefine.
26740         (__casinhl): Move code for finite nonzero arguments to
26741         k_casinhl.c.
26742         * math/libm-test.inc (cacos_test): Add more tests.
26743         * sysdeps/i386/fpu/libm-test-ulps: Update.
26744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26746 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26748         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26749         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26750         [!HAVE_MREMAP]: Remove [defined linux] case.
26751         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26753 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26755         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26757 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26759         * elf/elf.h (R_386_SIZE32): New relocation.
26760         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26761         R_386_SIZE32.
26762         (elf_machine_rela): Likewise.
26763         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26764         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26766 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26768         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26769         (FP_FAST_FMA): Do not define.
26770         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26771         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26772         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26773         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26774         !_SOFT_FLOAT]: Likewise.
26775         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26776         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26777         value.
26778         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26779         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26780         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26781         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26782         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26783         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26784         file.
26786 2013-01-16  Andreas Schwab  <schwab@suse.de>
26788         [BZ #14327]
26789         * include/stdlib.h (__mktemp): Add declaration.
26790         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26791         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26793 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26795         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26796         definitions.
26797         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26798         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26799         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26800         definitions here.
26801         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26802         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26803         definitions.
26804         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26805         and ONE.
26806         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26807         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26808         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26809         definitions.
26810         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26811         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26812         definitions.
26813         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26815         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26817 2013-01-15  David S. Miller  <davem@davemloft.net>
26819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26820         trunc{,f} to libm-sysdep_routes.
26821         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26823         file.
26824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26826         file.
26827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26828         file.
26829         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26830         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26831         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26832         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26833         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26834         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26835         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26836         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26839         nearbyint{,f} to libm-sysdep_routes.
26840         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26842         New file.
26843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26844         file.
26845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26846         New file.
26847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26848         file.
26849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26851         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26852         file.
26853         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26854         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26855         file.
26856         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26857         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26858         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26860         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26861         libc_feholdexcept and libc_fesetenv.
26863 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26865         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26867 2013-01-14  David S. Miller  <davem@davemloft.net>
26869         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26870         (SPARC_ASM_VIS2_IFUNC): Likewise.
26871         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26873         use of 'siam' instruction.
26874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26875         Likewise.
26876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26877         Likewise.
26878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26879         Likewise.
26880         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26881         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26882         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26883         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26885         file.
26886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26887         file.
26888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26889         file.
26890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26891         file.
26892         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26893         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26894         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26895         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26897         new VIS2 routines.
26898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26901         Likewise.
26902         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26903         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26904         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26905         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26907         routines to libm-sysdep_routines.
26908         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26911         fdim/fdimf to libm-sysdep_routines.
26912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26913         file.
26914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26916         file.
26917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26918         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26920         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26921         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26922         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26923         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26925 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26927         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26928         to optimize copies.
26930         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26931         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26932         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26934         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26935         local variable MPTWO.
26936         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26937         Likewise.
26939 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26941         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26942         GLOB_NOESCAPE.
26944 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26946         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26948 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26950         * manual/pattern.texi (glob_t): Document gl_flags.
26951         (glob64_t): Likewise.
26953 2013-01-11  David S. Miller  <davem@davemloft.net>
26955         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26956         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26957         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26958         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26959         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26960         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26961         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26962         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26963         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26964         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26965         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26966         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26967         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26969         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26970         sparc V9 rather than using V8 code.
26971         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26972         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26974         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26975         Move to...
26976         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26977         Here.
26979 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26981         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26982         not in the main loop.
26983         * configure: Regenerated.
26985 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26987         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26988         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26989         to just #else.
26990         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26991         [!__GLIBC_HAVE_LONG_LONG] case.
26992         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26993         condition to just #else.
26994         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26995         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26996         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26997         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26998         unconditional.
26999         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27000         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27001         #elif condition to just #else.
27002         * sysdeps/unix/sysv/linux/sys/sysmacros.h
27003         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27004         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27005         #elif condition to just #else.
27007 2013-01-11  Steve Ellcey  <sellcey@mips.com>
27009         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27010         (EF_MIPS_ARCH_64): Fix value.
27011         (EF_MIPS_ARCH_32R2): New.
27012         (EF_MIPS_ARCH_64R2): New.
27014 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27016         * Makeconfig (+link-pie-before-libc): New.
27017         (+link-pie-after-libc): Likewise.
27018         (+link-pie-tests): Likewise.
27019         (+link-pie): Rewritten.
27020         (link-before-libc): Remove $(config-LDFLAGS).
27021         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27022         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27023         (config-LDFLAGS): Renamed to ...
27024         (rtld-LDFLAGS): This.
27025         (rtld-tests-LDFLAGS): New macro.
27026         (link-libc-rpath-link): Likewise.
27027         (link-libc-tests-rpath-link): Likewise.
27028         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27029         (link-libc): Prepand $(link-libc-rpath-link).
27030         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27031         (test-program-prefix): New macro.
27032         (test-via-rtld-prefix): Likewise.
27033         (test-program-cmd): Likewise.
27034         (host-test-program-cmd): Likewise.
27035         * Makefile ($(common-objpfx)testrun.sh): Replace
27036         $(run-program-prefix) with $(test-program-prefix).
27037         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27038         $(rtld-LDFLAGS).
27039         ($(common-objpfx)shlib.lds): Likewise.
27040         (build-module-helper): Likewise.
27041         ($(common-objpfx)format.lds): Likewise.
27042         * Rules (binaries-pie-tests): New.
27043         (binaries-pie-notests): Likewise.
27044         (binaries-pie): Rewritten.
27045         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27046         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27047         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27048         (make-test-out): Replace $(host-built-program-cmd) with
27049         $(host-test-program-cmd).
27050         * config.make.in (build-hardcoded-path-in-tests): New variable.
27051         * configure.in (--enable-hardcoded-path-in-tests): New configure
27052         option.
27053         (hardcoded_path_in_tests): New AC_SUBST.
27054         * configure: Regenerated.
27055         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27056         $(built-program-cmd) with $(test-program-cmd).
27057         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27058         (test_program_cmd): This.
27059         * elf/Makefile ($(objpfx)order.out): Run test with
27060         $(test-program-prefix).
27061         ($(objpfx)order2.out): Likewise.
27062         ($(objpfx)tst-initorder.out): Likewise.
27063         ($(objpfx)tst-initorder2.out): Likewise.
27064         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27065         $(test-program-cmd).
27066         ($(objpfx)tst-array1-static.out): Likewise.
27067         ($(objpfx)tst-array2.out): Likewise.
27068         ($(objpfx)tst-array3.out): Likewise.
27069         ($(objpfx)tst-array4.out): Likewise.
27070         ($(objpfx)tst-array5.out): Likewise.
27071         ($(objpfx)tst-array5-static.out): Likewise.
27072         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27073         $(test-program-cmd).
27074         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27075         $(run-program-prefix) with $(test-program-prefix).
27076         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27077         (test_program_prefix): This.
27078         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27079         $(run-program-prefix) with $(test-program-prefix).
27080         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27081         (test_program_prefix): This.
27082         * iconvdata/tst-tables.sh: Likewise.
27083         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27084         $(run-program-prefix) with $(test-program-prefix).
27085         ($(objpfx)tst-translit.out): Likewise.
27086         ($(objpfx)tst-gettext2.out): Likewise.
27087         ($(objpfx)tst-gettext4.out): Likewise.
27088         ($(objpfx)tst-gettext6.out): Likewise.
27089         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27090         (test_program_prefix): This.
27091         * intl/tst-gettext2.sh: Likewise.
27092         * intl/tst-gettext4.sh  Likewise.
27093         * intl/tst-gettext6.sh: Likewise.
27094         * intl/tst-translit.sh: Likewise.
27095         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27096         with $(test-program-cmd).
27097         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27098         $(run-program-prefix) with $(test-program-prefix).
27099         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27100         (test_program_prefix): This.
27101         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27102         $(run-program-prefix) with $(test-program-prefix).
27103         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27104         (test_program_prefix): This.
27105         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27106         * posix/Makefile ($(objpfx)globtest.out): Replace
27107         $(run-via-rtld-prefix) and $(test-wrapper) with
27108         $(test-program-prefix) and $(test-via-rtld-prefix).
27109         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27110         $(test-program-prefix).
27111         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27112         $(host-test-program-cmd).
27113         (tst-spawn-ARGS): Likewise.
27114         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27115         $(test-program-prefix).
27116         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27117         (test_via_rtld_prefix): This.
27118         (test_wrapper): Renamed to ...
27119         (test_program_prefix): This.
27120         (run_program_prefix): Replaced by test_program_prefix.
27121         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27122         (test_program_prefix): This.
27123         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27124         with $(host-test-program-cmd).
27125         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27126         $(run-program-prefix) with $(test-program-prefix).
27127         ($(objpfx)tst-printf.out): Likewise.
27128         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27129         $(test-program-cmd).
27130         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27131         (test_program_prefix): This.
27132         * stdio-common/tst-unbputc.sh: Likewise.
27133         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27134         $(run-program-prefix) with $(test-program-prefix).
27135         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27136         (test_program_prefix): This.
27137         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27138         $(built-program-cmd) with $(test-program-cmd).
27140 2013-01-11  Andreas Jaeger  <aj@suse.de>
27142         [BZ #15003]
27143         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27144         value. Sync with Linux 3.7.
27146 2013-01-10  David S. Miller  <davem@davemloft.net>
27148         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27149         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27150         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27152 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27154         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27155         never set.
27156         * configure: Regenerated.
27158 2013-01-10  David S. Miller  <davem@davemloft.net>
27160         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27161         sparc V9 rather than using V8 code.
27162         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27163         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27165 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27167         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27168         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27169         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27170         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27171         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27172         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27173         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27174         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27175         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27176         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27177         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27178         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27179         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27180         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27181         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27182         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27183         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27184         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27185         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27186         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27187         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27188         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27189         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27190         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27191         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27192         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27193         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27195 2013-01-10  David S. Miller  <davem@davemloft.net>
27197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27199 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27201         * posix/Makefile (tests-static): New variable.
27202         (tests): Add $(tests-static).
27203         (tst-exec-static-ARGS): New variable.
27204         (tst-spawn-static-ARGS): Likewise.
27205         * posix/tst-exec-static.c: New file.
27206         * posix/tst-spawn-static.c: Likewise.
27207         * posix/tst-exec.c: Support run directly.
27208         * posix/tst-spawn.c: Likewise.
27210 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27212         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27213         long.
27214         * math/bits/mathcalls.h (llrint): Likewise.
27215         (llround): Likewise.
27216         * stdlib/stdlib.h (struct drand48_data): Likewise.
27217         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27218         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27219         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27220         Likewise.
27221         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27222         Likewise.
27223         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27224         (elf_greg_t): Likewise.
27225         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27226         (__jmp_buf): Likewise.
27227         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27228         definitions.
27229         (llrint): Likewise, for all definitions.
27230         (llrintl): Likewise.
27232         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27233         Remove [__GNUC__] condition.
27234         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27235         condition to just [__USE_ISOC99].
27236         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27238 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27240         [BZ #14200]
27241         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27242         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27243         defined.
27244         (_POSIX_V6_ILP32_OFF32): Likewise.
27245         (_XBS5_ILP32_OFF32): Likewise.
27246         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27247         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27249 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27251         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27253         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27254         doubles __mpexp_twomm1.  Adjust usage.
27255         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27256         Remove.
27258 2013-01-10  Andreas Schwab  <schwab@suse.de>
27260         [BZ #14964]
27261         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27262         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27264 2013-01-09  David S. Miller  <davem@davemloft.net>
27266         [BZ #15003]
27267         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27268         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27269         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27270         (TCP_FASTOPEN): Define.
27271         (tcp_repair_opt): New structure.
27272         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27273         enum values.
27274         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27275         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27276         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27277         (tcp_cookie_transactions): New structure.
27279 2013-01-09  Anton Blanchard  <anton@samba.org>
27281         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27282         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27283         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27284         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27286 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27288         * include/features.h (__USE_ANSI): Remove.
27290 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27292         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27294         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27296 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27298         * sysdeps/s390/fpu/libm-test-ulps: Update.
27300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27302         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27303         (__acr): Likewise.
27304         (__cpy): Likewise.
27305         (norm): Likewise.
27306         (denorm): Likewise.
27307         (__mp_dbl): Likewise.
27308         (__dbl_mp): Likewise.
27309         (add_magnitudes): Likewise.
27310         (sub_magnitudes): Likewise.
27311         (__add): Likewise.
27312         (__sub): Likewise.
27313         (__mul): Likewise.
27314         (__inv): Likewise.
27315         (__dvd): Likewise.
27316         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27317         (__acr): Likewise.
27318         (__cpy): Likewise.
27319         (norm): Likewise.
27320         (denorm): Likewise.
27321         (__mp_dbl): Likewise.
27322         (__dbl_mp): Likewise.
27323         (add_magnitudes): Likewise.
27324         (sub_magnitudes): Likewise.
27325         (__add): Likewise.
27326         (__sub): Likewise.
27327         (__mul): Likewise.
27328         (__inv): Likewise.
27329         (__dvd): Likewise.
27330         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27331         (__acr): Likewise.
27332         (__cpy): Likewise.
27333         (norm): Likewise.
27334         (denorm): Likewise.
27335         (__mp_dbl): Likewise.
27336         (__dbl_mp): Likewise.
27337         (add_magnitudes): Likewise.
27338         (sub_magnitudes): Likewise.
27339         (__add): Likewise.
27340         (__sub): Likewise.
27341         (__mul): Likewise.
27342         (__inv): Likewise.
27343         (__dvd): Likewise.
27345 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27347         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27348         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27349         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27350         2 && __USE_EXTERN_INLINES]: Likewise.
27352 2013-01-08  Andreas Jaeger  <aj@suse.de>
27354         [BZ# 14985]
27355         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27356         Remove.
27357         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27358         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27360 2013-01-07  Anton Blanchard  <anton@samba.org>
27362         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27363         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27364         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27365         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27366         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27367         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27368         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27369         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27370         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27371         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27372         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27373         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27374         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27375         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27376         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27377         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27378         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27379         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27380         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27381         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27382         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27383         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27384         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27385         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27386         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27387         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27388         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27389         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27390         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27391         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27392         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27393         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27394         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27395         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27396         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27397         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27398         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27399         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27400         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27401         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27402         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27403         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27404         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27406 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27408         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27409         (__MALLOC_PMT): Likewise.
27410         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27411         [__GNUC__], only on [_LIBC].
27412         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27413         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27414         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27415         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27416         forward declaration.
27417         (realloc_hook_ini): Likewise.
27418         (memalign_hook_ini): Likewise.
27419         (__libc_memalign): Do not use __MALLOC_PMT in variable
27420         declaration.
27421         (__libc_valloc): Likewise.
27422         (__libc_pvalloc): Likewise.
27423         (__libc_calloc): Likewise.
27424         (__posix_memalign): Likewise.
27426         [BZ #14996]
27427         * math/s_casinh.c: Include <float.h>.
27428         (__casinh): Do not do computation with squaring and square root
27429         for large arguments.
27430         * math/s_casinhf.c: Include <float.h>.
27431         (__casinhf): Do not do computation with squaring and square root
27432         for large arguments.
27433         * math/s_casinhl.c: Include <float.h>.
27434         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27435         (__casinhl): Do not do computation with squaring and square root
27436         for large arguments.
27437         * math/libm-test.inc (casin_test): Add more tests.
27438         (casinh_test): Likewise.
27439         * sysdeps/i386/fpu/libm-test-ulps: Update.
27440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27442 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27444         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27445         (__x86_64_raw_data_cache_size): Likewise.
27446         (__x86_64_data_cache_size_half): Likewise.
27447         (__x86_64_raw_data_cache_size_half): Likewise.
27448         (__x86_64_shared_cache_size): Likewise.
27449         (__x86_64_raw_shared_cache_size): Likewise.
27450         (__x86_64_shared_cache_size_half): Likewise.
27451         (__x86_64_raw_shared_cache_size_half): Likewise.
27452         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27453         to ...
27454         (__x86_data_cache_size): This.
27455         (__x86_64_raw_data_cache_size): Renamed to ...
27456         (__x86_raw_data_cache_size): This.
27457         (__x86_64_data_cache_size_half): Renamed to ...
27458         (__x86_data_cache_size_half): This.
27459         (__x86_64_raw_data_cache_size_half): Renamed to ...
27460         (__x86_raw_data_cache_size_half): This.
27461         (__x86_64_shared_cache_size): Renamed to ...
27462         (__x86_shared_cache_size): This.
27463         (__x86_64_raw_shared_cache_size): Renamed to ...
27464         (__x86_raw_shared_cache_size): This.
27465         (__x86_64_shared_cache_size_half): Renamed to ...
27466         (__x86_shared_cache_size_half): This.
27467         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27468         (__x86_raw_shared_cache_size_half): This.
27469         * sysdeps/x86_64/memcpy.S: Updated.
27470         * sysdeps/x86_64/memset.S: Likewise.
27471         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27472         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27473         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27475 2013-01-04  David S. Miller  <davem@davemloft.net>
27477         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27479 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27481         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27482         1 to avoid redefinition warning.
27483         (__USE_GNU): Don't define.
27484         (init_signaling_nan): Protoize.
27486         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27488 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27490         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27491         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27492         (__cpymn): Likewise.
27493         (norm): Remove commented code.
27494         (denorm): Likewise.
27495         (__mp_dbl): Likewise.
27496         (__inv): Likewise.
27497         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27498         (__cpymn): Likewise.
27499         (norm): Remove commented code.
27500         (denorm): Likewise.
27501         (__mp_dbl): Likewise.
27502         (__inv): Likewise.
27504         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27505         mp_no value for 1.0 and 2.0.
27506         (norm): Use RADIXI instead of radixi.d.
27507         (denorm): Likewise.
27508         (__mul): Use 0.0 instead of zero.d.
27509         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27510         mp_no value for 1.0 and 2.0.
27511         (norm): Use RADIXI instead of radixi.d.
27512         (denorm): Likewise.
27513         (__mul): Use 0.0 instead of zero.d.
27515 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27517         [BZ #14994]
27518         * math/s_casinh.c (__casinh): Reduce finite argument to first
27519         quadrant then set signs of results at the end.
27520         * math/s_casinhf.c (__casinhf): Likewise.
27521         * math/s_casinhl.c (__casinhl): Likewise.
27522         * math/libm-test.inc (casin_test): Add more tests.
27523         (casinh_test): Likewise.
27524         * sysdeps/i386/fpu/libm-test-ulps: Update.
27525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27527 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27529         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27531         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27533         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27534         declarations.
27535         (denorm): Likewise.
27536         (__mp_dbl): Likewise.
27537         (__inv): Likewise.
27539         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27540         and adjust the header comment.
27542         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27543         variable name from declaration.
27545 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27547         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27548         Initialize COMMON_CPUID_INDEX_7 element.
27549         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27550         (CPUID_RTM): Likewise.
27551         (HAS_RTM): Likewise.
27552         (COMMON_CPUID_INDEX_7): New enum.
27554 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27556         [BZ #14981]
27557         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27558         size is zero, record memory as freed.
27560 2013-01-03  Andreas Jaeger  <aj@suse.de>
27562         * po/ia.po: Add new Interlingua translation.
27564 2012-01-03  Allan McRae  <allan@archlinux.org>
27566         * locale/programs/localedef.c: Fix description of '--posix' flag.
27568 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27570         * NEWS: Update dates in second copyright notice.
27571         * README: Update copyright dates in example.
27572         * manual/libc.texinfo: Update copyright dates.
27573         * scripts/test-installation.pl: Update copyright date in --version
27574         output.
27576         * hurd/ctty-input.c: Fix copyright notice formatting.
27577         * hurd/ctty-output.c: Likewise.
27578         * hurd/dtable.c: Likewise.
27579         * hurd/hurd-raise.c: Likewise.
27580         * hurd/hurdprio.c: Likewise.
27581         * hurd/msgportdemux.c: Likewise.
27582         * misc/sys/file.h: Likewise.
27583         * misc/sys/ioctl.h: Likewise.
27584         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27585         * sysdeps/mach/hurd/chdir.c: Likewise.
27586         * sysdeps/mach/hurd/fchdir.c: Likewise.
27587         * sysdeps/mach/hurd/rename.c: Likewise.
27588         * sysdeps/mach/hurd/rmdir.c: Likewise.
27589         * sysdeps/mach/hurd/seekdir.c: Likewise.
27590         * sysdeps/mach/hurd/setsid.c: Likewise.
27591         * sysdeps/posix/wait3.c: Likewise.
27593         * All files with FSF copyright notices: Update copyright dates
27594         using scripts/update-copyrights.
27595         * intl/plural.c: Regenerated.
27596         * locale/programs/charmap-kw.h: Likewise.
27597         * locale/programs/locfile-kw.h: Likewise.
27599 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27601         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27602         four values.
27604         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27605         calculation loop and add branch prediction.
27607         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27608         check access beyond bounds of m1np.
27610         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27611         MPTWO.
27612         (__inv): Remove local variable MPTWO to use the global
27613         constant.
27614         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27615         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27616         variable MPTWO.
27617         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27618         MP3HALFS static const.
27620 2013-01-01  David S. Miller  <davem@davemloft.net>
27622         * po/ca.po: Update from translation team.
27624 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27626         * scripts/update-copyrights: New file.
27627         * Makeconfig: Reformat copyright notice.
27628         * ctype/ctype.h: Likewise.
27629         * debug/swprintf_chk.c: Likewise.
27630         * elf/dl-cache.c: Likewise.
27631         * elf/dl-debug.c: Likewise.
27632         * elf/dl-object.c: Likewise.
27633         * grp/initgroups.c: Likewise.
27634         * hurd/Makefile: Likewise.
27635         * hurd/hurd/signal.h: Likewise.
27636         * hurd/hurdfault.c: Likewise.
27637         * hurd/hurdioctl.c: Likewise.
27638         * hurd/hurdlookup.c: Likewise.
27639         * hurd/intr-msg.c: Likewise.
27640         * iconv/gconv_open.c: Likewise.
27641         * libio/swprintf.c: Likewise.
27642         * locale/lc-ctype.c: Likewise.
27643         * locale/nl_langinfo.c: Likewise.
27644         * mach/Machrules: Likewise.
27645         * mach/Makefile: Likewise.
27646         * malloc/obstack.h: Likewise.
27647         * manual/Makefile: Likewise.
27648         * manual/tsort.awk: Likewise.
27649         * misc/bits/stab.def: Likewise.
27650         * nis/nis_print_group_entry.c: Likewise.
27651         * nis/nis_table.c: Likewise.
27652         * nis/nss_compat/compat-pwd.c: Likewise.
27653         * nis/nss_compat/compat-spwd.c: Likewise.
27654         * po/Makefile: Likewise.
27655         * posix/fnmatch.c: Likewise.
27656         * posix/regex.h: Likewise.
27657         * resolv/Makefile: Likewise.
27658         * resolv/nss_dns/dns-network.c: Likewise.
27659         * resolv/res_hconf.c: Likewise.
27660         * scripts/gen-sorted.awk: Likewise.
27661         * soft-fp/soft-fp.h: Likewise.
27662         * stdio-common/printf.h: Likewise.
27663         * stdlib/monetary.h: Likewise.
27664         * stdlib/random.c: Likewise.
27665         * stdlib/random_r.c: Likewise.
27666         * sysdeps/generic/Makefile: Likewise.
27667         * sysdeps/gnu/Makefile: Likewise.
27668         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27669         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27670         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27671         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27672         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27673         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27674         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27675         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27676         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27677         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27678         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27679         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27680         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27681         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27682         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27683         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27684         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27685         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27686         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27687         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27688         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27689         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27690         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27691         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27692         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27693         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27694         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27695         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27696         * sysdeps/mach/hurd/errnos.awk: Likewise.
27697         * sysdeps/mach/hurd/fork.c: Likewise.
27698         * sysdeps/mach/hurd/getcwd.c: Likewise.
27699         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27700         * sysdeps/mach/hurd/mmap.c: Likewise.
27701         * sysdeps/mach/hurd/utimes.c: Likewise.
27702         * sysdeps/mach/hurd/xmknod.c: Likewise.
27703         * sysdeps/posix/profil.c: Likewise.
27704         * sysdeps/posix/readdir_r.c: Likewise.
27705         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27706         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27707         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27708         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27709         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27710         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27711         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27712         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27713         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27714         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27715         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27716         * sysdeps/pthread/lio_listio.c: Likewise.
27717         * sysdeps/sparc/dl-procinfo.h: Likewise.
27718         * sysdeps/unix/i386/sysdep.S: Likewise.
27719         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27720         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27721         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27722         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27724         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27725         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27726         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27727         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27728         * sysdeps/wordsize-32/divdi3.c: Likewise.
27729         * time/sys/time.h: Likewise.
27730         * wcsmbs/Makefile: Likewise.
27732 2013-01-01  David S. Miller  <davem@davemloft.net>
27734         * po/fr.po: Update from translation team.
27736         * catgets/gencat.c: Update copyright year.
27737         * csu/version.c: Likewise.
27738         * debug/catchsegv.sh: Likewise.
27739         * debug/pcprofiledump.c: Likewise.
27740         * debug/xtrace.sh: Likewise.
27741         * elf/ldconfig.c: Likewise.
27742         * elf/ldd.bash.in: Likewise.
27743         * elf/pldd.c: Likewise.
27744         * elf/sotruss.ksh: Likewise.
27745         * elf/sprof.c: Likewise.
27746         * iconv/iconv_prog.c: Likewise.
27747         * iconv/iconvconfig.c: Likewise.
27748         * locale/programs/locale.c: Likewise.
27749         * locale/programs/localedef.c: Likewise.
27750         * login/programs/pt_chown.c: Likewise.
27751         * malloc/memusage.sh: Likewise.
27752         * malloc/memusagestat.c: Likewise.
27753         * malloc/mtrace.pl: Likewise.
27754         * nscd/nscd.c: Likewise.
27755         * nss/getent.c: Likewise.
27756         * nss/makedb.c: Likewise.
27757         * posix/getconf.c: Likewise.
27759 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27761         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27762         numbers.
27764 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27766         * math/bits/mathcalls.h (modf): Use __nonnull.
27768 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27770         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27771         (split): Use macro CN instead of the bare value.
27772         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27773         could be used.
27774         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27775         instead of the bare value.
27776         (power1): Likewise.
27778 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27780         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27781         __ATAN_TWOM.
27782         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27784         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27785         their values.
27786         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27787         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27788         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27789         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27791 2012-12-28  Andreas Jaeger  <aj@suse.de>
27793         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27794         values are from Linux 3.7.
27796         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27797         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27799 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27801         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27802         TRUE case.
27804         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27805         (norm): Likewise.
27806         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27807         variables with preprocessor constants.
27808         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27809         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27810         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27812 2012-12-27  Bruno Haible  <bruno@clisp.org>
27814         [BZ #14317]
27815         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27816         only if needed.
27818 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27820         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27821         and use variable directly.
27822         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27824         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27825         MPONE.
27826         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27827         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27828         variable MPONE.
27829         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27830         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27831         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27832         include directive.  Remove local variable MPONE.
27833         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27834         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27835         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27837 2012-12-25  David S. Miller  <davem@davemloft.net>
27839         * version.h (RELEASE): Set to "development".
27840         (VERSION): Set to "2.17.90".
27841         * NEWS: Add 2.18 section.
27843 2012-12-21  David S. Miller  <davem@davemloft.net>
27845         * po/hr.po: Update from translation team.
27847 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27849         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27851 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27853         * NEWS:  Mention new memcpy for MIPS.
27855 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27857         * manual/contrib.texi (Contributors): Spelling correction.
27859 2012-12-15  David S. Miller  <davem@davemloft.net>
27861         * po/ru.po: Update from translation team.
27863 2012-12-13  David S. Miller  <davem@davemloft.net>
27865         * NEWS: Mention IFUNC testsuite enhancements.
27867         * po/pl.po: Update from translation team.
27868         * po/bg.po: Likewise.
27870         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27871         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27873 2012-12-11  David S. Miller  <davem@davemloft.net>
27875         * po/sv.po: Update from translation team.
27877         * po/vi.po: Update from translation team.
27879         * po/cs.po: Update from translation team.
27881         * po/de.po: Update from translation team.
27882         * po/eo.po: Likewise.
27883         * po/nl.po: Likewise.
27885 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27887         [BZ #14246]
27888         * manual/argp.texi (Argp Helper Functions): Move node to follow
27889         Argp Parsing State.
27891         [BZ #14872]
27892         * manual/conf.texi (Limits on File System Capacity): Mention if
27893         terminating null is included in the max size.
27895 2012-12-10  Andreas Jaeger  <aj@suse.de>
27897         * po/cs.po: Update from translation team.
27899 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27901         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27902         void pointer and cast to uintptr_t.
27903         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27904         path.
27905         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27906         * sysdeps/s390/s390-64/memset.S: Likewise.
27908 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27910         [BZ #14833]
27911         * menual/message.texi (Message Translation): Fix typos.
27912         (Helper programs for gettext): Likewise.
27914 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27916         [BZ #14898]
27917         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27918         Change to -1.
27920 2012-12-07  David S. Miller  <davem@davemloft.net>
27922         * po/libc.pot: Update.
27924 2012-12-07  Richard Henderson  <rth@redhat.com>
27926         [BZ #10114]
27927         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27928         normal/normal case to before the switch.
27929         (_FP_DIV): Likewise.
27931 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27932             Mike Frysinger  <vapier@gentoo.org>
27934         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27935         check for __NR_fadvise64_64.
27937 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27939         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27940         0, not just to plain "0" as a statement.
27941         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27942         with cw.
27944 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27946         * NEWS: Use sourceware.org in Bugzilla URL.
27948 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27951         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27953         * stdio-common/tst-put-error.c (do_test): Add newline to the
27954         padded test to ensure flush.
27956 2012-12-05  Jeff Law  <law@redhat.com>
27958         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27960 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27962         * README: Don't refer to ports add-on as distributed separately.
27963         Mention AArch64 in list of systems supported in the ports add-on.
27965         * LICENSES: Add more non-FSF copyright and license notices.
27967         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27968         ((unused)).
27970         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27972         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27973         10000 as width of padded output.
27975 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27977         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27979         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27980         variable LX with __attribute__ ((unused)).
27981         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27982         Likewise.
27983         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27984         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27985         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27986         with __attribute__ ((unused)).
27988 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27990         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27992 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27994         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27995         (CFLAGS-nldbl-acos.c): New variable.
27996         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27997         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27998         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27999         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28000         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28001         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28002         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28003         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28004         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28005         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28006         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28007         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28008         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28009         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28010         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28011         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28012         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28013         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28014         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28015         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28016         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28017         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28018         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28019         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28020         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28021         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28022         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28023         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28024         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28025         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28026         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28027         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28028         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28029         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28030         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28031         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28032         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28033         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28034         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28035         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28036         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28037         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28038         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28039         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28040         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28041         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28042         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28043         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28044         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28045         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28046         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28047         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28048         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28049         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28050         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28051         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28052         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28053         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28054         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28055         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28056         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28057         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28058         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28059         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28060         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28061         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28062         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28063         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28064         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28065         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28066         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28067         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28068         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28069         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28070         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28071         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28072         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28073         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28074         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28075         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28076         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28077         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28078         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28079         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28080         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28081         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28082         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28083         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28084         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28085         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28086         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28087         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28088         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28089         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28090         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28091         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28092         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28095         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28097         [BZ #14914]
28098         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28099         whole low double instead of just low 47 bits when splitting values
28100         into two parts.
28102 2012-12-03  Allan McRae  <allan@archlinux.org>
28104         * manual/stdio.texi (Predefined Printf Handlers): Remove
28105         @hsep and @vsep usage.
28107 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28109         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28110         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28112 2012-12-03  Jeff Law  <law@redhat.com>
28114         * time/sys/time.h (settimeofday): Do not mark TV argument
28115         as __nonnull.
28117 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28119         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28120         when currently writing and seek to current position when not.
28121         * libio/Makefile (tests): Remove bug-fclose1.
28122         * libio/bug-fclose1.c: Delete.
28124 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28126         * manual/arith.texi (feenableexcept): Fix typo.
28127         (fedisableexcept): Likewise.
28129 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28131         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28132         second, differently-typed declaration, rather than a cast.
28134 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28136         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28137         * include/rpc/svc.h: ... here.
28139 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28141         [BZ #13013]
28142         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28143         depending n and resplen2 to catch cases where answer
28144         equals answerp2.
28146 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28148         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28149         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28151 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28153         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28155 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28157         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28159 2012-11-28  Jeff Law  <law@redhat.com>
28161         [BZ #13761]
28162         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28163         dataset_temporary.  Track alloca usage into alloca_used.
28164         If dataset is large allocate and release it via malloc/free.
28166 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28168         [BZ #14197]
28169         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28171 2012-11-28  David S. Miller  <davem@davemloft.net>
28173         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28175 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28177         [BZ #14803]
28178         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28179         of pi/2 rounded to nearest to 64 bits.
28180         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28181         nearest to 64 bits.
28182         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28183         bits.
28185 2012-11-28  Jeff Law <law@redhat.com>
28186             Martin Osvald <mosvald@redhat.com>
28188         [BZ #14889]
28189         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28190         * sunrpc/svc.c: Include time.h.
28191         (__svc_accept_failed): New function.
28192         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28193         any reason other than EINTR, call __svc_accept_failed.
28194         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28195         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28197 2012-11-28  Andreas Schwab  <schwab@suse.de>
28199         * scripts/abilist.awk: Also handle indirect functions in .opd
28200         section.
28202 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28204         [BZ #13881]
28205         * sysdeps/x86/fpu/powl_helper.c: New file.
28206         * sysdeps/x86/fpu/Makefile: Likewise.
28207         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28208         (p3): New object.
28209         (__ieee754_powl): Use __powl_helper for finite arguments except
28210         integer exponents below 8.
28211         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28212         (p3): New object.
28213         (__ieee754_powl): Use __powl_helper for finite arguments except
28214         integer exponents below 8.
28215         * math/libm-test.inc (pow_test): Add more tests and enable some
28216         previously disabled tests.
28217         * sysdeps/i386/fpu/libm-test-ulps: Update.
28218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28220 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28221             Carlos O'Donell  <carlos_odonell@mentor.com>
28223         * nss/makedb.c (is_prime): Assert that input is odd and greater
28224         than 4.  Note that fact in a comment too.
28225         (next_prime): Add 4 to input.
28227 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28229         [BZ #11741]
28230         * libio/Makefile (tests): Add test case tst-fwrite-error.
28231         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28232         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28233         * libio/tst-fwrite-error.c: New test case.
28235 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28237         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28238         before casting to void *.
28239         * include/libc-internal.h (__pointer_type): New macro.
28240         (__integer_if_pointer_type_sub): Likewise.
28241         (__integer_if_pointer_type): Likewise.
28242         (cast_to_integer): Likewise.
28243         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28244         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28245         before casting to atomic64_t.
28246         (atomic_exchange_acq): Likewise.
28247         (__arch_exchange_and_add_body): Likewise.
28248         (__arch_add_body): Likewise.
28249         (atomic_add_negative): Likewise.
28250         (atomic_add_zero): Likewise.
28252 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28254         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28255         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28256         (add_fdes): Likewise.
28257         (linear_search_fdes): Likewise.
28258         (binary_search_unencoded_fdes): Likewise.
28260 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28262         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28264 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28266         * configure.in: Autodetect C++ header directories.
28267         * configure: Regenerated.
28269 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28271         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28273 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28277 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28279         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28280         LDBL_MANT_DIG == 106]: Disable some tests.
28281         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28282         Likewise.
28283         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28284         Likewise.
28286         [BZ #14871]
28287         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28288         input for small inputs.  Return +/- pi/2 for large inputs.
28289         * math/libm-test.inc (atan_test): Add more tests.
28291         * sysdeps/generic/unwind-dw2-fde-glibc.c
28292         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28293         __attribute__ ((unused)).
28295         [BZ #14645]
28296         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28297         x * y if x and y are nonzero and z is zero.
28299         [BZ #14811]
28300         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28301         nonzero exponents with absolute value below 0x1p-117 to +/-
28302         0x1p-117.
28304         [BZ #14869]
28305         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28306         up arguments below 2**-450, not just those below 2**-500.
28307         * math/libm-test.inc (hypot_test): Add another test.
28309         [BZ #14868]
28310         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28311         Return a+b for ratio over 2**120, not 2**60.
28312         * math/libm-test.inc (hypot_test): Add another test.
28314         * math/libm-test.inc (clog_test): Use
28315         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28316         (clog10_test): Likewise.
28318         [BZ #6778]
28319         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28321 2012-11-22  Andreas Schwab  <schwab@suse.de>
28323         * sysdeps/i386/fpu/libm-test-ulps: Update.
28325 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28327         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28328         printf output with newline.
28330 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28332         [BZ #14865]
28333         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28334         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28335         -z nodlopen, -z initfirst and -z execstack support.
28336         * configure: Regenerated.
28338         * elf/elf.h (DF_1_NODIRECT): New macro.
28339         (DF_1_IGNMULDEF): Likewise.
28340         (DF_1_NOKSYMS): Likewise.
28341         (DF_1_NOHDR): Likewise.
28342         (DF_1_EDITED): Likewise.
28343         (DF_1_NORELOC): Likewise.
28344         (DF_1_SYMINTPOSE): Likewise.
28345         (DF_1_GLOBAUDIT): Likewise.
28346         (DF_1_SINGLETON): Likewise.
28347         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28348         DT_1_SUPPORTED_MASK bits.
28349         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28351 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28353         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28355 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28357         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28358         macro.
28360         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28361         (sendmmsg): Move declarations...
28362         * socket/sys/socket.h: ... here.
28363         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28364         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28365         include it from...
28366         * socket/recvmmsg.c: ... this new file.
28367         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28368         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28369         definition of __sendmmsg hidden.
28370         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28371         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28372         Move ENOSYS stub into and include it from...
28373         * socket/sendmmsg.c: ... this new file.
28374         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28375         (sysdep_routines): Move recvmmsg and sendmmsg...
28376         * socket/Makefile (routines): ... here.
28377         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28378         (GLIBC_PRIVATE): Add __sendmmsg.
28379         * include/sys/socket.h (__sendmmsg): Add declarations.
28380         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28381         sendmmsg.
28383 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28385         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28386         variable I1 with __attribute__ ((unused)).
28387         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28389 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28391         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28392         DUMMY variables with __attribute__ ((unused)).
28394         * bits/byteswap.h: Include <bits/types.h>.
28395         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28397 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28399         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28400         string_t.  Do not manually set errno.
28401         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28402         length with __strnlen.  Make sure to both set errno and return it on
28403         failure.
28405 2012-11-19  David S. Miller  <davem@davemloft.net>
28407         With help from Joseph Myers.
28408         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28409         very large arguments properly.
28410         * math/libm-test.inc (atan_test): New tests.
28411         (atan2_test): New tests.
28412         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28413         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28415 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28417         [BZ #14856]
28418         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28419         Define to 3.
28421         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28422         [POSIX] (EADDRNOTAVAIL): Likewise.
28423         [POSIX] (EAFNOSUPPORT): Likewise.
28424         [POSIX] (EALREADY): Likewise.
28425         [POSIX] (ECONNABORTED): Likewise.
28426         [POSIX] (ECONNREFUSED): Likewise.
28427         [POSIX] (ECONNRESET): Likewise.
28428         [POSIX] (EDESTADDRREQ): Likewise.
28429         [POSIX] (EDQUOT): Likewise.
28430         [POSIX] (EHOSTUNREACH): Likewise.
28431         [POSIX] (EIDRM): Likewise.
28432         [POSIX] (EISCONN): Likewise.
28433         [POSIX] (ELOOP): Likewise.
28434         [POSIX] (EMULTIHOP): Likewise.
28435         [POSIX] (ENETDOWN): Likewise.
28436         [POSIX] (ENETUNREACH): Likewise.
28437         [POSIX] (ENOBUFS): Likewise.
28438         [POSIX] (ENODATA): Likewise.
28439         [POSIX] (ENOLINK): Likewise.
28440         [POSIX] (ENOMSG): Likewise.
28441         [POSIX] (ENOPROTOOPT): Likewise.
28442         [POSIX] (ENOSR): Likewise.
28443         [POSIX] (ENOSTR): Likewise.
28444         [POSIX] (ENOTCONN): Likewise.
28445         [POSIX] (ENOTSOCK): Likewise.
28446         [POSIX] (EOPNOTSUPP): Likewise.
28447         [POSIX] (EOVERFLOW): Likewise.
28448         [POSIX] (EPROTO): Likewise.
28449         [POSIX] (EPROTONOSUPPORT): Likewise.
28450         [POSIX] (EPROTOTYPE): Likewise.
28451         [POSIX] (ESTALE): Likewise.
28452         [POSIX] (ETIME): Likewise.
28453         [POSIX] (ETXTBSY): Likewise.
28454         [POSIX] (EWOULDBLOCK): Likewise.
28455         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28456         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28457         [POSIX] (SEEK_CUR): Likewise.
28458         [POSIX] (SEEK_END): Likewise.
28459         [POSIX || UNIX98] (mode_t): Do not require.
28460         [POSIX] (off_t): Likewise.
28461         [POSIX] (pid_t): Likewise.
28462         [POSIX] (sys/stat.h): Do not allow header.
28463         [POSIX] (unistd.h): Likewise.
28464         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28465         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28466         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28467         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28468         require.
28469         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28470         sigevent): Specify elements.
28471         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28472         entry.
28473         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28474         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28476         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28477         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28478         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28479         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28480         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28481         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28482         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28483         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28484         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28485         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28486         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28487         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28488         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28489         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28490         Likewise.
28491         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28492         Likewise.
28493         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28494         Likewise.
28495         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28496         Likewise.
28497         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28498         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28499         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28500         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28501         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28502         Specify lower bound on value.
28503         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28504         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28505         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28506         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28507         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28508         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28509         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28510         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28511         value.
28512         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28513         as optional.
28514         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28515         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28516         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28517         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28518         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28519         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28520         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28521         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28522         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28523         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28524         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28525         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28526         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28527         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28528         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28529         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28530         entry.
28531         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28532         optional.
28533         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28534         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28535         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28536         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28537         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28538         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28539         Likewise.
28540         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28541         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28542         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28543         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28544         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28545         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28546         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28547         as optional.
28548         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28549         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28550         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28551         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28552         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28553         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28554         specify as optional.
28555         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28556         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28557         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28558         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28559         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28560         [XPG3] (NL_LANGMAX): Likewise.
28561         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28562         [POSIX || XPG3] (NL_NMAX): Likewise.
28563         [POSIX || XPG3] (NL_SETMAX): Likewise.
28564         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28565         [XPG3] (NZERO): Likewise.
28566         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28567         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28568         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28569         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28570         (REG_ERANGE): Expect.
28571         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28572         optional-constant.
28573         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28574         Use (void) in prototype.
28575         [POSIX] (*_t): Allow.
28576         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28577         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28578         (WRDE_BADVAL): Expect.
28580         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28581         expect.
28582         [XPG3 || XPG4] (O_RSYNC): Likewise.
28583         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28584         Likewise.
28585         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28586         [XPG3 || XPG4] (sigqueue): Likewise.
28587         [XPG3 || XPG4] (sigtimedwait): Likewise.
28588         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28589         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28590         [XPG3 || XPG4] (vsnprintf): Likewise.
28591         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28592         Likewise.
28593         [XPG3 || XPG4] (blksize_t): Likewise.
28594         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28595         Likewise.
28596         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28597         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28598         [XPG3 || XPG4] (struct itimerspec): Likewise.
28599         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28600         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28601         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28602         [XPG3 || XPG4] (clockid_t): Likewise.
28603         [XPG3 || XPG4] (timer_t): Likewise.
28604         [XPG3 || XPG4] (clock_getres): Likewise.
28605         [XPG3 || XPG4] (clock_gettime): Likewise.
28606         [XPG3 || XPG4] (clock_settime): Likewise.
28607         [XPG3 || XPG4] (nanosleep): Likewise.
28608         [XPG3 || XPG4] (timer_create): Likewise.
28609         [XPG3 || XPG4] (timer_delete): Likewise.
28610         [XPG3 || XPG4] (timer_gettime): Likewise.
28611         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28612         [XPG3 || XPG4] (timer_settime): Likewise.
28613         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28614         [XPG3 || XPG4] (getlogin_r): Likewise.
28615         [XPG3 || XPG4] (pread): Likewise.
28616         [XPG3 || XPG4] (pthread_atfork): Likewise.
28617         [XPG3 || XPG4] (pwrite): Likewise.
28619         [BZ #14835]
28620         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28621         <bits/siginfo.h>.
28623 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28625         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28626         finalizing MALLSTREAM.
28628         * sysdeps/mach/hurd/syncfs.c: New file.
28630 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28632         [BZ #14719]
28633         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28634         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28635         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28636         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28637         (_nss_dns_gethostbyname4_r): Likewise.
28638         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28639         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28641 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28643         [BZ #13763]
28644         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28646 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28648         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28649         * elf/cache.c (print_entry): Print ",AArch64" for
28650         FLAG_AARCH64_LIB64
28652         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28653         * elf/cache.c (print_entry): Print ",hard-float" for
28654         FLAG_ARM_LIBHF.
28656 2012-11-18  David S. Miller  <davem@davemloft.net>
28658         With help from Joseph Myers.
28659         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28660         cutoff to 2**-13.
28661         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28662         cutoff to 2**-25.
28663         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28664         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28665         small.
28666         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28667         * math/libm-test.inc (y0_test): New tests.
28668         (y1_test): New tests.
28669         * sysdeps/i386/fpu/libm-test-ulps: Update.
28670         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28671         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28673 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28675         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28676         64-bit targets.
28677         * configure: Regenerated.
28679 2012-11-17  David S. Miller  <davem@davemloft.net>
28681         [BZ #14811]
28682         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28683         nonzero exponents with absolute value below 0x1p-128 to +/-
28684         0x1p-128.
28686 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28688         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28690         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28692         * posix/getconf-speclist.c: New file.
28693         * posix/posix-envs.def: Likewise.
28694         * posix/confstr.c (START_ENV_GROUP): New macro.
28695         (END_ENV_GROUP): Likewise.
28696         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28697         (KNOWN_PRESENT_ENV_STRING): Likewise.
28698         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28699         (UNKNOWN_ENVIRONMENT): Likewise.
28700         (confstr): Include posix-envs.def instead of handling
28701         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28702         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28703         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28704         (END_ENV_GROUP): Likewise.
28705         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28706         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28707         (UNKNOWN_ENVIRONMENT): Likewise.
28708         (__sysconf): Include posix-envs.def instead of handling associated
28709         cases directly here.
28710         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28711         preprocessing getconf-speclist.c rather than running getconf or
28712         generating empty file.
28714 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28716         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28718 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28720         [BZ #14672]
28721         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28723 2012-11-16  David S. Miller  <davem@davemloft.net>
28725         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28726         smaller than LDBL_EPSILON/2.0L, just return xm1.
28728 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28730         * elf/tst-array1.c (init): Set constructor priority to 1000.
28731         (fini): Set destructor priority to 1000.
28732         * elf/tst-array2dep.c: Likewise.
28734 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28736         [BZ #11741]
28737         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28738         (_IO_new_file_xsputn): Also return EOF if none of the input
28739         data was written when overflow failed.
28740         * libio/iopadn.c (_IO_padn): Likewise.
28741         * libio/iowpadn.c (_IO_wpadn): Likewise.
28742         * stdio-common/tst-put-error.c: Add copyright notice.
28743         (do_test): Add case for printing padded string.
28744         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28745         _IO_padn returned error.
28746         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28747         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28748         return EOF.
28750 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28752         * libio/libioP.h: Add comment note that the references to C++
28753         bits are now obsolete.
28755 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28757         * math/libm-test.inc (check_complex): Use asprintf.
28759 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28761         * debug/pcprofiledump.c (print_version): Update copyright year.
28762         * malloc/memusagestat.c (print_version): Likewise.
28764 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28766         [BZ #14831]
28767         * elf/Makefile (tests): Add tst-audit8.
28768         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28769         ($(objpfx)tst-audit8.out): New target.
28770         (tst-audit8-ENV): New variable.
28771         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28772         audit if l_reloc_result is NULL.
28773         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28774         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28775         * elf/tst-audit8.c: New file.
28777 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28779         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28780         * misc/Makefile (CFLAGS-select.c): Define.
28781         * posix/Makefile (CFLAGS-pause.c): Define.
28783 2012-11-13  David S. Miller  <davem@davemloft.net>
28785         * crypt/Makefile: Move test targets after toplevel Rules
28786         inclusion.  Grab any necessary sysdep routines when linking.
28787         * crypt/md5.c (md5_process_block): Remove define, we will always
28788         name it __md5_process_block.
28789         (md5_finish_ctx): Update md5_process_block call.
28790         (md5_stream): Likewise.
28791         (md5_process_bytes): Likewise.
28792         (md5_process_block): Rename to __md5_process_block and move to ...
28793         * crypt/md5-block.c: ... here.
28794         * crypt/sha256.c (sha256_process_block): Move to ...
28795         * crypt/sha256-block.c: ... here.
28796         * crypt/sha512.c (sha512_process_block): Move to ...
28797         * crypt/sha512-block.c: ... here.
28798         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28799         path.
28800         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28801         * sysdeps/sparc/sparc64/multiarch/Makefile
28802         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28803         crypt subdir.
28804         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28805         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28806         multiarch changes.
28807         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28808         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28809         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28810         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28811         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28812         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28813         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28814         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28815         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28816         file.
28817         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28818         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28819         file.
28820         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28822 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28824         * timezone/tzselect.ksh: Update from tzcode git revision
28825         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28826         * timezone/zdump.c: Likewise.
28827         * timezone/zic.c: Likewise.
28828         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28829         in TZVERSION setting, not $(PKGVERSION).
28830         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28831         REPORT_BUGS_TO settings.
28833         [BZ #14838]
28834         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28835         macro.
28837 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28839         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28840         detection to immediately after _FP_ROUND().
28841         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28842         bits are 0.
28844 2012-11-11  David S. Miller  <davem@davemloft.net>
28846         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28847         inttypes.h
28848         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28849         __close rather than their public counterparts.
28851 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28853         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28854         file.
28855         [UNIX98] (sem_timedwait): Do not expect.
28856         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28857         [XPG4 || UNIX98] (sockatmark): Do not expect.
28858         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28859         (clock_getcpuclockid): Do not expect.
28860         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28861         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28862         Do not expect.
28863         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28864         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28865         [UNIX98] (vwscanf): Likewise.
28866         [UNIX98] (vswscanf): Likewise.
28868 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28870         * timezone/version.h: Remove file.
28871         * timezone/README: Do not refer to version.h.
28872         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28873         $(objpfx)version.h.
28874         ($(objpfx)zdump.o): Likewise.
28875         ($(objpfx)version.h): New target.
28877         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28878         2012i.
28879         * timezone/README: Don't mention modification to tzselect.ksh.
28880         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28881         work on unmodified tzselect.ksh.  Substitute version numbers in
28882         tzselect.ksh.
28884         * Makefile (format-me): Remove.
28885         (INSTALL): Adjust indentation.  Use commands directly instead of
28886         using $(format-me).
28888         * aclocal.m4 (ACX_PKGVERSION): New macro.
28889         (ACX_BUGURL): Likewise.
28890         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28891         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28892         (REPORT_BUGS_TO): Likewise.
28893         * configure: Regenerated.
28894         * config.h.in (PKGVERSION): New macro.
28895         (REPORT_BUGS_TO): Likewise.
28896         * config.make.in (PKGVERSION): New variable.
28897         (PKGVERSION_TEXI): Likewise.
28898         (REPORT_BUGS_TO): Likewise.
28899         (REPORT_BUGS_TEXI): Likewise.
28900         * Makefile (format-me): Use -I$(common-objpfx)manual.
28901         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28902         ($(common-objpfx)manual/%): New target.
28903         (manual/%): Remove target.
28904         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28905         (print_version): Use PKGVERSION.
28906         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28907         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28908         and REPORT_BUGS_TO.
28909         ($(objpfx)xtrace): Likewise.
28910         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28911         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28912         (print_version): Use PKGVERSION.
28913         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28914         (do_version): Use PKGVERSION.
28915         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28916         REPORT_BUGS_TO.
28917         (common-ldd-rewrite): Likewise.
28918         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28919         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28920         (print_version): Use PKGVERSION.
28921         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28922         * elf/pldd.c (argp_program_bug_address): Remove variable.
28923         (more_help): New function.
28924         (argp): Use more_help.
28925         (print_version): Use PKGVERSION.
28926         * elf/sln.c (main): Use PKGVERSION.
28927         (usage): Use REPORT_BUGS_TO.
28928         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28929         (top level): Use PKGVERSION.
28930         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28931         (print_version): Use PKGVERSION.
28932         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28933         (print_version): Use PKGVERSION.
28934         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28935         (print_version): Use PKGVERSION.
28936         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28937         (print_version): Use PKGVERSION.
28938         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28939         (print_version): Use PKGVERSION.
28940         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28941         (print_version): Use PKGVERSION.
28942         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28943         and BUGURL.
28944         ($(objpfx)memusage): Likewise.
28945         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28946         (do_version): Use PKGVERSION.
28947         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28948         (print_version): Use PKGVERSION.
28949         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28950         ($PKGVERSION): New variable.
28951         ($REPORT_BUGS_TO): Likewise.
28952         (usage): Use $REPORT_BUGS_TO.
28953         (top level): Use $PKGVERSION.
28954         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28955         ($(objpfx)pkgvers.texi): New rule.
28956         ($(objpfx)stamp-pkgvers): Likewise.
28957         * manual/install.texi: Include pkgvers.texi.
28958         (--with-pkgversion): Document new configure option.
28959         (--with-bugurl): Likewise.
28960         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28961         than necessarily for this particular distribution.  Use
28962         REPORT_BUGS_TO for where to report bugs.
28963         * INSTALL: Regenerated.
28964         * manual/libc.texinfo: Include pkgvers.texi.
28965         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28966         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28967         (print_version): Use PKGVERSION.
28968         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28969         (print_version): Use PKGVERSION.
28970         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28971         (print_version): Use PKGVERSION.
28972         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28973         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28974         macro.
28975         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28976         (print_version): Use PKGVERSION.
28977         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28978         (print_version): Use PKGVERSION.
28979         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28980         and PKGVERSION.
28982         * timezone/checktab.awk: Update from tzcode 2012i.
28983         * timezone/ialloc.c: Likewise.
28984         * timezone/private.h: Likewise.
28985         * timezone/scheck.c: Likewise.
28986         * timezone/tzfile.h: Likewise.
28987         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28988         (TZVERSION): Hardcode tzcode version number.
28989         * timezone/zdump.c: Update from tzcode 2012i.
28990         * timezone/zic.c: Likewise.
28991         * timezone/version.h: New file.
28992         * timezone/README: Describe version.h.  Update upstream location.
28994         [BZ #14824]
28995         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28996         (mktemp): Enable declaration.
28997         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28998         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28999         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29000         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29001         Likewise.
29002         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29003         Likewise.
29004         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29005         Likewise.
29006         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29007         Likewise.
29008         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29009         Likewise.
29010         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29011         Likewise.
29013         [BZ #14821]
29014         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29015         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
29016         for copies of such integer values.
29017         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29018         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29020 2012-11-09  Andreas Jaeger  <aj@suse.de>
29022         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29023         definitions and declarations that are provided by
29024         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29026 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29028         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
29029         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29030         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29031         definition.
29033 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29035         * elf/elf.h: Update comment before AArch64 relocations.
29037 2012-11-07  David S. Miller  <davem@davemloft.net>
29039         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29040         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29041         (__start_context): Declare.
29042         (__makecontext_ret): Delete.
29043         (__makecontext): Hook up __start_context instead of
29044         __makecontext_ret.
29045         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29046         (sysdep_routines): Add __start_context when in stdlib.
29048 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29050         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29051         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29052         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
29053         hardcoded "nm".
29054         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29055         (READELF): New variable.  Use it instead of hardcoded "readelf".
29057 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29059         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29060         * sysdeps/x86/Makefile: Here.
29061         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29062         * sysdeps/x86/tst-xmmymm.sh: This.
29064 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29066         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29067         expectations.
29068         [UNIX98] (pthread_barrier_t): Do not expect.
29069         [UNIX98] (pthread_barrierattr_t): Likewise.
29070         [UNIX98] (pthread_spinlock_t): Likewise.
29071         [UNIX98] (pthread_barrier_destroy): Likewise.
29072         [UNIX98] (pthread_barrier_init): Likewise.
29073         [UNIX98] (pthread_barrier_wait): Likewise.
29074         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29075         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29076         [UNIX98] (pthread_barrierattr_init): Likewise.
29077         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29078         [UNIX98] (pthread_getcpuclockid): Likewise.
29079         [UNIX98] (pthread_mutex_timedlock): Likewise.
29080         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29081         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29082         [UNIX98] (pthread_sigmask): Likewise.
29083         [UNIX98] (pthread_spin_destroy): Likewise.
29084         [UNIX98] (pthread_spin_init): Likewise.
29085         [UNIX98] (pthread_spin_lock): Likewise.
29086         [UNIX98] (pthread_spin_trylock): Likewise.
29087         [UNIX98] (pthread_spin_unlock): Likewise.
29088         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29089         Do not expect.
29090         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29091         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29092         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29093         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29094         [XPG3 || XPG4] (pthread_key_t): Likewise.
29095         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29096         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29097         [XPG3 || XPG4] (pthread_once_t): Likewise.
29098         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29099         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29100         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29101         [XPG3 || XPG4] (pthread_t): Likewise.
29103         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29104         not expect.
29105         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29107         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29108         Change function return type to int.
29110         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29111         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29112         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29113         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29114         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29115         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29116         [!POSIX] (posix_madvise): Likewise.
29117         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29118         && !UNIX98].
29119         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29120         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29121         (mode_t): Likewise.
29122         (posix_mem_offset): Likewise.
29123         (posix_typed_mem_get_info): Likewise.
29124         (posix_typed_mem_open): Likewise.
29126         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29127         Change condition to [XOPEN2K8].
29129         * conform/conformtest.pl: Preprocess allow-header data with -x c
29130         instead of from stdin.
29131         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29132         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29133         [C99-based standards] (cerfc): Likewise.
29134         [C99-based standards] (cexp2): Likewise.
29135         [C99-based standards] (cexpm1): Likewise.
29136         [C99-based standards] (clog10): Likewise.
29137         [C99-based standards] (clog1p): Likewise.
29138         [C99-based standards] (clog2): Likewise.
29139         [C99-based standards] (clgamma): Likewise.
29140         [C99-based standards] (ctgamma): Likewise.
29141         [C99-based standards] (cerff): Likewise.
29142         [C99-based standards] (cerfcf): Likewise.
29143         [C99-based standards] (cexp2f): Likewise.
29144         [C99-based standards] (cexpm1f): Likewise.
29145         [C99-based standards] (clog10f): Likewise.
29146         [C99-based standards] (clog1pf): Likewise.
29147         [C99-based standards] (clog2f): Likewise.
29148         [C99-based standards] (clgammaf): Likewise.
29149         [C99-based standards] (ctgammaf): Likewise.
29150         [C99-based standards] (cerfl): Likewise.
29151         [C99-based standards] (cerfcl): Likewise.
29152         [C99-based standards] (cexp2l): Likewise.
29153         [C99-based standards] (cexpm1l): Likewise.
29154         [C99-based standards] (clog10l): Likewise.
29155         [C99-based standards] (clog1pl): Likewise.
29156         [C99-based standards] (clog2l): Likewise.
29157         [C99-based standards] (clgammal): Likewise.
29158         [C99-based standards] (ctgammal): Likewise.
29159         * conform/data/inttypes.h-data [C99-based standards]: Include
29160         stdint.h-data.  Remove all expectations for stdint.h contents.
29161         [C99-based standards] (PRI*): Do not allow.
29162         [C99-based standards] (SCN*): Likewise.
29163         [C99-based standards] (*_t): Likewise.
29164         [C99-based-standards] (PRId8): Expect macro.
29165         [C99-based-standards] (PRIi8): Likewise.
29166         [C99-based-standards] (PRIo8): Likewise.
29167         [C99-based-standards] (PRIu8): Likewise.
29168         [C99-based-standards] (PRIx8): Likewise.
29169         [C99-based-standards] (PRIX8): Likewise.
29170         [C99-based-standards] (SCNd8): Likewise.
29171         [C99-based-standards] (SCNi8): Likewise.
29172         [C99-based-standards] (SCNo8): Likewise.
29173         [C99-based-standards] (SCNu8): Likewise.
29174         [C99-based-standards] (SCNx8): Likewise.
29175         [C99-based-standards] (PRIdLEAST8): Likewise.
29176         [C99-based-standards] (PRIiLEAST8): Likewise.
29177         [C99-based-standards] (PRIoLEAST8): Likewise.
29178         [C99-based-standards] (PRIuLEAST8): Likewise.
29179         [C99-based-standards] (PRIxLEAST8): Likewise.
29180         [C99-based-standards] (PRIXLEAST8): Likewise.
29181         [C99-based-standards] (SCNdLEAST8): Likewise.
29182         [C99-based-standards] (SCNiLEAST8): Likewise.
29183         [C99-based-standards] (SCNoLEAST8): Likewise.
29184         [C99-based-standards] (SCNuLEAST8): Likewise.
29185         [C99-based-standards] (SCNxLEAST8): Likewise.
29186         [C99-based-standards] (PRIdFAST8): Likewise.
29187         [C99-based-standards] (PRIiFAST8): Likewise.
29188         [C99-based-standards] (PRIoFAST8): Likewise.
29189         [C99-based-standards] (PRIuFAST8): Likewise.
29190         [C99-based-standards] (PRIxFAST8): Likewise.
29191         [C99-based-standards] (PRIXFAST8): Likewise.
29192         [C99-based-standards] (SCNdFAST8): Likewise.
29193         [C99-based-standards] (SCNiFAST8): Likewise.
29194         [C99-based-standards] (SCNoFAST8): Likewise.
29195         [C99-based-standards] (SCNuFAST8): Likewise.
29196         [C99-based-standards] (SCNxFAST8): Likewise.
29197         [C99-based-standards] (PRId16): Likewise.
29198         [C99-based-standards] (PRIi16): Likewise.
29199         [C99-based-standards] (PRIo16): Likewise.
29200         [C99-based-standards] (PRIu16): Likewise.
29201         [C99-based-standards] (PRIx16): Likewise.
29202         [C99-based-standards] (PRIX16): Likewise.
29203         [C99-based-standards] (SCNd16): Likewise.
29204         [C99-based-standards] (SCNi16): Likewise.
29205         [C99-based-standards] (SCNo16): Likewise.
29206         [C99-based-standards] (SCNu16): Likewise.
29207         [C99-based-standards] (SCNx16): Likewise.
29208         [C99-based-standards] (PRIdLEAST16): Likewise.
29209         [C99-based-standards] (PRIiLEAST16): Likewise.
29210         [C99-based-standards] (PRIoLEAST16): Likewise.
29211         [C99-based-standards] (PRIuLEAST16): Likewise.
29212         [C99-based-standards] (PRIxLEAST16): Likewise.
29213         [C99-based-standards] (PRIXLEAST16): Likewise.
29214         [C99-based-standards] (SCNdLEAST16): Likewise.
29215         [C99-based-standards] (SCNiLEAST16): Likewise.
29216         [C99-based-standards] (SCNoLEAST16): Likewise.
29217         [C99-based-standards] (SCNuLEAST16): Likewise.
29218         [C99-based-standards] (SCNxLEAST16): Likewise.
29219         [C99-based-standards] (PRIdFAST16): Likewise.
29220         [C99-based-standards] (PRIiFAST16): Likewise.
29221         [C99-based-standards] (PRIoFAST16): Likewise.
29222         [C99-based-standards] (PRIuFAST16): Likewise.
29223         [C99-based-standards] (PRIxFAST16): Likewise.
29224         [C99-based-standards] (PRIXFAST16): Likewise.
29225         [C99-based-standards] (SCNdFAST16): Likewise.
29226         [C99-based-standards] (SCNiFAST16): Likewise.
29227         [C99-based-standards] (SCNoFAST16): Likewise.
29228         [C99-based-standards] (SCNuFAST16): Likewise.
29229         [C99-based-standards] (SCNxFAST16): Likewise.
29230         [C99-based-standards] (PRId32): Likewise.
29231         [C99-based-standards] (PRIi32): Likewise.
29232         [C99-based-standards] (PRIo32): Likewise.
29233         [C99-based-standards] (PRIu32): Likewise.
29234         [C99-based-standards] (PRIx32): Likewise.
29235         [C99-based-standards] (PRIX32): Likewise.
29236         [C99-based-standards] (SCNd32): Likewise.
29237         [C99-based-standards] (SCNi32): Likewise.
29238         [C99-based-standards] (SCNo32): Likewise.
29239         [C99-based-standards] (SCNu32): Likewise.
29240         [C99-based-standards] (SCNx32): Likewise.
29241         [C99-based-standards] (PRIdLEAST32): Likewise.
29242         [C99-based-standards] (PRIiLEAST32): Likewise.
29243         [C99-based-standards] (PRIoLEAST32): Likewise.
29244         [C99-based-standards] (PRIuLEAST32): Likewise.
29245         [C99-based-standards] (PRIxLEAST32): Likewise.
29246         [C99-based-standards] (PRIXLEAST32): Likewise.
29247         [C99-based-standards] (SCNdLEAST32): Likewise.
29248         [C99-based-standards] (SCNiLEAST32): Likewise.
29249         [C99-based-standards] (SCNoLEAST32): Likewise.
29250         [C99-based-standards] (SCNuLEAST32): Likewise.
29251         [C99-based-standards] (SCNxLEAST32): Likewise.
29252         [C99-based-standards] (PRIdFAST32): Likewise.
29253         [C99-based-standards] (PRIiFAST32): Likewise.
29254         [C99-based-standards] (PRIoFAST32): Likewise.
29255         [C99-based-standards] (PRIuFAST32): Likewise.
29256         [C99-based-standards] (PRIxFAST32): Likewise.
29257         [C99-based-standards] (PRIXFAST32): Likewise.
29258         [C99-based-standards] (SCNdFAST32): Likewise.
29259         [C99-based-standards] (SCNiFAST32): Likewise.
29260         [C99-based-standards] (SCNoFAST32): Likewise.
29261         [C99-based-standards] (SCNuFAST32): Likewise.
29262         [C99-based-standards] (SCNxFAST32): Likewise.
29263         [C99-based-standards] (PRId64): Likewise.
29264         [C99-based-standards] (PRIi64): Likewise.
29265         [C99-based-standards] (PRIo64): Likewise.
29266         [C99-based-standards] (PRIu64): Likewise.
29267         [C99-based-standards] (PRIx64): Likewise.
29268         [C99-based-standards] (PRIX64): Likewise.
29269         [C99-based-standards] (SCNd64): Likewise.
29270         [C99-based-standards] (SCNi64): Likewise.
29271         [C99-based-standards] (SCNo64): Likewise.
29272         [C99-based-standards] (SCNu64): Likewise.
29273         [C99-based-standards] (SCNx64): Likewise.
29274         [C99-based-standards] (PRIdLEAST64): Likewise.
29275         [C99-based-standards] (PRIiLEAST64): Likewise.
29276         [C99-based-standards] (PRIoLEAST64): Likewise.
29277         [C99-based-standards] (PRIuLEAST64): Likewise.
29278         [C99-based-standards] (PRIxLEAST64): Likewise.
29279         [C99-based-standards] (PRIXLEAST64): Likewise.
29280         [C99-based-standards] (SCNdLEAST64): Likewise.
29281         [C99-based-standards] (SCNiLEAST64): Likewise.
29282         [C99-based-standards] (SCNoLEAST64): Likewise.
29283         [C99-based-standards] (SCNuLEAST64): Likewise.
29284         [C99-based-standards] (SCNxLEAST64): Likewise.
29285         [C99-based-standards] (PRIdFAST64): Likewise.
29286         [C99-based-standards] (PRIiFAST64): Likewise.
29287         [C99-based-standards] (PRIoFAST64): Likewise.
29288         [C99-based-standards] (PRIuFAST64): Likewise.
29289         [C99-based-standards] (PRIxFAST64): Likewise.
29290         [C99-based-standards] (PRIXFAST64): Likewise.
29291         [C99-based-standards] (SCNdFAST64): Likewise.
29292         [C99-based-standards] (SCNiFAST64): Likewise.
29293         [C99-based-standards] (SCNoFAST64): Likewise.
29294         [C99-based-standards] (SCNuFAST64): Likewise.
29295         [C99-based-standards] (SCNxFAST64): Likewise.
29296         [C99-based-standards] (PRIdMAX): Likewise.
29297         [C99-based-standards] (PRIiMAX): Likewise.
29298         [C99-based-standards] (PRIoMAX): Likewise.
29299         [C99-based-standards] (PRIuMAX): Likewise.
29300         [C99-based-standards] (PRIxMAX): Likewise.
29301         [C99-based-standards] (PRIXMAX): Likewise.
29302         [C99-based-standards] (SCNdMAX): Likewise.
29303         [C99-based-standards] (SCNiMAX): Likewise.
29304         [C99-based-standards] (SCNoMAX): Likewise.
29305         [C99-based-standards] (SCNuMAX): Likewise.
29306         [C99-based-standards] (SCNxMAX): Likewise.
29307         [C99-based-standards] (PRIdPTR): Likewise.
29308         [C99-based-standards] (PRIiPTR): Likewise.
29309         [C99-based-standards] (PRIoPTR): Likewise.
29310         [C99-based-standards] (PRIuPTR): Likewise.
29311         [C99-based-standards] (PRIxPTR): Likewise.
29312         [C99-based-standards] (PRIXPTR): Likewise.
29313         [C99-based-standards] (SCNdPTR): Likewise.
29314         [C99-based-standards] (SCNiPTR): Likewise.
29315         [C99-based-standards] (SCNoPTR): Likewise.
29316         [C99-based-standards] (SCNuPTR): Likewise.
29317         [C99-based-standards] (SCNxPTR): Likewise.
29318         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29319         allow.
29320         * conform/data/stdint.h-data: Update comments to clarify
29321         requirements.
29322         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29323         type.
29324         [C99-based standards] (INT8_MAX): Likewise.
29325         [C99-based standards] (INT16_MIN): Likewise.
29326         [C99-based standards] (INT16_MAX): Likewise.
29327         [C99-based standards] (INT32_MIN): Likewise.
29328         [C99-based standards] (INT32_MAX): Likewise.
29329         [C99-based standards] (INT64_MIN): Likewise.
29330         [C99-based standards] (INT64_MAX): Likewise.
29331         [C99-based standards] (UINT8_MAX): Likewise.
29332         [C99-based standards] (UINT16_MAX): Likewise.
29333         [C99-based standards] (UINT32_MAX): Likewise.
29334         [C99-based standards] (UINT64_MAX): Likewise.
29335         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29336         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29337         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29338         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29339         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29340         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29341         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29342         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29343         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29344         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29345         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29346         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29347         [C99-based standards] (INT_FAST8_MIN): Likewise.
29348         [C99-based standards] (INT_FAST8_MAX): Likewise.
29349         [C99-based standards] (INT_FAST16_MIN): Likewise.
29350         [C99-based standards] (INT_FAST16_MAX): Likewise.
29351         [C99-based standards] (INT_FAST32_MIN): Likewise.
29352         [C99-based standards] (INT_FAST32_MAX): Likewise.
29353         [C99-based standards] (INT_FAST64_MIN): Likewise.
29354         [C99-based standards] (INT_FAST64_MAX): Likewise.
29355         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29356         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29357         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29358         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29359         [C99-based standards] (INTPTR_MIN): Likewise.
29360         [C99-based standards] (INTPTR_MAX): Likewise.
29361         [C99-based standards] (UINTPTR_MAX): Likewise.
29362         [C99-based standards] (INTMAX_MIN): Likewise.
29363         [C99-based standards] (INTMAX_MAX): Likewise.
29364         [C99-based standards] (UINTMAX_MAX): Likewise.
29365         [C99-based standards] (PTRDIFF_MIN): Likewise.
29366         [C99-based standards] (PTRDIFF_MAX): Likewise.
29367         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29368         [C99-based standards] (SIZE_MAX): Likewise.
29369         [C99-based standards] (WCHAR_MAX): Likewise.
29370         [C99-based standards] (WINT_MAX): Likewise.
29371         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29372         constraint on value.
29373         [C99-based standards] (WCHAR_MIN): Likewise.
29374         [C99-based standards] (WINT_MIN): Likewise.
29375         [C99-based standards] (*_t): Allow.
29376         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29377         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29378         Include math.h-data and complex.h-data.  Remove all expectations
29379         of math.h and complex.h contents.
29380         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29381         at end of line.
29382         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29383         (struct tm): Expect tag.
29384         [C99-based-standards] (wcstof): Expect function.
29385         [C99-based-standards] (wcstold): Likewise.
29386         [C99-based-standards] (wcstoll): Likewise.
29387         [C99-based-standards] (wcstoull): Likewise.
29388         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29389         macro-int-constant.  Specify type.
29390         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29391         constraint on value.
29392         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29393         Specify type.
29394         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29395         Specify value.
29396         [ISO C standards]: Do not allow headers.
29397         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29398         wcs[abcdefghijklmnopqrstuvwxyz]*.
29399         [ISO C standards] (*_t): Do not allow.
29400         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29401         Expect function.
29402         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29403         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29404         Specify type.
29405         [ISO C standards]: Do not allow headers.
29406         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29407         is[abcdefghijklmnopqrstuvwxyz]*.
29408         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29409         to[abcdefghijklmnopqrstuvwxyz]*.
29410         [ISO C standards] (*_t): Do not allow.
29411         * conform/data/stdalign.h-data: New file.
29412         * conform/data/stdbool.h-data: Likewise.
29413         * conform/data/stdnoreturn.h-data: Likewise.
29415 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29417         [BZ #14815]
29418         * manual/filesys.texi (Directory Entries): Typo fix.
29419         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29421 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29423         * elf/elf.h (EM_AARCH64): New macro.
29424         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29425         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29426         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29427         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29428         (R_AARCH64_TLSDESC): Likewise.
29429         (NT_ARM_TLS): Likewise.
29430         (NT_ARM_HW_BREAK): Likewise.
29431         (NT_ARM_HW_WATCH): Likewise.
29433 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29435         [BZ #14811]
29436         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29437         (__ieee754_powl): Saturate nonzero exponents with absolute value
29438         below 0x1p-79 to +/- 0x1p-79.
29439         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29440         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29441         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29442         nonzero exponents with absolute value below 0x1p-32 to +/-
29443         0x1p-32.
29444         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29445         (__ieee754_powl): Saturate nonzero exponents with absolute value
29446         below 0x1p-79 to +/- 0x1p-79.
29447         * math/libm-test.inc (pow_test): Add more tests.
29449 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29451         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29452         _dl_s390_cap_flags with kernel. Increase string length.
29453         (_dl_s390_platforms): Add z196 and zEC12.
29455 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29457         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29458         Change XOPEN21K to XOPEN2K.
29460 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29462         * string/memmove.c: Use memcpy when possible.
29464 2012-11-06  Andreas Jaeger  <aj@suse.de>
29466         * po/eo.po: Update from translation team.
29468 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29470         [BZ #14793]
29471         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29472         exponent and small x and y exponents, scale x or y up.  Increase
29473         by 2 the exponent used in scaling up.
29474         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29475         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29476         * math/libm-test.inc (fma_test): Add more tests.
29477         (fma_test_towardzero): Likewise.
29478         (fma_test_downward): Likewise.
29479         (fma_test_upward): Likewise.
29481 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29483         [BZ #14805]
29484         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29485         fenv_t *.
29487         [BZ #14801]
29488         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29489         namespace for names of struct fields.
29490         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29491         fenv_t fields.
29492         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29493         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29495 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29497         [BZ #3665]
29498         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29500 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29502         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29503         PTR_DEMANGLE.
29505         [BZ #5246]
29506         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29507         PTR_DEMANGLE.
29509 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29511         [BZ #14797]
29512         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29513         definitely overflow as x * y not x * y + z.
29514         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29515         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29516         * math/libm-test.inc (fma_test): Add more tests.
29517         (fma_test_towardzero): Likewise.
29518         (fma_test_downward): Likewise.
29519         (fma_test_upward): Likewise.
29521 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29523         [BZ #157]
29525         * include/stub-tag.h: Remove file.
29526         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29527         '#include' of it.
29528         * manual/maint.texi (Porting): Don't reference it.
29529         * Makerules ($(objpfx)stubs): Likewise.
29530         * dirent/closedir.c: Don't include <stub-tag.h>.
29531         * dirent/dirfd.c: Likewise.
29532         * dirent/fdopendir.c: Likewise.
29533         * dirent/getdents.c: Likewise.
29534         * dirent/getdents64.c: Likewise.
29535         * dirent/opendir.c: Likewise.
29536         * dirent/readdir.c: Likewise.
29537         * dirent/readdir64.c: Likewise.
29538         * dirent/readdir64_r.c: Likewise.
29539         * dirent/readdir_r.c: Likewise.
29540         * dirent/rewinddir.c: Likewise.
29541         * dirent/seekdir.c: Likewise.
29542         * dirent/telldir.c: Likewise.
29543         * gmon/profil.c: Likewise.
29544         * grp/setgroups.c: Likewise.
29545         * inet/if_index.c: Likewise.
29546         * io/access.c: Likewise.
29547         * io/chdir.c: Likewise.
29548         * io/chmod.c: Likewise.
29549         * io/chown.c: Likewise.
29550         * io/close.c: Likewise.
29551         * io/dup.c: Likewise.
29552         * io/dup2.c: Likewise.
29553         * io/dup3.c: Likewise.
29554         * io/euidaccess.c: Likewise.
29555         * io/faccessat.c: Likewise.
29556         * io/fchdir.c: Likewise.
29557         * io/fchmod.c: Likewise.
29558         * io/fchmodat.c: Likewise.
29559         * io/fchown.c: Likewise.
29560         * io/fchownat.c: Likewise.
29561         * io/fcntl.c: Likewise.
29562         * io/flock.c: Likewise.
29563         * io/fstatfs.c: Likewise.
29564         * io/fstatfs64.c: Likewise.
29565         * io/fstatvfs.c: Likewise.
29566         * io/fstatvfs64.c: Likewise.
29567         * io/futimens.c: Likewise.
29568         * io/fxstat.c: Likewise.
29569         * io/fxstat64.c: Likewise.
29570         * io/fxstatat.c: Likewise.
29571         * io/fxstatat64.c: Likewise.
29572         * io/getcwd.c: Likewise.
29573         * io/isatty.c: Likewise.
29574         * io/lchmod.c: Likewise.
29575         * io/lchown.c: Likewise.
29576         * io/link.c: Likewise.
29577         * io/linkat.c: Likewise.
29578         * io/lseek.c: Likewise.
29579         * io/lseek64.c: Likewise.
29580         * io/lxstat64.c: Likewise.
29581         * io/mkdir.c: Likewise.
29582         * io/mkdirat.c: Likewise.
29583         * io/mkfifo.c: Likewise.
29584         * io/mkfifoat.c: Likewise.
29585         * io/open.c: Likewise.
29586         * io/open64.c: Likewise.
29587         * io/openat.c: Likewise.
29588         * io/openat64.c: Likewise.
29589         * io/pipe.c: Likewise.
29590         * io/pipe2.c: Likewise.
29591         * io/poll.c: Likewise.
29592         * io/posix_fadvise.c: Likewise.
29593         * io/posix_fadvise64.c: Likewise.
29594         * io/posix_fallocate.c: Likewise.
29595         * io/posix_fallocate64.c: Likewise.
29596         * io/read.c: Likewise.
29597         * io/readlink.c: Likewise.
29598         * io/readlinkat.c: Likewise.
29599         * io/rmdir.c: Likewise.
29600         * io/sendfile.c: Likewise.
29601         * io/sendfile64.c: Likewise.
29602         * io/statfs.c: Likewise.
29603         * io/statfs64.c: Likewise.
29604         * io/statvfs.c: Likewise.
29605         * io/statvfs64.c: Likewise.
29606         * io/symlink.c: Likewise.
29607         * io/symlinkat.c: Likewise.
29608         * io/ttyname.c: Likewise.
29609         * io/ttyname_r.c: Likewise.
29610         * io/umask.c: Likewise.
29611         * io/unlink.c: Likewise.
29612         * io/unlinkat.c: Likewise.
29613         * io/utime.c: Likewise.
29614         * io/utimensat.c: Likewise.
29615         * io/write.c: Likewise.
29616         * io/xmknod.c: Likewise.
29617         * io/xmknodat.c: Likewise.
29618         * io/xstat.c: Likewise.
29619         * io/xstat64.c: Likewise.
29620         * login/getpt.c: Likewise.
29621         * login/grantpt.c: Likewise.
29622         * login/unlockpt.c: Likewise.
29623         * math/e_acoshl.c: Likewise.
29624         * math/e_acosl.c: Likewise.
29625         * math/e_asinl.c: Likewise.
29626         * math/e_atan2l.c: Likewise.
29627         * math/e_atanhl.c: Likewise.
29628         * math/e_coshl.c: Likewise.
29629         * math/e_expl.c: Likewise.
29630         * math/e_fmodl.c: Likewise.
29631         * math/e_gammal_r.c: Likewise.
29632         * math/e_hypotl.c: Likewise.
29633         * math/e_j0l.c: Likewise.
29634         * math/e_j1l.c: Likewise.
29635         * math/e_jnl.c: Likewise.
29636         * math/e_lgammal_r.c: Likewise.
29637         * math/e_log10l.c: Likewise.
29638         * math/e_log2l.c: Likewise.
29639         * math/e_logl.c: Likewise.
29640         * math/e_powl.c: Likewise.
29641         * math/e_rem_pio2l.c: Likewise.
29642         * math/e_sinhl.c: Likewise.
29643         * math/e_sqrtl.c: Likewise.
29644         * math/fclrexcpt.c: Likewise.
29645         * math/fedisblxcpt.c: Likewise.
29646         * math/feenablxcpt.c: Likewise.
29647         * math/fegetenv.c: Likewise.
29648         * math/fegetexcept.c: Likewise.
29649         * math/fegetround.c: Likewise.
29650         * math/feholdexcpt.c: Likewise.
29651         * math/fesetenv.c: Likewise.
29652         * math/fesetround.c: Likewise.
29653         * math/feupdateenv.c: Likewise.
29654         * math/fgetexcptflg.c: Likewise.
29655         * math/fraiseexcpt.c: Likewise.
29656         * math/fsetexcptflg.c: Likewise.
29657         * math/ftestexcept.c: Likewise.
29658         * math/k_cosl.c: Likewise.
29659         * math/k_rem_pio2l.c: Likewise.
29660         * math/k_sinl.c: Likewise.
29661         * math/k_tanl.c: Likewise.
29662         * math/s_asinhl.c: Likewise.
29663         * math/s_atanl.c: Likewise.
29664         * math/s_cbrtl.c: Likewise.
29665         * math/s_erfl.c: Likewise.
29666         * math/s_expm1l.c: Likewise.
29667         * math/s_log1pl.c: Likewise.
29668         * math/s_tanhl.c: Likewise.
29669         * misc/acct.c: Likewise.
29670         * misc/brk.c: Likewise.
29671         * misc/chflags.c: Likewise.
29672         * misc/chroot.c: Likewise.
29673         * misc/fchflags.c: Likewise.
29674         * misc/fgetxattr.c: Likewise.
29675         * misc/flistxattr.c: Likewise.
29676         * misc/fremovexattr.c: Likewise.
29677         * misc/fsetxattr.c: Likewise.
29678         * misc/fsync.c: Likewise.
29679         * misc/ftruncate.c: Likewise.
29680         * misc/futimes.c: Likewise.
29681         * misc/futimesat.c: Likewise.
29682         * misc/getdomain.c: Likewise.
29683         * misc/getdtsz.c: Likewise.
29684         * misc/gethostid.c: Likewise.
29685         * misc/gethostname.c: Likewise.
29686         * misc/getloadavg.c: Likewise.
29687         * misc/getpagesize.c: Likewise.
29688         * misc/getsysstats.c: Likewise.
29689         * misc/getxattr.c: Likewise.
29690         * misc/gtty.c: Likewise.
29691         * misc/ioctl.c: Likewise.
29692         * misc/lgetxattr.c: Likewise.
29693         * misc/listxattr.c: Likewise.
29694         * misc/llistxattr.c: Likewise.
29695         * misc/lremovexattr.c: Likewise.
29696         * misc/lsetxattr.c: Likewise.
29697         * misc/lutimes.c: Likewise.
29698         * misc/madvise.c: Likewise.
29699         * misc/mincore.c: Likewise.
29700         * misc/mlock.c: Likewise.
29701         * misc/mlockall.c: Likewise.
29702         * misc/mmap.c: Likewise.
29703         * misc/mprotect.c: Likewise.
29704         * misc/msync.c: Likewise.
29705         * misc/munlock.c: Likewise.
29706         * misc/munlockall.c: Likewise.
29707         * misc/munmap.c: Likewise.
29708         * misc/preadv.c: Likewise.
29709         * misc/preadv64.c: Likewise.
29710         * misc/ptrace.c: Likewise.
29711         * misc/pwritev.c: Likewise.
29712         * misc/pwritev64.c: Likewise.
29713         * misc/readv.c: Likewise.
29714         * misc/reboot.c: Likewise.
29715         * misc/remap_file_pages.c: Likewise.
29716         * misc/removexattr.c: Likewise.
29717         * misc/revoke.c: Likewise.
29718         * misc/select.c: Likewise.
29719         * misc/setdomain.c: Likewise.
29720         * misc/setegid.c: Likewise.
29721         * misc/seteuid.c: Likewise.
29722         * misc/sethostid.c: Likewise.
29723         * misc/sethostname.c: Likewise.
29724         * misc/setregid.c: Likewise.
29725         * misc/setreuid.c: Likewise.
29726         * misc/setxattr.c: Likewise.
29727         * misc/sstk.c: Likewise.
29728         * misc/stty.c: Likewise.
29729         * misc/swapoff.c: Likewise.
29730         * misc/swapon.c: Likewise.
29731         * misc/sync.c: Likewise.
29732         * misc/syncfs.c: Likewise.
29733         * misc/syscall.c: Likewise.
29734         * misc/truncate.c: Likewise.
29735         * misc/ualarm.c: Likewise.
29736         * misc/usleep.c: Likewise.
29737         * misc/ustat.c: Likewise.
29738         * misc/utimes.c: Likewise.
29739         * misc/vhangup.c: Likewise.
29740         * misc/writev.c: Likewise.
29741         * posix/_exit.c: Likewise.
29742         * posix/alarm.c: Likewise.
29743         * posix/execve.c: Likewise.
29744         * posix/fexecve.c: Likewise.
29745         * posix/fork.c: Likewise.
29746         * posix/fpathconf.c: Likewise.
29747         * posix/getaddrinfo.c: Likewise.
29748         * posix/getegid.c: Likewise.
29749         * posix/geteuid.c: Likewise.
29750         * posix/getgid.c: Likewise.
29751         * posix/getgroups.c: Likewise.
29752         * posix/getlogin.c: Likewise.
29753         * posix/getlogin_r.c: Likewise.
29754         * posix/getpgid.c: Likewise.
29755         * posix/getpid.c: Likewise.
29756         * posix/getppid.c: Likewise.
29757         * posix/getresgid.c: Likewise.
29758         * posix/getresuid.c: Likewise.
29759         * posix/getsid.c: Likewise.
29760         * posix/getuid.c: Likewise.
29761         * posix/glob64.c: Likewise.
29762         * posix/nanosleep.c: Likewise.
29763         * posix/pathconf.c: Likewise.
29764         * posix/pause.c: Likewise.
29765         * posix/posix_madvise.c: Likewise.
29766         * posix/pread.c: Likewise.
29767         * posix/pread64.c: Likewise.
29768         * posix/pwrite.c: Likewise.
29769         * posix/pwrite64.c: Likewise.
29770         * posix/sched_getaffinity.c: Likewise.
29771         * posix/sched_getp.c: Likewise.
29772         * posix/sched_gets.c: Likewise.
29773         * posix/sched_primax.c: Likewise.
29774         * posix/sched_primin.c: Likewise.
29775         * posix/sched_rr_gi.c: Likewise.
29776         * posix/sched_setaffinity.c: Likewise.
29777         * posix/sched_setp.c: Likewise.
29778         * posix/sched_sets.c: Likewise.
29779         * posix/sched_yield.c: Likewise.
29780         * posix/setgid.c: Likewise.
29781         * posix/setlogin.c: Likewise.
29782         * posix/setpgid.c: Likewise.
29783         * posix/setresgid.c: Likewise.
29784         * posix/setresuid.c: Likewise.
29785         * posix/setsid.c: Likewise.
29786         * posix/setuid.c: Likewise.
29787         * posix/sleep.c: Likewise.
29788         * posix/spawni.c: Likewise.
29789         * posix/sysconf.c: Likewise.
29790         * posix/times.c: Likewise.
29791         * posix/wait.c: Likewise.
29792         * posix/wait3.c: Likewise.
29793         * posix/wait4.c: Likewise.
29794         * posix/waitpid.c: Likewise.
29795         * resolv/gai_sigqueue.c: Likewise.
29796         * resource/getpriority.c: Likewise.
29797         * resource/getrlimit.c: Likewise.
29798         * resource/getrusage.c: Likewise.
29799         * resource/nice.c: Likewise.
29800         * resource/setpriority.c: Likewise.
29801         * resource/setrlimit.c: Likewise.
29802         * resource/ulimit.c: Likewise.
29803         * rt/aio_cancel.c: Likewise.
29804         * rt/aio_fsync.c: Likewise.
29805         * rt/aio_read.c: Likewise.
29806         * rt/aio_sigqueue.c: Likewise.
29807         * rt/aio_suspend.c: Likewise.
29808         * rt/aio_write.c: Likewise.
29809         * rt/clock_getres.c: Likewise.
29810         * rt/clock_gettime.c: Likewise.
29811         * rt/clock_nanosleep.c: Likewise.
29812         * rt/clock_settime.c: Likewise.
29813         * rt/lio_listio.c: Likewise.
29814         * rt/mq_close.c: Likewise.
29815         * rt/mq_getattr.c: Likewise.
29816         * rt/mq_notify.c: Likewise.
29817         * rt/mq_open.c: Likewise.
29818         * rt/mq_receive.c: Likewise.
29819         * rt/mq_send.c: Likewise.
29820         * rt/mq_setattr.c: Likewise.
29821         * rt/mq_timedreceive.c: Likewise.
29822         * rt/mq_timedsend.c: Likewise.
29823         * rt/mq_unlink.c: Likewise.
29824         * rt/shm_open.c: Likewise.
29825         * rt/shm_unlink.c: Likewise.
29826         * rt/timer_create.c: Likewise.
29827         * rt/timer_delete.c: Likewise.
29828         * rt/timer_getoverr.c: Likewise.
29829         * rt/timer_gettime.c: Likewise.
29830         * rt/timer_settime.c: Likewise.
29831         * setjmp/__longjmp.c: Likewise.
29832         * setjmp/setjmp.c: Likewise.
29833         * signal/kill.c: Likewise.
29834         * signal/killpg.c: Likewise.
29835         * signal/raise.c: Likewise.
29836         * signal/sigaction.c: Likewise.
29837         * signal/sigaltstack.c: Likewise.
29838         * signal/sigblock.c: Likewise.
29839         * signal/sigignore.c: Likewise.
29840         * signal/sigintr.c: Likewise.
29841         * signal/signal.c: Likewise.
29842         * signal/sigpause.c: Likewise.
29843         * signal/sigpending.c: Likewise.
29844         * signal/sigqueue.c: Likewise.
29845         * signal/sigreturn.c: Likewise.
29846         * signal/sigset.c: Likewise.
29847         * signal/sigsetmask.c: Likewise.
29848         * signal/sigstack.c: Likewise.
29849         * signal/sigsuspend.c: Likewise.
29850         * signal/sigtimedwait.c: Likewise.
29851         * signal/sigvec.c: Likewise.
29852         * signal/sigwait.c: Likewise.
29853         * signal/sigwaitinfo.c: Likewise.
29854         * signal/sysv_signal.c: Likewise.
29855         * socket/accept.c: Likewise.
29856         * socket/accept4.c: Likewise.
29857         * socket/bind.c: Likewise.
29858         * socket/connect.c: Likewise.
29859         * socket/getpeername.c: Likewise.
29860         * socket/getsockname.c: Likewise.
29861         * socket/getsockopt.c: Likewise.
29862         * socket/isfdtype.c: Likewise.
29863         * socket/listen.c: Likewise.
29864         * socket/recv.c: Likewise.
29865         * socket/recvfrom.c: Likewise.
29866         * socket/recvmsg.c: Likewise.
29867         * socket/send.c: Likewise.
29868         * socket/sendmsg.c: Likewise.
29869         * socket/sendto.c: Likewise.
29870         * socket/setsockopt.c: Likewise.
29871         * socket/shutdown.c: Likewise.
29872         * socket/sockatmark.c: Likewise.
29873         * socket/socket.c: Likewise.
29874         * socket/socketpair.c: Likewise.
29875         * stdio-common/ctermid.c: Likewise.
29876         * stdio-common/cuserid.c: Likewise.
29877         * stdio-common/remove.c: Likewise.
29878         * stdio-common/rename.c: Likewise.
29879         * stdio-common/renameat.c: Likewise.
29880         * stdio-common/tempname.c: Likewise.
29881         * stdlib/getcontext.c: Likewise.
29882         * stdlib/makecontext.c: Likewise.
29883         * stdlib/setcontext.c: Likewise.
29884         * stdlib/swapcontext.c: Likewise.
29885         * stdlib/system.c: Likewise.
29886         * streams/fattach.c: Likewise.
29887         * streams/fdetach.c: Likewise.
29888         * streams/getmsg.c: Likewise.
29889         * streams/getpmsg.c: Likewise.
29890         * streams/putmsg.c: Likewise.
29891         * streams/putpmsg.c: Likewise.
29892         * sysdeps/unix/bsd/getpt.c: Likewise.
29893         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29894         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29895         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29897         Likewise.
29898         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29899         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29900         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29901         * sysvipc/msgctl.c: Likewise.
29902         * sysvipc/msgget.c: Likewise.
29903         * sysvipc/msgrcv.c: Likewise.
29904         * sysvipc/msgsnd.c: Likewise.
29905         * sysvipc/semctl.c: Likewise.
29906         * sysvipc/semget.c: Likewise.
29907         * sysvipc/semop.c: Likewise.
29908         * sysvipc/semtimedop.c: Likewise.
29909         * sysvipc/shmat.c: Likewise.
29910         * sysvipc/shmctl.c: Likewise.
29911         * sysvipc/shmdt.c: Likewise.
29912         * sysvipc/shmget.c: Likewise.
29913         * termios/tcdrain.c: Likewise.
29914         * termios/tcflow.c: Likewise.
29915         * termios/tcflush.c: Likewise.
29916         * termios/tcgetattr.c: Likewise.
29917         * termios/tcgetpgrp.c: Likewise.
29918         * termios/tcsendbrk.c: Likewise.
29919         * termios/tcsetattr.c: Likewise.
29920         * termios/tcsetpgrp.c: Likewise.
29921         * time/adjtime.c: Likewise.
29922         * time/clock.c: Likewise.
29923         * time/getitimer.c: Likewise.
29924         * time/gettimeofday.c: Likewise.
29925         * time/setitimer.c: Likewise.
29926         * time/settimeofday.c: Likewise.
29927         * time/stime.c: Likewise.
29928         * time/time.c: Likewise.
29930 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29932         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29933         /usr/old/bin.
29935         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29936         instead of spaces.
29937         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29939 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29941         [BZ #14796]
29942         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29943         FE_TONEAREST before applying Dekker multiplication and Knuth
29944         addition.  Clear inexact exceptions and check for exact zero
29945         results afterwards.
29946         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29947         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29948         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29949         * math/libm-test.inc (fma_test): Add more tests.
29950         (fma_test_towardzero): Likewise.
29951         (fma_test_downward): Likewise.
29952         (fma_test_upward): Likewise.
29953         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29954         function.
29955         (libc_fesetround): New macro.
29956         (libc_fesetroundf): Likewise.
29957         (libc_fesetroundl): Likewise.
29958         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29959         function.
29960         (libc_fesetround_387): Likewise.
29961         (libc_fesetroundf): New macro.
29962         (libc_fesetround): Likewise.
29963         (libc_fesetroundl): Likewise.
29964         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29965         function.
29966         (libc_fesetroundf): New macro.
29967         (libc_fesetround): Likewise.
29968         (libc_fesetroundl): Likewise.
29969         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29970         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29971         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29972         libm_hidden_ver.
29973         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29974         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29975         libm_hidden_def.
29976         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29977         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29978         libm_hidden_ver.
29979         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29980         libm_hidden_def.
29982         [BZ #3439]
29983         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29984         integer constant usable in #if and use that to give value to enum
29985         constant.
29986         (FE_DIVBYZERO): Likewise.
29987         (FE_UNDERFLOW): Likewise.
29988         (FE_OVERFLOW): Likewise.
29989         (FE_INVALID): Likewise.
29990         (FE_INVALID_SNAN): Likewise.
29991         (FE_INVALID_ISI): Likewise.
29992         (FE_INVALID_IDI): Likewise.
29993         (FE_INVALID_ZDZ): Likewise.
29994         (FE_INVALID_IMZ): Likewise.
29995         (FE_INVALID_COMPARE): Likewise.
29996         (FE_INVALID_SOFTWARE): Likewise.
29997         (FE_INVALID_SQRT): Likewise.
29998         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29999         (FE_TONEAREST): Likewise.
30000         (FE_TOWARDZERO): Likewise.
30001         (FE_UPWARD): Likewise.
30002         (FE_DOWNWARD): Likewise.
30003         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30004         (FE_DIVBYZERO): Likewise.
30005         (FE_OVERFLOW): Likewise.
30006         (FE_UNDERFLOW): Likewise.
30007         (FE_INEXACT): Likewise.
30008         (FE_TONEAREST): Likewise.
30009         (FE_DOWNWARD): Likewise.
30010         (FE_UPWARD): Likewise.
30011         (FE_TOWARDZERO): Likewise.
30012         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30013         (FE_UNDERFLOW): Likewise.
30014         (FE_OVERFLOW): Likewise.
30015         (FE_DIVBYZERO): Likewise.
30016         (FE_INVALID): Likewise.
30017         (FE_TONEAREST): Likewise.
30018         (FE_TOWARDZERO): Likewise.
30019         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30020         (FE_OVERFLOW): Likewise.
30021         (FE_UNDERFLOW): Likewise.
30022         (FE_DIVBYZERO): Likewise.
30023         (FE_INEXACT): Likewise.
30024         (FE_TONEAREST): Likewise.
30025         (FE_TOWARDZERO): Likewise.
30026         (FE_UPWARD): Likewise.
30027         (FE_DOWNWARD): Likewise.
30028         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30029         (FE_DIVBYZERO): Likewise.
30030         (FE_OVERFLOW): Likewise.
30031         (FE_UNDERFLOW): Likewise.
30032         (FE_INEXACT): Likewise.
30033         (FE_TONEAREST): Likewise.
30034         (FE_DOWNWARD): Likewise.
30035         (FE_UPWARD): Likewise.
30036         (FE_TOWARDZERO): Likewise.
30038 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
30040         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30042 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
30044         * scripts/cross-test-ssh.sh (command): Use newlines to separate
30045         commands.  Quote $PWD.
30046         (blacklist_exports): Don't use remove_newlines.  Replace "declare
30047         -x" by "export".
30048         (remove_newlines): Remove.
30050 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
30052         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30053         * stdlib/stdlib.h (atof): Moved to ...
30054         * include/bits/stdlib-float.h: Here.  New file.
30055         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30056         * stdlib/bits/stdlib-float.h: New file.
30057         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30058         -mno-sse -mno-mmx.
30059         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30060         <xmmintrin.h>.
30062 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30064         * conform/conformtest.pl (@headers): Add fenv.h.
30065         * conform/data/fenv.h-data: New file.
30066         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30067         include of <math/fenv.h>.
30069         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30070         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30071         && !UNIX98].  Enables tests for XOPEN2K8.
30072         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30073         POSIX2008]: Likewise.
30075         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30076         (struct rusage): Do not expect type or its members.
30078         [BZ #3439]
30079         * math/math.h (FP_NAN): Define macro to integer constant usable in
30080         #if and use that to give value to enum constant.
30081         (FP_INFINITE): Likewise.
30082         (FP_ZERO): Likewise.
30083         (FP_SUBNORMAL): Likewise.
30084         (FP_NORMAL): Likewise.
30086 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30088         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30089         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30090         arguments.
30092 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30094         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30095         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30096         autoconf-time if not.
30097         * configure.in: Remove AC_PREREQ.
30099 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30101         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30102         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30103         of the internal implementation.
30105 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30107         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30108         except include of <misc/sys/syslog.h>.
30110 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30113         function returns with a NULL context exit with zero.
30115 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30117         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30119 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30121         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30122         (run_program_cmd): This.
30123         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30124         (tst_langinfo): New variable.  Use it.
30126 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30128         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30129         floating point opcodes.
30131 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30133         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30134         variable.
30136         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30138         * sysdeps/mach/hurd/powerpc: Remove directory.
30139         * sysdeps/mach/powerpc: Likewise.
30141 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30143         * scripts/check-local-headers.sh: Ignore c++ headers.
30145 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30147         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30148         __libc_cleanup_region_start argument.
30150 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30152         [BZ #14784]
30153         [BZ #14785]
30154         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30155         x * y using scaling, not as x * y + z.
30156         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30157         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30158         * math/libm-test.inc (fma_test): Add more tests.
30159         (fma_test_towardzero): Likewise.
30160         (fma_test_downward): Likewise.
30161         (fma_test_upward): Likewise.
30163 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30165         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30167 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30169         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30170         New variable.
30172 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30174         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30176 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30179         Fix sort order.
30180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30181         Likewise.
30183 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30186         Fix the order of the list for glibc 2.17.
30187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30188         Likewise.
30190 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30194 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30196         [BZ #14610]
30197         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30198         for low part of x being zero before using __atanl (y).
30199         * math/libm-test.inc (atan2_test): Add another test.
30201         * manual/install.texi (Configuring and compiling): Document
30202         general use of test-wrapper and test-wrapper-env.
30203         * INSTALL: Regenerated.
30205         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30206         (__fma): Do not extract and scale down low bits on after-rounding
30207         systems when result rounded to normal precision would have normal
30208         exponent.
30209         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30210         (__fmal): Do not extract and scale down low bits on after-rounding
30211         systems when result rounded to normal precision would have normal
30212         exponent.
30213         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30214         (__fmal): Do not extract and scale down low bits on after-rounding
30215         systems when result rounded to normal precision would have normal
30216         exponent.
30217         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30218         macro.
30219         (fma_test): Add more tests.
30220         (fma_test_towardzero): Likewise.
30221         (fma_test_downward): Likewise.
30222         (fma_test_upward): Likewise.
30224 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30226         * sysdeps/i386/tininess.h: Renamed to ...
30227         * sysdeps/x86/tininess.h: This.
30228         * sysdeps/x86_64/tininess.h: Removed.
30230 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30232         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30233         input.  Use $(build-program-cmd).
30234         ($(objpfx)tst-array1-static.out): Likewise.
30235         ($(objpfx)tst-array2.out): Likewise.
30236         ($(objpfx)tst-array3.out): Likewise.
30237         ($(objpfx)tst-array4.out): Likewise.
30238         ($(objpfx)tst-array5.out): Likewise.
30239         ($(objpfx)tst-array5-static.out): Likewise.
30241 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30243         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30244         if defined.
30246         * nss/nsswitch.h (nss_interface_function): Provide new
30247         macro for use with NSS functions.
30248         * grp/initgroups.c: Use new macro.
30249         * nss/getXXbyYY.c: Likewise.
30250         * nss/getXXbyYY_r.c: Likewise.
30251         * nss/getXXent.c: Likewise.
30252         * nss/getXXent_r.c: Likewise.
30253         * sysdeps/posix/getaddrinfo.c: Likewise.
30255 2012-10-30  Andreas Jaeger  <aj@suse.de>
30257         * po/ru.po: Update Russion translation from translation project.
30259 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30261         [BZ #14152]
30262         [BZ #14783]
30263         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30264         result and shift together with sticky bit instead of replicating
30265         round-to-nearest rounding.
30266         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30267         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30268         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30269         missing underflow exceptions.
30270         (fma_test_towardzero): Add more tests.
30271         (fma_test_downward): Likewise.
30272         (fma_test_upward): Likewise.
30274         [BZ #14047]
30275         * sysdeps/generic/tininess.h: New file.
30276         * sysdeps/i386/tininess.h: Likewise.
30277         * sysdeps/sh/tininess.h: Likewise.
30278         * sysdeps/x86_64/tininess.h: Likewise.
30279         * stdlib/tst-strtod-underflow.c: Likewise.
30280         * stdlib/tst-tininess.c: Likewise.
30281         * stdlib/strtod_l.c: Include <tininess.h>.
30282         (round_and_return): Do not set errno for exact underflow cases.
30283         Force an underflow exception when setting errno for underflow.
30284         Determine underflow based on rounding to normal precision if
30285         TININESS_AFTER_ROUNDING.
30286         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30287         ERANGE for exact underflow cases.
30288         * stdlib/Makefile (tests): Add tst-tininess and
30289         tst-strtod-underflow.
30290         ($(objpfx)tst-tininess): Use $(link-libm).
30291         ($(objpfx)tst-strtod-underflow): Likewise.
30293 2012-10-30  Andreas Jaeger  <aj@suse.de>
30295         [BZ#14767]
30296         * elf/Makefile (tests): Remove conditional for have-initfini-array
30297         since this is now always required and the variable does not exist
30298         anymore.
30299         (tests-static): Likewise.
30300         (modules-names): Likewise.
30302         * po/eo.po: Add Esperanto translation from translation project.
30304         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30305         merged with constructor/destructor.
30306         (init_array): Likewise.
30307         * elf/tst-array2dep.c (fini_array): Likewise.
30308         (init_array): Likewise.
30310 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30312         * manual/message.texi: Delete @cartouche tags.
30314 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30316         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30317         EOPNOTSUPP.
30318         * sysdeps/mach/hurd/fsync.c: Likewise.
30320         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30321         [_POSIX_REALTIME_SIGNALS]: Change condition to
30322         [_POSIX_REALTIME_SIGNALS > 0].
30324 2012-10-27  Andreas Jaeger  <aj@suse.de>
30326         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30327         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30328         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30329         [__WORDSIZE != 64]: Likewise.
30331 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30333         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30334         *  iconvdata/tst-tables.sh: Likewise.
30336 2012-10-25  David S. Miller  <davem@davemloft.net>
30338         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30339         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30340         of strtoull.
30342         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30343         ifunc-impl-list.c
30344         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30345         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30346         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30347         file.
30349 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30351         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30352         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30353         __getdirentries.
30355 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30356             Jim Blandy  <jimb@codesourcery.com>
30358         * scripts/cross-test-ssh.sh: New file.
30359         * manual/install.texi (Configuring and compiling): Document use of
30360         cross-test-ssh.sh.
30361         * INSTALL: Regenerated.
30363 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30365         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30366         EOPNOTSUPP.
30368 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30370         * Makeconfig (run-program-prefix): Fix comment.
30372 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30373             Jim Blandy  <jimb@codesourcery.com>
30375         * Makeconfig (test-wrapper): New variable,
30376         (test-wrapper-env): Likewise.
30377         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30378         (run-built-tests): Define to yes.
30379         (run-program-prefix): Use $(test-wrapper).
30380         (built-program-cmd): Likewise.
30381         * Rules (make-test-out): Use $(test-wrapper-env) and
30382         $(host-built-program-cmd).
30383         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30384         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30385         tst-pathopt.sh.
30386         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30387         $(test-wrapper-env) to tst-rtld-load-self.sh.
30388         ($(objpfx)order2.out): Use $(test-wrapper).
30389         ($(objpfx)tst-initorder.out): Likewise.
30390         ($(objpfx)tst-initorder2.out): Likewise.
30391         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30392         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30393         (test_wrapper_env): New variable.  Use it to run ld.so.
30394         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30395         Use it to run ld.so.
30396         (test_wrapper_env): Likewise.
30397         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30398         $(test-wrapper) to run-iconv-test.sh.
30399         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30400         (ICONV): Use $test_wrapper.
30401         * posix/Makefile ($(objpfx)globtest.out): Pass
30402         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30403         globtest.sh, not $(run-program-prefix).
30404         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30405         (test_wrapper): Likewise.
30406         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30407         set together with run_via_rtld_prefix.
30408         (run_program_prefix): Define in terms of test_wrapper and
30409         run_via_rtld_prefix.
30411 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30413         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30414         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30415         Targets removed.
30417         [BZ #14743]
30418         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30419         Declare __clock_getres, __clock_gettime, __clock_settime,
30420         __clock_nanosleep, and __clock_getcpuclockid.
30421         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30422         Remove librt_hidden_def (clock_gettime).
30423         * sysdeps/unix/clock_gettime.c: Likewise.
30424         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30425         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30426         * rt/clock_getres.c: Define __clock_getres as an alias.
30427         * sysdeps/posix/clock_getres.c: Likewise.
30428         * rt/clock_settime.c: Define __clock_settime as an alias.
30429         * sysdeps/unix/clock_settime.c: Likewise.
30430         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30431         * sysdeps/unix/clock_nanosleep.c: Likewise.
30432         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30433         * rt/clock-compat.c: New file.
30434         * rt/Makefile (librt-routines): Add clock-compat and move
30435         $(clock-routines) to ...
30436         (routines): ... here, new variable.
30437         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30438         Don't add get_clockfreq here.
30439         * rt/Versions (libc: GLIBC_2.17): New version set.
30440         Add clock_* symbols here.
30441         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30442         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30443         (GLIBC_2.17): Add clock_* symbols.
30444         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30446         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30448         Likewise.
30449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30450         Likewise.
30451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30452         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30454         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30455         * NEWS: Mention the move.
30457         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30458         Use __open, __read, __close rather than their public counterparts.
30459         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30460         (__get_clockfreq_via_cpuinfo): Likewise.
30461         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30462         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30464         * config.h.in (HAVE_IFUNC): New #undef.
30465         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30466         was successful.
30467         * configure: Regenerated.
30469 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30471         * configure.in: Move READELF check to start of file.
30472         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30473         libc_cv_asm_gnu_indirect_function in the process.
30474         * configure: Regenerated.
30476 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30478         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30479         send the output to /dev/null.
30480         (libc_cv_cc_with_libunwind): Likewise.
30481         (libc_cv_as_noexecstack): Likewise.
30482         * configure: Regenerate.
30484 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30486         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30488         * posix/globtest.sh (TMPDIR): Do not set.
30489         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30490         (testout): Likewise.
30492 2012-10-24  Andreas Jaeger  <aj@suse.de>
30494         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30495         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30496         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30497         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30498         posix_fadvise64, posix_fallocate64.
30500         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30501         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30502         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30503         Likewise.
30504         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30505         Likewise.
30506         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30508         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30509         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30510         <bits/fcntl-linux.h>.
30511         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30513         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30514         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30515         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30516         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30517         [__WORDSIZE != 64]: Likewise.
30519 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30521         * Makeconfig (run-built-tests): New variable.
30522         * Rules [$(cross-compiling) = yes]: Change condition to
30523         [$(run-built-tests) = no].
30524         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30525         to [$(run-built-tests) = yes].
30526         * elf/Makefile [$(cross-compiling) = no]: Likewise
30527         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30528         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30529         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30530         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30531         * io/Makefile [$(cross-compiling) = no]: Likewise.
30532         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30533         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30534         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30535         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30536         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30537         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30538         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30539         * string/Makefile [$(cross-compiling) = no]: Likewise.
30541         * posix/Makefile ($(objpfx)globtest.out): Pass
30542         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30543         $(rtld-installed-name).
30544         * posix/globtest.sh (elf_objpfx): Remove variable.
30545         (rtld_installed_name): Likewise.
30546         (library_path): Likewise.
30547         (run_program_prefix): New variable.  Use for running globtest
30548         binary.
30550 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30551             Joseph Myers  <joseph@codesourcery.com>
30553         * Makeconfig (host-built-program-cmd): New variable.
30554         * elf/Makefile (tst-stackguard1-ARGS): Use
30555         $(host-built-program-cmd).
30556         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30557         (tst-spawn-ARGS): Likewise.
30558         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30560 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30561             Jim Blandy  <jimb@codesourcery.com>
30563         * Makeconfig (run-via-rtld-prefix): New variable.
30564         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30565         (built-program-cmd): Likewise.
30567 2012-10-22  Andreas Jaeger  <aj@suse.de>
30569         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30570         __O_RSYNC if it exists, otherwise to O_SYNC.
30572 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30573             Joseph Myers  <joseph@codesourcery.com>
30575         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30576         /dev/null.
30577         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30578         from /dev/null
30579         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30580         /dev/null.
30582 2012-10-22  Andreas Jaeger  <aj@suse.de>
30584         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30585         Define always.
30586         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30588         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30589         bits/fcntl-linux.h.
30591         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30592         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30594         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30595         to __O_LARGEFILE.
30596         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30597         to __O_LARGEFILE.
30599 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30600             Joseph Myers  <joseph@codesourcery.com>
30602         * config.make.in (NM): New variable.
30604 2012-10-21  Andreas Jaeger  <aj@suse.de>
30606         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30607         definitions and declarations that are provided by
30608         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30610 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30612         [BZ #14683]
30613         * elf/Makefile (tests-static): Add tst-leaks1-static.
30614         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30615         ($(objpfx)tst-leaks1-static): New rule.
30616         ($(objpfx)tst-leaks1-static-mem): Likewise.
30617         (tst-leaks1-static-ENV): New macro.
30618         * elf/dl-open.c (dl_open_worker): Check the main application
30619         only if SHARED is defined.
30620         * elf/tst-leaks1-static.c: New file.
30622 2012-10-20  Andreas Jaeger  <aj@suse.de>
30624         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30625         generic values for Linux.
30626         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30627         and declarations that are provided by <bits/fcntl-linux.h> and
30628         include <bits/fcntl-linux.h>.
30629         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30630         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30632 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30634         * io/fcntl.h: Move include of <bits/types.h> to the top and
30635         include it unconditionally.
30637 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30639         * wcsmbs/Makefile (tests-ifunc): New variable.
30640         (tests): Add $(tests-ifunc).
30641         * wcsmbs/test-wcschr-ifunc.c: New file.
30642         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30643         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30644         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30645         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30646         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30648         * string/Makefile (tests-ifunc): New variable.
30649         (tests): Add $(tests-ifunc).
30650         * string/test-memccpy.c (TEST_NAME): New macro.
30651         * string/test-memchr.c (TEST_NAME): Likewise.
30652         * string/test-memcmp.c (TEST_NAME): Likewise.
30653         * string/test-memcpy.c (TEST_NAME): Likewise.
30654         * string/test-memmem.c (TEST_NAME): Likewise.
30655         * string/test-memmove.c (TEST_NAME): Likewise.
30656         * string/test-memset.c (TEST_NAME): Likewise.
30657         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30658         * string/test-stpcpy.c (TEST_NAME): Likewise.
30659         * string/test-stpncpy.c (TEST_NAME): Likewise.
30660         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30661         * string/test-strcasestr.c (TEST_NAME): Likewise.
30662         * string/test-strcat.c (TEST_NAME): Likewise.
30663         * string/test-strchr.c (TEST_NAME): Likewise.
30664         * string/test-strcmp.c(TEST_NAME): Likewise.
30665         * string/test-strcpy.c (TEST_NAME): Likewise.
30666         * string/test-strcspn.c (TEST_NAME): Likewise.
30667         * string/test-strlen.c (TEST_NAME): Likewise.
30668         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30669         * string/test-strncmp.c (TEST_NAME): Likewise.
30670         * string/test-strncpy.c (TEST_NAME): Likewise.
30671         * string/test-strnlen.c (TEST_NAME): Likewise.
30672         * string/test-strpbrk.c (TEST_NAME): Likewise.
30673         * string/test-strrchr.c (TEST_NAME): Likewise.
30674         * string/test-strspn.c (TEST_NAME): Likewise.
30675         * string/test-strstr.c (TEST_NAME): Likewise.
30676         * string/test-bcopy-ifunc.c: New file.
30677         * string/test-bzero-ifunc.c: Likewise.
30678         * string/test-memccpy-ifunc.c: Likewise.
30679         * string/test-memchr-ifunc.c: Likewise.
30680         * string/test-memcmp-ifunc.c: Likewise.
30681         * string/test-memcpy-ifunc.c: Likewise.
30682         * string/test-memmem-ifunc.c: Likewise.
30683         * string/test-memmove-ifunc.c: Likewise.
30684         * string/test-mempcpy-ifunc.c: Likewise.
30685         * string/test-memset-ifunc.c: Likewise.
30686         * string/test-rawmemchr-ifunc.c: Likewise.
30687         * string/test-stpcpy-ifunc.c: Likewise.
30688         * string/test-stpncpy-ifunc.c: Likewise.
30689         * string/test-strcasecmp-ifunc.c: Likewise.
30690         * string/test-strcasestr-ifunc.c: Likewise.
30691         * string/test-strcat-ifunc.c: Likewise.
30692         * string/test-strchr-ifunc.c: Likewise.
30693         * string/test-strchrnul-ifunc.c: Likewise.
30694         * string/test-strcmp-ifunc.c: Likewise.
30695         * string/test-strcpy-ifunc.c: Likewise.
30696         * string/test-strcspn-ifunc.c: Likewise.
30697         * string/test-strlen-ifunc.c: Likewise.
30698         * string/test-strncasecmp-ifunc.c: Likewise.
30699         * string/test-strncat-ifunc.c: Likewise.
30700         * string/test-strncmp-ifunc.c: Likewise.
30701         * string/test-strncpy-ifunc.c: Likewise.
30702         * string/test-strnlen-ifunc.c: Likewise.
30703         * string/test-strpbrk-ifunc.c: Likewise.
30704         * string/test-strrchr-ifunc.c: Likewise.
30705         * string/test-strspn-ifunc.c: Likewise.
30706         * string/test-strstr-ifunc.c: Likewise.
30708         * debug/Makefile (tests-ifunc): New variable.
30709         (tests): Add $(tests-ifunc).
30710         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30711         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30712         * debug/test-stpcpy_chk-ifunc.c: New file.
30713         * debug/test-strcpy_chk-ifunc.c: Likewise.
30715 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30717         [BZ #13601]
30718         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30719         header is not read in.
30721 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30723         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30724         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30725         directly.  Pass built executable to script as
30726         $(built-program-cmd).
30727         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30728         $testprogram without using LD_LIBRARY_PATH and $ldso.
30730         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30731         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30732         $(rtld-installed-name).
30733         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30734         (rtld_installed_name): Likewise.
30735         (library_path): Likewise.
30736         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30737         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30738         $(run-program-prefix) to tst-tables.sh.
30739         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30740         it to run tst-table-from and tst-table-to.
30741         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30742         Pass it to tst-table.sh.
30743         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30744         $(run-program-prefix) to tst-gettext.sh.
30745         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30746         tst-translit.sh.
30747         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30748         tst-gettext2.sh.
30749         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30750         to run tst-gettext.
30751         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30752         to run tst-gettext2.
30753         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30754         to run tst-translit.
30755         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30756         $(run-program-prefix) to tst-mtrace.sh.
30757         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30758         to run tst-mtrace.
30759         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30760         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30761         $(rtld-installed-name).
30762         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30763         (rtld_installed_name): Likewise.
30764         (run_program_prefix): New variable.  Use it to run wordexp-test.
30766         * Makeconfig (ARCH): Remove all definitions.
30767         (machine): Likewise.
30768         [ARCH]: Remove conditional code.
30769         [!objdir]: Give error.
30770         [!objdir] (objpfx): Remove.
30771         [!objdir] (common-objpfx): Likewise.
30772         [!objdir] (common-objdir): Likewise.
30773         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30774         AC_CONFIG_FILES call.
30775         * configure: Regenerated.
30777         [BZ #13888]
30778         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30779         or TMPDIR.
30780         (testout): Likewise.
30782         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30783         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30784         $(rtld-installed-name).
30785         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30786         (rtld_installed_name): Likwise.
30787         (runit): Remove function.
30788         (run_getconf): New variable,  Use it for running getconf binary.
30790 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30792         [BZ #14716]
30793         * string/test-memmem.c (check_result): New function.
30794         (do_one_test): Use it.
30795         (check1): New function.
30796         (test_main): Use it.
30798 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30800         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30802 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30804         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30805         (_G_LSEEK64): Likewise.
30806         (_G_MMAP64): Likewise.
30807         (_G_FSTAT64): Likewise.
30808         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30809         (_G_LSEEK64): Likewise.
30810         (_G_MMAP64): Likewise.
30811         (_G_FSTAT64): Likewise.
30812         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30813         unconditional.  Call __mmap64 directly.
30814         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30815         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30816         __lseek64 directly.
30817         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30818         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30819         __mmap64 directly.
30820         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30821         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30822         __lseek64 directly.
30823         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30824         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30825         __lseek64 directly.
30826         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30827         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30828         __lseek64 directly.
30829         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30830         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30831         __fxstat64 directly.
30832         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30833         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30834         unconditional.
30835         (freopen64) [!_G_OPEN64]: Remove conditional code.
30836         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30837         unconditional.
30838         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30839         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30840         unconditional.
30841         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30842         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30843         unconditional.
30844         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30845         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30846         unconditional.
30847         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30848         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30849         unconditional.
30850         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30851         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30852         unconditional.
30853         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30854         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30855         unconditional.
30856         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30858 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30860         [BZ #12140]
30861         * manual/memory.texi (Malloc Tunable Parameters): Add note
30862         about free list pointers overwriting some perturb bytes.
30863         Wording suggested by Roland McGrath.
30865 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30867         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30868         (lgamma_test): Likewise.
30869         (tgamma_test): Likewise.
30871 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30873         [BZ #14700]
30874         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30875         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30877 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30879         * NEWS: Mention BZ #14716.
30880         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30881         when removing AVAILABLE1_USES_J macro.
30883 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30885         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30886         (__bswap_64): __uint64_t for unsigned 64-bit int.
30888 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30890         * include/string.h (memmem): Declare libc hidden alias.
30891         * string/memmem.c (memmem): Define libc hidden alias.
30892         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30893         __read, __close instead of open, read, close.
30895 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30897         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30898         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30899         global and hidden.
30900         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30901         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30902         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30903         Likewise.
30904         (__rawmemchr_sse2): Likewise.
30905         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30906         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30907         (__strchr_sse2): Likewise.
30908         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30909         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30910         (__strcasecmp_sse2): Likewise.
30911         (__strncasecmp_sse2): Likewise.
30912         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30913         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30914         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30915         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30916         (__strrchr_sse2): Likewise.
30917         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30918         ifunc-impl-list.c.
30919         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30920         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30921         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30922         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30923         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30924         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30925         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30926         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30927         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30928         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30929         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30930         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30931         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30932         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30933         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30934         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30935         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30936         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30937         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30938         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30939         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30940         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30941         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30942         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30943         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30944         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30945         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30946         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30947         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30948         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30950         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30951         global and hidden.
30952         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30953         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30954         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30955         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30956         Likewise.
30957         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30958         Likewise.
30959         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30960         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30961         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30962         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30963         ifunc-impl-list.c.
30964         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30965         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30966         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30967         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30968         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30969         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30970         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30971         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30972         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30973         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30974         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30975         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30976         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30977         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30978         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30979         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30980         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30981         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30982         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30983         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30984         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30985         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30986         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30987         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30988         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30989         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30990         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30991         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30992         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30993         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30994         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30995         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30996         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30997         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30998         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30999         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31000         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31001         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31002         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31003         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31004         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31006         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31007         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31008         * include/ifunc-impl-list.h: New file.
31009         * misc/ifunc-impl-list.c: Likewise.
31010         * misc/Makefile (routines): Add ifunc-impl-list.
31011         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31012         * string/test-string.h: Include <ifunc-impl-list.h>.
31013         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31014         TEST_NAME]: New variables.
31015         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31016         are defined.
31017         (test_init): Call __libc_ifunc_impl_list to initialize
31018         func_list if TEST_IFUNC and TEST_NAME are defined.
31020         * string/Makefile (strop-tests): Add bcopy and bzero.
31021         * string/test-bcopy.c: New file.
31022         * string/test-bzero.c: Likewise.
31023         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31024         defined.
31025         * string/test-memset.c: Support bzero test if TEST_BZERO is
31026         defined.
31027         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31028         __libc_memmove.
31029         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31030         __libc_memset.
31031         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31032         of memset.
31034 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
31036         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31037         * configure: Regenerated.
31039         * Makeconfig (+link-static-before-libc): Don't include
31040         $(link-static-libc).
31042         * libio/libio.h (_IO_pos_t): Remove.
31044 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31046         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
31047         McGrath.
31049 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31051         * crypt/crypt-entry.c: Include fips-private.h.
31052         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31053         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31054         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31055         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31057 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31059         * crypt/crypt-private.h: Include stdbool.h.
31060         (_ufc_setup_salt_r): Return bool.
31061         * crypt/crypt-entry.c: Include errno.h.
31062         (__crypt_r): Return NULL with EINVAL for bad salt.
31063         * crypt/crypt_util.c (bad_for_salt): New.
31064         (_ufc_setup_salt_r): Check that salt is long enough and within
31065         the specified alphabet.
31066         * crypt/badsalttest.c: New file.
31067         * crypt/Makefile (tests): Add it.
31068         ($(objpfx)badsalttest): New.
31070 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31072         * NEWS: Add entry for BZ #14602.
31074 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31076         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31077         type-generic.
31078         * math/libm-test.inc: Update comment listing what functions and
31079         macros are tested.
31080         (isgreater_test): New function.
31081         (isgreaterequal_test): Likewise.
31082         (isless_test): Likewise.
31083         (islessequal_test): Likewise.
31084         (islessgreater_test): Likewise.
31085         (isunordered_test): Likewise.
31086         (main): Call the new functions.
31088 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31090         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31091         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31092         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31093         * sysdeps/i386/configure: Regenerated.
31094         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31095         * sysdeps/mach/configure: Regenerated.
31096         * sysdeps/mach/hurd/configure: Regenerated.
31097         * sysdeps/powerpc/configure: Regenerated.
31098         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31099         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31100         * sysdeps/s390/s390-32/configure: Regenerated.
31101         * sysdeps/s390/s390-64/configure: Regenerated.
31102         * sysdeps/sh/configure: Regenerated.
31103         * sysdeps/sparc/configure: Regenerated.
31104         * sysdeps/unix/sysv/linux/configure: Regenerated.
31105         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31106         * sysdeps/x86_64/configure: Regenerated.
31108         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31109         defined.  Don't check if MAP is NULL.
31111 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31113         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31114         (_G_stat64): Likewise.
31115         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31116         (_G_stat64): Likewise.
31117         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31118         instead of struct _G_stat64.
31119         * libio/fileops.c (mmap_remap_check): Likewise.
31120         (decide_maybe_mmap): Likewise.
31121         (_IO_new_file_seekoff): Likewise.
31122         (_IO_file_stat): Likewise.
31123         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31124         _G_off64_t.
31125         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31126         instead of struct _G_stat64.
31127         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31129 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31131         [BZ #14602]
31132         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31133         Replace with ...
31134         (CHECK_EOL): New macro.
31135         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31136         CHECK_EOL.
31137         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31138         Replace with CHECK_EOL.
31139         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31140         Replace with CHECK_EOL.
31142 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31144         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31145         type-generic.
31146         * math/libm-test.inc: Update comment listing what functions and
31147         macros are tested.
31148         (finite_test): New function.
31149         (isinf_test): Likewise.
31150         (isnan_test): Likewise.
31151         (fpclassify_test): Test subnormal input.
31152         (isfinite_test): Likewise.
31153         (isnormal_test): Likewise.
31154         (main): Call the new functions.
31156 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31158         [BZ #14660]
31159         * Makerules (%.dynsym): Force C locale when running
31160         $(OBJDUMP) --dynamic-syms.
31162 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31164         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31165         <stdint.h>.
31167 2012-10-06  David S. Miller  <davem@davemloft.net>
31169         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31170         upper 32-bits of the length value in %o2 since we use branch-on-register
31171         tests which consider the entire 64-bit register.
31173 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31175         * string/test-strstr.c (check2): Add a test for page boundary.
31177 2012-10-05  David S. Miller  <davem@davemloft.net>
31179         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31180         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31181         file.
31182         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31183         sysdep_routines.
31184         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31185         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31186         and bzero when HWCAP_SPARC_CRYPTO is present.
31188 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31190         [BZ #14602]
31191         * string/test-strstr.c (check2): New function.
31192         (test_main): Call check2.
31194         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31195         and bug-strchr1.
31196         * string/bug-strcasestr1.c (do_test): Moved to ...
31197         * string/test-strcasestr.c (check1): Here.  New function.
31198         (do_one_test): Break out result checking code into ...
31199         (check_result): This.  New function.
31200         (do_one_test): Call check_result.
31201         (test_main): Call check1.
31202         * string/bug-strchr1.c (do_test): Moved to ...
31203         * string/test-strchr.c (check1): Here.  New function.
31204         (do_one_test): Break out result checking code into ...
31205         (check_result): This.  New function.
31206         (do_one_test): Call check_result.
31207         (test_main): Call check1.
31208         * string/bug-strstr1.c (main): Moved to ...
31209         * string/test-strstr.c (check1): Here.  New function.
31210         (do_one_test): Break out result checking code into ...
31211         (check_result): This.  New function.
31212         (do_one_test): Call check_result.
31213         (test_main): Call check1.
31214         * string/bug-strcasestr1.c: Removed.
31215         * string/bug-strchr1.c: Likewise.
31216         * string/bug-strstr1.c: Likewise.
31218         * elf/Makefile (dl-routines): Add hwcaps.
31219         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31220         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31221         (_dl_important_hwcaps): Moved to ...
31222         * elf/dl-hwcaps.c: Here.  New file.
31223         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31225         [BZ #14557]
31226         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31227         if IS_IN_rtld isn't defined.
31229         * elf/dl-support.c (_dl_sysinfo_map): New.
31230         Include "get-dynamic-info.h" and "setup-vdso.h".
31231         (_dl_non_dynamic_init): Call setup_vdso.
31232         * elf/dynamic-link.h: Don't include <assert.h>.
31233         (elf_get_dynamic_info): Moved to ...
31234         * elf/get-dynamic-info.h: Here.  New file.
31235         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31236         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31237         * elf/setup-vdso.h: Here.  New file.
31238         * elf/rtld.c: Include "setup-vdso.h".
31239         (dl_main): Call setup_vdso.
31241 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31243         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31244         creal in comment listing functions tested.  List finite, isinf,
31245         isnan, isless, islessequal, isgreater, isgreaterequal,
31246         islessgreater, isunordered, lgamma_r and pow10 as functions and
31247         macros not tested.  Mention which functions not tested are aliases
31248         for other functions.  Fix typo.  Note that signs of NaNs are not
31249         tested.
31251         * scripts/config.guess: Update from config.git.
31252         * scripts/config.sub: Likewise.
31254 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31256         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31257         * misc/madvise.c (madvise): Renamed to __madvise.
31258         Make madvise a weak alias.
31259         * include/sys/mman.h: Declare __madvise.
31260         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31261         * sysdeps/unix/syscalls.list
31262         (madvise): Make __madvise the strong name, and madvise a weak alias.
31263         * sysdeps/unix/sysv/linux/syscalls.list
31264         (madvise, mmap): Remove redundant entries.
31265         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31266         * malloc/malloc.c (mtrim): Likewise.
31267         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31269 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31271         * sysdeps/mach/hurd/dl-cache.c: File removed.
31272         * config.h.in (USE_LDCONFIG): New #undef.
31273         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31274         * configure: Regenerated.
31275         * elf/Makefile (dl-routines): Add dl-cache only under
31276         [$(use-ldconfig) = yes].
31277         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31278         cache on [USE_LDCONFIG].
31279         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31280         [USE_LDCONFIG].
31281         * elf/rtld.c (dl_main): Likewise.
31283 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31285         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31286         _SC_LEVEL4_CACHE_LINESIZE.
31288 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31290         * sysdeps/unix/bsd/confstr.h: File removed.
31292 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31294         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31295         sys/sdt-config.h.
31297 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31299         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31300         Make 'mapoff' field ElfW(Off) rather than off_t.
31302 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31304         * nscd/Makefile: Remove nscd-cflags and all its users.
31305         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31306         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31308         [BZ #10631]
31309         * malloc.c (malloc_printerr): Clarify error message.
31311 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31313         [BZ #14648]
31314         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31315         Set bit_FMA_Usable if FMA is supported.
31316         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31317         macro.
31318         (bit_FMA4_Usable): Updated.
31319         (index_FMA_Usable): New macro.
31320         (CPUID_FMA): Likewise
31321         (HAS_FMA): Defined with bit_FMA_Usable.
31323 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31325         * bits/types.h (__swblk_t): Type removed.
31326         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31327         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31328         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31329         (__SWBLK_T_TYPE): Likewise.
31330         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31331         (__SWBLK_T_TYPE): Likewise.
31332         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31333         (__SWBLK_T_TYPE): Likewise.
31334         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31335         (__SWBLK_T_TYPE): Likewise.
31337 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31338             Honza Horak <hhorak@redhat.com>
31340         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31341         (xdr_mapname): Use YPMAXMAP as maxsize.
31342         (xdr_peername): Use YPMAXPEER as maxsize.
31343         (xdr_keydat): Use YPAXRECORD as maxsize.
31344         (xdr_valdat): Use YPMAXRECORD as maxsize.
31346 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31348         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31350         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31351         * csu/init-first.c: ... here.
31352         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31353         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31354         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31355         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31356         * sysdeps/i386/init-first.c: File removed.
31357         * sysdeps/sh/init-first.c: File removed.
31359 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31361         [BZ #14645]
31362         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31363         if x * y might underflow to zero and z is zero.
31364         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31365         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31366         * math/libm-test.inc (min_subnorm_value): New variable.
31367         (fma_test): Add more tests.
31368         (fma_test_towardzero): Likewise.
31369         (fma_test_downward): Likewise
31370         (fma_test_upward): Likewise.
31371         (initialize): Set min_subnorm_value.
31373 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31375         [BZ #14638]
31376         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31377         0 + 0.
31378         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31379         mode for addition resulting in exact zero.
31380         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31381         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31382         exact 0 + 0.
31383         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31384         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31385         * math/libm-test.inc (fma_test): Add more tests.
31386         (fma_test_towardzero): New function.
31387         (fma_test_downward): Likewise.
31388         (fma_test_upward): Likewise.
31389         (main): Call the new functions.
31391 2012-09-28  David S. Miller  <davem@davemloft.net>
31393         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31395 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31397         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31398         instead of SIGALRM.
31400         * sysdeps/gnu/_G_config.h: Moved to ...
31401         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31402         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31403         * sysdeps/generic/_G_config.h: ... here.
31405         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31407         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31409         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31410         Conditionalize target on [libnss_test1.so-version].
31412         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31414         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31415         (elfobjdir): Move out of conditionals.
31417         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31418         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31419         (__nss_lookup_function): Conditionalize label remove_from_tree on
31420         [!DO_STATIC_NSS || SHARED], matching its only use.
31422 2012-09-28  David S. Miller  <davem@davemloft.net>
31424         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31425         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31426         file.
31427         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31428         sysdep_routines.
31429         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31430         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31431         when HWCAP_SPARC_CRYPTO is present.
31433 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31435         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31437 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31439         [BZ #6530]
31440         * stdio-common/vfprintf.c (process_string_arg): Revert
31441         2000-07-22 change.
31443 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31445         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31446         for testcase.
31447         * stdio-common/tst-sprintf.c: Include <locale.h>
31448         (main): Test sprintf's handling of incomplete multibyte
31449         characters.
31451 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31453         * elf/dl-runtime.c (VERSYMIDX): Removed.
31454         * elf/dl-version.c (VERSYMIDX): Likewise.
31455         * elf/do-rel.h (VERSYMIDX): Likewise.
31456         (VALIDX): Likewise.
31457         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31458         * elf/rtld.c (VALIDX): Likewise.
31459         (ADDRIDX): Likewise.
31460         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31461         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31462         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31463         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31464         (VALIDX): Likewise.
31465         (ADDRIDX): Likewise.
31467 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31469         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31471 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31473         [BZ #11438]
31474         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31475         to global scope.
31476         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31477         addresses are in the same scope as 192.0.2/24.
31478         * posix/gai.conf: Document new scope table defaults.
31480 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31482         [BZ #5298]
31483         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31484         for ftell.  Compute offsets from write pointers instead.
31485         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31487 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31489         [BZ #14543]
31490         * libio/Makefile (tests): New test case tst-fseek.
31491         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31492         combination works in wide mode.
31493         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31494         state when the external buffer state changes.
31496 2012-09-27  David S. Miller  <davem@davemloft.net>
31498         [BZ #14376]
31499         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31500         pass reloc->r_addend in as the 'high' argument to
31501         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31503         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31505 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31507         * rt/tst-aio2.c: Include <pthread.h>.
31508         * rt/tst-aio3.c: Likewise.
31510 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31512         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31514 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31516         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31517         contents on [SHARED].
31519 2012-09-26  Marek Polacek  <polacek@redhat.com>
31521         [BZ #14530]
31522         [BZ #13741]
31523         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31524         for C++ and GCC <4.3 as well as for non GCC compilers.
31526 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31528         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31530 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31532         * Makefile.in (all, install): Declare with .PHONY.
31533         Reported by Michael Hope <michael.hope@linaro.org>.
31535 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31537         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31538         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31539         system header.
31540         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31541         Likewise.
31542         (sydep_routines): Add the new and the internal functions.
31543         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31544         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31546         (GLIBC_2.17): Add the new function.
31547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31548         (GLIBC_2.17): Likewise.
31549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31550         (GLIBC_2.17): Likewise.
31551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31552         (GLIBC_2.17): Likewise.
31553         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31555 2012-09-25  Alan Modra  <amodra@gmail.com>
31557         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31558         Add release barrier before setting once_control to say
31559         initialisation is done.  Add hints on lwarx.  Use macro in
31560         place of isync.
31561         (clear_once_control): Add release barrier.
31563 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31565         [BZ #13629]
31566         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31567         specially.
31568         * math/s_clog10.c (__clog10): Likewise.
31569         * math/s_clog10f.c (__clog10f): Likewise.
31570         * math/s_clog10l.c (__clog10l): Likewise.
31571         * math/s_clogf.c (__clogf): Likewise.
31572         * math/s_clogl.c (__clogl): Likewise.
31573         * math/Makefile (libm-calls): Add x2y2m1.
31574         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31575         (__x2y2m1): Likewise.
31576         (__x2y2m1l): Likewise.
31577         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31578         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31579         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31580         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31581         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31582         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31583         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31584         * sysdeps/i386/fpu/libm-test-ulps: Update.
31585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31587         [BZ #14621]
31588         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31589         int as type of variable DEPTH.
31590         (glob): Use size_t instead of int as type of variables NEWCOUNT
31591         and OLD_PATHC.
31593 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31595         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31596         Add s_sincosf-sse2.
31597         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31598         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31599         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31600         macros for using routine as __sincosf_ia32.
31601         Use macro for function declaration and weak_alias.
31602         * sysdeps/i386/fpu/libm-test-ulps: Update.
31604         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31605         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31607         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31608         subnormal argument.
31609         * math/s_cexpf.c (__cexpf): Likewise.
31610         * math/s_csinf.c (__csinf): Likewise.
31611         * math/s_csinhf.c (__csinhf): Likewise.
31612         * math/s_ctanf.c (__ctanf): Likewise.
31613         * math/s_ctanhf.c (__ctanhf): Likewise.
31614         * math/s_ccosh.c (__ccoshf): Likewise.
31615         * math/s_cexp.c (__cexpl): Likewise.
31616         * math/s_csin.c (__csin): Likewise.
31617         * math/s_csinh.c (__csinh): Likewise.
31618         * math/s_ctan.c (__ctan): Likewise.
31619         * math/s_ctanh.c (ctanh): Likewise.
31620         * math/s_ccoshl.c (__ccoshl): Likewise.
31621         * math/s_cexpl.c (__cexpl): Likewise.
31622         * math/s_csinl.c (__csinl): Likewise.
31623         * math/s_csinhl.c (__csinhl): Likewise.
31624         * math/s_ctanl.c (__ctanl): Likewise.
31625         * math/s_ctanhl.c (__ctanhl): Likewise.
31627 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31629         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31630         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31631         (_IO_off_t): Define to __off_t, not _G_off_t.
31632         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31633         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31634         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31635         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31636         type of __dummy and __dummy2 fields.
31637         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31638         (_G_ssize_t): Likewise.
31639         (_G_off_t): Likewise.
31640         (_G_pid_t): Likewise.
31641         (_G_uid_t): Likewise.
31642         (_G_wchar_t): Likewise.
31643         (_G_wint_t): Likewise.
31644         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31645         (_G_ssize_t): Likewise.
31646         (_G_off_t): Likewise.
31647         (_G_pid_t): Likewise.
31648         (_G_uid_t): Likewise.
31649         (_G_wchar_t): Likewise.
31650         (_G_wint_t): Likewise.
31651         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31652         (_G_ssize_t): Likewise.
31653         (_G_off_t): Likewise.
31654         (_G_pid_t): Likewise.
31655         (_G_uid_t): Likewise.
31656         (_G_wchar_t): Likewise.
31657         (_G_wint_t): Likewise.
31659 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31661         * malloc/arena.c: Include malloc-sysdep.h.
31662         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31663         is sufficient to shrink the heap or an unmap is needed.
31664         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31665         new function check_may_shrink_heap.
31666         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31667         new function check_may_shrink_heap.
31669 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31671         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31672         comments.
31674 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31676         * catgets/test-gencat.sh: Add "set -e".
31677         * elf/tst-pathopt.sh: Likewise.
31678         * grp/tst_fgetgrent.sh: Likewise.
31679         * iconvdata/run-iconv-test.sh: Likewise.
31680         * intl/tst-gettext.sh: Likewise.
31681         * intl/tst-gettext2.sh: Likewise.
31682         * intl/tst-gettext4.sh: Likewise.
31683         * intl/tst-gettext6.sh: Likewise.
31684         * intl/tst-translit.sh: Likewise.
31685         * io/ftwtest-sh: Likewise.
31686         * libio/test-freopen.sh: Likewise.
31687         * malloc/tst-mtrace.sh: Likewise.
31688         * posix/globtest.sh: Likewise.
31689         * posix/tst-getconf.sh: Likewise.
31690         * posix/wordexp-tst.sh: Likewise.
31691         * stdio-common/tst-printf.sh: Likewise.
31692         * stdio-common/tst-unbputc.sh: Likewise.
31693         * stdlib/tst-fmtmsg.sh: Likewise.
31694         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31695         * catgets/Makefile: Do not specify -e option when running
31696         testsuite shell scripts.
31697         * elf/Makefile: Likewise.
31698         * grp/Makefile: Likewise.
31699         * iconvdata/Makefile: Likewise.
31700         * intl/Makefile: Likewise.
31701         * io/Makefile: Likewise.
31702         * libio/Makefile: Likewise.
31703         * malloc/Makefile: Likewise.
31704         * posix/Makefile: Likewise.
31705         * stdio-common/Makefile: Likewise.
31706         * stdlib/Makefile: Likewise.
31707         * sysdeps/x86_64/Makefile: Likewise.
31709         * io/ftwtest-sh: Add copyright header.
31710         * posix/globtest.sh: Likewise.
31711         * posix/tst-getconf.sh: Likewise.
31712         * posix/wordexp-tst.sh: Likewise.
31713         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31715 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31717         [BZ #13679]
31718         * Makeconfig (+link): Defined as $(+link-static) if
31719         $(build-shared) isn't yes.
31720         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31721         isn't yes.
31722         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31724         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31726         [BZ #14562]
31727         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31728         new chunk size with MALLOC_ALIGN_MASK.
31730 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31732         [BZ #5044]
31733         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31734         <rounding-mode.h>.
31735         (__printf_fphex): Determine rounding using get_rounding_mode and
31736         round_away.
31737         * stdio-common/tst-printf-round.c (struct hex_test): New
31738         structure.
31739         (hex_tests): New variable.
31740         (test_hex_in_one_mode): New function.
31741         (do_test): Also run tests for hex float output.
31743 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31745         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31746         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31747         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31748         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31749         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31750         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31751         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31752         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31754 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31756         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31757         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31758         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31759         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31761 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31763         [BZ #14579]
31764         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31765         mode only.
31766         * elf/tst-rtld-load-self.sh: New test.
31767         * elf/Makefile: Run it.
31769 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31771         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31772         (tst-writev-ENV): Remove.
31773         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31775 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31777         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31779 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31781         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31782         unconditional.
31783         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31784         Likewise.
31785         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31786         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31787         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31788         Likewise.
31790 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31792         [BZ #14587]
31793         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31794         * config.make.in (have-cpp-asm-debuginfo): Removed.
31795         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31796         * configure: Regenerated.
31798 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31800         [BZ #5044]
31801         * stdio-common/printf_fp.c: Include <stdbool.h> and
31802         <rounding-mode.h>.
31803         (___printf_fp): Determine rounding using get_rounding_mode and
31804         round_away.
31805         * stdio-common/tst-printf-round.c: New file.
31806         * stdio-common/Makefile (tests): Add tst-printf-round.
31807         (link-libm): New variable.
31808         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31810 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31812         [BZ #14576]
31813         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31814         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31815         Likewise.
31816         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31817         Likewise.
31819 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31821         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31822         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31823         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31824         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31826 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31828         [BZ #14518]
31829         * include/rounding-mode.h: New file.
31830         * sysdeps/generic/get-rounding-mode.h: Likewise.
31831         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31832         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31833         (MAX_VALUE): New macro.
31834         (MIN_VALUE): Likewise.
31835         (overflow_value): New function.
31836         (underflow_value): Likewise.
31837         (round_and_return): Use overflow_value and underflow_value to
31838         determine return values in overflow and underflow cases.  Use
31839         round_away to determine rounding depending on rounding mode.
31840         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31841         determine return values in overflow and underflow cases.
31842         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31843         (struct test_results): New structure.
31844         (struct test): Use struct test_results to store expected results
31845         for all rounding modes.
31846         (TEST): Include expected results for all rounding modes.
31847         (test_in_one_mode): New function.
31848         (do_test): Use test_in_one_mode to compute and check results.
31849         Check results for all rounding modes.
31850         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31851         $(link-libm).
31853 2012-12-09  Allan McRae  <allan@archlinux.org>
31855         * sysdeps/i386/fpu/libm-test-ulps: Update
31857 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31859         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31860         (_G_int32_t): Likewise.
31861         (_G_uint16_t): Likewise.
31862         (_G_uint32_t): Likewise.
31863         (_G_HAVE_BOOL): Likewise.
31864         (_G_HAVE_ATEXIT): Likewise.
31865         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31866         (_G_HAVE_IO_FILE_OPEN): Likewise.
31867         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31868         (_G_int32_t): Likewise.
31869         (_G_uint16_t): Likewise.
31870         (_G_uint32_t): Likewise.
31871         (_G_HAVE_BOOL): Likewise.
31872         (_G_HAVE_ATEXIT): Likewise.
31873         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31874         (_G_HAVE_IO_FILE_OPEN): Likewise.
31875         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31876         (_G_int32_t): Likewise.
31877         (_G_uint16_t): Likewise.
31878         (_G_uint32_t): Likewise.
31879         (_G_HAVE_BOOL): Likewise.
31880         (_G_HAVE_ATEXIT): Likewise.
31881         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31882         (_G_HAVE_IO_FILE_OPEN): Likewise.
31884 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31886         * csu/libc-tls.c: Update copyright years.
31888 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31890         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31891         [!_G_USING_THUNKS]: Remove conditional code.
31892         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31893         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31895         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31896         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31897         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31898         (_G_VTABLE_LABEL_PREFIX): Likewise.
31899         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31900         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31901         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31902         (_G_VTABLE_LABEL_PREFIX): Likewise.
31903         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31904         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31905         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31906         (_G_VTABLE_LABEL_PREFIX): Likewise.
31907         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31909 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31911         * libio/Makefile: Include ../Makeconfig before tests.
31912         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31913         only if $(build-shared) is yes.
31915         * iconv/gconv_db.c: Update copyright years.
31917 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31919         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31920         unwind info if defined PIC. Fix special cases description.
31921         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31923         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31924         DP_HI_MASK entry.
31925         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31927 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31929         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31931         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31932         is NULL.
31934         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31935         (LDLIBS-tst-chk4): This.
31936         (LDFLAGS-tst-chk5): Renamed to ...
31937         (LDLIBS-tst-chk5): This.
31938         (LDFLAGS-tst-chk6): Renamed to ...
31939         (LDLIBS-tst-chk6): This.
31940         (LDFLAGS-tst-lfschk4): Renamed to ...
31941         (LDLIBS-tst-lfschk4): This.
31942         (LDFLAGS-tst-lfschk5): Renamed to ...
31943         (LDLIBS-tst-lfschk5): This.
31944         (LDFLAGS-tst-lfschk6): Renamed to ...
31945         (LDLIBS-tst-lfschk6): This.
31947         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31948         on $(common-objpfx)soversions.mk.
31950 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31952         [BZ #10014]
31953         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31954         example host name.
31956 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31958         * malloc/arena.c (arena_get_retry): New function that gets
31959         another arena for the caller to try its request on.
31960         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31961         current arena cannot fulfill the request.
31962         (__libc_memalign): Likewise.
31963         (__libc_memalign): Likewise.
31964         (__libc_pvalloc): Likewise.
31965         (__libc_calloc): Likewise.
31967 2012-09-05  John Tobey  <john.tobey@gmail.com>
31969         [BZ #13542]
31970         * manual/arith.texi (Operations on Complex): Fix description
31971         of carg branch cut.
31973 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31975         [BZ #10014]
31976         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31977         host name.
31979         [BZ #10038]
31980         * manual/memory.texi (Memory): Make order of menu items match
31981         order of sections.
31983 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31985         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31986         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31987         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31989 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31991         * csu/libc-tls.c (static_dtv): Renamed to ...
31992         (_dl_static_dtv): This.  Make it global.
31993         (_dl_initial_dtv): Removed.
31994         (__libc_setup_tls): Updated.
31995         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31996         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31997         DL_INITIAL_DTV.
31999 2012-09-06  Petr Machata  <pmachata@redhat.com>
32001         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32002         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32003         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32004         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32006 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32008         [BZ #14545]
32009         * csu/libc-tls.c (_dl_initial_dtv): New variable.
32010         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32011         freeing dtv[-1].
32013 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32015         [BZ #14544]
32016         * Makeconfig (link-static-before-libc): Replace $(+prector)
32017         with $(+prectorT).
32018         (link-static-after-libc): Replace $(+postctor) with
32019         $(+postctorT).
32020         (link-bounded): Replace $(+prector)/$(+postctor) with
32021         $(+prectorT)/$(+postctorT).
32022         (+prectorT): New macro.
32023         (+postctorT): Likewise.
32025 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32027         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32028         (round_str): Handle values above the maximum for IBM long double
32029         as inexact.
32030         * stdlib/tst-strtod-round.c (tests): Regenerated.
32032 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32034         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32035         assembler flag.
32036         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32037         zarch_nohighgprs around the zarch optimized routines.
32038         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32039         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32040         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32041         for zarch.
32043 2012-09-05  David S. Miller  <davem@davemloft.net>
32045         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32047         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32048         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
32049         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32050         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32051         entries.
32053 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32055         * malloc/arena.c: Fold copyright years.
32056         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32058 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32060         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32062 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32064         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32066 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32068         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32069         change internal state upon failure.
32071 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32073         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32074         * malloc/memusage.c (mmap): Likewise.
32075         (mmap64, mremap): Likewise.  Adjust name in comment.
32077 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32079         * libio/fileops.c: Fix typos in comments.
32080         * libio/oldfileops.c: Likewise.
32081         * libio/wfileops.c: Likewise.
32083 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32085         [BZ #1349]
32086         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32087         (tst-malloc-usable-ENV): Set environment for test case.
32088         * malloc/hooks.c (malloc_check_get_size): New function to get
32089         requested size.
32090         * malloc/malloc.c (musable): Use malloc_check_get_size.
32091         * malloc/tst-malloc-usable.c: New test case.
32093 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32095         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32097 2012-09-05  Allan McRae  <allan@archlinux.org>
32099         [BZ #13966]
32100         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32101         determine header location.
32102         * configure: Regenerated.
32104 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32106         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32107         float format.
32108         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32109         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32110         format.
32111         (test): Regenerate.
32113 2012-09-04  David S. Miller  <davem@davemloft.net>
32115         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32116         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32117         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32119 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32121         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32122         failures.
32124         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32126 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32128         [BZ #9914]
32129         * libio/iogetdelim.c: Include <limits.h>.
32130         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32131         + len + 1 would overflow.
32133 2012-09-03  Andreas Jaeger  <aj@suse.de>
32135         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32136         * sysdeps/i386/fpu/libm-test-ulps: Update.
32138 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32140         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32141         Add s_sinf-sse2, s_conf-sse2.
32143         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32144         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32145         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32146         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32148         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32149         for using routine as __sinf_ia32.
32150         Use macro for function declaration and weak_alias.
32151         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32152         for using routine as __cosf_ia32.
32153         Use macro for function declaration and weak_alias.
32155         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32156         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32158         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32159         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32160         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32162         * math/libm-test.inc (cos_test): Add more test cases.
32163         (sin_test): Likewise.
32164         (sincos_test): Likewise.
32166 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32168         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32169         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32170         hidden.
32171         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32173 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32175         [BZ #14538]
32176         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32177         first element of the GOT.
32178         (elf_machine_load_address): Return the difference between
32179         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32181 2012-09-01  Allan McRae  <allan@archlinux.org>
32183         [BZ #13412]
32184         * configure.in (AWK): Require gawk version 3.0 or later.
32185         * configure: Regenerated.
32187 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32189         * sysdeps/unix/sysv/linux/kernel-features.h
32190         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32191         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32192         [__NR_clock_getres]: Make code unconditional.
32193         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32194         (clock_getcpuclockid): Remove code left unreachable by removal of
32195         conditionals.
32196         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32197         code unconditional.
32198         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32199         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32200         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32201         Make code unconditional.
32202         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32203         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32204         * sysdeps/unix/sysv/linux/clock_settime.c
32205         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32206         conditional code.
32207         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32208         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32210 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32212         [BZ #14476]
32213         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32214         scripts/test-installation.pl.
32216         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32217         and $ld_so_version if it is set.
32219 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32221         [BZ #14516]
32222         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32223         failure if reading from procfs failed.
32224         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32226 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32228         * sysdeps/unix/sysv/linux/kernel-features.h
32229         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32230         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32231         Remove conditional code.
32232         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32233         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32234         Remove conditional code.
32235         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32236         * sysdeps/unix/sysv/linux/i386/fxstat.c
32237         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32238         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32239         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32240         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32241         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32242         * sysdeps/unix/sysv/linux/i386/lxstat.c
32243         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32244         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32245         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32246         Remove conditional code.
32247         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32248         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32249         Remove conditional code.
32250         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32251         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32252         <kernel-features.h>.
32253         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32254         Remove.
32255         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32256         Remove conditional code.
32257         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32258         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32259         Remove conditional.
32261 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32263         [BZ #5400]
32264         * NEWS: Add fixed bug number.
32266 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32268         [BZ #14519]
32269         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32270         underflowing exponent in case of negative sign.
32271         * stdlib/tst-strtod-round-data: Add more tests.
32272         * stdlib/tst-strtod-round.c (tests): Regenerated.
32274         [BZ #3479]
32275         * stdlib/strtod_l.c (NDIG): Remove.
32276         (HEXNDIG): Likewise.
32277         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32278         smallest representable value.
32279         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32280         lie within an exact representation of 1/2 ulp of the result.
32281         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32282         unconditionally.
32283         (TENS_P9_IDX): Define unconditionally.
32284         (TENS_P9_SIZE): Likewise.
32285         (TENS_P10_IDX): Likewise.
32286         (TENS_P10_SIZE): Likewise.
32287         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32288         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32289         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32290         entries for 10^2^13 and 10^2^14.
32291         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32292         (TENS_P13_IDX): Define.
32293         (TENS_P13_SIZE): Likewise.
32294         (TENS_P14_IDX): Likewise.
32295         (TENS_P14_SIZE): Likewise.
32296         (_fpioconst_pow10): Change array size to
32297         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32298         unconditional.
32299         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32300         1024]: Add entries for 10^2^13 and 10^2^14.
32301         [LAST_POW10 > _LAST_POW10]: Remove #error.
32302         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32303         (_fpioconst_pow10): Change array size to
32304         FPIOCONST_POW10_ARRAY_SIZE.
32305         * stdlib/gen-fpioconst.c: New file.
32306         * stdlib/gen-tst-strtod-round.c: Likewise.
32307         * stdlib/tst-strtod-round-data: Likewise.
32308         * stdlib/tst-strtod-round.c: Likewise.
32309         * stdlib/Makefile (tests): Add tst-strtod-round.
32311         [BZ #14459]
32312         * stdlib/strtod_l.c: Include <stdint.h>.
32313         (NDEBUG): Do not define.
32314         (round_and_return): Change EXPONENT parameter to type intmax_t.
32315         Rearrange calculations to avoid internal overflow possibilities.
32316         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32317         Rearrange calculations to avoid internal overflow possibilities.
32318         Assert that number fits inside MPNSIZE limbs.
32319         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32320         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32321         calculations and add assertions to avoid internal overflow
32322         possibilities.  Add casts to avoid signed/unsigned operations.
32323         * stdlib/tst-strtod-overflow.c: New file.
32324         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32326 2012-08-25  Marek Polacek  <polacek@redhat.com>
32328         * time/time.h: Fix some typos in comments.
32330 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32332         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32333         * posix/tst-rfc3484-2.c: Likewise.
32334         * posix/tst-rfc3484-3.c: Likewise.
32336 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32338         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32339         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32341 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32343         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32344         #include of fxstatat64.c.
32346 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32348         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32349         * shadow/getspent_r.c: Likewise.
32350         * shadow/getspnam.c: Likewise.
32351         * shadow/getspnam_r.c: Likewise.
32352         * gshadow/getsgent.c: Likewise.
32353         * gshadow/getsgent_r.c: Likewise.
32354         * gshadow/getsgnam.c: Likewise.
32355         * gshadow/getsgnam_r.c: Likewise.
32356         * inet/getnetbyad.c: Likewise.
32357         * inet/getnetbyad_r.c: Likewise.
32358         * inet/getnetbynm.c: Likewise.
32359         * inet/getnetbynm_r.c: Likewise.
32360         * inet/getnetent.c: Likewise.
32361         * inet/getnetent_r.c: Likewise.
32362         * inet/getproto.c: Likewise.
32363         * inet/getproto_r.c: Likewise.
32364         * inet/getprtent.c: Likewise.
32365         * inet/getprtent_r.c: Likewise.
32366         * inet/getprtname.c: Likewise.
32367         * inet/getprtname_r.c: Likewise.
32368         * inet/getrpcbyname.c: Likewise.
32369         * inet/getrpcbyname_r.c: Likewise.
32370         * inet/getrpcbynumber.c: Likewise.
32371         * inet/getrpcbynumber_r.c: Likewise.
32372         * inet/getrpcent.c: Likewise.
32373         * inet/getrpcent_r.c: Likewise.
32374         * inet/getaliasent.c: Likewise.
32375         * inet/getaliasent_r.c: Likewise.
32376         * inet/getaliasname.c: Likewise.
32377         * inet/getaliasname_r.c: Likewise.
32378         * nscd/getgrgid_r.c: Likewise.
32379         * nscd/getgrnam_r.c: Likewise.
32380         * nscd/gethstbyad_r.c: Likewise.
32381         * nscd/gethstbynm3_r.c: Likewise.
32382         * nscd/getpwnam_r.c: Likewise.
32383         * nscd/getpwuid_r.c: Likewise.
32384         * nscd/getsrvbynm_r.c: Likewise.
32385         * nscd/getsrvbypt_r.c: Likewise.
32386         * nscd/gai.c: Likewise.
32388         * configure.in (build_nscd): New substituted variable, set
32389         by --disable-build-nscd and defaults to $use_nscd.
32390         * configure: Regenerated.
32391         * config.make.in (build-nscd): New substituted variable.
32392         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32393         Change conditional to require [$(build-nscd) = yes] as well.
32394         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32396         [BZ# 13696]
32397         * configure.in (use_nscd): New substituted variable, set by
32398         --disable-nscd.  If enabled, define USE_NSCD.
32399         * configure: Regenerated.
32400         * config.h.in: Add USE_NSCD.
32401         * config.make.in (use-nscd): New substituted variable.
32402         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32403         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32404         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32405         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32406         (CFLAGS-getgrnam_r.c): Likewise.
32407         (CFLAGS-initgroups.c): Likewise.
32408         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32409         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32410         Variables removed.
32411         * inet/getnetgrent_r.c
32412         (nscd_setnetgrent): New function, broken out of ...
32413         (setnetgrent): ... here.  Call it.
32414         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32415         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32416         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32417         * nscd/Makefile (routines, aux): Move definitions after include of
32418         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32419         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32420         Conditionalize on [USE_NSCD].
32421         (is_nscd, nscd_init_cb): Likewise.
32422         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32423         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32424         * nss/nss_db/db-init.c: Likewise.
32425         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32426         [USE_NSCD].
32427         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32428         (make_request): Use it.
32429         (cache_valid_p): New function.
32430         (__check_pf): Use it.
32431         * NEWS: Add item for --disable-nscd.
32433 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32435         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32436         to support sed >= 4.2.1-20-ga9bf076.
32437         * configure: Regenerated.
32439 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32441         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32442         Conditionalize whole body on [IREL].
32444 2012-08-22  Jeff Law <law@redhat.com>
32446         [BZ #14505]
32447         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32448         if the family is PF_UNSPEC.
32450 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32452         * Makerules (lib-version): Rename from V.
32453         (install-lib-nosubdir): Change V to lib-version.
32455 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32457         [BZ #14252]
32458         * powerpc32/power6/wcschr.c: New file.
32459         * powerpc32/power6/wcscpy.c: New file.
32460         * powerpc32/power6/wcsrchr.c: New file.
32461         * powerpc64/power6/wcschr.c: New file.
32462         * powerpc64/power6/wcscpy.c: New file.
32463         * powerpc64/power6/wcsrchr.c: New file.
32465 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32467         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32468         (two_way_short_needle): Use it.
32469         * string/strstr.c (AVAILABLE1_USES_J): Define.
32470         * string/strcasestr.c: Likewise.
32472         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32473         array references.
32474         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32476         [BZ #11607]
32477         * NEWS: Add an entry.
32478         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32479         define their defaults.
32480         (two_way_short_needle): Detect end-of-string on-the-fly.
32481         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32482         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32483         * string/bug-strcasestr1.c: New test.
32484         * string/Makefile: Run it.
32486 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32488         [BZ #11607]
32489         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32490         the first character.
32492 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32494         * csu/elf-init.c (__libc_csu_irel): Function removed.
32495         * csu/libc-start.c (apply_irel): New function.
32496         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32498 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32500         * sysdeps/unix/sysv/linux/kernel-features.h
32501         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32502         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32503         <kernel-features.h>.
32504         [__NR_fadvise64_64]: Make code unconditional.
32505         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32506         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32507         !__NR_fadvise64_64)]: Likewise.
32508         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32509         !__NR_fadvise64_64))]: Likewise.
32510         [__NR_fadvise64]: Make code unconditional.
32511         [!__NR_fadvise64]: Remove conditional code.
32512         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32513         <kernel-features.h>.
32514         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32515         unconditional.
32516         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32517         conditional code.
32518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32519         not include <kernel-features.h>.
32520         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32521         unconditional.
32522         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32523         conditional code.
32524         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32525         include <kernel-features.h>.
32526         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32527         unconditional.
32528         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32529         conditional code.
32531 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32533         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32534         slight instruction rearrangements per scrollpipe analysis.
32535         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32537 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32539         * manual/syslog.texi (syslog; vsyslog, closelog):
32540         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32541         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32543         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32544         DSOCAPS to match condition on defining it.
32546 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32548         * sysdeps/unix/sysv/linux/kernel-features.h
32549         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32551         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32552         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32554         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32555         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32557         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32558         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32560         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32561         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32563         * sysdeps/unix/sysv/linux/kernel-features.h
32564         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32565         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32566         unconditional.
32567         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32568         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32569         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32570         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32571         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32572         Make code unconditional.
32573         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32574         (__mmap64) [!__NR_mmap2]: Likewise.
32575         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32576         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32577         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32578         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32579         [__NR_mmap2]: Make code unconditional.
32580         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32581         (__mmap64) [!__NR_mmap2]: Likewise.
32583 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32585         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32587 2012-08-18  Andreas Jaeger  <aj@suse.de>
32589         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32591 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32593         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32594         * include/unistd.h (__have_sock_cloexec): Likewise.
32595         (__have_pipe2): Likewise.
32596         (__have_dup3): Likewise.
32598 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32600         [BZ #9685]
32601         * include/unistd.h (__have_pipe2): Change define into an extern int.
32602         (__have_dup3): Likewise.
32603         * socket/have_sock_cloexec.c: Include fcntl.h.
32604         (__have_pipe2): New variable.
32605         (__have_dup3): Likewise.
32607 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32609         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32611 2012-08-17  Marek Polacek  <polacek@redhat.com>
32613         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32614         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32616 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32618         * configure.in: Add AC_SUBST for sysheaders.
32619         * configure: Regenerated.
32620         * config.make.in (sysheaders): New substituted variable.
32622         * sysdeps/unix/mkfifo.c: Moved ...
32623         * sysdeps/posix/mkfifo.c: ... here.
32624         * sysdeps/unix/mkfifoat.c: Moved ...
32625         * sysdeps/posix/mkfifoat.c: ... here.
32627         * sysdeps/unix/utime.c: Moved ...
32628         * sysdeps/posix/utime.c: ... here.
32630         * sysdeps/unix/time.c: Moved ...
32631         * sysdeps/posix/time.c: ... here.
32632         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32633         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32635         * sysdeps/unix/nice.c: Moved ...
32636         * sysdeps/posix/nice.c: ... here.
32638         * sysdeps/unix/alarm.c: Moved ...
32639         * sysdeps/posix/alarm.c: ... here.
32641         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32643 2012-08-17  Jeff Law <law@redhat.com>
32645         * intl/Makefile (codeset_mo): New variable.
32646         ($(codeset_mo)): New target.
32647         (tst-codeset.out): Depend on that.  Remove explicit rule.
32648         (tst-gettext3.out, tst-gettext5.out): Likewise.
32649         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32650         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32651         * intl/tst-codeset.sh: Remove.
32652         * intl/tst-gettext3.sh: Likewise.
32653         * intl/tst-gettext5.sh: Likewise.
32655 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32657         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32658         * sysdeps/unix/syscalls.list: ... here.
32660         * sysdeps/posix/getaddrinfo.c
32661         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32662         (gaiconf_init, gaiconf_reload): Use them.
32663         [!_STATBUF_ST_NSEC]
32664         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32665         Define using time_t rather than struct timespec.
32667         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32668         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32669         Macros removed.
32670         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32671         [!NO_THREADS].
32672         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32673         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32674         Likewise.
32676         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32677         __libc_cleanup_push argument.
32679         * bits/param.h: New file.
32680         * misc/sys/param.h: New file.
32681         * include/sys/param.h: New file.
32682         * misc/Makefile (headers): Add bits/param.h.
32683         * sysdeps/generic/sys/param.h: File removed.
32684         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32685         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32686         * sysdeps/mach/hurd/bits/param.h: New file.
32687         * sysdeps/mach/hurd/sys/param.h: File removed.
32689         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32690         last change.
32692         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32693         [_IO_MTSAFE_IO].
32694         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32695         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32696         New macros.
32698         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32699         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32700         rather than -D_IO_MTSAFE_IO conditionally.
32701         * stdio-common/Makefile (CPPFLAGS): Likewise.
32702         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32703         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32704         Use $(libio-mtsafe).
32705         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32706         of -D_IO_MTSAFE_IO.
32707         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32708         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32709         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32710         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32711         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32712         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32713         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32714         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32715         (CFLAGS-fread_u_chk.c): Likewise.
32716         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32717         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32718         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32719         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32720         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32721         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32722         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32723         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32724         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32726         * libio/Makefile: Test [$(libc-reentrant) = yes]
32727         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32729         * Makeconfig
32730         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32731         * sysdeps/pthread/configure: File removed.
32732         * sysdeps/pthread/Makeconfig: New file.
32733         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32734         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32736 2012-08-16  Gary Benson  <gbenson@redhat.com>
32738         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32739         unmapping the first object in a namespace.
32741 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32743         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32744         (__internal_setnetgrent): ... this.  Add internal_function to
32745         definition.  Add libc_hidden_def.
32746         (setnetgrent): Update caller.
32747         (internal_endnetgrent): Renamed to ...
32748         (__internal_endnetgrent): ... this.  Add internal_function to
32749         definition.  Add libc_hidden_def.
32750         (endnetgrent): Update caller.
32751         (internal_getnetgrent_r): Renamed to ...
32752         (__internal_getnetgrent_r): ... this.  Add internal_function to
32753         definition.  Add libc_hidden_def.
32754         (__getnetgrent_r): Update caller.
32755         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32757 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32759         * stdlib/longlong.h: Update from GCC.
32761 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32763         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32764         on _QL, which is set by umul_ppmm but never used.
32765         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32766         variables, which are set by GMP macros but never used.
32767         * stdio-common/_itowa.c (_itowa): Likewise.
32768         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32769         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32771 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32773         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32774         struct La_sh_regs is not constant.
32775         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32776         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32777         and struct La_sparc64_regs are not constant.
32779 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32781         * sysdeps/unix/sysv/linux/kernel-features.h
32782         (__ASSUME_POSIX_TIMERS): Remove.
32783         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32784         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32785         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32786         Make code unconditional.
32787         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32788         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32789         Make code unconditional.
32790         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32791         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32792         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32793         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32794         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32795         Make code unconditional.
32796         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32797         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32798         (__libc_missing_posix_timers): Remove.
32800 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32802         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32803         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32805         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32807         * elf/dl-sym.c: Include <stdlib.h>.
32809         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32810         constants, which avoids warnings in 32-bit builds.
32812         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32813         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32815         * misc/lseek.c: File moved to ...
32816         * io/lseek.c: ... here.
32818         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32820         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32821         shifting LEN more than 31 bits at once.
32823 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32825         [BZ #14195]
32826         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32827         segmentation fault for a case of two empty input strings.
32828         * string/test-strncasecmp.c (check1): Renamed to...
32829         (bz12205): ...this.
32830         (bz14195): Add new testcase for two empty input strings and N > 0.
32831         (test_main): Call new testcase, adapt for renamed function.
32833 2012-08-15  Andreas Jaeger  <aj@suse.de>
32835         [BZ #14090]
32836         * crypt/md5test2.c: New test, based on test supplied by Serge
32837         Belyshev <belyshev@depni.sinp.msu.ru>.
32838         * crypt/Makefile (xtests): Add md5test-giant..
32839         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32841 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32843         [BZ #14090]
32844         * crypt/md5.c (md5_process_block): Don't assume the buffer
32845         length is less than 2**32.
32846         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32847         length is less than 2**64.
32849 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32851         * string/str-two-way.h: Include <sys/param.h>.
32852         (MAX): Macro removed.
32854         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32855         Move #define and #undef of memmove to just before and after
32856         including <string.h>.
32858         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32859         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32860         and after including <string.h>.  Move declarations of
32861         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32862         to before #include "string/memmove.c".
32864         * include/dirent.h: Declare __getdirentries.
32866         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32867         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32869 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32871         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32872         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32873         * sysdeps/i386/configure: Regenerated.
32874         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32875         STABS_CURRENT_FILE, and STABS_FUN.
32876         (END): Remove call to STABS_FUN_END.
32877         (STABS_CURRENT_FILE1): Delete.
32878         (STABS_CURRENT_FILE): Likewise.
32879         (STABS_FUN): Likewise.
32880         (STABS_FUN_END): Likewise.
32881         (STABS_FUN2): Likewise.
32882         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32883         * sysdeps/x86_64/configure: Regenerated.
32885 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32887         * elf/dl-open.c: Include <atomic.h>.
32888         * elf/dl-lookup.c: Likewise.
32890 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32892         * sysdeps/unix/sysv/linux/kernel-features.h
32893         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32894         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32895         unconditionally.
32896         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32897         unconditionally.
32898         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32899         condition on __ASSUME_CLONE_THREAD_FLAGS.
32901 2012-08-14  Andreas Jaeger  <aj@suse.de>
32903         * sysdeps/i386/fpu/libm-test-ulps: Update.
32905 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32907         * include/atomic.h (atomic_exchange_and_add): Split into ...
32908         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32909         New atomic macros.
32911 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32913         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32915 2012-08-13  Jeff Law <law@redhat.com>
32917         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32918         null byte in the output string.
32920 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32922         * sysdeps/unix/sysv/linux/kernel-features.h
32923         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32924         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32925         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32926         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32927         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32928         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32929         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32931 2012-08-09  Jeff Law <law@redhat.com>
32933         [BZ #13939]
32934         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32935         When avoid_arena is set, don't retry in the that arena.  Pick the
32936         next one, whatever it might be.
32937         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32938         (arena_lock): Pass in new parameter to arena_get2.
32939         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32940         arena_get2.
32941         (__libc_malloc): Unify retrying after main arena failure with
32942         __libc_memalign version.
32943         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32945 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32947         [BZ #14166]
32948         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32949         to __redirect_strstr.
32950         (__strstr_sse42): Use typeof __redirect_strstr.
32951         (__strstr_ia32): Likewise.
32952         (__libc_strstr): New prototype.
32953         (strstr): Renamed to ...
32954         (__libc_strstr): This.
32955         (strstr): New strong alias of __libc_strstr.
32956         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32957         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32958         __redirect_time.
32959         Include <time.h>.
32960         (__libc_time): New prototype.
32961         (time_ifunc): Replace time with __libc_time.
32962         (time): New strong alias and hidden definition of __libc_time.
32963         (__GI_time): Remove strong alias.
32964         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32965         Include <stddef.h>.
32966         (memmove): Redefined to __redirect_memmove.
32967         (__memmove_sse2): Use typeof __redirect_memmove.
32968         (__memmove_ssse3): Likewise.
32969         (__memmove_ssse3_back): Likewise.
32970         (__libc_memmove): New prototype.
32971         (memmove): Renamed to ...
32972         (__libc_memmove): This.
32973         (memmove): New strong alias of __libc_memmove.
32975 2012-08-08  Mark Salter  <msalter@redhat.com>
32977         * elf/elf.h
32978         (R_MN10300_TLS_GD): Define.
32979         (R_MN10300_TLS_LD): Likewise.
32980         (R_MN10300_TLS_LDO): Likewise.
32981         (R_MN10300_TLS_GOTIE): Likewise.
32982         (R_MN10300_TLS_IE): Likewise.
32983         (R_MN10300_TLS_LE): Likewise.
32984         (R_MN10300_TLS_DTPMOD): Likewise.
32985         (R_MN10300_TLS_DTPOFF): Likewise.
32986         (R_MN10300_TLS_TPOFF): Likewise.
32987         (R_MN10300_SYM_DIFF): Likewise.
32988         (R_MN10300_ALIGN): Likewise.
32989         (R_MN10300_NUM): Update.
32991 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32993         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32994         Remove.
32996 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32998         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33000         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33001         sysdeps/unix -> sysdeps/posix move.
33002         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33004 2012-08-07      Allan McRae     <allan@archlinux.org>
33006         [BZ #14303]
33007         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33008         (SUNOS_CPP): Likewise.
33009         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33010         not found.
33011         (open_input): Call CPP using execvp.
33013 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33015         * sysdeps/unix/sysv/linux/kernel-features.h
33016         (__ASSUME_PROT_GROWSUPDOWN): Remove.
33017         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33018         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33019         (__ASSUME_WAITID_SYSCALL): Likewise.
33020         * sysdeps/unix/sysv/linux/dl-execstack.c
33021         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33022         code unconditional.
33023         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33024         conditional code.
33025         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33026         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33027         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33028         code.
33029         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33030         unconditional.
33031         [__ASSUME_WAITID_SYSCALL]: Likewise.
33032         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33034 2012-08-07  Roland McGrath  <roland@hack.frob.com>
33036         * sysdeps/unix/closedir.c: Renamed to ...
33037         * sysdeps/posix/closedir.c: ... here.
33038         * sysdeps/unix/dirfd.c: Renamed to ...
33039         * sysdeps/posix/dirfd.c: ... here.
33040         * sysdeps/unix/dirstream.h: Renamed to ...
33041         * sysdeps/posix/dirstream.h: ... here.
33042         * sysdeps/unix/fdopendir.c: Renamed to ...
33043         * sysdeps/posix/fdopendir.c: ... here.
33044         * sysdeps/unix/opendir.c: Renamed to ...
33045         * sysdeps/posix/opendir.c: ... here.
33046         * sysdeps/unix/readdir.c: Renamed to ...
33047         * sysdeps/posix/readdir.c: ... here.
33048         * sysdeps/unix/readdir_r.c: Renamed to ...
33049         * sysdeps/posix/readdir_r.c: ... here.
33050         * sysdeps/unix/rewinddir.c: Renamed to ...
33051         * sysdeps/posix/rewinddir.c: ... here.
33052         * sysdeps/unix/seekdir.c: Renamed to ...
33053         * sysdeps/posix/seekdir.c: ... here.
33054         * sysdeps/unix/telldir.c: Renamed to ...
33055         * sysdeps/posix/telldir.c: ... here.
33056         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33057         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33058         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33059         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33061         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33062         * bits/fcntl.h: ... here.
33064         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33065         not 0.
33066         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33067         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33068         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33069         (struct flock): Move l_start, l_len to the beginning.
33070         Use __pid_t for l_pid.
33071         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33072         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33073         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33074         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33075         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33076         [__USE_LARGEFILE64] (struct flock64): New type.
33077         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33079         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33080         * bits/dirent.h: ... here.
33082         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33083         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33085 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33087         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33088         Change from 2.6.0 to 2.6.16.
33089         * sysdeps/unix/sysv/linux/configure: Regenerated.
33090         * sysdeps/unix/sysv/linux/kernel-features.h
33091         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33092         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33093         version.
33094         (__ASSUME_UTIMES): Likewise.
33095         (__ASSUME_CLONE_STOPPED): Remove.
33096         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33097         architectures, not kernel version.
33098         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33099         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33100         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33101         (__ASSUME_WAITID_SYSCALL): Likewise.
33102         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33103         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33104         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33105         refer to older versions.
33107 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33109         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33110         Define alphasort64 as an alias.
33111         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33112         Define versionsort64 as an alias.
33113         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33114         Define scandir64 as an alias.
33115         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33116         Define scandirat64 as an alias.
33117         * dirent/alphasort64.c (alphasort64):
33118         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33119         * dirent/versionsort64.c: Likewise.
33120         * dirent/scandir64.c: Likewise.
33121         * dirent/scandirat64.c: Likewise.
33122         * sysdeps/wordsize-64/alphasort.c: File removed.
33123         * sysdeps/wordsize-64/alphasort64.c: File removed.
33124         * sysdeps/wordsize-64/scandir.c: File removed.
33125         * sysdeps/wordsize-64/scandir64.c: File removed.
33126         * sysdeps/wordsize-64/scandirat.c: File removed.
33127         * sysdeps/wordsize-64/scandirat64.c: File removed.
33128         * sysdeps/wordsize-64/versionsort.c: File removed.
33129         * sysdeps/wordsize-64/versionsort64.c: File removed.
33130         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33131         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33132         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33133         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33134         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33135         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33136         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33137         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33139         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33140         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33141         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33142         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33143         [defined __arch64__ || defined __sparcv9]
33144         (__INO_T_MATCHES_INO64_T): New macro.
33145         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33146         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33147         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33148         * sysdeps/unix/sysv/linux/bits/dirent.h
33149         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33150         (_DIRENT_MATCHES_DIRENT64): New macro.
33152         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33153         Define lockf64 as an alias.
33154         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33155         Define fseeko64 as an alias.
33156         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33157         Define ftello64 as an alias.
33158         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33159         Define _IO_fgetpos64 and fgetpos64 as aliases.
33160         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33161         Define _IO_fsetpos64 and fsetpos64 as aliases.
33162         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33163         Conditionalize body on this.
33164         * libio/fseeko64.c: Likewise.
33165         * libio/ftello64.c: Likewise.
33166         * libio/iofgetpos64.c: Likewise.
33167         * libio/iofsetpos64.c: Likewise.
33168         * sysdeps/wordsize-64/lockf.c: File removed.
33169         * sysdeps/wordsize-64/lockf64.c: File removed.
33170         * sysdeps/wordsize-64/fseeko.c: File removed.
33171         * sysdeps/wordsize-64/fseeko64.c: File removed.
33172         * sysdeps/wordsize-64/ftello.c: File removed.
33173         * sysdeps/wordsize-64/ftello64.c: File removed.
33174         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33175         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33176         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33177         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33178         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33179         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33180         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33181         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33182         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33183         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33184         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33185         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33186         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33187         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33189         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33190         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33191         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33192         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33193         [defined __arch64__ || defined __sparcv9]
33194         (__OFF_T_MATCHES_OFF64_T): New macro.
33195         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33196         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33197         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33198         (__OFF_T_MATCHES_OFF64_T): New macro.
33200 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33202         * stdlib/secure-getenv.c (__secure_getenv): Replace
33203         GLIBC_2_16 with GLIBC_2_17.
33205 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33207         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33208         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33210 2012-08-03  David S. Miller  <davem@davemloft.net>
33212         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33214 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33216         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33217         Remove.
33218         (__ASSUME_CORRECT_SI_PID): Likewise.
33219         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33220         (__ASSUME_TMPFS_NAME): Likewise.
33221         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33222         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33223         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33224         (HAVE_AUX_SECURE): Make definition unconditional.
33225         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33226         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33228 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33230         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33231         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33232         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33233         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33234         __eloop_threshold instead of SYMLOOP_MAX.
33236         * sysdeps/generic/eloop-threshold.h: New file.
33237         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33238         of MAXSYMLINKS.
33239         * elf/chroot_canon.c (chroot_canon): Likewise.
33241 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33243         [BZ #13717]
33244         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33245         Change to 2.6.0 everywhere.
33246         * sysdeps/unix/sysv/linux/configure: Regenerated.
33247         * sysdeps/unix/sysv/linux/kernel-features.h
33248         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33249         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33250         kernel versions.
33251         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33252         (__ASSUME_FUTEX_REQUEUE): Remove.
33253         (__ASSUME_STATFS64): Define unconditionally.
33254         (__ASSUME_AT_SECURE): Likewise.
33255         (__ASSUME_CORRECT_SI_PID): Likewise.
33256         (__ASSUME_TGKILL): Define without depending on kernel version for
33257         i386.
33258         (__ASSUME_UTIMES): Likewise.
33259         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33260         kernel version.
33261         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33262         (__ASSUME_TMPFS_NAME): Likewise.
33263         * README: Update reference to Linux kernel versions.
33265 2012-08-02  Marek Polacek  <polacek@redhat.com>
33267         [BZ# 14150]
33268         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33269         libc_cv_asm_type_prefix with %.
33270         * configure: Regenerated.
33271         * include/libc-symbols.h: Remove comment about
33272         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33273         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33274         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33275         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33276         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33277         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33278         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33279         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33280         * elf/tst-unique2mod1.c: Likewise.
33281         * elf/tst-unique1mod2.c: Likewise.
33282         * elf/tst-unique1mod1.c: Likewise.
33283         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33284         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33285         Replace ASM_TYPE_DIRECTIVE with .type.
33286         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33287         * sysdeps/i386/sysdep.h: Likewise.
33288         * sysdeps/x86_64/sysdep.h: Likewise.
33289         * sysdeps/sh/sysdep.h: Likewise.
33290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33291         Do not define ASM_TYPE_DIRECTIVE.
33292         * sysdeps/powerpc/sysdep.h: Likewise.
33293         * sysdeps/powerpc/powerpc32/sysdep.h:
33294         Replace ASM_TYPE_DIRECTIVE with .type.
33295         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33296         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33297         * sysdeps/i386/fpu/e_powf.S: Likewise.
33298         * sysdeps/i386/fpu/e_expl.S: Likewise.
33299         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33300         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33301         * sysdeps/i386/fpu/e_pow.S: Likewise.
33302         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33303         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33304         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33305         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33306         * sysdeps/i386/fpu/e_log2.S: Likewise.
33307         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33308         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33309         * sysdeps/i386/fpu/e_powl.S: Likewise.
33310         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33311         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33312         * sysdeps/i386/fpu/e_logl.S: Likewise.
33313         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33314         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33315         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33316         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33317         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33318         * sysdeps/i386/fpu/e_log.S: Likewise.
33319         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33320         * sysdeps/i386/fpu/e_logf.S: Likewise.
33321         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33322         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33323         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33324         * sysdeps/i386/fpu/e_log10.S: Likewise.
33325         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33326         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33327         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33328         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33329         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33330         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33331         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33332         * sysdeps/i386/i686/strtok.S: Likewise.
33333         * sysdeps/i386/i386-mcount.S: Likewise.
33334         * sysdeps/i386/strtok.S: Likewise.
33335         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33336         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33337         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33338         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33339         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33340         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33341         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33342         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33343         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33344         * sysdeps/x86_64/_mcount.S: Likewise.
33345         * sysdeps/x86_64/strtok.S: Likewise.
33346         * sysdeps/sh/_mcount.S: Likewise.
33348 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33350         * libio/iofopen.c: Include <fcntl.h>.
33351         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33352         (_IO_fopen64, fopen64): Define as aliases.
33353         * libio/iofopen64.c: Include <fcntl.h>.
33354         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33355         Conditionalize body on this.
33356         * sysdeps/wordsize-64/iofopen.c: File removed.
33357         * sysdeps/wordsize-64/iofopen64.c: File removed.
33359 2012-08-01  Marek Polacek  <polacek@redhat.com>
33361         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33362         Use dlfcn directly instead of a variable.
33363         (binfmt-subdir): Do not define.
33364         (dlfcn): Likewise.
33366 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33368         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33369         Remove all definitions.
33370         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33371         <kernel-features.h>.
33372         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33373         (miss_F_GETOWN_EX): Remove all definitions.
33374         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33375         macro definition.
33376         [!__ASSUME_FCNTL64]: Remove conditional code.
33377         [__ASSUME_FCNTL64]: Make code unconditional.
33378         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33379         <kernel-features.h>.
33380         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33381         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33382         (lockf64) [__NR_fcntl64]: Make code unconditional.
33383         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33385         * sysdeps/unix/sysv/linux/kernel-features.h
33386         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33387         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33388         Make code unconditional.
33389         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33390         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33392         [__NR_vfork]: Make code unconditional.
33393         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33394         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33396         [__NR_vfork]: Make code unconditional.
33397         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33398         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33400 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33402         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33403         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33405         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33406         Define mkstemp64 as an alias.
33407         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33408         Define mkstemps64 as an alias.
33409         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33410         Define mkostemp64 as an alias.
33411         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33412         Define mkostemps64 as an alias.
33413         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33414         Conditionalize body on this.
33415         * misc/mkostemp64.c: Likewise.
33416         * misc/mkostemps64.c: Likewise.
33417         * misc/mkstemps64.c: Likewise.
33418         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33419         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33420         * sysdeps/wordsize-64/mkostemp.c: File removed.
33421         * sysdeps/wordsize-64/mkstemp.c: File removed.
33422         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33423         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33424         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33425         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33427         [BZ #14138]
33428         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33429         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33430         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33431         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33433         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33434         compat_symbol macros from <shlib-compat.h> rather than the underlying
33435         default_symbol_version and symbol_version macros, so that DEFAULT
33436         lines in shlib-versions are respected.
33437         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33439 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33441         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33442         Declare with warn_unused_result.
33443         (setgid, setregid, setegid, setresgid): Likewise.
33444         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33445         Likewise.
33446         * WUR-REPORT: Remove set*id functions.
33448 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33450         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33452 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33454         [BZ #10191]
33455         * include/sys/socket.h (__libc_accept, __libc_accept4):
33456         Add attribute_hidden.
33457         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33459         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33460         use of PTR_MANGLE.
33461         * inet/getnetgrent_r.c (setup): Likewise.
33463         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33465 2012-07-31  David S. Miller  <davem@davemloft.net>
33467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33469 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33471         [BZ #13629]
33472         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33473         value between 1.0 and 2.0 and smaller part has absolute value less
33474         than 1.0.
33475         * math/s_clog10.c (__clog10): Likewise.
33476         * math/s_clog10f.c (__clog10f): Likewise.
33477         * math/s_clog10l.c (__clog10l): Likewise.
33478         * math/s_clogf.c (__clogf): Likewise.
33479         * math/s_clogl.c (__clogl): Likewise.
33480         * math/libm-test.inc (clog_test): Add more tests.
33481         (clog10_test): Likewise.
33482         * sysdeps/i386/fpu/libm-test-ulps: Update.
33483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33485 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33487         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33488         Exit with zero in case no suitable GID is found, and write a
33489         message to standard error.
33491 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33493         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33494         rather than to 1.
33495         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33496         (MAXPATHLEN): Removed.
33497         (NOGROUP, NODEV): New macros.
33498         (setbit, clrbit, isset, isclr): New macros.
33499         (howmany, roundup, powerof2): New macros.
33500         (DEV_BSIZE): New macro.
33502         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33503         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33505         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33506         definition on [!__NO_LONG_DOUBLE_MATH].
33508         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33509         PTR_MANGLE and PTR_DEMANGLE.
33511         * socket/accept4.c (accept4): Rename to __libc_accept4.
33512         Define accept4 as a weak alias.
33514         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33515         on [_DIRENT_HAVE_D_TYPE].
33516         * io/ftw.c (ftw_dir): Likewise.
33518         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33520         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33522         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33523         Use the BSD numbers rather than the arbitrary ones we had.
33524         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33525         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33526         (SIGXCPU, SIGXFSZ): New macros.
33527         (_NSIG): Now 32.
33529         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33530         initializer on [_LIBC_REENTRANT].
33532         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33533         definitions inside [_POSIX_MAPPED_FILES].
33535         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33537         * dirent/opendir.c: Include <fcntl.h>.
33539         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33540         (__libc_getspecific): Likewise.
33541         (__libc_key_create): Likewise.
33543         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33544         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33545         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33546         (tmpfile64): Define as alias.
33547         * sysdeps/wordsize-64/tmpfile.c: File removed.
33548         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33549         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33550         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33552         * stdio-common/vfscanf.c: Include <stdbool.h>.
33553         * nss/makedb.c: Likewise.
33554         * stdio-common/_i18n_number.h: Likewise.
33555         * argp/argp-help.c: Likewise.
33556         * posix/wordexp.c: Likewise.
33557         * sysdeps/posix/spawni.c: Likewise.
33558         * nss/nss_files/files-initgroups.c: Likewise.
33559         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33560         * nss/nss_files/files-initgroups.c: Likewise.
33561         * nss/nss_db/db-netgrp.c: Likewise.
33562         * nss/nss_db/db-initgroups.c: Likewise.
33563         * io/fchmodat.c: Include <sys/stat.h>.
33565         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33566         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33568         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33569         [HAVE_MMAP].
33571         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33572         Add multiple inclusion protection.
33574 2012-07-27  David S. Miller  <davem@davemloft.net>
33576         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33578 2012-07-27  Gary Benson  <gbenson@redhat.com>
33580         [BZ #14298]
33581         * elf/rtld.c: Include <stap-probe.h>.
33582         (dl_main): Added static probes "init_start" and "init_complete".
33583         * elf/dl-load.c: Include <stap-probe.h>.
33584         (lose): Take new parameter "nsid".
33585         Added static probe "map_failed".
33586         (_dl_map_object_from_fd): Pass namespace id to lose.
33587         Added static probe "map_start".
33588         (open_verify): Pass namespace id to lose.
33589         * elf/dl-open.c: Include <stap-probe.h>.
33590         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33591         and "reloc_complete".
33592         * elf/dl-close.c: Include <stap-probe.h>.
33593         (_dl_close_worker): Added static probes "unmap_start" and
33594         "unmap_complete".
33595         * elf/rtld-debugger-interface.txt: New file documenting the above.
33597 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33599         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33600         rather than a string variable.
33601         * sunrpc/rpc_main.c (h_output): Likewise.
33602         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33604 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33606         * inet/check_native.c: New file.
33608 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33610         [BZ #13629]
33611         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33612         if larger part has absolute value 1.0.
33613         * math/s_clog10.c (__clog10): Likewise.
33614         * math/s_clog10f.c (__clog10f): Likewise.
33615         * math/s_clog10l.c (__clog10l): Likewise.
33616         * math/s_clogf.c (__clogf): Likewise.
33617         * math/s_clogl.c (__clogl): Likewise.
33618         * math/libm-test.inc (clog_test): Add more tests.
33619         (clog10_test): Likewise.
33620         * sysdeps/i386/fpu/libm-test-ulps: Update.
33621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33623         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33624         (pltexit): Likewise.
33625         (La_regs): Likewise.
33626         (La_retval): Likewise.
33627         (int_retval): Likewise.
33628         Update #error for removed macros to refer only to definitions in
33629         tst-audit.h.
33630         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33631         macro.
33632         (pltexit): Likewise.
33633         (La_regs): Likewise.
33634         (La_retval): Likewise.
33635         (int_retval): Likewise.
33636         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33637         macro.
33638         (pltexit): Likewise.
33639         (La_regs): Likewise.
33640         (La_retval): Likewise.
33641         (int_retval): Likewise.
33642         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33643         macro.
33644         (pltexit): Likewise.
33645         (La_regs): Likewise.
33646         (La_retval): Likewise.
33647         (int_retval): Likewise.
33648         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33649         macro.
33650         (pltexit): Likewise.
33651         (La_regs): Likewise.
33652         (La_retval): Likewise.
33653         (int_retval): Likewise.
33654         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33655         macro.
33656         (pltexit): Likewise.
33657         (La_regs): Likewise.
33658         (La_retval): Likewise.
33659         (int_retval): Likewise.
33660         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33661         macro.
33662         (pltexit): Likewise.
33663         (La_regs): Likewise.
33664         (La_retval): Likewise.
33665         (int_retval): Likewise.
33666         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33667         macro definitions in tst-audit.h.
33668         * sysdeps/i386/tst-audit.h: New file.
33669         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33670         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33671         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33672         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33673         * sysdeps/sh/tst-audit.h: Likewise.
33674         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33675         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33676         * sysdeps/x86_64/tst-audit.h: Likewise.
33678 2012-07-26  Andreas Jaeger  <aj@suse.de>
33680         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33681         ptrace.
33683         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33684         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33685         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33686         PTRACE_O_MASK.
33687         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33688         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33689         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33691         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33692         value.
33694         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33695         _sigsys.
33696         (si_call_addr, si_syscall, si_arch): Define new macro.
33697         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33698         _sigsys.
33699         (si_call_addr, si_syscall, si_arch): Define new marcro.
33700         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33701         _sigsys.
33702         (si_call_addr, si_syscall, si_arch): Define new macro.
33703         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33704         _sigsys.
33705         (si_call_addr, si_syscall, si_arch): Define new macro.
33707 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33709         [BZ #13717]
33710         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33711         Change to 2.4.21 where previously 2.4.1.
33712         * sysdeps/unix/sysv/linux/configure: Regenerated.
33713         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33714         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33715         Linux kernel version.
33716         (__ASSUME_STD_AUXV): Remove.
33717         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33718         kernel version.
33719         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33720         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33721         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33722         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33723         (__ASSUME_NETLINK_SUPPORT): Likewise.
33724         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33725         (__no_netlink_support): Remove conditional definition.
33726         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33727         Remove.
33728         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33729         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33730         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33731         (if_nameindex_ioctl): Remove.
33732         (if_nameindex_netlink): Do not handle __no_netlink_support.
33733         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33734         code.
33735         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33736         Remove conditional code.
33737         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33738         code.
33739         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33740         unconditional.
33741         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33742         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33743         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33744         Remove.
33745         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33746         [!__ASSUME_STD_AUXV]: Remove conditional code.
33747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33748         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33749         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33751         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33752         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33753         code.
33754         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33756         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33757         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33758         conditional code.
33759         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33761         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33762         code.
33763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33764         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33765         conditional code.
33766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33767         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33768         code unconditional.
33769         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33770         conditional code.
33771         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33772         unconditional.
33773         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33774         conditional code.
33775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33776         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33777         unconditional.
33778         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33779         conditional code.
33780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33781         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33782         code unconditional.
33783         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33784         conditional code.
33785         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33786         unconditional.
33787         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33788         conditional code.
33789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33790         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33791         code unconditional.
33792         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33793         conditional code.
33794         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33795         unconditional.
33796         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33797         conditional code.
33799 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33801         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33802         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33803         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33804         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33805         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33806         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33807         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33808         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33809         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33810         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33811         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33812         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33813         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33814         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33815         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33816         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33817         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33818         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33819         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33820         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33821         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33822         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33823         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33825 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33827         * Versions.def: Add GLIBC_2.17.
33828         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33829         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33830         Introduce __libc_secure_getenv.
33831         * stdlib/Versions (2.17): Add secure_getenv
33832         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33833         * stdlib/secure-getenv.c: Rename __secure_getenv to
33834         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33835         symbol __secure_getenv for GLIBC_2.0.
33836         * stdlib/tst-secure-getenv.c: New.
33837         * stdlib/Makefile (tests): Add testcase.
33838         * manual/startup.texi (Environment Access): Document
33839         secure_getenv.
33840         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33841         __libc_secure_getenv.
33842         * inet/ruserpass.c (ruserpass): Likewise.
33843         * malloc/mtrace.c (mtrace): Likewise.
33844         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33845         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33846         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33847         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33848         HAVE_SECURE_GETENV.
33849         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33850         __secure_getenv to __libc_secure_getenv.
33851         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33853         Likewise.
33854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33855         Likewise.
33856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33857         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33858         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33859         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33860         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33864 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33866         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33867         (struct La_i86_retval): Likewise.
33868         (struct La_x86_64_regs): Likewise.
33869         (struct La_x86_64_retval): Likewise.
33870         (struct La_x32_regs): Likewise.
33871         (struct La_x32_retval): Likewise.
33872         (struct La_ppc32_regs): Likewise.
33873         (struct La_ppc32_retval): Likewise.
33874         (struct La_ppc64_regs): Likewise.
33875         (struct La_ppc64_retval): Likewise.
33876         (struct La_sh_regs): Likewise.
33877         (struct La_sh_retval): Likewise.
33878         (struct La_s390_32_regs): Likewise.
33879         (struct La_s390_32_retval): Likewise.
33880         (struct La_s390_64_regs): Likewise.
33881         (struct La_s390_64_retval): Likewise.
33882         (struct La_sparc32_regs): Likewise.
33883         (struct La_sparc32_retval): Likewise.
33884         (struct La_sparc64_regs): Likewise.
33885         (struct La_sparc64_retval): Likewise.
33886         (struct audit_ifaces): Remove architecture-specific pltenter and
33887         pltexit members.
33888         * sysdeps/i386/ldsodefs.h: New file.
33889         * sysdeps/powerpc/ldsodefs.h: Likewise.
33890         * sysdeps/s390/ldsodefs.h: Likewise.
33891         * sysdeps/sh/ldsodefs.h: Likewise.
33892         * sysdeps/sparc/ldsodefs.h: Likewise.
33893         * sysdeps/x86_64/ldsodefs.h: Likewise.
33895 2012-07-25  Marek Polacek  <polacek@redhat.com>
33897         [BZ #6808]
33898         * math/libm-test.inc (yn_test): Add another test.
33899         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33900         to ERANGE when the result is +-Inf.
33901         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33902         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33903         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33904         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33906 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33908         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33909         equal to 0.
33910         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33911         clock_t.
33912         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33914 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33916         * configure.in <sysdeps resolving>: Correct printing
33917         Implies_before.
33918         * configure: Regenerate.
33920 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33922         * math/w_ilogb.c: Include <limits.h>.
33923         * math/w_ilogbl.c: Likewise.
33925 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33927         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33928         va_copy.  Document allowing for unavailable va_copy only as
33929         pre-C99 compatibility.
33930         * manual/string.texi (Copying and Concatenation): Use va_copy
33931         instead of __va_copy in concat example.
33933 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33935         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33936         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33937         it if not null.
33939         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33940         with O_NOLINK passed to __file_name_lookup.
33942         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33943         with O_NOLINK passed to __file_name_lookup.
33945         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33946         negative N or less than NGIDS.
33948         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33949         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33950         enough.  Use memcpy instead of strncpy.
33952 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33954         * elf/Makefile (check-data): Remove.
33955         (localplt.data): New vpath directive.
33956         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33957         instead of $(check-data).
33958         * scripts/data/localplt-generic.data: Move to ...
33959         * sysdeps/generic/localplt.data: ... here.
33960         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33961         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33962         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33964         ... here.
33965         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33967         ... here.
33968         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33969         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33970         ... here.
33971         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33973         ... here.
33974         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33975         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33976         ... here.
33977         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33978         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33979         ... here.
33981 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33983         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33984         PPC32 and PPC64 files.
33985         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33986         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33988 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33990         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33991         __makecontext_ret to ...
33992         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33993         ... here and call exit if uc_link is NULL.  New file.
33994         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33995         __makecontext_ret.S.
33996         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33997         __makecontext_ret to ...
33998         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33999         ... here and call exit if uc_link is NULL.  New file.
34000         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34001         __makecontext_ret.S.
34003 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34005         * elf/elf.h (R_390_IRELATIVE): New definition.
34006         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34007         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
34008         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34009         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34010         (elf_machine_lazy_rel): Likewise.
34011         * sysdeps/s390/dl-irel.h: New file.
34012         * sysdeps/s390/s390-64/memcpy.S: New asm code.
34013         * sysdeps/s390/s390-64/memset.S: New asm code.
34014         * sysdeps/s390/s390-64/memcmp.S: New asm code.
34015         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34016         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34017         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34018         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34019         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34020         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34021         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34022         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34023         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34024         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34025         * sysdeps/s390/s390-32/memcpy.S: New asm code.
34026         * sysdeps/s390/s390-32/memset.S: New asm code.
34027         * sysdeps/s390/s390-32/memcmp.S: New asm code.
34029 2012-07-17  Marek Polacek  <polacek@redhat.com>
34031         [BZ #14349]
34032         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34033         * sysdeps/s390/s390-64/configure.in: Likewise.
34034         * sysdeps/sparc/configure.in: Likewise.
34035         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34036         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34037         * sysdeps/i386/configure.in: Likewise.
34038         * sysdeps/x86_64/configure.in: Likewise.
34039         * sysdeps/sh/configure.in: Likewise.
34040         * sysdeps/s390/s390-32/configure: Regenerated.
34041         * sysdeps/s390/s390-64/configure: Likewise.
34042         * sysdeps/x86_64/configure: Likewise.
34043         * sysdeps/sh/configure: Likewise.
34044         * sysdeps/powerpc/powerpc64/configure: Likewise.
34045         * sysdeps/powerpc/powerpc32/configure: Likewise.
34046         * sysdeps/sparc/configure: Likwise.
34047         * sysdeps/i386/configure: Likewise.
34049         * elf/dl-open.c: Comment fixes.
34051 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
34053         * Makefile [CXX] (check-data): Remove.
34054         [CXX] (c++-types.data): New vpath directive.
34055         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34056         vpath.  Do not allow for C++ type data being missing.
34057         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34058         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34059         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34060         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34061         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34062         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34063         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34065         ... here.
34066         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34068         ... here.
34069         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34070         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34071         ... here.
34072         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34074         ... here.
34075         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34077         ... here.
34078         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34080         ... here.
34081         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34082         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34083         ... here.
34084         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34087         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34088         definitions to architecture-specific files.
34089         (TLS_IE): Likewise.
34090         (TLS_LD): Likewise.
34091         (TLS_GD): Likewise.
34092         * sysdeps/i386/tls-macros.h: New file.
34093         * sysdeps/powerpc/tls-macros.h: Likewise.
34094         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34095         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34096         * sysdeps/sh/tls-macros.h: Likewise.
34097         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34098         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34099         * sysdeps/x86_64/tls-macros.h: Likewise.
34101 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34103         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34104         zero value for regular exit case.
34106         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34107         (__start_context): Preserve zero value for regular exit case.
34109 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34110             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34112         * manual/setjmp.texi (setcontext): Clarify normal process
34113         termination when uc_link is the null pointer.
34114         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34115         exit call.
34117 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34119         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34120         preprocessor.  Test for each exception mask separately.
34122 2012-07-16  Andreas Jaeger  <aj@suse.de>
34124         * po/ru.po: Update from translation team.
34126 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34128         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34129         equal to 0.
34130         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34131         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34132         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34133         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34134         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34136 2012-07-13  Andreas Jaeger  <aj@suse.de>
34138         * po/fr.po: Update from translation team.
34140 2012-07-12  Marek Polacek  <polacek@redhat.com>
34142         [BZ #14173]
34143         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34144         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34145         loop condition.
34147 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34149         [BZ #13717]
34150         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34151         Change to 2.4.1 where previously 2.4.0.
34152         * sysdeps/unix/sysv/linux/configure: Regenerated.
34153         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34154         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34155         version.
34156         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34157         (__ASSUME_AT_CLKTCK): Remove.
34158         (__ASSUME_AT_PAGESIZE): Likewise.
34159         (__ASSUME_AT_XID): Likewise.
34160         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34161         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34162         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34163         unconditionally.
34164         (HAVE_AUX_PAGESIZE): Likewise.
34165         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34166         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34167         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34169 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34171         [BZ #14307]
34172         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34173         the temporary buffer used to invoke __gethostbyname2_r,
34174         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34175         host_data / struct gaih_addrtuple.
34176         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34177         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34178         header file nss/nsswitch.h.
34179         * nss/nsswitch.h (global scope): Add definition of implementation
34180         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34181         resolv/nss_dns/dns-host.c).
34183 2012-07-11  Andreas Jaeger  <aj@suse.de>
34185         * po/fr.po: Update from translation team.
34187         * po/sv.po: Update from translation team
34188         * po/fr.po: Another update from translation team.
34190 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34192         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34193         for subnormals or multiply small sinh result by itself.
34194         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34195         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34197 2012-07-11  David S. Miller  <davem@davemloft.net>
34199         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34201 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34203         [BZ #14347]
34204         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34205         (INTERNAL_MARK): Shift it here.
34207 2012-07-10  Marek Polacek  <polacek@redhat.com>
34209         [BZ #14151]
34210         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34211         libc_cv_asm_global_directive with .globl.
34212         * configure: Regenerated.
34213         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34214         with .globl.
34215         * sysdeps/i386/configure: Regenerated.
34216         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34217         with .globl.
34218         * sysdeps/x86_64/configure: Regenerated.
34219         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34220         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34221         * elf/tst-unique2mod2.c: Likewise.
34222         * elf/tst-unique2mod1.c: Likewise.
34223         * elf/tst-unique1mod2.c: Likewise.
34224         * elf/tst-unique1mod1.c: Likewise.
34225         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34226         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34227         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34228         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34229         * sysdeps/mach/sysdep.h: Likewise.
34230         * sysdeps/i386/sysdep.h: Likewise.
34231         * sysdeps/i386/i386-mcount.S: Likewise.
34232         * sysdeps/x86_64/_mcount.S: Likewise.
34233         * sysdeps/x86_64/sysdep.h: Likewise.
34234         * sysdeps/sh/_mcount.S: Likewise.
34235         * sysdeps/sh/sysdep.h: Likewise.
34236         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34237         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34238         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34239         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34240         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34241         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34242         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34243         * locale/localeinfo.h: Likewise.
34244         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34245         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34247 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34249         [BZ #14336]
34250         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34251         system".
34252         * manual/message.texi (The Uniforum approach): Likewise.
34253         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34254         (glibc iconv Implementation): Likewise.
34256 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34258         [BZ #14337]
34259         * math/s_clog.c (__clog): Avoid scaling a value down where that
34260         could result in underflow.
34261         * math/s_clog10.c (__clog10): Likewise.
34262         * math/s_clog10f.c (__clog10f): Likewise.
34263         * math/s_clog10l.c (__clog10l): Likewise.
34264         * math/s_clogf.c (__clogf): Likewise.
34265         * math/s_clogl.c (__clogl): Likewise.
34266         * math/libm-test.inc (clog_test): Add more tests.
34267         (clog10_test): Likewise.
34268         * sysdeps/i386/fpu/libm-test-ulps: Update.
34269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34271 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34273         [BZ #14283]
34274         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34275         by 7 not 8 to examine high bit of fractional part.
34277         [BZ #14042]
34278         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34279         for call to __mcount_internal.
34280         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34281         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34282         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34284 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34286         [BZ #14154]
34287         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34288         approximation for values within 0x1p-13f of an odd multiple of
34289         pi/4.
34290         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34291         exception.  Add more tests.
34292         * sysdeps/i386/fpu/libm-test-ulps: Update.
34294         [BZ #6778]
34295         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34296         inputs and return -1 for them.  Do not check for +Inf in case not
34297         reachable for +Inf.
34298         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34299         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34300         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34301         and return -1 for them.  Do not check for +Inf in case not
34302         reachable for +Inf.
34303         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34304         define.
34305         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34306         and return -1 for them.  Do not check for +Inf in case not
34307         reachable for +Inf.
34308         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34309         spurious underflow.
34310         * sysdeps/i386/fpu/libm-test-ulps: Update.
34311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34313 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34315         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34317 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34319         [BZ #14157]
34320         [BZ #14331]
34321         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34322         could result in spurious underflow.  Scale down values above
34323         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34324         * math/s_csqrtf.c (__csqrtf): Likewise.
34325         * math/s_csqrtl.c (__csqrtl): Likewise.
34326         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34327         spurious underflow.
34328         * sysdeps/i386/fpu/libm-test-ulps: Update.
34329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34331 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34333         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34334         xopen-msg.sed.
34335         * catgets/xopen-msg.awk: New file.
34336         * catgets/xopen-msg.sed: Removed.
34338         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34339         po2text.sed.
34340         * intl/po2test.awk: New file.
34341         * intl/po2test.sed: Removed.
34343 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34345         [BZ #14328]
34346         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34347         or multiply small sinh result by itself.
34348         * math/s_ctanf.c (__ctanf): Likewise.
34349         * math/s_ctanh.c (__ctanh): Likewise.
34350         * math/s_ctanhf.c (__ctanhf): Likewise.
34351         * math/s_ctanhl.c (__ctanhl): Likewise.
34352         * math/s_ctanl.c (__ctanl): Likewise.
34353         * math/libm-test.inc (ctan_test_tonearest): New function.
34354         (ctan_test_towardzero): Likewise.
34355         (ctan_test_downward): Likewise.
34356         (ctan_test_upward): Likewise.
34357         (ctanh_test_tonearest): Likewise.
34358         (ctanh_test_towardzero): Likewise.
34359         (ctanh_test_downward): Likewise.
34360         (ctanh_test_upward): Likewise.
34361         (main): Call these new functions.
34362         * sysdeps/i386/fpu/libm-test-ulps: Update.
34363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34365 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34367         * .gitignore: Delete /ports entry.
34369 2012-07-03  Andreas Jaeger  <aj@suse.de>
34371         * po/bg.po: Update from translation team.
34372         * po/cs.po: Likewise.
34373         * po/de.po: Likewise.
34374         * po/hr.po: Likewise.
34375         * po/nl.pl: Likewise.
34376         * po/pl.po: Likewise.
34377         * po/vi.po: Likewise.
34379 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34381         * Makeconfig [!+link] (+link-before-libc): New variable.
34382         [!+link] (+link-after-libc): Likewise.
34383         [!+link] (+link-tests): Likewise.
34384         [!+link] (+link): Define in terms of $(+link-before-libc) and
34385         $(+link-after-libc).
34386         [!+link-static] (+link-static-before-libc): New variable.
34387         [!+link-static] (+link-static-after-libc): Likewise.
34388         [!+link-static] (+link-static-tests): Likewise.
34389         [!+link-static] (+link-static): Define in terms of
34390         $(+link-static-before-libc) and $(+link-static-after-libc).
34391         [build-shared] (link-libc-before-gnulib): New variable.
34392         [build-shared] (link-libc-tests): Likewise.
34393         [build-shared] (link-libc): Define in terms of
34394         $(link-libc-before-gnulib).
34395         [!build-shared] (link-libc-tests): New variable.
34396         (link-libc-static-tests): New variable.
34397         [!gnulib] (gnulib-arch): New variable.
34398         [!gnulib] (gnulib-tests): Likewise.
34399         [!gnulib] (static-gnulib-arch): Likewise.
34400         [!gnulib] (static-gnulib-tests): Likewise.
34401         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34402         Define with "=" instead of ":=".
34403         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34404         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34405         * Rules (binaries-all-notests): New variable.
34406         (binaries-all-tests): Likewise.
34407         (binaries-static-notests): Likewise.
34408         (binaries-static-tests): Likewise.
34409         (binaries-all): Define using $(binaries-all-notests) and
34410         $(binaries-all-tests).
34411         (binaries-static): Define using $(binaries-static-notests) and
34412         $(binaries-static-tests).
34413         (binaries-shared-tests): New variable.
34414         (binaries-shared-notests): Likewise.
34415         (binaries-shared): Remove variable.
34416         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34417         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34418         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34419         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34420         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34421         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34422         * elf/Makefile (sln-modules): New variable.
34423         (extra-objs): Add $(sln-modules:=.o).
34424         (ldconfig-modules): Add static-stubs.
34425         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34426         * elf/static-stubs.c: New file.
34428         [BZ #14283]
34429         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34430         by 7 not 8 to examine high bit of fractional part.  Use volatile
34431         variables when splitting into final array of floats if
34432         __FLT_EVAL_METHOD__ != 0.
34433         * math/libm-test.inc (cos_test): Add another test.
34434         (sin_test): Likewise.
34435         * sysdeps/i386/fpu/libm-test-ulps: Update.
34437         [BZ #14273]
34438         * math/libm-test.inc (cosh_test): Add more tests.
34440         * version.h (RELEASE): Set to "development".
34441         (VERSION): Set to "2.16.90".
34443 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34445         * NEWS: Update copyright. Remove last-updated date.
34446         Mention math library bug fixes and timezone data changes.
34447         * README: Mention GNU/Hurd, x32, and HPPA support status.
34449 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34451         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34453 2012-06-27  Andreas Jaeger  <aj@suse.de>
34455         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34457 2012-06-25  Andreas Jaeger  <aj@suse.de>
34459         * sysdeps/s390/fpu/libm-test-ulps: Update.
34461 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34462             Thomas Schwinge  <thomas@codesourcery.com>
34464         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34465         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34466         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34467         fanotify_mark.
34469 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34471         * sysdeps/mach/start.c: Remove file.
34472         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34473         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34474         * sysdeps/sh/init-first.c: Likewise.
34476         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34477         registers for frame unwinding purposes, add CFI directives.
34478         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34479         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34480         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34481         Likewise.
34483         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34484         __fortify_fail returning.
34485         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34487         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34488         sysdeps/sh/____longjmp_chk.S.
34489         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34490         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34491         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34492         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34494         * sysdeps/sh/abort-instr.h: New file.
34495         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34496         process in case exit returns.
34498         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34499         initialize the GOT register before use.
34501         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34502         calculation of ARGC > 4.
34504         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34505         meaningful names to some local labels.
34507 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34508             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34510         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34511         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34512         (__arch_compare_and_exchange_val_16_acq): Likewise.
34513         (__arch_compare_and_exchange_val_32_acq): Likewise.
34514         (atomic_exchange_and_add): Fix gUSA sequence.
34515         (atomic_add): Likewise.
34516         (atomic_add_negative): Likewise.
34517         (atomic_add_zero): Likewise.
34518         (atomic_bit_test_set): Likewise.
34520 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34522         [BZ #13579]
34523         * include/link.h (struct link_map): Add l_free_initfini.
34524         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34525         l_initfini.
34526         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34527         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34528         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34529         set.
34531 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34533         * configure.in: Use AC_LANG_SOURCE.
34534         * configure: Regenerate.
34536 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34538         * configure.in (libc_cv_localstatedir): New substituted variable.
34539         * configure: Regenerated.
34540         * config.make.in (localstatedir): New variable, substituted from
34541         libc_cv_localstatedir.
34542         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34543         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34544         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34545         * sysdeps/gnu/configure: Regenerated.
34547 2012-06-21  Jeff Law  <law@redhat.com>
34549         [BZ #14277]
34550         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34551         free.  Simplify list management for _LIBC case.
34553 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34555         [BZ #14273]
34556         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34557         Clear sign bit of 64-bit integer value before comparing against
34558         overflow value.
34560         * sysdeps/mach/configure: Regenerated.
34562 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34564         [BZ #14278]
34565         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34567 2012-06-21  Jeff Law  <law@redhat.com>
34569         [BZ #13882]
34570         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34571         uint16_t for elements in the "seen" array to avoid char overflows.
34572         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34573         * elf/dl-open.c (dl_open_worker): Likewise.
34575 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34577         * scripts/list-sources.sh: Scan PORTS for translations.
34578         * po/libc.pot: Regenerated.
34580 2012-06-21  Andreas Jaeger  <aj@suse.de>
34582         [BZ #12194]
34583         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34584         warning.
34585         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34586         * bits/byteswap-16.h (__bswap_16): Likewise.
34587         * bits/byteswap.h (__bswap_constant_16): Likewise.
34589 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34591         [BZ #14117]
34592         * sysdeps/i386/fpu_control.h: Removed.
34593         * sysdeps/x86_64/fpu_control.h: Moved to ...
34594         * sysdeps/x86/fpu_control.h: Here.
34596         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34597         (_FPU_SETCW): Likewise.
34599 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34601         [BZ #14117]
34602         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34603         * sysdeps/x86/fpu/bits/mathinline.h: This.
34604         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34606         [BZ #14050]
34607         [BZ #14117]
34608         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34609         functions if __x86_64__ is defined.
34611 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34613         * string/endian.h: Add !__ASSEMBLER__ condition for including
34614         conversion interfaces.
34616 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34618         [BZ #14241]
34619         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34620         of ABS(x) in calculating zero to negative powers other than odd
34621         integers.
34622         * math/libm-test.inc (pow_test): Add more tests.
34624 2012-06-15  Andreas Jaeger  <aj@suse.de>
34626         * manual/contrib.texi (Contributors): Update entry of Liubov
34627         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34628         Machado Filho.
34630 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34632         * string/string.h: Add __wur to GNU version of strerror_r.
34634 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34636         [BZ #14229]
34637         * string/Makefile (tests): Add tst-strtok_r.
34638         * string/tst-strtok_r.c: New file.
34639         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34640         RAX_LP/RDX_LP on SAVE_PTR.
34642 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34644         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34646 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34648         * libm_test.inc (csqrt_test): Allow more spurious underflow
34649         exceptions.
34650         (j0_test): Likewise.
34651         (j1_test): Likewise.
34652         (y0_test): Likewise.
34653         (y1_test): Likewise.
34655 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34657         * po/Makefile (libc.pot): Use UTF-8 charset.
34659 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34661         [BZ #14210]
34662         Suppress sign-conversion warning from FD_SET.
34663         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34664         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34665         not unsigned long int.
34666         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34668 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34670         [BZ #14050]
34671         [BZ #14117]
34672         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34673         __extern_always_inline instead of __extern_inline.
34674         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34675         (__signbit): Likewise.
34676         (__signbitl): Support C++ namespace.
34677         (lrintf): New inline function.
34678         (lrint): Likewise.
34679         (llrintf): Likewise.
34680         (llrint): Likewise.
34681         (fmaxf): Likewise.
34682         (fmax): Likewise.
34683         (fminf): Likewise.
34684         (fmin): Likewise.
34685         (rint): Likewise.
34686         (rintf): Likewise.
34687         (ceil): Likewise.
34688         (ceilf): Likewise.
34689         (floor): Likewise.
34690         (floorf): Likewise.
34691         (nearbyint): Likewise.
34692         (nearbyintf): Likewise.
34694 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34696         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34697         non-default versions.
34699 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34701         [BZ #14218]
34702         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34704 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34706         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34707         (FE_UPWARD, FE_DOWNWARD): Don't define.
34708         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34709         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34711         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34712         reading it.
34713         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34714         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34716 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34718         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34719         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34720         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34721         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34723 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34725         [BZ #14117]
34726         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34727         * sysdeps/i386/fpu/Implies: New file.
34728         * sysdeps/x86_64/fpu/Implies: Likewise.
34729         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34730         * sysdeps/x86/fpu/bits/fenv.h: This.
34732         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34733         __SSE_MATH__.
34735 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34737         [BZ #14134]
34738         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34739         character 0xffff that matches the last element of the
34740         conversion table.
34742 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34744         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34745         fmodl commit.
34747 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34749         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34750         values higher than 25.6283.
34752 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34754         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34755         subnormal exponent extraction and add some __builtin_expect.
34756         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34757         Fix for subnormal mantissa calculation.
34759 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34761         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34762         cpu2 is -1 and errno is not ENOSYS.
34764 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34766         [BZ #14117]
34767         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34768         * sysdeps/x86/bits/string.h: This.
34769         * sysdeps/x86_64/bits/string.h: Removed.
34771         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34772         if not compiling for x86-64, but compiling for >= i486.
34774         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34775         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34777         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34778         New macro from Linux kernel 3.4.0.
34779         (FP_XSTATE_MAGIC2): Likewise.
34780         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34781         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34782         (struct _fpx_sw_bytes): New struct.
34783         (struct _xsave_hdr): Likewise.
34784         (struct _ymmh_state): Likewise.
34785         (struct _xstate): Likewise.
34787         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34788         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34789         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34790         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34791         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34792         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34794         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34795         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34796         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34797         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34798         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34799         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34801 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34803         [BZ #13743]
34804         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34805         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34806         (sysdep_headers): Include sys/platform/ppc.h.
34807         * sysdeps/powerpc/test-gettimebase.c: Test for
34808         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34809         * manual/Makefile (appendices): Include platform.texi.
34810         * manual/contrib.texi (Contributors): Update @node pointers.
34811         * manual/maint.texi (Maintenance): Likewise.
34812         (Platform): New node.
34813         * manual/platform.texi: New file.  Document the new features.
34815 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34816             Jakub Jelinek  <jakub@redhat.com>
34818         [BZ #14188]
34819         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34820         where __builtin_expect is unavailable.
34822 2012-06-03  David S. Miller  <davem@davemloft.net>
34824         * stdlib/longlong.h: Updated from GCC.
34826 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34828         [BZ #14042]
34829         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34830         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34831         __mcount_internal.
34832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34833         (GLIBC_2.16): Likewise.
34835 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34837         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34839 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34842         (default-abi): New variable.
34843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34844         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34845         variable.
34846         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34847         Likewise.
34848         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34849         Likewise.
34850         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34851         Likewise.
34853         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34854         definition.  Document in comment.
34856 2012-06-01  David S. Miller  <davem@davemloft.net>
34858         * stdlib/longlong.h: Updated from GCC.
34860 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34862         [BZ #14117]
34863         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34864         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34865         sys/debugreg.h sys/io.h here.
34866         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34867         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34868         sys/io.h.
34869         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34870         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34871         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34872         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34873         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34874         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34876         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34877         Define only if __x86_64__ is defined.
34879 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34881         [BZ #14048]
34882         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34883         Use int64_t for variable i.
34884         * math/libm-test.inc (fmod_test): Add more tests.
34886         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34887         z computation is not scheduled after fetestexcept.
34888         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34889         Use math_force_eval instead of asm to ensure calculation scheduled
34890         before exception test.
34891         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34892         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34894 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34896         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34897         computation is not scheduled after fetestexcept.
34899 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34901         [BZ #14117]
34902         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34903         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34905 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34907         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34908         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34910 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34912         [BZ #14117]
34913         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34914         <bits/wordsize.h>.
34915         (__WCHAR_MIN): Support __WORDSIZE == 64.
34916         (__WCHAR_MAX): Likewise.
34918         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34919         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34921         [BZ #14183]
34922         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34923         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34925         [BZ #14117]
34926         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34927         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34929         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34930         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34932         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34933         Defined to 1 if __x86_64__ isn't defined.
34934         (_STAT_VER_LINUX_OLD): New.
34935         (st_atime): Remove duplicate.
34936         (st_mtime): Likewise.
34937         (st_ctime): Likewise.
34939 2012-05-31  David S. Miller  <davem@davemloft.net>
34941         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34942         entries.
34944 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34946         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34947         gen-libm-test.pl.
34949         [BZ #14132]
34950         * elf/dl-reloc.c: Include <_itoa.h>.
34951         (_dl_reloc_bad_type): Remove use of INTUSE.
34952         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34953         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34954         * stdio-common/psiginfo.c (psiginfo): Likewise.
34955         * stdio-common/psignal.c (psignal): Likewise.
34956         * string/strsignal.c (strsignal): Likewise.
34957         * include/signal.h (_sys_siglist): Declare hidden proto.
34958         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34959         INTVARDEF with libc_hidden_data_def.
34960         * stdio-common/itoa-udigits.c: Likewise.
34961         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34962         (_itoa_lower_digits_internal): Remove declaration.
34963         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34964         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34965         (_sys_sigabbrev_internal): Remove aliases.
34966         (_sys_siglist): Define hidden alias.
34968 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34970         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34971         bits/sysctl.h.
34973 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34975         [BZ #14117]
34976         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34977         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34979         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34980         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34981         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34982         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34983         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34984         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34986         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34987         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34988         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34990         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34991         with __addr.
34992         (insw): Likewise.
34993         (insl): Likewise.
34994         (outsb): Likewise.
34995         (outsw): Likewise.
34996         (outsl): Likewise.
34998         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34999         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35000         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35002         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35003         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35004         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35005         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35006         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35007         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35009         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35010         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35012         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35013         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35015         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35016         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35017         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35019         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35020         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35021         to ...
35022         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35024         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35025         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35026         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35028         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35029         for x86-64.
35030         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35032 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
35034         * math/math.h (M_El): Use two more decimal places.
35035         (M_LOG2El): Likewise.
35036         (M_LOG10El): Likewise.
35037         (M_LN2l): Likewise.
35038         (M_LN10l): Likewise.
35039         (M_PIl): Likewise.
35040         (M_PI_2l): Likewise.
35041         (M_PI_4l): Likewise.
35042         (M_1_PIl): Likewise.
35043         (M_2_PIl): Likewise.
35044         (M_2_SQRTPIl): Likewise.
35045         (M_SQRT2l): Likewise.
35046         (M_SQRT1_2l): Likewise.
35048 2012-05-31  David S. Miller  <davem@davemloft.net>
35050         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35051         values between float registers.
35052         * sysdeps/sparc/sparc64/memset.S: Likewise.
35053         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35055 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35057         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35058         -D_FORTIFY_SOURCE=1.
35059         (CPPFLAGS-tst-longjmp_chk.c): Define.
35060         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35061         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35062         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35063         CFLAGS-tst-wchar-h.c.
35065 2012-05-31  Marek Polacek  <polacek@redhat.com>
35067         [BZ #14132]
35068         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35069         __endmntent_internal): Remove declaration.
35070         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35071         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35072         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35074 2012-05-30  David S. Miller  <davem@davemloft.net>
35076         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35077         (___Q_simulate_exceptions): Use real FP ops rather than writing
35078         into the %fsr.
35079         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35080         Likewise.
35082 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35084         [BZ #14117]
35085         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35086         * sysdeps/x86/bits/xtitypes.h: This.
35088         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35089         * sysdeps/x86/bits/wordsize.h: This.
35091         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35092         * sysdeps/x86/bits/huge_vall.h: This.
35094         * sysdeps/i386/bits/select.h: Removed.
35095         * sysdeps/x86_64/bits/select.h: Renamed to ...
35096         * sysdeps/x86/bits/select.h: This.
35098         * sysdeps/i386/bits/setjmp.h: Removed.
35099         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35100         * sysdeps/x86/bits/setjmp.h: This.
35102         * sysdeps/i386/bits/mathdef.h: Removed.
35103         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35104         * sysdeps/x86/bits/mathdef.h: This.
35106 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35108         [BZ #14132]
35109         * include/sys/socket.h (__connect_internal)
35110         (__libc_sa_len_internal): Remove declaration.
35111         (__connect, __libc_sa_len): Declare hidden_proto.
35112         (SA_LEN): Remove use of INTUSE.
35113         * socket/connect.c: Add libc_hidden_def.
35114         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35115         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35116         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35117         alias.
35118         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35119         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35120         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35121         of adding _internal alias.
35123 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35125         [BZ #14117]
35126         * sysdeps/i386/bits/link.h: Removed.
35127         * sysdeps/i386/bits/linkmap.h: Likewise.
35128         * sysdeps/x86_64/bits/link.h: Renamed to ...
35129         * sysdeps/x86/bits/link.h: This.
35130         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35131         * sysdeps/x86/bits/linkmap.h: This.
35133         * sysdeps/i386/bits/endian.h: Removed.
35134         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35135         * sysdeps/x86/bits/endian.h: This.
35137         * sysdeps/i386/bits/byteswap.h: Removed.
35138         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35139         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35140         * sysdeps/x86/bits/byteswap.h: This.
35141         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35142         * sysdeps/x86/bits/byteswap-16.h: This.
35143         * sysdeps/i386/Implies: Add x86.
35144         * sysdeps/x86_64/Implies: Likewise.
35146 2012-05-30  David S. Miller  <davem@davemloft.net>
35148         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35149         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35150         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35151         (FP_TRAPPING_EXCEPTIONS): Define.
35152         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35153         (FP_TRAPPING_EXCEPTIONS): Define.
35154         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35155         subnormals only when inexact has been signalled or underflow
35156         exceptions are enabled.
35157         (_FP_PACK_CANONICAL): Likewise.
35159 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35161         [BZ #14183]
35162         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35163         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35165 2012-05-30  Richard Henderson  <rth@twiddle.net>
35167         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35168         with #ifndef NOT_IN_libc.
35170         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35171         marked to avoid plt entry.
35173 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35175         [BZ #14112]
35176         * Makeconfig (default-abi): New macro.
35177         (abi-includes): Likewise.
35178         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35179         $(abi-$(default-abi)-lib-soname) for soname if defined.
35180         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35181         abi-variants.
35182         * Makefile (installed-stubs): Likewise.
35183         * include/stubs-biarch.h: Removed.
35184         * scripts/lib-names.awk: Only handle one library at a time.
35185         * scripts/soversions.awk: Remove WORDSIZE support.
35186         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35187         entries.
35188         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35189         Removed.
35190         (syscall-list-default-condition): Likewise.
35191         (syscall-list-default-condition): Likewise.
35192         (syscall-list-includes): Likewise.
35193         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35194         syscall-list-* with abi-*.  Handle undefined abi-variants.
35195         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35196         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35197         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35198         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35199         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35200         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35201         Removed.
35202         (syscall-list-32-options): Likewise.
35203         (syscall-list-32-condition): Likewise.
35204         (syscall-list-64-options): Likewise.
35205         (syscall-list-64-condition): Likewise.
35206         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35207         macro.
35208         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35209         Renamed to ...
35210         (abi-*): This.
35211         (abi-64-ld-soname): New macro.
35212         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35213         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35214         Renamed to ...
35215         (abi-*): This.
35216         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35217         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35219 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35221         * sysdeps/unix/sysv/linux/kernel-features.h
35222         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35223         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35224         include <kernel-features.h>.
35225         [!__NR_ftruncate64]: Remove conditional code.
35226         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35227         [__NR_ftruncate64]: Make code unconditional.
35228         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35229         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35230         include <kernel-features.h>.
35231         [!__NR_ftruncate64]: Remove conditional code.
35232         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35233         [__NR_ftruncate64]: Make code unconditional.
35234         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35236         include <kernel-features.h>.
35237         [!__NR_ftruncate64]: Remove conditional code.
35238         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35239         [__NR_ftruncate64]: Make code unconditional.
35240         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35242         include <kernel-features.h>.
35243         [!__NR_ftruncate64]: Remove conditional code.
35244         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35245         [__NR_ftruncate64]: Make code unconditional.
35246         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35248         * configure.in (libc_cv_fpie): Weaken to a compile test using
35249         LIBC_TRY_CC_OPTION.
35250         * configure: Regenerated.
35252 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35258         Refreshed.
35259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35260         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35265         Refreshed.
35267 2012-05-27  David S. Miller  <davem@davemloft.net>
35269         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35270         (___Q_zero): New.
35271         (__Q_simulate_exceptions): Return void.  Change to simulate
35272         exceptions by writing into the %fsr.
35273         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35274         (__Qp_handle_exceptions): Likewise.
35275         (numbers): Delete.
35276         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35277         __Qp_handle_exceptions.
35278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35279         __Qp_handle_exceptions.
35280         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35281         as unused and give dummy FP_RND_NEAREST initializer.
35282         (FP_INHIBIT_RESULTS): Define.
35283         (___Q_simulate_exceptions): Update declaration.
35284         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35285         formatting.
35286         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35287         as unused and give dummy FP_RND_NEAREST initializer.
35288         (__Qp_handle_exceptions): Update declaration.
35289         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35290         formatting.
35292 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35294         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35295         the temporary FPU control word.
35296         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35297         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35298         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35299         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35300         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35301         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35302         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35303         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35304         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35305         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35306         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35308 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35310         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35311         fields.
35313 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35315         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35316         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35317         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35318         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35319         Likewise.
35320         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35321         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35322         Likewise.
35324 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35326         * po/h.po: Update from translation team.
35328 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35330         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35332         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35333         handling of denormals.
35334         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35335         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35336         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35337         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35338         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35339         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35340         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35341         Likewise.
35343 2012-05-26  Marek Polacek  <polacek@redhat.com>
35345         [BZ #14152]
35346         * math/libm-test.inc (fma_test): Don't always expect underflow
35347         exception.
35349 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35351         [BZ #12416]
35352         * elf/tst-execstack.c: Include stackinfo.h.
35353         (do_test): Adjust test case to ensure that pthread_getattr_np
35354         behaviour remains the same after marking stack executable.
35356 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35358         * sysdeps/unix/sysv/linux/kernel-features.h
35359         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35360         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35361         kernel-features.h.
35362         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35363         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35364         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35365         kernel-features.h.
35366         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35367         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35369 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35371         * configure.in: Define the default includes to being none.
35372         * configure: Regenerated.
35374 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35376         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35377         * sysdeps/x86_64/setjmp.S: Likewise.
35378         * sysdeps/i386/bsd-setjmp.S: Likewise.
35379         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35380         * sysdeps/i386/setjmp.S: Likewise.
35381         * sysdeps/i386/__longjmp.S: Likewise.
35382         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35383         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35385         * include/stap-probe.h: New file.
35386         * configure.in: Handle --enable-systemtap.
35387         * configure: Regenerated.
35388         * config.h.in (USE_STAP_PROBE): New #undef.
35389         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35390         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35391         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35393 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35395         [BZ #13717]
35396         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35397         to 2.4.0 where earlier.
35398         * sysdeps/unix/sysv/linux/configure: Regenerated.
35399         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35400         <kernel-features.h>.
35401         [__ASSUME_32BITUIDS]: Make code unconditional.
35402         [!__ASSUME_32BITUIDS]: Remove conditional code.
35403         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35404         <kernel-features.h>.
35405         [__ASSUME_32BITUIDS]: Make code unconditional.
35406         [!__ASSUME_32BITUIDS]: Remove conditional code.
35407         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35408         [__ASSUME_32BITUIDS]: Make code unconditional.
35409         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35410         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35411         <kernel-features.h>.
35412         [__ASSUME_32BITUIDS]: Make code unconditional.
35413         [!__ASSUME_32BITUIDS]: Remove conditional code.
35414         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35415         <kernel-features.h>.
35416         [__ASSUME_32BITUIDS]: Make code unconditional.
35417         [!__ASSUME_32BITUIDS]: Remove conditional code.
35418         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35419         <kernel-features.h>.
35420         [__ASSUME_32BITUIDS]: Make code unconditional.
35421         [!__ASSUME_32BITUIDS]: Remove conditional code.
35422         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35423         <kernel-features.h>.
35424         [__ASSUME_32BITUIDS]: Make code unconditional.
35425         [!__ASSUME_32BITUIDS]: Remove conditional code.
35426         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35427         <kernel-features.h>.
35428         [__ASSUME_32BITUIDS]: Make code unconditional.
35429         [!__ASSUME_32BITUIDS]: Remove conditional code.
35430         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35431         <kernel-features.h>.
35432         [__ASSUME_32BITUIDS]: Make code unconditional.
35433         [!__ASSUME_32BITUIDS]: Remove conditional code.
35434         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35435         <kernel-features.h>.
35436         [__ASSUME_32BITUIDS]: Make code unconditional.
35437         [!__ASSUME_32BITUIDS]: Remove conditional code.
35438         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35439         <kernel-features.h>.
35440         [__ASSUME_32BITUIDS]: Make code unconditional.
35441         [!__ASSUME_32BITUIDS]: Remove conditional code.
35442         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35443         <kernel-features.h>.
35444         [__ASSUME_32BITUIDS]: Make code unconditional.
35445         [!__ASSUME_32BITUIDS]: Remove conditional code.
35446         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35447         <kernel-features.h>.
35448         [__ASSUME_32BITUIDS]: Make code unconditional.
35449         [!__ASSUME_32BITUIDS]: Remove conditional code.
35450         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35451         <kernel-features.h>.
35452         [__NR_setresgid] (__setresgid): Do not declare.
35453         [__ASSUME_32BITUIDS]: Make code unconditional.
35454         [!__ASSUME_32BITUIDS]: Remove conditional code.
35455         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35456         <kernel-features.h>.
35457         [__NR_setresuid] (__setresuid): Do not declare.
35458         [__ASSUME_32BITUIDS]: Make code unconditional.
35459         [!__ASSUME_32BITUIDS]: Remove conditional code.
35460         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35461         <kernel-features.h>.
35462         [__ASSUME_32BITUIDS]: Make code unconditional.
35463         [!__ASSUME_32BITUIDS]: Remove conditional code.
35464         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35465         <kernel-features.h>.
35466         [__ASSUME_32BITUIDS]: Make code unconditional.
35467         [!__ASSUME_32BITUIDS]: Remove conditional code.
35468         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35469         <kernel-features.h>.
35470         [__ASSUME_32BITUIDS]: Make code unconditional.
35471         [!__ASSUME_32BITUIDS]: Remove conditional code.
35472         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35473         <kernel-features.h>.
35474         [__ASSUME_32BITUIDS]: Make code unconditional.
35475         [!__ASSUME_32BITUIDS]: Remove conditional code.
35476         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35477         <kernel-features.h>.
35478         [__ASSUME_32BITUIDS]: Make code unconditional.
35479         [!__ASSUME_32BITUIDS]: Remove conditional code.
35480         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35481         <kernel-features.h>.
35482         [__ASSUME_32BITUIDS]: Make code unconditional.
35483         [!__ASSUME_32BITUIDS]: Remove conditional code.
35484         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35485         <kernel-features.h>.
35486         [__ASSUME_32BITUIDS]: Make code unconditional.
35487         [!__ASSUME_32BITUIDS]: Remove conditional code.
35488         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35489         <kernel-features.h>.
35490         [__ASSUME_32BITUIDS]: Make code unconditional.
35491         [!__ASSUME_32BITUIDS]: Remove conditional code.
35492         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35493         <kernel-features.h>.
35494         [__ASSUME_32BITUIDS]: Make code unconditional.
35495         [!__ASSUME_32BITUIDS]: Remove conditional code.
35496         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35497         <kernel-features.h>.
35498         [__ASSUME_32BITUIDS]: Make code unconditional.
35499         [!__ASSUME_32BITUIDS]: Remove conditional code.
35500         * sysdeps/unix/sysv/linux/kernel-features.h
35501         (__ASSUME_SETRESUID_SYSCALL): Remove.
35502         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35503         (__ASSUME_32BITUIDS): Likewise.
35504         (__ASSUME_LDT_WORKS): Likewise.
35505         (__ASSUME_O_DIRECTORY): Likewise.
35506         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35507         architecture but not kernel version.
35508         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35509         (__ASSUME_MMAP2_SYSCALL): Likewise.
35510         (__ASSUME_STAT64_SYSCALL): Likewise.
35511         (__ASSUME_IPC64): Likewise.
35512         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35513         <kernel-features.h>.
35514         [__ASSUME_32BITUIDS]: Make code unconditional.
35515         [!__ASSUME_32BITUIDS]: Remove conditional code.
35516         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35517         <kernel-features.h>.
35518         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35519         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35520         132096]: Remove conditional code.
35521         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35522         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35523         <kernel-features.h>.
35524         [__ASSUME_32BITUIDS]: Make code unconditional.
35525         [!__ASSUME_32BITUIDS]: Remove conditional code.
35526         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35527         <kernel-features.h>.
35528         [__ASSUME_32BITUIDS]: Make code unconditional.
35529         [!__ASSUME_32BITUIDS]: Remove conditional code.
35530         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35531         <kernel-features.h>.
35532         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35533         unconditional.
35534         (__setresgid): Do not declare.
35535         [__ASSUME_32BITUIDS]: Make code unconditional.
35536         [!__ASSUME_32BITUIDS]: Remove conditional code.
35537         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35538         <kernel-features.h>.
35539         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35540         unconditional.
35541         (__setresuid): Do not declare.
35542         [__ASSUME_32BITUIDS]: Make code unconditional.
35543         [!__ASSUME_32BITUIDS]: Remove conditional code.
35544         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35545         <kernel-features.h>.
35546         [__ASSUME_32BITUIDS]: Make code unconditional.
35547         [!__ASSUME_32BITUIDS]: Remove conditional code.
35548         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35549         <kernel-features.h>.
35550         [__ASSUME_32BITUIDS]: Make code unconditional.
35551         [!__ASSUME_32BITUIDS]: Remove conditional code.
35553 2012-05-25  Richard Henderson  <rth@twiddle.net>
35555         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35556         dl_hwcap to ifunc resolver.
35557         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35558         elf_ifunc_invoke.
35559         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35560         dl_hwcap to ifunc resolver.
35561         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35563 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35565         [BZ #14153]
35566         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35567         for |x| <= 2**-26, not 2**-57.
35568         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35569         exception.
35571 2012-05-24  Jeff Law  <law@redhat.com>
35573         * stdio-common/Makefile (tests): Add bug25.
35574         * stdio-common/bug25.c: New test.
35576 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35578         [BZ #13576]
35579         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35580         multiple of MALLOC_ALIGNMENT in size.
35581         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35583 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35585         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35586         Require >= 256.
35587         (FILENAME_MAX): Use macro-int-constant.
35588         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35589         (_IOFBF): Use macro-int-constant.
35590         (_IOLBF): Likewise.
35591         (_IONBF): Likewise.
35592         (SEEK_CUR): Likewise.
35593         (SEEK_END): Likewise.
35594         (SEEK_SET): Likewise.
35595         (TMP_MAX): Likewise.
35596         (EOF): Use macro-int-constant.  Require < 0.
35597         (NULL): Use macro-constant.  Require == 0.
35598         (stdin): Require type to be FILE *.
35599         (stdout): Likewise.
35600         (stderr): Likewise.
35601         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35602         macro-int-constant.
35603         (EXIT_SUCCESS): Likewise.
35604         (NULL): Use macro-constant.  Require == 0.
35605         (RAND_MAX): Use macro-int-constant.
35606         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35607         [C99-based standards] (strtof): Require function.
35608         [C99-based standards] (strtold): Likewise.
35609         [C99-based standards] (strtoll): Likewise.
35610         [C99-based standards] (strtoull): Likewise.
35611         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35612         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35613         [ISO || ISO99 || ISO11] (math.h): Likewise.
35614         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35615         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35616         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35618 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35620         [BZ #14132]
35621         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35622         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35623         * intl/dgettext.c (DCGETTEXT): Likewise.
35624         * intl/gettext.c (DCGETTEXT): Likewise.
35625         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35626         * posix/regex_internal.h (gettext): Likewise.
35627         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35628         Remove declaration.
35629         * include/argz.h (__argz_count_internal)
35630         (__argz_stringify_internal): Remove declaration.
35631         (__argz_count, __argz_stringify): Declare hidden proto.
35632         * intl/dcgettext.c: Remove use of INTDEF.
35633         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35634         * string/argz-stringify.c: Likewise.
35635         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35636         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35637         Declare hidden proto.
35638         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35639         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35640         Declare hidden proto.
35641         * include/stdio.h (__asprintf_internal): Don't declare.
35642         (__asprintf): Don't define as macro.  Declare hidden proto.
35643         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35644         (__fsetlocking): Declare hidden proto.
35645         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35646         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35647         hidden proto.
35648         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35649         (_IO_setlinebuf): Remove use of INTUSE.
35650         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35651         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35652         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35653         Remove declaration.
35654         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35655         (_IO_do_flush): Remove use of INTUSE.
35656         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35657         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35658         (_IO_adjust_column, _IO_least_wmarker)
35659         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35660         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35661         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35662         (_IO_default_doallocate, _IO_wdefault_doallocate)
35663         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35664         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35665         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35666         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35667         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35668         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35669         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35670         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35671         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35672         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35673         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35674         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35675         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35676         proto.
35677         (_IO_flush_all_internal, _IO_adjust_column_internal)
35678         (_IO_default_uflow_internal, _IO_default_finish_internal)
35679         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35680         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35681         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35682         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35683         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35684         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35685         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35686         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35687         (_IO_file_close_internal, _IO_file_close_it_internal)
35688         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35689         (_IO_file_init_internal, _IO_file_attach_internal)
35690         (_IO_file_fopen_internal, _IO_file_read_internal)
35691         (_IO_file_sync_internal, _IO_file_seek_internal)
35692         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35693         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35694         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35695         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35696         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35697         (_IO_list_all_internal, _IO_link_in_internal)
35698         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35699         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35700         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35701         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35702         (_IO_do_write_internal, _IO_padn_internal)
35703         (_IO_getline_info_internal, _IO_getline_internal)
35704         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35705         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35706         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35707         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35708         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35709         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35710         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35711         with libc_hidden_ver, remove use of INTUSE.
35712         * libio/genops.c: Likewise.
35713         * libio/freopen.c: Likewise.
35714         * libio/freopen64.c: Likewise.
35715         * libio/iofclose.c: Likewise.
35716         * libio/iofdopen.c: Likewise.
35717         * libio/iofflush.c: Likewise.
35718         * libio/iofflush_u.c: Likewise.
35719         * libio/iofgets.c: Likewise.
35720         * libio/iofgets_u.c: Likewise.
35721         * libio/iofopen.c: Likewise.
35722         * libio/iofopncook.c: Likewise.
35723         * libio/iofread.c: Likewise.
35724         * libio/iofread_u.c: Likewise.
35725         * libio/ioftell.c: Likewise.
35726         * libio/iofwrite.c: Likewise.
35727         * libio/iogetline.c: Likewise.
35728         * libio/iogets.c: Likewise.
35729         * libio/iogetwline.c: Likewise.
35730         * libio/iopadn.c: Likewise.
35731         * libio/iopopen.c: Likewise.
35732         * libio/ioseekoff.c: Likewise.
35733         * libio/ioseekpos.c: Likewise.
35734         * libio/iosetbuffer.c: Likewise.
35735         * libio/iosetvbuf.c: Likewise.
35736         * libio/ioungetc.c: Likewise.
35737         * libio/ioungetwc.c: Likewise.
35738         * libio/iovdprintf.c: Likewise.
35739         * libio/iovsprintf.c: Likewise.
35740         * libio/iovsscanf.c: Likewise.
35741         * libio/memstream.c: Likewise.
35742         * libio/obprintf.c: Likewise.
35743         * libio/oldfileops.c: Likewise.
35744         * libio/oldiofclose.c: Likewise.
35745         * libio/oldiofdopen.c: Likewise.
35746         * libio/oldiofopen.c: Likewise.
35747         * libio/oldiopopen.c: Likewise.
35748         * libio/oldstdfiles.c: Likewise.
35749         * libio/putc.c: Likewise.
35750         * libio/setbuf.c: Likewise.
35751         * libio/setlinebuf.c: Likewise.
35752         * libio/stdfiles.c: Likewise.
35753         * libio/strops.c: Likewise.
35754         * libio/vasprintf.c: Likewise.
35755         * libio/vscanf.c: Likewise.
35756         * libio/vsnprintf.c: Likewise.
35757         * libio/vswprintf.c: Likewise.
35758         * libio/wfiledoalloc.c: Likewise.
35759         * libio/wfileops.c: Likewise.
35760         * libio/wgenops.c: Likewise.
35761         * libio/wmemstream.c: Likewise.
35762         * libio/wstrops.c: Likewise.
35763         * libio/__fpurge.c: Likewise.
35764         * libio/__fsetlocking.c: Likewise.
35765         * assert/assert.c: Likewise.
35766         * debug/fgets_chk.c: Likewise.
35767         * debug/fgets_u_chk.c: Likewise.
35768         * debug/fread_chk.c: Likewise.
35769         * debug/fread_u_chk.c: Likewise.
35770         * debug/gets_chk.c: Likewise.
35771         * debug/obprintf_chk.c: Likewise.
35772         * debug/vasprintf_chk.c: Likewise.
35773         * debug/vdprintf_chk.c: Likewise.
35774         * debug/vsnprintf_chk.c: Likewise.
35775         * debug/vsprintf_chk.c: Likewise.
35776         * malloc/mtrace.c: Likewise.
35777         * misc/error.c: Likewise.
35778         * misc/syslog.c: Likewise.
35779         * stdio-common/asprintf.c: Likewise.
35780         * stdio-common/fxprintf.c: Likewise.
35781         * stdio-common/getw.c: Likewise.
35782         * stdio-common/isoc99_fscanf.c: Likewise.
35783         * stdio-common/isoc99_scanf.c: Likewise.
35784         * stdio-common/isoc99_vfscanf.c: Likewise.
35785         * stdio-common/isoc99_vscanf.c: Likewise.
35786         * stdio-common/isoc99_vsscanf.c: Likewise.
35787         * stdio-common/printf-prs.c: Likewise.
35788         * stdio-common/printf_fp.c: Likewise.
35789         * stdio-common/printf_fphex.c: Likewise.
35790         * stdio-common/printf_size.c: Likewise.
35791         * stdio-common/putw.c: Likewise.
35792         * stdio-common/scanf.c: Likewise.
35793         * stdio-common/sprintf.c: Likewise.
35794         * stdio-common/tmpfile.c: Likewise.
35795         * stdio-common/vfprintf.c: Likewise.
35796         * stdio-common/vfscanf.c: Likewise.
35797         * stdlib/strfmon_l.c: Likewise.
35798         * sunrpc/openchild.c: Likewise.
35799         * sunrpc/xdr_stdio.c: Likewise.
35800         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35801         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35803 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35805         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35807         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35808         in the third column, to generate for the shared library an IFUNC
35809         that uses _dl_vdso_vsym.
35810         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35811         * Makeconfig (object-suffixes-noshared): New variable.
35813         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35814         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35815         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35816         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35818         [BZ #14132]
35819         * include/sys/time.h (__gettimeofday): Remove macro.
35820         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35821         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35822         Remove INTDEF.
35823         (__gettimeofday): Add libc_hidden_def.
35824         (gettimeofday): Add libc_hidden_weak.
35825         * sysdeps/mach/gettimeofday.c: Likewise.
35826         * sysdeps/posix/gettimeofday.c: Likewise.
35827         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35828         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35829         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35830         (__gettimeofday_internal): Remove strong_alias.
35831         (__gettimeofday): Add libc_hidden_def.
35832         (gettimeofday): Add libc_hidden_weak.
35833         * sysdeps/unix/syscalls.list (gettimeofday):
35834         Remove __gettimeofday_internal alias.
35836 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35837             H.J. Lu  <hongjiu.lu@intel.com>
35839         [BZ #12495]
35840         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35841         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35842         (largebin_index_32_big): New.
35843         (largebin_index): Use it for 16-byte alignment.
35844         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35845         correction with front_misalign.
35847 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35851         Likewise.
35852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35853         Likewise.
35854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35855         Likewise.
35856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35857         Likewise.
35858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35859         Likewise.
35860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35861         Likewise.
35862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35863         Likewise.
35864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35865         Likewise.
35866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35867         Likewise.
35868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35869         Likewise.
35870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35871         Likewise.
35872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35873         Likewise.
35875         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35876         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35878 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35880         [BZ #10846]
35881         [BZ #14036]
35882         * math/libm-test.inc (exp_test): Add test from bug 14036.
35883         (pow_test): Add test from bug 10846.
35885         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35886         and other flags.
35887         (special_function): Do not include flags in test name.
35888         (parse_args): Likewise.
35889         * sysdeps/i386/fpu/libm-test-ulps: Update.
35890         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35891         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35892         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35895         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35896         exceptions.
35897         * math/libm-test.inc ("Philosophy"): Update comment about
35898         exception testing.
35899         (UNDERFLOW_EXCEPTION): New macro.
35900         (UNDERFLOW_EXCEPTION_OK): Likewise.
35901         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35902         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35903         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35904         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35905         (INVALID_EXCEPTION_OK): Update value.
35906         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35907         (OVERFLOW_EXCEPTION_OK): Likewise.
35908         (IGNORE_ZERO_INF_SIGN): Likewise.
35909         (test_exceptions): Handle underflow exceptions.
35910         (acos_test): Update for underflow exception expectations.
35911         (cexp_test): Likewise.
35912         (clog_test): Likewise.
35913         (clog10_test): Likewise.
35914         (csqrt_test): Likewise.
35915         (ctan_test): Likewise.
35916         (ctanh_test): Likewise.
35917         (exp_test): Likewise.
35918         (exp10_test): Likewise.
35919         (exp2_test): Likewise.
35920         (expm1_test): Likewise.
35921         (fma_test): Likewise.
35922         (j0_test): Likewise.
35923         (jn_test): Likewise.
35924         (nexttoward_test): Likewise.
35925         (pow_test): Likewise.
35926         (scalbn_test): Likewise.
35927         (scalbln_test): Likewise.
35928         (tan_test): Likewise.
35929         (y1_test): Likewise.
35930         * sysdeps/i386/fpu/libm-test-ulps: Update.
35931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35933 2012-05-23  David S. Miller  <davem@davemloft.net>
35935         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35936         (__libc_sigaction): Remove unused local variables.
35938 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35940         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35942 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35944         mktime: avoid signed integer overflow
35945         * time/mktime.c (__mktime_internal): Do not mishandle the case
35946         where diff == INT_MIN.
35948         mktime: simplify computation of average
35949         * time/mktime.c (ranged_convert): Use new time_t_avg function
35950         instead of rolling our own (probably-slower) code.
35952         mktime: do not assume signed right shift propagates sign bit
35953         * time/mktime.c (isdst_differ): New static function.
35954         (__mktime_internal): No need to normalize tm_isdst now.
35955         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35956         tm_isdst values.
35958         mktime: merge another wrapv change from gnulib
35959         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35960         from some compilers.
35962         mktime: remove incorrect attempt at unusual arithmetics
35963         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35964         The code didn't really work on such machines anyway.
35965         (TYPE_MINIMUM): Assume two's complement.
35966         (twos_complement_arithmetic): Verify that long_int and time_t
35967         are two's complement (or unsigned, in the latter case).
35969         mktime: check signed shifts on long_int and time_t, too
35970         * time/mktime.c (SHR): Check that shifts work as desired
35971         on the types long_int and time_t too, as SHR is used on
35972         such types.
35974         mktime: do not assume 'long' is wide enough
35975         * time/mktime.c (verify): Move decl up.
35976         (long_int): New type.
35977         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35978         to remove assumption in the code that 'long' is wide enough to
35979         store year values.  This assumption is not true on x32 and on
35980         some non-glibc platforms.
35982         mktime: merge wrapv change from gnulib
35983         * time/mktime.c (WRAPV): New macro.
35984         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35985         (guess_time_tm, __mktime_internal): Do not assume that signed
35986         integer overflow wraps around; modern compilers generate code
35987         where this assumption is no longer valid.
35989 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35991         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35992         Replace "jmp L(pseudo_end)" with "ret".
35993         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35994         Likewise.
35996 2012-05-23  Andreas Jaeger  <aj@suse.de>
35998         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35999         * sysdeps/unix/sysv/linux/poll.c: Remove file.
36001 2012-05-23  Andreas Jaeger  <aj@suse.de>
36002             Maximilian Attems  <max@stro.at>
36004         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36005         New macros.
36007 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36009         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36010         code so that pseudo_end is just ret and the stack pointer is
36011         correct also for static library in error case.
36013 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
36015         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36016         move to syscalls.list.
36017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36022         * manual/install.texi (Running make install): Do not mention Linux
36023         kernel version for which pt_chown is not needed.
36024         (Linux): Do not mention problems with nscd with 2.0 kernels.
36025         * INSTALL: Regenerated.
36027 2012-05-23  Andreas Jaeger  <aj@suse.de>
36029         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36030         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36031         macro.
36032         * sysdeps/unix/sysv/linux/s390/bits/mman.h
36033         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36034         * sysdeps/unix/sysv/linux/sh/bits/mman.h
36035         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36036         * sysdeps/unix/sysv/linux/i386/bits/mman.h
36037         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36038         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36039         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36040         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36041         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36042         * sysdeps/unix/sysv/linux/bits/in.h
36043         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36045 2012-05-22  Roland McGrath  <roland@hack.frob.com>
36047         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36048         (PREPARE_VERSION): Just use assert instead, it will be elided
36049         under [NDEBUG] anyway.
36051 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36053         * sysdeps/unix/sysv/linux/Makefile: Include
36054         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36055         (sysdep_routines): Remove sysctl.
36056         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36057         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36058         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36059         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36060         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36062 2012-05-22  Andreas Jaeger  <aj@suse.de>
36064         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36065         that pseudo_end is just ret and the stack pointer is correct also
36066         for static library in error case.
36068 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36070         [BZ #14122]
36071         * nss/nsswitch.c (defconfig_entries): New variable.
36072         (__nss_database_lookup): Don't leak defconfig entries.
36073         (nss_parse_service_list): Don't leak on error paths.
36074         (free_database_entries): New function.
36075         (free_defconfig): New function.
36076         (free_mem): Move common code to free_database_entries.
36078 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36080         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36081         Add arch_prctl.
36082         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36084         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36085         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36086         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36087         New macro.
36088         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36089         (INTERNAL_SYSCALL_TYPES): Likewise.
36090         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36091         (LOAD_REGS_TYPES_[1-6]): Likewise.
36092         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36093         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36095 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36097         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36098         copysignl for GLIBC_2_0.
36099         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36100         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36101         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36102         logbl for GLIBC_2_0.
36103         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36104         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36106 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36108         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36109         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36111         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36112         Use "neg %eax".
36114         * time/mktime.c: Update copyright years.
36116 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36118         mktime: merge comment-quoting-style change from gnulib
36119         * time/mktime.c: Quote 'like this' in comments.
36120         The GNU coding standards suggest that we no longer quote `like this',
36121         as "`" and "'" are typically rendered asymmetrically nowadays.
36122         The typical gnulib style is to quote 'like this' when quoting
36123         code, and "like this" when quoting English.
36125         * time/mktime.c (compile-command): Add "-I.".
36127         mktime: merge mktime-internal.h change from gnulib
36128         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36130         mktime: merge time_r change from gnulib
36131         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36133         mktime: merge DEBUG change from gnulib
36134         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36135         case system <time.h> has a #define.
36137         mktime: merge <sys/types.h> change from gnulib
36138         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36139         since <time.t> is now guaranteed to define time_t.
36141         mktime: merge HAVE_CONFIG_H change from gnulib
36142         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36144 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36146         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36147         Use "neg %eax".
36149         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36150         __rlim_t cast.
36151         (struct rusage): Use anonymous union to pad each field to
36152         __syscall_slong_t.
36154 2012-05-21  David S. Miller  <davem@davemloft.net>
36156         * Makefules (o-iterator): Remove .s cases.
36157         (compile-command.s): Delete.
36158         (COMPILE.s): Delete.
36159         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36161 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36163         * configure.in (libc_cv_predef_stack_protector): Only consider
36164         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36165         * configure: Regenerated.
36167 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36169         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36170         New macro.  Use R*LP on int and pointer.
36171         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36172         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36173         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36174         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36176         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36177         [__WORDSIZE_TIME64_COMPAT32] instead of
36178         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36179         (struct utmp): Likewise.
36180         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36181         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36182         Renamed to ...
36183         (__WORDSIZE_TIME64_COMPAT32): This.
36184         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36185         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36186         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36187         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36188         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36189         (__WORDSIZE_TIME64_COMPAT32): New macro.
36191 2012-05-21  Andreas Jaeger  <aj@suse.de>
36193         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36194         only if [SHARED]. Add prototype for __wcschr_ia32.
36196 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36198         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36199         of %rbp unmolested in the jmp_buf while mangling the low bits.
36200         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36201         unmolested high bits of %rbp while demangling the low bits.
36202         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36204 2012-05-21  Andreas Jaeger  <aj@suse.de>
36206         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36207         * sunrpc/svc_simple.c: Use it for registerrpc.
36208         * sunrpc/xcrypt.c: Use it for passwd2des.
36210         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36212 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36214         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36215         Don't define if [__SYSCALL_WORDSIZE != 32].
36216         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36217         New macro.
36219 2012-05-21  Bruno Haible  <bruno@clisp.org>
36220             Andreas Jaeger  <aj@suse.de>
36222         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36223         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36224         inptr and inend for must_buffer_ch.
36225         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36226         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36227         * stdio-common/Makefile (tests): Remove bug15.
36228         (bug15-ENV): Remove macro.
36229         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36230         anymore.
36232 2012-05-19  Andreas Jaeger  <aj@suse.de>
36233             Roland McGrath  <roland@hack.frob.com>
36235         * manual/contrib.texi: Completely rewritten. It contains now an
36236         alphabetical list of contributors and their contributions.
36238 2012-05-21  Richard Henderson  <rth@twiddle.net>
36240         * misc/getauxval.c (__getauxval): Use unsigned long int.
36241         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36242         (getauxval): Use unsigned long int.
36244 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36246         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36248 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36250         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36251         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36252         __alignof__ (long double).
36254 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36256         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36258 2012-05-20  Richard Henderson  <rth@twiddle.net>
36260         * misc/getauxval.c: New file.
36261         * misc/sys/auxv.h: New file.
36262         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36263         (routines): Add getauxval.
36264         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36265         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36266         * elf/dl-sysdep.c (_dl_auxv): Remove.
36267         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36268         * elf/dl-support.c (_dl_auxv): New variable.
36269         (_dl_aux_init): Initialize it.
36270         * manual/startup.texi (Auxiliary Vector): New node.
36271         * sysdeps/generic/bits/hwcap.h: New file.
36272         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36273         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36274         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36275         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36276         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36277         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36279         Update.
36280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36283         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36285         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36287         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36289 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36291         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36293 2012-05-19  David S. Miller  <davem@davemloft.net>
36295         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36297 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36299         [BZ #14123]
36300         * math/s_ccosh.c: Include <float.h>
36301         (__ccosh): Avoid internal overflow calculating sinh and cosh
36302         values before multiplying by sin and cos values.
36303         * math/s_ccoshf.c: Likewise.
36304         * math/s_ccoshl.c: Likewise.
36305         * math/s_csin.c: Likewise.
36306         * math/s_csinf.c: Likewise.
36307         * math/s_csinl.c: Likewise.
36308         * math/s_csinh.c: Likewise.
36309         * math/s_csinhf.c: Likewise.
36310         * math/s_csinhl.c: Likewise.
36311         * math/libm-test.inc (ccos_test): Add more tests.
36312         (ccosh_test): Likewise.
36313         (csin_test): Likewise.
36314         (csinh_test): Likewise.
36315         * sysdeps/i386/fpu/libm-test-ulps: Update.
36316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36318 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36320         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36321         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36323         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36325 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36327         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36328         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36329         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36330         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36331         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36332         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36333         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36334         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36335         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36336         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36337         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36338         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36339         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36340         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36341         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36342         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36343         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36344         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36345         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36346         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36347         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36348         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36349         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36350         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36351         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36352         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36353         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36354         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36355         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36356         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36357         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36359 2012-05-18  Andreas Jaeger  <aj@suse.de>
36361         * csu/.gitignore: Delete.
36363 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36365         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36366         (timex): Use __syscall_slong_t.
36368 2012-05-18  Andreas Jaeger  <aj@suse.de>
36369             Carlos O'Donell  <carlos_odonell@mentor.com>
36371         * manual/install.texi (Configuring and compiling): Update
36372         description about files modified in the source directory.
36373         * INSTALL: Regenerated.
36375 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36377         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36378         value.  Use "or" to set return value to -1.
36379         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36380         negate return value.
36382 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36384         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36385         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36386         failure if the compiler has Graphite support disabled.
36387         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36388         Likewise.
36389         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36390         (CFLAGS-memmove.c): Likewise.
36391         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36392         Likewise.
36394 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36396         * sysdeps/x86_64/x32/_itoa.h: New file.
36398         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36399         getdents system call only if kernel and user dirents have the
36400         same d_ino and d_off.
36402         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36403         LLONG_MAX != LONG_MAX.
36404         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36405         (_fitoa_word): Likewise.
36407         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36408         years.
36409         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36410         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36411         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36413         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36414         include <bits/wordsize.h>.  Check __x86_64__ instead of
36415         __WORDSIZE.
36416         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36417         if __x86_64__ is defined.  Use anonymous union on fpstate.
36419         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36420         anonymous union.
36422 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36424         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36425         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36426         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36427         Refer to _rtld_local_ro instead of _rtld_global_ro.
36428         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36429         Likewise.
36430         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36431         Likewise.
36432         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36433         Likewise.
36434         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36435         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36436         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36438         * sysdeps/powerpc/powerpc32/dl-machine.c
36439         (__elf_machine_runtime_setup) [PROF]: Don't reference
36440         _dl_prof_resolve.
36442 2012-05-18  Andreas Jaeger  <aj@suse.de>
36444         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36445         function only available for GCCs before 3.4 since GCC 3.4
36446         introduced a builtin.
36447         (lrint): Likewise.
36448         (llrintf): Likewise.
36449         (llrint): Likewise.
36450         (fmaxf): Likewise.
36451         (fmax): Likewise.
36452         (fminf): Likewise.
36453         (fmin): Likewise.
36454         (rint): Likewise.
36455         (rintf): Likewise.
36456         (nearbyint): Likewise.
36457         (nearbyintf): Likewise.
36458         (ceil): Likewise.
36459         (ceilf): Likewise.
36460         (floor): Likewise.
36461         (floorf): Likewise.
36463 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36465         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36466         on both fields and cast pointer to __syscall_ulong_t.
36468         * bits/types.h (__fsword_t): New type.
36469         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36470         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36471         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36472         (__FSWORD_T_TYPE): Likewise.
36473         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36474         (__FSWORD_T_TYPE): Likewise.
36475         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36476         (__FSWORD_T_TYPE): Likewise.
36477         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36478         (__FSWORD_T_TYPE): Likewise.
36479         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36480         __SWORD_TYPE with __fsword_t.
36481         (statfs64): Likewise.
36483 2012-05-17  David S. Miller  <davem@davemloft.net>
36485         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36487 2012-05-17  Andreas Jaeger  <aj@suse.de>
36489         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36490         warning.
36492 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36494         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36496 2012-05-17  Andreas Jaeger  <aj@suse.de>
36498         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36499         when it is used.
36501 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36503         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36505 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36507         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36508         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36510 2012-05-17  Andreas Jaeger  <aj@suse.de>
36511             Carlos O'Donell  <carlos_odonell@mentor.com>
36513         [BZ #14059]
36514         * sysdeps/x86_64/multiarch/init-arch.h
36515         (bit_YMM_Usable): Rename to...
36516         (bit_AVX_Usable): ... this.
36517         (bit_FMA4_Usable): New macro.
36518         (bit_XMM_state): New macro.
36519         (bit_YMM_state): New macro.
36520         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36521         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36522         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36523         (CPUID_OSXSAVE): New macro.
36524         (CPUID_AVX): New macro.
36525         (CPUID_FMA4): New macro.
36526         (index_YMM_Usable): Rename to...
36527         (index_AVX_Usable): ... this.
36528         (HAS_AVX): Use HAS_ARCH_FEATURE.
36529         (HAS_FMA4): Likewise.
36530         (HAS_YMM_USABLE): Remove.
36531         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36532         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36533         are present.
36534         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36535         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36536         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36537         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36538         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36540 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36542         * math/libm-test.c: Support platforms without multiple rounding modes.
36543         * math/bug-nextafter.c: Support platforms without FP exceptions.
36544         * math/bug-nexttoward.c: Likewise.
36545         * math/test-fenv.c: Likewise.
36546         * math/test-misc.c: Likewise.
36547         * stdlib/bug-getcontext.c: Likewise.
36549 2012-05-17  Andreas Jaeger  <aj@suse.de>
36551         * manual/examples/search.c (critter_cmp): Change signature to
36552         avoid warnings.
36553         * manual/string.texi (Collation Functions): Likewise.
36555 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36557         * bits/types.h: Fold copyright years.
36558         * bits/typesizes.h: Likewise.
36559         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36560         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36561         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36562         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36563         * time/time.h: Likewise.
36565 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36567         [BZ #208]
36568         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36569         in instead of returning them.  Return void.
36570         (__libc_mallinfo): Accumulate over all arenas.
36571         (__malloc_stats): Adjust for change in int_mallinfo interface.
36573 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36575         [BZ #10375]
36576         * configure.in (NM): Add AC_CHECK_TOOL for it.
36577         (libc_extra_cflags): New substituted variable.
36578         Check for -fstack-protector being used implicitly.
36579         * configure: Regenerated.
36580         * config.make.in (config-extra-cflags): New variable,
36581         gets @libc_extra_cflags@.
36582         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36584         [BZ #10375]
36585         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36586         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36587         * configure: Regenerated.
36588         * config.make.in (CPPUNDEFS): New substituted variable.
36589         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36590         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36591         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36593 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36595         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36596         (mq_attr): Use __syscall_slong_t.
36598 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36600         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36601         Check __x86_64__ instead of __WORDSIZE.
36602         (_STAT_VER_LINUX): Likewise.
36603         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36604         __syscall_ulong_t and __syscall_slong_t.
36605         (stat64): Likewise.
36607 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36609         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36611 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36613         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36615 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36617         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36618         __syscall_ulong_t.
36620         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36621         include <bits/wordsize.h>.  Check __x86_64__ instead of
36622         __WORDSIZE.
36623         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36624         defined.
36625         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36627         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36628         include <bits/wordsize.h>.  Check __x86_64__ instead of
36629         __WORDSIZE.
36630         (user_regs_struct): Use "__extension__ unsigned long long"
36631         instead of "unsigned long" if __x86_64__ is defined.
36632         (user): Likewise.  Pad after pointer field if __ILP32__ is
36633         defined.
36635 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36637         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36638         versions 5 to 9.
36639         * configure: Regenerated.
36640         * manual/install.texi (texinfo): Increase version requirement to
36641         4.5 or later.
36642         * INSTALL: Regenerated.
36644         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36646 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36648         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36650         * sysdeps/x86_64/x32/ffs.c: New file.
36652         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36653         __syscall_ulong_t.
36654         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36655         defined.  Use __syscall_ulong_t.
36656         (shminfo): Use __syscall_ulong_t.
36657         (shm_info): Likewise.
36659         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36660         __syscall_ulong_t.
36662         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36663         <bits/wordsize.h>.
36664         (msgqnum_t): Use __syscall_ulong_t.
36665         (msglen_t): Likewise.
36666         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36667         __syscall_ulong_t.
36669         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36670         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36672         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36674         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36675         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36677         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36678         __syscall_slong_t.
36680         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36681         include <bits/wordsize.h>.  Check __x86_64__ instead of
36682         __WORDSIZE.
36684         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36685         "unsigned long long int" if __x86_64__ is defined.
36686         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36688         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36689         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36690         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36692         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36693         <stdint.h>.
36694         (GET_PC): Cast to uintptr_t first.
36695         (GET_FRAME): Likewise.
36696         (GET_STACK): Likewise.
36698         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36699         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36700         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36701         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36702         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36703         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36704         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36705         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36706         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36707         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36708         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36709         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36710         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36711         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36712         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36713         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36714         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36715         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36716         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36717         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36718         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36719         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36720         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36721         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36722         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36723         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36724         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36725         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36726         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36728 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36730         * Makerules (+depfiles): Also collect depfiles from .oS in
36731         $(extra-objs).
36732         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36733         .oS, $(libnldbl-routines)).
36735         * Makerules (native-compile-mkdep-flags): Define.
36736         * sunrpc/Makefile (extra-objs): Add $(addprefix
36737         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36738         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36739         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36740         calling $(make-target-directory).
36742 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36744         * bits/types.h (__snseconds_t): Removed.
36745         * time/time.h (struct timespec): Replace __snseconds_t with
36746         __syscall_slong_t.
36747         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36748         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36749         Likewise.
36750         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36751         (__SNSECONDS_T_TYPE): Likewise.
36752         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36753         (__SNSECONDS_T_TYPE): Likewise.
36754         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36755         (__SNSECONDS_T_TYPE): Likewise.
36757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36759         * sysdeps/mach/hurd/bits/typesizes.h
36760         (__SYSCALL_SLONG_TYPE): New macro.
36761         (__SYSCALL_ULONG_TYPE): Likewise.
36763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36765         * bits/types.h (__syscall_slong_t): New type.
36766         (__syscall_ulong_t): Likewise.
36768         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36769         (__SYSCALL_ULONG_TYPE): Likewise.
36770         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36771         (__SYSCALL_SLONG_TYPE): Likewise.
36772         (__SYSCALL_ULONG_TYPE): Likewise.
36773         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36774         (__SYSCALL_SLONG_TYPE): Likewise.
36775         (__SYSCALL_ULONG_TYPE): Likewise.
36776         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36777         (__SYSCALL_SLONG_TYPE): Likewise.
36778         (__SYSCALL_ULONG_TYPE): Likewise.
36780 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36782         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36783         Add sigaltstack-offsets.sym.
36784         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36785         <sigaltstack-offsets.h>.
36786         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36787         longjmp_msg pointer.
36788         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36789         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36790         signal stack.
36791         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36793 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36795         * elf/stackguard-macros.h: Remove file.
36796         * sysdeps/generic/stackguard-macros.h: New file.
36797         * sysdeps/i386/stackguard-macros.h: Likewise.
36798         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36799         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36800         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36801         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36802         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36803         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36804         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36805         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36806         <elf/stackguard-macros.h>.
36808         [BZ #14109]
36809         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36810         __aligned__ in attribute.
36811         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36812         (gregset_t): Likewise.
36814 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36816         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36817         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36818         * sysdeps/x86_64/x32/Implies-after: New file.
36820 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36822         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36823         and access return value for _dl_profile_fixup.  Use R10_LP to
36824         load frame size.
36826 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36828         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36830 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36832         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36833         * sysdeps/x86_64/x32/sysdep.h: New file.
36835 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36837         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36838         * sysdeps/x86_64/setjmp.S: Likewise.
36840 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36842         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36843         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36844         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36845         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36846         remove unused global constant.
36848 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36850         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36851         include of <not-cancel.h>.
36853 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36855         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36857 2012-05-15  Jeff Law  <law@redhat.com>
36858             Andreas Jaeger  <aj@suse.de>
36860         [BZ #13594]
36861         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36862         out from...
36863         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36864         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36865         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36866         code changing __hst_map_handle.map.
36868 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36870         * configure.in (sysnames): Look for Implies-before and Implies-after
36871         files.
36872         * configure: Regenerated.
36874 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36876         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36877         8-byte data alignment with LP_SIZE alignment.
36879 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36881         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36882         into R10_LP.
36884 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36886         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36888 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36890         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36891         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36892         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36893         Likewise.
36894         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36896 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36898         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36899         (stackinfo_sub_sp): Likewise.
36901 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36903         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36904         RAX_LP.
36906 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36908         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36909         into R*_LP.
36911 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36913         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36914         sizes into R*_LP.
36916 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36918         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36920 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36922         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36923         into R11_LP and load __x86_64_shared_cache_size_half into
36924         R8_LP.
36926 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36928         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36929         R8_LP.
36931 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36933         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36934         logb for POWER7.
36935         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36936         logbf for POWER7.
36937         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36938         logbl for POWER7.
36939         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36940         powerpc32/power7/fpu/s_logb.c via #include.
36941         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36942         powerpc32/power7/fpu/s_logbf.c via #include.
36943         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36944         powerpc32/power7/fpu/s_logbl.c via #include.
36946 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36948         * README.libm: Remove file.
36950 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36952         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36953         count for x32.  Use R*_LP and omit operand-size suffix.
36955 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36957         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36958         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36959         * sysdeps/x86_64/x32/shlib-versions: New file.
36961 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36963         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36964         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36965         Use _dl_fatal_printf instead.
36967 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36969         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36970         set if not set by the user.  Do not allow for being unset.
36971         * sysdeps/unix/sysv/linux/configure: Regenerated.
36973 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36975         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36976         the `q' suffix from lea and replace .quad with ASM_ADDR.
36978 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36980         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36981         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36982         instead of $17.
36983         (PTR_DEMANGLE): Likewise.
36985 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36987         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36988         (LP_OP): Likewise.
36989         (ASM_ADDR): Likewise.
36990         (RAX_LP): Likewise.
36991         (RBP_LP): Likewise.
36992         (RBX_LP): Likewise.
36993         (RCX_LP): Likewise.
36994         (RDI_LP): Likewise.
36995         (RSI_LP): Likewise.
36996         (RSP_LP): Likewise.
36997         (R8_LP): Likewise.
36998         (R9_LP): Likewise.
36999         (R10_LP): Likewise.
37000         (R10_LP): Likewise.
37001         (R11_LP): Likewise.
37002         (R12_LP): Likewise.
37003         (R13_LP): Likewise.
37004         (R14_LP): Likewise.
37005         (R15_LP): Likewise.
37007 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37009         * sysdeps/x86_64/x32/dl-machine.h: New file.
37011 2012-05-14  Andreas Jaeger  <aj@suse.de>
37013         * manual/Makefile (subdir): Remove export of subdir.
37014         (all): Remove target.
37015         (.PHONY): Remove all from list.
37016         (mkinstalldirs): Remove.
37017         (.PHONY): Remove installdirs from list.
37018         ($(inst_infodir)/libc.info): Use make-target-directory.
37019         (installdirs): Remove.
37020         (subdir_%): Remove.
37021         (glibc-targets): Remove.
37022         (lib): Remove.
37023         (stubs): Remove.
37024         ($(objpfx)stubs ../po/manual.pot): Remove.
37025         ($(objpfx)stamp%): Remove.
37026         (make-target-directory): Remove.
37027         (subdir_install): Remove.
37028         (routines): Remove.
37029         (aux): Remove.
37030         (sources): Remove.
37031         (objects): Remove.
37032         (headers): Remove.
37034         [BZ #13750]
37035         * manual/.gitignore: Remove, it's not needed anymore.
37036         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37037         all files in it.
37038         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37039         directory.
37040         (texis): Renamed to $(objpfx)texis.
37041         (texis-path): New, contains path to generated files.
37042         (chapters.%): Use texis-path for complete path, add extra argument
37043         libc-texinfo.sh.
37044         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37045         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37046         (summary,texi, stamp-summary): Use complete path of
37047         files. Generate files in build dir.
37048         (dir-add.texi): Build in build dir.
37049         (libm-err.texi,stamp-libm-err): Likewise.
37050         (version.texi, stamp-version): Likewise.
37051         (.%c.texi): Likewise.
37052         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37053         (mostlyclean): Remove target.
37054         (realclean): Remove target.
37055         (generated): Add new variable with contents from mostlyclean and
37056         realclean, remove entries duplicated in common-mostlyclean, add
37057         stamp-libm-err and stamp-version.
37058         (generated-dirs): Add libc directory.
37059         ($(inst_infodir)/libc.info): Install files from build dir.
37061         * manual/install.texi (Configuring and compiling): Adjust since
37062         the info files are not part of the tar ball anymore.
37064 2012-05-14  Andreas Jaeger  <aj@suse.de>
37066         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37067         variable.
37069 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37071         [BZ #13717]
37072         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37073         to 2.2.0 where earlier.
37074         * sysdeps/unix/sysv/linux/configure: Regenerated.
37075         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37076         Remove conditional code.
37077         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37078         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37079         Remove conditional code.
37080         [!__NR_lchown]: Likewise.
37081         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37082         [__NR_lchown]: Likewise.
37083         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37084         comment referencing __ASSUME_LCHOWN_SYSCALL.
37085         * sysdeps/unix/sysv/linux/i386/sigaction.c
37086         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37087         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37088         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37089         Remove conditional code.
37090         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37091         (__protocol_available): Remove #if 0 code.
37092         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37093         conditional code.
37094         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37095         * sysdeps/unix/sysv/linux/kernel-features.h
37096         (__ASSUME_GETCWD_SYSCALL): Don't define.
37097         (__ASSUME_REALTIME_SIGNALS): Likewise.
37098         (__ASSUME_PREAD_SYSCALL): Likewise.
37099         (__ASSUME_PWRITE_SYSCALL): Likewise.
37100         (__ASSUME_POLL_SYSCALL): Likewise.
37101         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37102         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37103         non-SPARC.
37104         (__ASSUME_SIOCGIFNAME): Don't define.
37105         (__ASSUME_MSG_NOSIGNAL): Likewise.
37106         (__ASSUME_SENDFILE): Define unconditionally.
37107         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37108         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37109         conditional code.
37110         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37111         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37112         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37113         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37114         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37115         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37116         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37118         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37119         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37121         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37122         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37124         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37125         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37127         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37128         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37130         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37131         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37133         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37134         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37136         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37137         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37139         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37140         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37141         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37142         Remove conditional code.
37143         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37144         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37145         Remove conditional code.
37146         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37147         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37148         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37149         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37150         Remove conditional code.
37151         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37152         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37153         Remove conditional code.
37154         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37155         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37156         Remove conditional code.
37157         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37158         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37159         Remove conditional code.
37160         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37161         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37162         Remove conditional code.
37163         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37164         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37165         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37166         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37167         * sysdeps/unix/sysv/linux/sigaction.c
37168         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37169         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37170         * sysdeps/unix/sysv/linux/sigpending.c
37171         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37172         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37173         * sysdeps/unix/sysv/linux/sigprocmask.c
37174         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37175         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37176         * sysdeps/unix/sysv/linux/sigsuspend.c
37177         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37178         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37179         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37180         (__libc_missing_rt_sigs): Remove.
37181         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37182         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37183         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37184         Remove conditional code.
37185         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37186         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37187         return 1.
37188         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37189         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37190         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37191         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37193 2012-05-14  Andreas Jaeger  <aj@suse.de>
37195         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37196         it's not used in glibc.
37197         (__coshm1): Likewise.
37198         (__acosh1p): Likewise.
37199         (__sgn): Likewise.
37201         * manual/string.texi (Copying and Concatenation): Add missing
37202         variable in concat example.
37203         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37205 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37207         [BZ #14103]
37208         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37209         __builtin_clzl with __builtin_clzll.
37211 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37213         [BZ #14104]
37214         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37215         libc_freeres_ptr.
37217 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37219         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37220         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37221         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37222         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37224 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37226         * NEWS: Update ia64 info.
37228 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37230         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37231         used as bcopy.
37233 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37235         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37236         * sysdeps/unix/syscalls.list (dup3): Likewise.
37237         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37238         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37240 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37242         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37243         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37245 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37247         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37248         thread pointer.
37249         (TLS_IE): Use mov/add instead of movq/addq to load thread
37250         pointer.
37251         (TLS_GD_PREFIX): New.
37252         (TLS_GD): Use it.
37254 2012-05-11  David S. Miller  <davem@davemloft.net>
37256         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37257         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37258         (_FPU_SETCW): Likewise.
37260 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37262         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37263         is 32-byte aligned.
37265 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37267         [BZ #11837]
37268         * iconvdata/gb18030.c: Update tables.
37269         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37270         characters specially.
37271         (BODY for TO_LOOP): Add encoding of missing ranges.
37273 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37275         [BZ #13673]
37276         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37277         * sysdeps/mach/hurd/dup3.c: Likewise.
37278         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37279         * sysdeps/powerpc/memmove.c:: Likewise.
37281 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37283         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37284         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37286 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37288         * elf/elf.h (R_X86_64_RELATIVE64): New.
37289         (R_X86_64_NUM): Updated.
37290         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37291         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37292         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37293         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37294         tst-quad1pie tst-quad2pie
37295         (modules-names): Add tst-quadmod1 tst-quadmod2.
37296         ($(objpfx)tst-quad1): New dependency.
37297         ($(objpfx)tst-quad2): Likewise.
37298         ($(objpfx)tst-quad1pie): Likewise.
37299         ($(objpfx)tst-quad2pie): Likewise.
37300         * sysdeps/x86_64/tst-quad1.c: New file.
37301         * sysdeps/x86_64/tst-quad1pie.c: New file.
37302         * sysdeps/x86_64/tst-quad2.c: Likewise.
37303         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37304         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37305         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37306         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37307         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37309 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37311         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37312         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37313         * streams/stropts.h (t_scalar_t): Define type.
37315         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37316         (_PATH_PRESERVE): Set to "/var/lib".
37317         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37319         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37320         instead of int.
37322         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37323         if __dir_mkfile succeeded.
37325         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37326         checking for _hurd_dtablesize.  Unlock it right after having
37327         finished _hurd_dtable allocation.
37329 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37331         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37332         * sysdeps/mach/hurd/configure: Regenerated.
37333         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37334         special-casing to...
37335         * sysdeps/gnu/configure.in: ... this new file.
37336         * sysdeps/unix/sysv/linux/configure: Regenerated.
37337         * sysdeps/gnu/configure: New generated file.
37339         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37340         for Linux: use nsec instead of usec, as well as:
37341         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37342         members of type struct timespec.
37343         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37344         New macros.
37345         (struct stat64): Likewise.
37346         (_STATBUF_ST_NSEC): New macro.
37347         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37349         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37350         __strtoul_internal rather than strtoul.
37352 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37354         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37355         and reject them.
37357 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37359         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37360         which preserves existing values.
37361         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37363 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37365         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37366         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37367         greater than FD_SETSIZE.
37369 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37371         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37372         allocated, call __vm_protect to finish enabling the existing space, and
37373         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37374         allocate the remainder.
37376 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37378         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37379         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37381 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37383         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37384         sysdeps/mach/hurd/readlink.c.
37386         * posix/tst-sysconf.c (posix_options): Only use
37387         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37388         _POSIX_SYNCHRONIZED_IO when they are defined
37389         * sysdeps/mach/hurd/bits/posix_opt.h:
37390         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37391         (_XOPEN_REALTIME): Undefine macro.
37392         (_XOPEN_REALTIME_THREADS): Undefine macro.
37393         (_XOPEN_SHM): Undefine macro.
37394         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37395         macro to -1.
37396         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37397         macro to -1.
37398         (_POSIX_ASYNC_IO): Undefine macro.
37399         (_POSIX_PRIORITIZED_IO): Undefine macro.
37400         (_POSIX_SPIN_LOCKS): Define macro to -1.
37402         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37403         SA_NODEFER, SA_RESETHAND.
37404         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37405         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37406         F_DUPFD_CLOEXEC.
37408 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37410         * elf/Makefile (pldd-modules): Define unconditionally.
37412 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37414         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37416 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37418         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37419         Return ENOENT when name is empty.
37420         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37422 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37424         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37426         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37428 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37430         Fix mlock in all cases except non-readable pages.
37431         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37432         instead of VM_PROT_ALL as parameter to __vm_wire function.
37434         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37435         (__mkdir): When path is `/', just fail with EEXIST.
37436         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37438 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37440         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37441         <sys/uio.h> (for writev).
37442         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37443         and <sys/param.h> (for MIN).
37445 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37447         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37448         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37449         if interrupted.
37451 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37453         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37454         Depend on against $(link-rpcuserlibs).
37456 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37458         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37459         (__libc_stack_end): Do not use attribute_relro.
37460         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37461         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37462         to libthread-provided value.
37463         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37464         attribute_relro.
37466 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37468         [BZ #3748]
37469         * bits/libc-lock.h (__libc_once_get): New macro.
37470         * sysdeps/mach/bits/libc-lock.h: Likewise.
37471         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37472         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37473         instead of using implementation details.
37475         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37476         * libio/freopen.c: Likewise.
37477         * libio/freopen64.c: Likewise.
37478         * misc/syslog.c: Likewise.
37479         * nscd/connections.c: Likewise.
37480         * nscd/netgroupcache.c: Likewise.
37481         * sysdeps/posix/getcwd.c: Likewise.
37483 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37485         * math/w_ilogbf.c: Add #include <limits.h>.
37487 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37489         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37490         path instead of returning without unlocking.
37492         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37493         immediate-write ioctls.
37494         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37496 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37498         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37499         __builtin_frame_address instead of making assumptions about the
37500         location of the return address relative to DATA.  Force early load of
37501         the return address.
37502         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37503         __builtin_frame_address.
37505         dup3 for GNU Hurd.
37506         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37507         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37508         implement dup3 and do some further code clean-ups.
37509         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37510         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37512 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37514         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37516         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37517         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37518         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37519         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37520         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37521         d->port.lock.
37523         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37524         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37525         when handler == SIG_ERR, not when handler != SIG_ERR.
37527 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37529         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37530         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37531         definitions.
37533         accept4 for GNU Hurd.
37534         * include/sys/socket.h (__libc_accept4): New prototype.
37535         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37536         to implement __libc_accept4.
37537         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37538         __libc_accept4.
37539         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37541         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37542         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37543         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37544         signal-defines.sym.
37546 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37548         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37550 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37552         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37553         assertion on O_CLOEXEC flag.
37554         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37555         * hurd/intern-fd.c: Likewise.
37556         * hurd/port2fd.c: Likewise.
37558 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37560         [BZ #3906]
37561         * bits/in.h (IPV6_PKTINFO): Define new macro.
37562         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37564 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37566         [BZ #13954]
37567         [BZ #13955]
37568         [BZ #13956]
37569         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37570         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37571         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37572         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37573         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37574         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37575         * math/libm-test.inc (logb_test) : Additional logb tests.
37577 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37578             Andreas Jaeger  <aj@suse.de>
37580         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37581         * configure: Regenerated.
37582         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37583         * config.make.in (link-obsolete-rpc): New substituted variable.
37584         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37585         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37586         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37587         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37588         so that libc.a contains the symbols.
37589         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37590         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37591         * sunrpc/auth_none.c: Likewise.
37592         * sunrpc/auth_unix.c: Likewise.
37593         * sunrpc/authdes_prot.c: Likewise.
37594         * sunrpc/authuxprot.c: Likewise.
37595         * sunrpc/clnt_gen.c: Likewise.
37596         * sunrpc/clnt_perr.c: Likewise.
37597         * sunrpc/clnt_raw.c: Likewise.
37598         * sunrpc/clnt_simp.c: Likewise.
37599         * sunrpc/clnt_tcp.c: Likewise.
37600         * sunrpc/clnt_udp.c: Likewise.
37601         * sunrpc/clnt_unix.c: Likewise.
37602         * sunrpc/des_crypt.c: Likewise.
37603         * sunrpc/des_soft.c: Likewise.
37604         * sunrpc/get_myaddr.c: Likewise.
37605         * sunrpc/key_call.c: Likewise.
37606         * sunrpc/key_prot.c: Likewise.
37607         * sunrpc/netname.c: Likewise.
37608         * sunrpc/pm_getmaps.c: Likewise.
37609         * sunrpc/pm_getport.c: Likewise.
37610         * sunrpc/pmap_clnt.c: Likewise.
37611         * sunrpc/pmap_prot.c: Likewise.
37612         * sunrpc/pmap_prot2.c: Likewise.
37613         * sunrpc/pmap_rmt.c: Likewise.
37614         * sunrpc/publickey.c: Likewise.
37615         * sunrpc/rpc_cmsg.c: Likewise.
37616         * sunrpc/rpc_common.c: Likewise.
37617         * sunrpc/rpc_dtable.c: Likewise.
37618         * sunrpc/rpc_prot.c: Likewise.
37619         * sunrpc/rpc_thread.c: Likewise.
37620         * sunrpc/rtime.c: Likewise.
37621         * sunrpc/svc.c: Likewise.
37622         * sunrpc/svc_auth.c: Likewise.
37623         * sunrpc/svc_raw.c: Likewise.
37624         * sunrpc/svc_run.c: Likewise.
37625         * sunrpc/svc_tcp.c: Likewise.
37626         * sunrpc/svc_udp.c: Likewise.
37627         * sunrpc/svc_unix.c: Likewise.
37628         * sunrpc/svcauth_des.c: Likewise.
37629         * sunrpc/xcrypt.c: Likewise.
37630         * sunrpc/xdr.c: Likewise.
37631         * sunrpc/xdr_array.c: Likewise.
37632         * sunrpc/xdr_float.c: Likewise.
37633         * sunrpc/xdr_intXX_t.c: Likewise.
37634         * sunrpc/xdr_mem.c: Likewise.
37635         * sunrpc/xdr_rec.c: Likewise.
37636         * sunrpc/xdr_ref.c: Likewise.
37637         * sunrpc/xdr_sizeof.c: Likewise.
37638         * sunrpc/xdr_stdio.c: Likewise.
37640 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37642         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37643         change.  Update copyright years.
37645 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37647         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37649 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37650             Joseph Myers  <joseph@codesourcery.com>
37651             Paul Pluzhnikov  <ppluzhnikov@google.com>
37653         [BZ #14012]
37654         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37655         requiring rpcgen.
37656         [cross-compiling] (extra-libs): Likewise.
37657         [cross-compiling] (extra-libs-others): Likewise.
37658         [cross-compiling] (librpcsvc-routines): Likewise.
37659         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37660         [cross-compiling] (omit-deps): Likewise.
37661         (sunrpc-CPPFLAGS): New variable.
37662         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37663         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37664         (cross-rpcgen-objs): New variable.
37665         (extra-objs): Append $(cross-rpcgen-objs).
37666         ($(cross-rpcgen-objs)): New rule.
37667         ($(objpfx)cross-rpcgen): Likewise.
37668         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37669         comment.
37670         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37671         ($(objpfx)x%.stmp): Likewise.
37672         * sunrpc/proto.h [IS_IN_build] (_): Define.
37673         [IS_IN_build] (_libc_intl_domainname): Likewise.
37675 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37677         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37678         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37679         and R_X86_64_TPOFF64.
37681 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37683         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37684         sysdeps/unix/sysv/syscalls.list.
37685         (stime): Likewise.
37686         (utime): Likewise.
37687         * sysdeps/unix/sysv/syscalls.list: Remove file.
37689 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37691         [BZ #3440]
37692         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37693         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37694         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37695         (__LC_IDENTIFICATION): Make these macros useful in #if
37696         expressions, as required by C99.
37698 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37700         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37701         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37702         after this.
37704 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37706         * stdlib/longlong.h: Updated from GCC.
37708 2012-05-09  Andreas Jaeger  <aj@suse.de>
37710         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37711         default is first entry.
37712         (run_mode): Set type.
37713         (main): Remove informal message about syslog.
37714         (options): Fix typo.
37716         [BZ #14053]
37717         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37718         to asm.
37719         (lrint): Likewise.
37720         (llrintf): Likewise.
37721         (llrint): Likewise.
37722         (rint): Likewise.
37723         (rintf): Likewise.
37724         (nearbyint): Likewise.
37725         (nearbyintf): Likewise.
37727 2012-05-09  Andreas Jaeger  <aj@suse.de>
37728             Pedro Alves  <palves@redhat.com>
37730         * nscd/nscd.c (run_mode): Use enum.
37731         (main): Cleanup coding style issue.
37733 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37734             Andreas Jaeger  <aj@suse.de>
37736         * nscd/nscd.c (go_background): Replaced with...
37737         (run_mode): ... this.
37738         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37739         (options): Add -F --foreground.
37740         (main): Implement it.
37741         (parse_opt): Parse it.
37743 2012-05-09  Andreas Jaeger  <aj@suse.de>
37745         [BZ #14083]
37746         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37747         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37748         -Wconversion warning.
37749         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37750         Likewise.
37752 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37754         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37755         == 0.
37756         (LC_ALL): Use macro-int-constant.
37757         (LC_COLLATE): Likewise.
37758         (LC_CTYPE): Likewise.
37759         (LC_MESSAGES): Likewise.
37760         (LC_MONETARY): Likewise.
37761         (LC_NUMERIC): Likewise.
37762         (LC_TIME): Likewise.
37763         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37764         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37765         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37766         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37767         Specify type.
37768         [C99-based standards] (float_t): Expect type.
37769         [C99-based standards] (double_t): Expect type.
37770         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37771         type.
37772         [C99-based standards] (HUGE_VALL): Likewise.
37773         [C99-based standards] (INFINITY): Likewise.
37774         [C99-based standards] (NAN): Likewise.
37775         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37776         [C99-based standards] (FP_NAN): Likewise.
37777         [C99-based standards] (FP_NORMAL): Likewise.
37778         [C99-based standards] (FP_SUBNORMAL): Likewise.
37779         [C99-based standards] (FP_ZERO): Likewise.
37780         [C99-based standards] (FP_FAST_FMA): Use
37781         optional-macro-int-constant.  Specify type.  Require == 1.
37782         [C99-based standards] (FP_FAST_FMAF): Likewise.
37783         [C99-based standards] (FP_FAST_FMAL): Likewise.
37784         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37785         [C99-based standards] (FP_ILOGBNAN): Likewise.
37786         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37787         Specify type.
37788         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37789         [C99-based standards] (math_errhandling): Specify type.
37790         [ISO99 || ISO11] (signgam): Do not allow.
37791         [non-C99-based standards] (copysignf): Do not allow.
37792         [non-C99-based standards] (exp2f): Likewise.
37793         [non-C99-based standards] (log2f): Likewise.
37794         [non-C99-based standards] (modff): Allow.
37795         [non-C99-based standards] (erff): Do not allow.
37796         [non-C99-based standards] (erfcf): Likewise.
37797         [non-C99-based standards] (gammaf): Likewise.
37798         [non-C99-based standards] (hypotf): Likewise.
37799         [non-C99-based standards] (j0f): Likewise.
37800         [non-C99-based standards] (j1f): Likewise.
37801         [non-C99-based standards] (jnf): Likewise.
37802         [non-C99-based standards] (lgammaf): Likewise.
37803         [non-C99-based standards] (tgammaf): Likewise.
37804         [non-C99-based standards] (y0f): Likewise.
37805         [non-C99-based standards] (y1f): Likewise.
37806         [non-C99-based standards] (ynf): Likewise.
37807         [non-C99-based standards] (isnanf): Likewise.
37808         [non-C99-based standards] (acoshf): Likewise.
37809         [non-C99-based standards] (asinhf): Likewise.
37810         [non-C99-based standards] (atanhf): Likewise.
37811         [non-C99-based standards] (cbrtf): Likewise.
37812         [non-C99-based standards] (expm1f): Likewise.
37813         [non-C99-based standards] (ilogbf): Likewise.
37814         [non-C99-based standards] (log1pf): Likewise.
37815         [non-C99-based standards] (logbf): Likewise.
37816         [non-C99-based standards] (nextafterf): Likewise.
37817         [non-C99-based standards] (remainderf): Likewise.
37818         [non-C99-based standards] (rintf): Likewise.
37819         [non-C99-based standards] (scalbf): Likewise.
37820         [non-C99-based standards] (copysignl): Likewise.
37821         [non-C99-based standards] (exp2l): Likewise.
37822         [non-C99-based standards] (log2l): Likewise.
37823         [non-C99-based standards] (modfl): Allow.
37824         [non-C99-based standards] (erfl): Do not allow.
37825         [non-C99-based standards] (erfcl): Likewise.
37826         [non-C99-based standards] (gammal): Likewise.
37827         [non-C99-based standards] (hypotl): Likewise.
37828         [non-C99-based standards] (j0l): Likewise.
37829         [non-C99-based standards] (j1l): Likewise.
37830         [non-C99-based standards] (jnl): Likewise.
37831         [non-C99-based standards] (lgammal): Likewise.
37832         [non-C99-based standards] (tgammal): Likewise.
37833         [non-C99-based standards] (y0l): Likewise.
37834         [non-C99-based standards] (y1l): Likewise.
37835         [non-C99-based standards] (ynl): Likewise.
37836         [non-C99-based standards] (isnanl): Likewise.
37837         [non-C99-based standards] (acoshl): Likewise.
37838         [non-C99-based standards] (asinhl): Likewise.
37839         [non-C99-based standards] (atanhl): Likewise.
37840         [non-C99-based standards] (cbrtl): Likewise.
37841         [non-C99-based standards] (expm1l): Likewise.
37842         [non-C99-based standards] (ilogbl): Likewise.
37843         [non-C99-based standards] (log1pl): Likewise.
37844         [non-C99-based standards] (logbl): Likewise.
37845         [non-C99-based standards] (nextafterl): Likewise.
37846         [non-C99-based standards] (remainderl): Likewise.
37847         [non-C99-based standards] (rintl): Likewise.
37848         [non-C99-based standards] (scalbl): Likewise.
37849         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37850         [non-C99-based standards] (FP_*): Do not allow.
37851         [C99-based standards] (FP_*): Change to
37852         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37853         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37854         allow.
37855         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37856         (SIG_ERR): Likewise.
37857         [X/Open-based standards] (SIG_HOLD): Likewise.
37858         (SIG_IGN): Likewise.
37859         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37860         positive value.
37861         (SIGFPE): Likewise.
37862         (SIGILL): Likewise.
37863         (SIGINT): Likewise.
37864         (SIGSEGV): Likewise.
37865         (SIGTER): Likewise.
37866         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37867         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37868         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37869         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37870         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37871         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37872         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37873         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37874         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37875         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37876         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37877         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37878         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37879         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37880         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37881         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37882         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37883         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37884         [X/Open-based standards] (SIGTRAP): Likewise.
37885         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37886         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37887         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37888         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37889         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37890         allow.
37892 2012-05-08  Ian Wienand  <ianw@vmware.com>
37894         [BZ #14080]
37895         * time/tzset.c (__tzset_parse_tz): Update default rules for
37896         daylight time changes in the Energy Policy Act of 2005.
37898 2012-05-09  Andreas Jaeger  <aj@suse.de>
37900         [BZ #13983]
37901         * elf/ldconfig.c (parse_conf): Change string to make clear that
37902         ldconfig only issued a warning if ld.so.conf does not exist.
37904 2012-05-08  David S. Miller  <davem@davemloft.net>
37906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37907         movxtod instead of popping the value on the stack.
37909         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37911 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37913         * config.h.in: Add HAVE_ARM_PCS_VFP.
37915 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37917         [BZ #13979]
37918         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37919         checking but the checks are disabled for any reason.
37921 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37923         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37924         and ELF64_R_TYPE with ELFW(R_TYPE).
37926 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37928         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37929         (ulimit): Likewise.
37931         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37932         (settimeofday): Likewise.
37934 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37936         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37937         a struct th_u2 inside the union, and move tu_block/tu_code into
37938         a new th_u3 union of tu_block/tu_code inside of that.  Move
37939         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37940         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37941         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37942         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37943         (th_stuff): Change to th_u1.tu_stuff.
37944         (th_data): Define.
37945         (th_msg): Change to th_u1.th_u2.tu_data.
37947 2012-05-07  David S. Miller  <davem@davemloft.net>
37949         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37951         [BZ #14074]
37952         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37953         (SETUP_PIC_REG): Use it.
37954         (SETUP_PIC_REG_LEAF): Use it.
37956 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37958         [BZ #13885]
37959         [BZ #13923]
37960         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37961         USE_AS_EXPM1L.
37962         (EXPL_FINITE): Likewise.
37963         (FLDLOG): Likewise.
37964         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37965         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37966         e_expl.S.
37967         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37968         USE_AS_EXPM1L.
37969         (EXPL_FINITE): Likewise.
37970         (FLDLOG): Likewise.
37971         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37972         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37973         e_expl.S.
37974         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37975         test of -max_value argument for long double.
37976         * sysdeps/i386/fpu/libm-test-ulps: Update.
37977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37979 2012-05-06  David S. Miller  <davem@davemloft.net>
37981         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37982         quad soft-float symbols whose references which are compiler
37983         generated.
37984         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37986 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37988         [BZ #13884]
37989         [BZ #13914]
37990         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37991         USE_AS_EXP10L.
37992         (EXPL_FINITE): Likewise.
37993         (FLDLOG): Likewise.
37994         (c0): Likewise.
37995         (c1): Likewise.
37996         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37997         Adjust comments for base varying.
37998         (__expl_finite): Change alias to EXPL_FINITE.
37999         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38000         e_expl.S.
38001         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38002         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38003         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38004         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38005         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38006         USE_AS_EXP10L.
38007         (EXPL_FINITE): Likewise.
38008         (FLDLOG): Likewise.
38009         (c0): Likewise.
38010         (c1): Likewise.
38011         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38012         Adjust comments for base varying.
38013         (__expl_finite): Change alias to EXPL_FINITE.
38014         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
38015         tests for bugs.
38016         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38018         [BZ #14064]
38019         * math/libm-test.inc (check_float_internal): Correct ulp
38020         calculation for subnormal expected results.
38022 2012-05-06  Andreas Jaeger  <aj@suse.de>
38024         * Makeconfig (+math-flags): New, set to -frounding-math.
38025         (+cflags): Add +math-flags so that all of glibc gets compiled with
38026         it.
38028         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38030 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
38032         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38033         Disable one test.
38035         [BZ #13787]
38036         [BZ #13922]
38037         [BZ #14036]
38038         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38039         (__ieee754_expl): Allow for and saturate large arguments.
38040         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38041         (u_threshold): Likewise.
38042         (__exp): Call __ieee754_exp before checking for overflow and
38043         underflow.
38044         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38045         (u_threshold): Likewise.
38046         (__expf): Call __ieee754_expf before checking for overflow and
38047         underflow.
38048         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38049         (u_threshold): Likewise.
38050         (__expl): Call __ieee754_expl before checking for overflow and
38051         underflow.
38052         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38053         (__ieee754_expl): Allow for and saturate large arguments.
38054         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38055         missing overflow exception on overflow.
38056         (expm1_test): Do not allow missing overflow exception on overflow.
38058         * sysdeps/i386/fpu/e_expl.c: Move to ...
38059         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38060         rather than using inline asm.
38061         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38062         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38063         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38065         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38066         (nice): Likewise.
38067         (poll): Likewise.
38068         (signal): Likewise.
38069         (time): Likewise.
38070         (times): Likewise.
38072 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38074         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38075         sysdeps/unix/common/syscalls.list.
38076         (fchmod): Likewise.
38077         (fchown): Likewise.
38078         (ftruncate): Likewise.
38079         (getrusage): Likewise.
38080         (gettimeofday): Likewise.
38081         (setpgid): Likewise.
38082         (setregid): Likewise.
38083         (setreuid): Likewise.
38084         (sigaction): Likewise.
38085         (truncate): Likewise.
38086         (vhangup): Likewise.
38087         * sysdeps/unix/common/syscalls.list: Remove file.
38088         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38089         * sysdeps/unix/sysv/linux/Implies: Likewise.
38091 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38093         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38094         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38095         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38096         Moved to ...
38097         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38098         Here.
38099         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38100         to ...
38101         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38102         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38103         to ...
38104         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38105         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38106         to ...
38107         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38108         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38109         to ...
38110         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38111         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38112         to ...
38113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38114         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38115         to ...
38116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38117         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38118         to ...
38119         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38120         Here.
38121         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38122         to ...
38123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38124         Here.
38125         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38126         to ...
38127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38128         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38129         Moved to ...
38130         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38131         Here.
38132         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38133         to ...
38134         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38136 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38138         * sysdeps/unix/common/bits/dirent.h: Remove file.
38139         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38141         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38142         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38143         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38144         * sysdeps/unix/bsd/isatty.c: Likewise.
38145         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38146         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38147         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38149 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38151         [BZ #13563]
38152         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38153         long double comparison inaccuracies.
38154         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38155         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38157 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38159         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38160         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38162 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38164         [BZ #14049]
38165         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38166         nonzero digits before rounding a hex value.
38167         * stdlib/tst-strtod.c (tests): Add another test.
38169 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38171         * sysdeps/s390/fpu/libm-test-ulps: Update.
38173 2012-05-03  Andreas Jaeger  <aj@suse.de>
38175         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38176         does not get optimized out.
38177         (malloc_opt_barrier): New.
38179 2012-05-03  Andreas Jaeger  <aj@suse.de>
38180             Roland McGrath  <roland@hack.frob.com>
38182         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38183         intermediate file deletion.
38184         (generated): Add .symlist files.
38186 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38188         [BZ #13775]
38189         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38190         Redirect under this condition.
38191         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38192         [__USE_GNU] (__dprintf_chk): Not under this condition.
38193         [__USE_GNU] (__vdprintf_chk): Likewise.
38194         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38195         under this condition.
38196         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38197         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38198         [__USE_XOPEN2K8] (vdprintf): Likewise.
38199         [__USE_GNU] (__dprintf_chk): Not under this condition.
38200         [__USE_GNU] (__vdprintf_chk): Likewise.
38201         [__USE_GNU] (dprintf): Likewise.
38202         [__USE_GNU] (vdprintf): Likewise.
38204 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38206         * elf/Makefile (common-generated): Set this instead of generated for
38207         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38208         $(all-built-dso)-derived lists.
38210 2012-05-03  Andreas Jaeger  <aj@suse.de>
38212         * sysdeps/i386/fpu/libm-test-ulps: Update.
38214         * FAQ: Removed.
38215         * FAQ.in: Likewise.
38216         * scripts/gen-FAQ.pl: Likewise.
38217         * manual/install.texi (Installation): Point to online location of
38218         FAQ.
38219         * Makefile (files-for-dist): Remove FAQ.
38220         (FAQ): Remove.
38222 2012-05-02  Allan McRae  <allan@archlinux.org>
38224         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38225         (LDFLAGS-reldepmod5.so): Likewise.
38226         (LDFLAGS-reldep6mod1.so): Likewise.
38227         (LDFLAGS-reldep6mod4.so): Likewise.
38228         (LDFLAGS-reldep8mod3.so): Likewise.
38229         (LDFLAGS-unload4mod1.so): Likewise.
38230         (LDFLAGS-unload4mod2.so): Likewise.
38231         (LDFLAGS-tst-initorder): Likewise.
38232         (LDFLAGS-tst-initordera2.so): Likewise.
38233         (LDFLAGS-tst-initordera3.so): Likewise.
38234         (LDFLAGS-tst-initordera4.so): Likewise.
38235         (LDFLAGS-tst-initorderb2.so): Likewise.
38236         (LDFLAGS-noload): Likewise.
38237         (LDFLAGS-next): Likewise.
38238         (LDFLAGS-order2mod1.so): Likewise.
38239         (LDFLAGS-order2mod2.so): Likewise.
38240         (LDFLAGS-tst-initorder2): Likewise.
38241         (LDFLAGS-tst-initorder2a.so): Likewise.
38242         (LDFLAGS-tst-initorder2b.so): Likewise.
38243         (LDFLAGS-tst-initorder2c.so): Likewise.
38244         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38246 2012-05-02  David S. Miller  <davem@davemloft.net>
38248         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38250 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38252         [BZ #14055]
38253         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38255 2012-05-02  Andreas Jaeger  <aj@suse.de>
38257         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38258         since we manipulate rounding mode.
38259         (CPPFLAGS-test-idouble.c): Likewise.
38260         (CPPFLAGS-test-ifloat.c): Likewise.
38261         (CFLAGS-test-ldouble.c): Likewise.
38262         (CFLAGS-test-double.c): Likewise.
38263         (CFLAGS-test-float.c): Likewise.
38264         (CFLAGS-test-misc.c): Likewise.
38265         (CFLAGS-test-test-fenv.c): Likewise.
38267 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38269         [BZ #2550]
38270         [BZ #2570]
38271         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38272         comparisons to determine direction to adjust input.
38274 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38276         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38277         output to the target.
38279         * scripts/localplt.awk: New file.
38280         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38281         (check-localplt-CFLAGS): Variable removed.
38282         ($(all-built-dso:=.jmprel)): New static pattern rule.
38283         (generated): Add those targets.
38284         (localplt-built-dso): New variable.
38285         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38287         * elf/check-localplt.c: File removed.
38289         * scripts/check-execstack.awk: New file.
38290         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38291         (check-execstack-CFLAGS): Variable removed.
38292         ($(objpfx)check-execstack.h): Target removed.
38293         ($(objpfx)execstack-default): New target.
38294         (generated): Add that instead of check-execstack.h.
38295         ($(all-built-dso:=.phdr)): New static pattern rule.
38296         (generated): Add those targets.
38297         * elf/check-execstack.c: File removed.
38299         * scripts/check-textrel.awk: New file.
38300         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38301         (check-textrel-CFLAGS): Variable removed.
38302         (all-built-dso): Use := to define.o
38303         ($(all-built-dso:=.dyn)): New static pattern rule.
38304         (generated): Add those targets.
38305         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38306         * config.make.in (READELF): New substituted variable.
38307         * elf/check-textrel.c: File removed.
38309 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38311         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38312         allow.
38313         * conform/data/ctype.h-data [C99-based standards] (isblank):
38314         Expect function.
38315         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38316         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38317         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38318         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38319         Specify type.  Require positive value.
38320         (EILSEQ): Likewise.
38321         (ERANGE): Likewise.
38322         [ISO || POSIX] (EILSEQ): Do not expect.
38323         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38324         Specify type.  Require positive value.
38325         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38326         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38327         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38328         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38329         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38330         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38331         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38332         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38333         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38334         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38335         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38336         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38337         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38338         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38339         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38340         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38341         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38342         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38343         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38344         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38345         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38346         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38347         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38348         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38349         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38350         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38351         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38352         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38353         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38354         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38355         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38356         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38357         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38358         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38359         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38360         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38361         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38362         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38363         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38364         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38365         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38366         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38367         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38368         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38369         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38370         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38371         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38372         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38373         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38374         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38375         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38376         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38377         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38378         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38379         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38380         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38381         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38382         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38383         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38384         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38385         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38386         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38387         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38388         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38389         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38390         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38391         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38392         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38393         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38394         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38395         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38396         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38397         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38398         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38399         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38400         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38401         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38402         Require >= 2.
38403         (FLT_ROUNDS): Expect as macro, not constant.
38404         (FLT_MANT_DIG): Use macro-int-constant.
38405         (DBL_MANT_DIG): Likewise.
38406         (LDBL_MANT_DIG): Likewise.
38407         (FLT_DIG): Likewise.
38408         (DBL_DIG): Likewise.
38409         (LDBL_DIG): Likewise.
38410         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38411         (DBL_MIN_EXP): Likewise.
38412         (LDBL_MIN_EXP): Likewise.
38413         (FLT_MAX_EXP): Use macro-int-constant.
38414         (DBL_MAX_EXP): Likewise.
38415         (LDBL_MAX_EXP): Likewise.
38416         (FLT_MAX_10_EXP): Likewise.
38417         (DBL_MAX_10_EXP): Likewise.
38418         (LDBL_MAX_10_EXP): Likewise.
38419         (FLT_MAX): Use macro-constant.
38420         (DBL_MAX): Likewise.
38421         (LDBL_MAX): Likewise.
38422         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38423         (DBL_EPSILON): Likewise.
38424         (LDBL_EPSILON): Likewise.
38425         (FLT_MIN): Likewise.
38426         (DBL_MIN): Likewise.
38427         (LDBL_MIN): Likewise.
38428         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38429         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38430         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38431         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38432         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38433         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38434         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38435         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38436         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38437         [ISO11] (FLT_TRUE_MIN): Likewise.
38438         [ISO11] (LDBL_TRUE_MIN): Likewise.
38439         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38440         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38441         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38442         (SCHAR_MAX): Likewise.
38443         (UCHAR_MAX): Likewise.
38444         (CHAR_MIN): Likewise.
38445         (CHAR_MAX): Likewise.
38446         (MB_LEN_MAX): Use macro-int-constant.
38447         (SHRT_MIN): Use macro-int-constant.  Specify type.
38448         (SHRT_MAX): Likewise.
38449         (USHRT_MAX): Likewise.
38450         (INT_MAX): Likewise.
38451         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38452         bound negative.
38453         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38454         bound with "U".
38455         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38456         bound with "L".
38457         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38458         bound negative.  Suffix upper bound with "L".
38459         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38460         bound with "UL".
38461         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38462         Specify type.
38463         [C99-based standards] (LLONG_MAX): Likewise.
38464         [C99-based standards] (ULLONG_MAX): Likewise.
38465         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38466         == 0.
38467         [ISO11] (max_align_t): Require type.
38468         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38470         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38471         from $CFLAGS, without defining away __attribute__ calls.
38472         (checknamespace): Use $CFLAGS_namespace.
38474         * conform/conformtest.pl (@keywords): Only include C99 keywords
38475         for standards based on C99 or C11.
38477         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38478         Disable tests.
38479         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38480         UNIX98]: Likewise.
38482         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38483         usability of symbols in #if.
38485         * conform/conformtest.pl: If macro or constant types start
38486         "promoted:", expect the symbol to be of the following type
38487         promoted by the integer promotions.
38489         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38490         in one place.  Also handle "macro-constant".
38492         * conform/conformtest.pl: Only accept expected macro values with
38493         "==".  Parse all "macro" lines in one place.
38494         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38496         * conform/conformtest.pl: Handle braced types on "constant" lines
38497         instead of handling "typed-constant".
38498         * conform/data/signal.h-data: Use "constant" instead of
38499         "typed-constant".
38501         * conform/conformtest.pl: Handle "optional-" at start of lines in
38502         one place rather than duplicating several cases.  Handle each
38503         format of "macro" line with initial "optional-".
38505         * conform/conformtest.pl: Only accept expected constant or
38506         optional-constant values with "==".  Parse all "constant" lines in
38507         one place.  Parse all "optional-constant" lines in one place.
38508         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38509         * conform/data/fmtmsg.h-data: Likewise.
38510         * conform/data/netinet/in.h-data: Likewise.
38511         * conform/data/tar.h-data: Likewise.
38512         * conform/data/limits.h-data: Use "==" form on "constant" and
38513         "optional-constant" lines.
38515         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38516         Use -std=c99 for XOPEN2K.
38517         (@knownproblems): Remove.
38518         (newtoken): Don't check %isknown.
38520         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38521         Do not expect macro.
38522         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38523         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38524         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38525         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38526         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38527         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38528         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38529         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38530         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38531         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38532         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38533         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38534         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38535         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38536         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38537         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38538         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38539         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38540         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38541         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38542         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38543         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38544         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38545         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38546         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38547         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38548         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38549         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38550         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38551         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38552         [XPG3] (acosh): Likewise.
38553         [XPG3] (asinh): Likewise.
38554         [XPG3] (atanh): Likewise.
38555         [XPG3] (cbrt): Likewise.
38556         [XPG3] (expm1): Likewise.
38557         [XPG3] (ilogb): Likewise.
38558         [XPG3] (log1p): Likewise.
38559         [XPG3] (logb): Likewise.
38560         [XPG3] (nextafter): Likewise.
38561         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38562         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38563         [XPG3] (remainder): Likewise.
38564         [XPG3] (rint): Likewise.
38565         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38566         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38567         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38568         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38569         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38570         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38571         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38572         [UNIX98 || XOPEN2K] (scalb): Expect.
38573         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38574         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38575         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38576         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38577         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38578         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38579         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38580         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38581         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38582         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38583         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38584         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38585         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38586         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38587         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38588         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38589         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38590         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38591         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38592         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38593         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38594         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38595         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38596         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38597         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38598         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38599         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38600         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38601         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38602         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38603         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38604         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38605         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38606         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38607         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38608         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38609         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38610         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38611         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38612         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38613         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38614         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38615         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38616         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38617         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38618         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38619         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38620         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38621         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38622         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38623         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38624         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38625         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38626         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38627         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38628         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38629         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38630         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38631         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38632         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38633         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38634         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38635         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38636         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38637         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38638         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38639         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38640         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38641         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38642         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38643         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38644         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38645         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38646         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38647         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38648         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38649         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38650         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38651         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38652         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38653         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38654         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38655         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38656         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38657         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38658         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38659         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38660         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38661         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38662         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38663         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38664         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38665         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38666         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38667         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38668         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38669         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38670         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38671         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38672         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38673         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38674         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38675         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38676         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38677         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38678         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38679         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38680         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38681         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38682         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38683         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38684         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38685         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38686         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38687         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38688         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38689         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38690         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38691         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38692         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38693         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38694         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38695         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38696         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38697         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38698         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38699         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38700         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38701         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38702         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38703         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38704         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38705         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38706         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38707         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38708         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38709         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38711         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38712         _XOPEN_SOURCE_EXTENDED for XPG4.
38714         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38716         * Makeconfig (localtime): Remove variable.
38717         (inst_localtime-file): Likewise.
38719 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38722         Update.
38723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38724         Update.
38725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38726         Update.
38727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38728         Update.
38729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38730         Update.
38731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38732         Update.
38733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38734         Update.
38735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38736         Update.
38737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38738         Update.
38740 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38742         [BZ #2550]
38743         [BZ #2570]
38744         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38745         comparisons to determine direction to adjust input.
38746         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38747         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38748         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38749         Likewise.
38750         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38751         Likewise.
38752         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38753         Likewise.
38754         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38755         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38756         Likewise.
38757         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38758         Likewise.
38759         * math/libm-test.inc (nexttoward_test): Add more tests.
38761 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38763         [BZ #14040]
38764         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38765         in version GLIBC_2.1, not GLIBC_2.0.
38766         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38767         Likewise.
38769 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38771         [BZ #13942]
38772         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38773         (1 - x) * (1 + x).
38774         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38775         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38776         * math/libm-test.inc (acos_test): Add more tests.
38777         (asin_test): Likewise.
38778         * sysdeps/i386/fpu/libm-test-ulps: Update.
38779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38781         [BZ #14034]
38782         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38783         of square root.
38784         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38785         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38786         * math/libm-test.inc (acos_test_tonearest): New function.
38787         (acos_test_towardzero): Likewise.
38788         (acos_test_downward): Likewise.
38789         (acos_test_upward): Likewise.
38790         (asin_test_tonearest): Likewise.
38791         (asin_test_towardzero): Likewise.
38792         (asin_test_downward): Likewise.
38793         (asin_test_upward): Likewise.
38794         (main): Call the new functions.
38795         * sysdeps/i386/fpu/libm-test-ulps: Update.
38796         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38798         [BZ #13884]
38799         [BZ #13924]
38800         * math/e_exp10.c: Include <float.h>.
38801         (__ieee754_exp10): Handle underflow here rather than multiplying
38802         large negative argument by M_LN10.
38803         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38804         of __ieee754_expf.
38805         * math/e_exp10l.c: Include <float.h>.
38806         (__ieee754_exp10l): Handle underflow here rather than multiplying
38807         large negative argument by M_LN10l.
38808         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38809         spurious overflow exception on underflow.
38811 2012-04-29  Marek Polacek  <polacek@redhat.com>
38813         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38814         (__fortify_function): New macro.
38815         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38816         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38817         __extern_always_inline.
38818         * libio/bits/stdio2.h: Likewise.
38819         * libio/bits/stdio.h: Likewise.
38820         * string/string.h: Likewise.
38821         * string/bits/string3.h: Likewise.
38822         * include/stdio.h: Likewise.
38823         * stdlib/bits/stdlib.h: Likewise.
38824         * stdlib/stdlib.h: Likewise.
38825         * rt/bits/mqueue2.h: Likewise.
38826         * rt/mqueue.h: Likewise.
38827         * posix/bits/unistd.h: Likewise.
38828         * posix/unistd.h: Likewise.
38829         * io/bits/poll2.h: Likewise.
38830         * io/bits/fcntl2.h: Likewise.
38831         * io/fcntl.h: Likewise.
38832         * io/sys/poll.h: Likewise.
38833         * misc/bits/syslog.h: Likewise.
38834         * misc/bits/syslog-ldbl.h: Likewise.
38835         * misc/sys/syslog.h: Likewise.
38836         * socket/bits/socket2.h: Likewise.
38837         * socket/sys/socket.h: Likewise.
38838         * debug/tst-chk1.c: Likewise.
38839         * wcsmbs/bits/wchar2.h: Likewise.
38840         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38841         * wcsmbs/wchar.h: Likewise.
38843 2012-04-29  Andreas Jaeger  <aj@suse.de>
38845         * Makerules (tests): Remove enable-check-abi protection.
38846         (check-abi-warn): Remove.
38847         (check-abi-%): Remove check-abi-warn usage.
38849         * configure.in: Remove check-abi configure option.
38850         * configure: Regenerated.
38851         * config.make.in (enable-check-abi): Remove.
38853 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38855         [BZ #14033]
38856         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38857         double functions to double *_finite functions.
38859         [BZ #13941]
38860         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38861         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38862         LDBL_MIN_EXP.
38863         * stdio-common/Makefile (tests): Add tst-sprintf3.
38864         * stdio-common/tst-sprintf3.c: New file.
38866         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38867         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38869 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38871         * conform/conformtest.pl: Remove duplicate typed-constant
38872         handling.
38874 2012-04-28  David S. Miller  <davem@davemloft.net>
38876         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38877         (check-abi-%): Remove AWK script prerequisite and explicit
38878         abilist directory.
38879         (check-abi): Rewrite to just diff the symlist with the abilist.
38880         (config-tls, config-abi-config): Delete, no longer used.
38881         (update-abi-%): Remove AWK script and explicit abilist directory.
38882         (update-abi): Rewrite to simply compare and conditionally copy the
38883         symlist and the sysdep abilist file.  Remove update-abi-config
38884         checks.
38885         * abilist/ld.abilist: Remove.
38886         * abilist/libBrokenLocale.abilist: Remove.
38887         * abilist/libanl.abilist: Remove.
38888         * abilist/libcrypt.abilist: Remove.
38889         * abilist/libdl.abilist: Remove.
38890         * abilist/librt.abilist: Remove.
38891         * abilist/libthread_db.abilist: Remove.
38892         * abilist/libutil.abilist: Remove.
38893         * scripts/extract-abilist.awk: Remove.
38894         * scripts/merge-abilist.awk: Remove.
38895         * sysdeps/generic/libcidn.abilist: New file.
38896         * sysdeps/generic/libnss_compat.abilist: New file.
38897         * sysdeps/generic/libnss_db.abilist: New file.
38898         * sysdeps/generic/libnss_dns.abilist: New file.
38899         * sysdeps/generic/libnss_files.abilist: New file.
38900         * sysdeps/generic/libnss_hesiod.abilist: New file.
38901         * sysdeps/generic/libnss_nis.abilist: New file.
38902         * sysdeps/generic/libnss_nisplus.abilist: New file.
38903         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38904         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38905         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38906         file.
38907         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38908         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38909         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38910         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38911         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38912         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38913         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38914         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38915         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38916         file.
38917         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38918         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38919         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38920         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38921         file.
38922         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38923         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38924         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38925         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38926         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38927         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38928         file.
38929         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38930         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38931         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38932         file.
38933         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38934         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38935         New file.
38936         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38937         New file.
38938         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38939         New file.
38940         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38941         New file.
38942         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38943         New file.
38944         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38945         New file.
38946         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38947         New file.
38948         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38949         New file.
38950         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38951         New file.
38952         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38953         New file.
38954         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38955         New file.
38956         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38957         New file.
38958         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38959         New file.
38960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38961         file.
38962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38963         New file.
38964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38965         New file.
38966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38967         file.
38968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38969         New file.
38970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38971         New file.
38972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38973         file.
38974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38975         New file.
38976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38977         New file.
38978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38979         New file.
38980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38981         New file.
38982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38983         New file.
38984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38985         New file.
38986         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38987         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38988         file.
38989         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38990         New file.
38991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38992         file.
38993         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38994         file.
38995         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38996         file.
38997         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38998         file.
38999         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39000         file.
39001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39002         New file.
39003         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39004         file.
39005         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39006         file.
39007         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39008         New file.
39009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39010         file.
39011         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39013         file.
39014         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39015         New file.
39016         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39017         file.
39018         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39019         file.
39020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39021         file.
39022         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39023         file.
39024         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39025         file.
39026         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39027         New file.
39028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39029         file.
39030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39031         file.
39032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39033         New file.
39034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39035         file.
39036         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39037         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39038         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39039         file.
39040         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39041         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39042         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39043         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39044         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39045         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39046         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39047         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39048         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39049         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39052         file.
39053         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39054         New file.
39055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39056         file.
39057         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39058         file.
39059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39060         file.
39061         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39062         file.
39063         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39064         file.
39065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39066         New file.
39067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39068         New file.
39069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39070         file.
39071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39072         New file.
39073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39074         file.
39075         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39077         file.
39078         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39079         New file.
39080         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39081         file.
39082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39083         file.
39084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39085         file.
39086         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39087         file.
39088         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39089         file.
39090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39091         New file.
39092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39093         New file.
39094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39095         file.
39096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39097         New file.
39098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39099         file.
39101 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39103         * conform/conformtest.pl: Fix typo in handling typed-constant from
39104         allow-header.
39106 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39108         * README: Cut down references to pre-2.6 Linux kernels and
39109         Linuxthreads.  Update lists of configurations in libc and ports
39110         and sort alphabetically.  Say "or newer" with Linux kernel version
39111         requirements.
39113         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39115 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39117         [BZ #887]
39118         * math/libm-test.inc (logb_test_downward): New test to expose
39119         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39120         rounding mode.
39122 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39124         [BZ #14027]
39125         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39126         to be done.
39127         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39128         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39130 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39132         * sysdeps/unix/i386/brk.S: Remove file.
39133         * sysdeps/unix/i386/dl-brk.S: Likewise.
39134         * sysdeps/unix/i386/pipe.S: Likewise.
39135         * sysdeps/unix/i386/sigreturn.S: Likewise.
39136         * sysdeps/unix/i386/syscall.S: Likewise.
39137         * sysdeps/unix/i386/vfork.S: Likewise.
39138         * sysdeps/unix/i386/wait.S: Likewise.
39140         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39141         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39143         * configure.in (arm*-none*): Do not allow without
39144         --enable-hacker-mode.
39145         (netbsd*): Remove case setting base_os.
39146         (386bsd*): Likewise.
39147         (freebsd*): Likewise.
39148         (bsdi*): Likewise.
39149         (osf*): Likewise.
39150         (sunos*): Likewise.
39151         (ultrix*): Likewise.
39152         (newsos*): Likewise.
39153         (dynix*): Likewise.
39154         (*bsd*): Likewise.
39155         (sysv*): Likewise.
39156         (isc*): Likewise.
39157         (esix*): Likewise.
39158         (sco*): Likewise.
39159         (minix*): Likewise.
39160         (irix4*): Likewise.
39161         (irix6*): Likewise.
39162         (solaris[2-9]*): Likewise.
39163         (none): Likewise.
39164         * configure: Regenerated.
39166 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39168         [BZ #11521]
39169         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39170         overflow or cancellation in calculating denominator.
39171         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39172         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39173         down expression to avoid unexpected rounding in newer GCCs.
39174         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39176 2012-04-26  David S. Miller  <davem@davemloft.net>
39178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39179         long-double compat symbols.
39180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39185         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39186         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39191         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39192         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39194 2012-04-25  David S. Miller  <davem@davemloft.net>
39196         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39197         HWCAP_* values only after the memory barriers have been defined.
39198         (atomic_full_barrier): Define.
39199         (atomic_read_barrier): Define.
39200         (atomic_write_barrier): Define.
39202 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39204         * shlib-versions: Add libgcc_s version information.
39205         * sysdeps/generic/libgcc_s.h: Remove.
39206         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39207         libgcc_s.h.
39208         * sysdeps/gnu/unwind-resume.c: Likewise.
39209         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39211 2012-04-25  David S. Miller  <davem@davemloft.net>
39213         * sysdeps/unix/sparc/brk.S: Delete.
39214         * sysdeps/unix/sparc/dl-brk.S: Delete.
39215         * sysdeps/unix/sparc/pipe.S: Delete.
39216         * sysdeps/unix/sparc/sysdep.S: Delete.
39217         * sysdeps/unix/sparc/sysdep.h: Delete.
39218         * sysdeps/unix/sparc/vfork.S: Delete.
39219         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39220         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39221         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39222         (ret_ERRVAL, r0, r1, MOVE): Define.
39223         (JUMPTARGET): Remove.
39224         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39225         sysdeps/unix/sparc/sysdep.h
39226         (ENTRY, END): Remove.
39227         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39229 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39231         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39232         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39233         -DIS_IN_build.
39235         * timezone/README: Update upstream location and email address for
39236         tzcode and tzdata.
39237         * timezone/zdump.c: Update from tzcode 2012b.
39238         * timezone/zic.c: Likewise.
39240         * configure.in (libc_cv_as_needed): Remove test.
39241         * configure: Regenerated.
39242         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39243         conditional definition.
39244         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39245         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39246         * config.make.in (have-as-needed): Remove variable.
39248 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39249             Paul Pluzhnikov  <ppluzhnikov@google.com>
39251         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39252         strings correctly.
39254 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39256         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39257         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39258         * sysdeps/sh/strlen.S: Likewise.
39260 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39262         * sysdeps/unix/fork.S: Remove file.
39263         * sysdeps/unix/i386/fork.S: Likewise.
39264         * sysdeps/unix/sparc/fork.S: Likewise.
39266         * sysdeps/unix/system.c: Remove file.
39267         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39269         * sysdeps/unix/getegid.S: Remove file.
39270         * sysdeps/unix/geteuid.S: Likewise.
39272 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39274         * scripts/check-localplt.awk: New file.
39275         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39276         of diff.
39277         * scripts/data/localplt-generic.data: Add a comment.
39279         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39280         NODE when __dir_mkfile failed.
39281         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39282         Reported by Ludovic Courtès <ludo@gnu.org>.
39284 2012-04-24  Andreas Jaeger  <aj@suse.de>
39286         * Makerules (common-clean): Also remove gen-as-const-headers
39287         files.
39289 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39291         * Makerules (native-compile): Do not change working directory for
39292         build.  Use $(OUTPUT_OPTION) in command.
39293         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39295 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39297         [BZ #13886]
39298         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39299         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39300         * math/libm-test.inc (floor_test): Add more tests.
39301         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39303 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39305         * sysdeps/unix/getdents.c: Remove file.
39306         * sysdeps/unix/sysv/getdents.c: Likewise.
39307         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39309         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39310         sysdeps/unix/mman/syscalls.list.
39311         (mmap): Likewise.
39312         (mprotect): Likewise.
39313         (msync): Likewise.
39314         (munmap): Likewise.
39315         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39316         * sysdeps/unix/mman/syscalls.list: Remove.
39317         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39319         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39320         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39321         * configure: Regenerated.
39322         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39323         $(libgcc_s_suffix).
39324         * config.make.in (libgcc_s_suffix): Remove variable.
39326 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39328         * sysdeps/unix/sysv/gethostname.c: Move to ...
39329         * sysdeps/posix/gethostname.c: ... here.
39331         * sysdeps/unix/execve.S: Remove file.
39333         * sysdeps/unix/_exit.S: Remove file.
39335 2012-04-23  Andreas Jaeger  <aj@suse.de>
39337         [BZ #13739]
39338         * manual/Makefile: Remove make dist support, there's no
39339         need for a stand-alone documentation tar ball.
39340         (TEXI2DVI): Define always, it's not in Makeconfig.
39341         (dist): Removed.
39342         (tar-it): Removed.
39343         (edition): Removed.
39344         (glibc-doc-$(edition).tar): Removed
39345         (%.Z): Removed.
39346         (%.gz): Removed.
39347         (%.uu): Removed.
39348         (ETAGS): Remove, it's in Makeconfig.
39349         (move-if-change): Remove, it's in Makeconfig.
39351 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39353         [BZ #13970]
39354         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39355         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39356         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39357         (strtod_l, strtof_l, strtold_l): Remove __wur.
39358         It is not necessarily an error to ignore strtol's return value.
39359         One can reliably look at the stored endptr to decide whether
39360         the number had valid syntax.
39362 2012-04-21  Andreas Jaeger  <aj@suse.de>
39364         [BZ #13739]
39365         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39367 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39369         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39370         * sysdeps/unix/sysv/Versions: Remove file.
39372 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39374         [BZ #13927]
39375         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39377 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39379         [BZ #7064]
39380         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39381         version from __vm86.
39383 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39385         * sysdeps/unix/common/lxstat.c: Remove file.
39386         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39388         * sysdeps/unix/sysv/Makefile: Remove file.
39390         * sysdeps/unix/sysv/direct.h: Remove file.
39392         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39393         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39394         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39395         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39396         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39397         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39398         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39400         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39402         * sysdeps/unix/xmknod.c: Remove file.
39403         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39405         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39407         * sysdeps/unix/sysv/i386/time.S: Remove file.
39409         * sysdeps/unix/fxstat.c: Remove file.
39410         * sysdeps/unix/xstat.c: Likewise.
39411         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39413         * sysdeps/unix/sysv/sigaction.c: Remove file.
39415         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39416         (sysdep_headers): Remove variable.
39417         [termio.h not in sysdep_headers] (generated): Likewise.
39418         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39419         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39420         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39421         * sysdeps/unix/sysv/tcflow.c: Likewise.
39422         * sysdeps/unix/sysv/tcflush.c: Likewise.
39423         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39424         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39425         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39426         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39427         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39429         * sysdeps/unix/siglist.c: Remove file.
39431         * sysdeps/unix/getppid.S: Remove file.
39433         * sysdeps/unix/mkdir.c: Remove file.
39434         * sysdeps/unix/rmdir.c: Likewise.
39436 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39438         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39439         ERR_MAX value.
39440         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39441         errlist-compat value.
39443 2012-04-18  David S. Miller  <davem@davemloft.net>
39445         * sysdeps/generic/memcopy.h (reg_char): Delete.
39446         * debug/strcat_chk.c: Use char, not reg_char.
39447         * debug/strcpy_chk.c: Likewise.
39448         * debug/strncat_chk.c: Likewise.
39449         * debug/strncpy_chk.c: Likewise.
39450         * string/memchr.c: Likewise.
39451         * string/memrchr.c: Likewise.
39452         * string/rawmemchr.c: Likewise.
39453         * string/strcat.c: Likewise.
39454         * string/strchr.c: Likewise.
39455         * string/strchrnul.c: Likewise.
39456         * string/strcmp.c: Likewise.
39457         * string/strcpy.c: Likewise.
39458         * string/strncat.c: Likewise.
39459         * string/strncmp.c: Likewise.
39460         * string/strncpy.c: Likewise.
39462 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39464         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39465         __builtin_memcopy is called when src and dest ranges are known to not
39466         overlap.
39468 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39470         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39471         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39472         fwd_align_merge macro call.
39473         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39474         bwd_align_merge macro call.
39475         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39477 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39479         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39480         bwd_align_merge macros.
39481         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39482         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39483         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39485 2012-04-18  David S. Miller  <davem@davemloft.net>
39487         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39489 2012-04-18  Andreas Jaeger  <aj@suse.de>
39491         [BZ# 6794]
39492         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39493         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39494         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39496         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39497         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39498         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39500         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39501         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39502         Adjust for changed ldbl-128 files.
39504         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39505         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39506         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39508 2012-04-17  David S. Miller  <davem@davemloft.net>
39510         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39512 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39514         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39515         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39516         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39517         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39518         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39519         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39521 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39523         [BZ #6794]
39524         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39525         * math/libm-test.inc: Add ilogb errno and exception tests.
39526         * math/w_ilogb.c: New file: ilogb wrapper.
39527         * math/w_ilogbf.c: New file: ilogbf wrapper.
39528         * math/w_ilogbl.c: New file: ilogbl wrapper.
39529         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39530         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39531         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39532         exception being thrown with 0.0 as argument.
39533         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39534         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39535         exception being thrown with 0.0 as argument.
39536         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39537         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39538         exception being thrown with 0.0 as argument.
39539         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39540         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39541         exception being thrown with 0.0 as argument.
39542         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39543         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39544         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39545         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39546         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39547         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39548         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39549         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39550         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39552 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39554         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39555         with altivec.
39557 2012-04-16  Marek Polacek  <polacek@redhat.com>
39559         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39561 2012-04-16  Marek Polacek  <polacek@redhat.com>
39563         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39564         operands of fdivp instruction.
39566 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39568         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39569         * elf/tst-auditmod3b.c: Likewise.
39570         * elf/tst-auditmod4b.c: Likewise.
39571         * elf/tst-auditmod5b.c: Likewise.
39572         * elf/tst-auditmod6b.c: Likewise.
39573         * elf/tst-auditmod6c.c: Likewise.
39574         * elf/tst-auditmod7b.c: Likewise.
39575         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39576         * sysdeps/x86_64/preconfigure.in: Likewise.
39577         * sysdeps/x86_64/preconfigure: Regenerated.
39579 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39581         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39582         __ILP32__.
39584 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39586         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39587         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39589 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39591         [BZ #13973]
39592         * locale/iso-639.def: Fix gl language name. Spotted by
39593         Yaron Shahrabani.
39595 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39597         [BZ #2074]
39598         * libio/libio.h (__io_write_fn): Update comment.
39600 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39602         [BZ #2074]
39603         * stdio.texi (Hook Functions): The user provided writer function
39604         is not allowed to return -1.
39606 2012-04-11  David S. Miller  <davem@davemloft.net>
39608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39610 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39612         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39613         Add a leading slash to rtkaio.
39615 2012-04-11  Jim Meyering  <meyering@redhat.com>
39617         [BZ #11959]
39618         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39619         It is not necessarily an error to ignore fwrite's return
39620         value.  One can reliably use ferror to test for errors after
39621         the fact.
39623 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39625         * bits/types.h (__snseconds_t): New type.
39626         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39628         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39629         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39630         (__SNSECONDS_T_TYPE): Likewise.
39631         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39632         (__SNSECONDS_T_TYPE): Likewise.
39633         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39634         (__SNSECONDS_T_TYPE): Likewise.
39636 2012-04-10  Andreas Jaeger  <aj@suse.de>
39638         [BZ #2636]
39639         * manual/time.texi (Processor Time): Return type of times is
39640         elapsed real time since an arbitrary point in the past.
39641         (CPU Time): Move CLK_TCK from here...
39642         (Processor Time): ...to here.  Correct description.
39643         * manual/conf.texi (Constants for Sysconf): Correct description of
39644         _SC_CLK_TCK.
39646 2012-04-10  David S. Miller  <davem@davemloft.net>
39648         [BZ #13967]
39649         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39650         where the is a gap between DT_REL(A) and DT_JMPREL.
39652 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39654         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39655         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39656         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39658 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39660         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39661         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39662         (dl_main): Handle --inhibit-cache.
39663         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39664         _dl_inhibit_cache.
39665         * elf/dl-load.c (_dl_map_object): Use it.
39666         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39668 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39670         [BZ #13872]
39671         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39672         (__ieee754_powl): Saturate large exponents rather than testing for
39673         overflow of y*log2(x).
39674         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39675         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39676         exceptions.
39678         [BZ #11521]
39679         * math/s_ctan.c: Include <float.h>.
39680         (__ctan): Avoid internal overflow or cancellation in calculating
39681         denominator.
39682         * math/s_ctanf.c: Likewise.
39683         * math/s_ctanl.c: Likewise.
39684         * math/s_ctanh.c: Likewise.
39685         * math/s_ctanhf.c: Likewise.
39686         * math/s_ctanhl.c: Likewise.
39687         * math/libm-test.inc (ctan_test): Add more tests.
39688         (ctanh_test): Likewise.
39689         * sysdeps/i386/fpu/libm-test-ulps: Update.
39690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39692 2012-04-09  Andreas Jaeger  <aj@suse.de>
39694         [BZ #6894]
39695         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39696         is an optional BSD extension.
39698         [BZ #10254]
39699         * manual/stdio.texi (Opening Streams): Document additional fopen
39700         parameters.
39702 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39704         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39705         %eax without telling the compiler.
39707 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39709         [BZ # 13963]
39710         * manual/install.texi: Use sourceware.org.
39712 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39714         [BZ #13873]
39715         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39716         (__ieee754_pow): Generate overflow and underflow using huge*huge
39717         and tiny*tiny rather than just returning constant infinity or zero
39718         for large exponents.
39719         * math/libm-test.inc (pow_test): Require overflow exceptions for
39720         applicable cases of large exponents.
39722         [BZ #706]
39723         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39724         (__ieee754_pow): Use iterative multiplication algorithm only for
39725         integer exponents with absolute value below 1024.  Check for odd
39726         integer exponents when using algorithm for real exponents.
39727         * math/libm-test.inc (pow_test): Add more tests.
39728         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39730 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39732         [BZ #13705]
39733         * math/libm-test.inc (exp_test): Do not allow overflow exception
39734         on underflow test.
39736 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39738         [BZ #13705]
39739         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39740         instead of __kernel_standard_f.
39742 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39744         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39745         * sysdeps/x86_64/memset_chk.S: Likewise.
39747 2012-04-08  Andreas Jaeger  <aj@suse.de>
39749         [BZ #10153]
39750         * manual/startup.texi (Environment Access): Describe return value
39751         for putenv and setenv.
39753         [BZ #6895]
39754         * manual/filesys.texi (Directory Entries): Add description for
39755         DT_LNK.
39757         [BZ #6890]
39758         * manual/filesys.texi (Directory Entries): Clarify that it's file
39759         system not operating system in the description of DT_UNKNOWN.
39761         [BZ #6578]
39762         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39764 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39766         [BZ #6649]
39767         * manual/llio.texi (Opening and Closing Files): Add cross
39768         reference to explain mode argument.
39770 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39772         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39773         * sysdeps/x86_64/memset_chk.S: Likewise.
39775 2012-04-07  David S. Miller  <davem@davemloft.net>
39777         * elf/elf.h (R_SPARC_WDISP10): Define.
39778         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39779         R_SPARC_SIZE32.
39780         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39781         R_SPARC_SIZE64 and R_SPARC_H34.
39783 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39785         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39786         conditions and remove no longer applicable assertion.
39788 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39790         * bits/byteswap.h: Include <features.h>.
39791         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39792         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39794 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39796         * bits/byteswap.h (__bswap_16): Removed.
39797         Include <bits/byteswap-16.h> to get __bswap_16.
39798         * sysdeps/i386/bits/byteswap.h: Likewise.
39799         * sysdeps/s390/bits/byteswap.h: Likewise.
39800         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39801         * bits/byteswap-16.h: New file.
39802         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39803         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39804         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39805         * string/Makefile (headers): Add bits/byteswap-16.h.
39807 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39809         [BZ #13895]
39810         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39811         extra indirection.
39812         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39813         * nss/tst-nss-static.c: New.
39815 2012-04-06  Robert Millan  <rmh@gnu.org>
39817         [BZ #6486]
39818         * manual/llio.texi (File Position Primitive): lseek
39819         refers to WHENCE when it really means OFFSET.
39821 2012-04-06  Andreas Jaeger  <aj@suse.de>
39823         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39824         strncmp declarations.
39826         * abilist/libc.abilist: Add __poll and __ppoll.
39828 2012-04-05  David S. Miller  <davem@davemloft.net>
39830         * scripts/check-local-headers.sh: Accept a host triplet in the
39831         path matched by the exclude regexp.
39833         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39834         definition.
39835         * sysdeps/powerpc/powerpc32/dl-machine.h
39836         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39837         * sysdeps/s390/s390-32/dl-machine.h
39838         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39839         * sysdeps/sparc/sparc32/dl-machine.h
39840         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39841         * sysdeps/sparc/sparc64/dl-machine.h
39842         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39844         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39845         lazy binding.
39846         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39847         undefined symbol errors.
39849         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39850         DT_NEEDED entries.
39852 2012-04-05  Michael Matz  <matz@suse.de>
39854         [BZ #13592]
39855         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39857 2012-04-05  Andreas Jaeger  <aj@suse.de>
39859         [BZ #13908]
39860         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39861         comment.
39863 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39865         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39866         which ROUND is no valid rounding mode.
39868 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39870         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39871         read again.
39872         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39874 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39876         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39877         an exception using FPU order intentionally.
39879 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39881         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39882         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39883         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39884         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39886 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39888         [BZ #12340]
39889         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39890         EINVAL when BUFLEN is too smal.
39892 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39894         [BZ #13553]
39895         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39896         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39898 2012-04-03  Andreas Jaeger  <aj@suse.de>
39900         [BZ #13938]
39901         * manual/setjmp.texi (System V contexts): Fix sentence.
39903         [BZ #13926]
39904         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39905         New macro for this case.
39906         [!__GNUC__] (__bswap_64): New inline function for this case.
39907         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39908         * bits/byteswap.h: Likewise.
39909         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39910         ull, guard with __GLIBC_HAVE_LONG_LONG.
39912         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39913         __GLIBC_HAVE_LONG_LONG.
39915         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39916         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39918 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39920         [BZ #13691]
39921         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39922         inptr and inend, rather than using last_ch.
39924 2012-04-02  David S. Miller  <davem@davemloft.net>
39926         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39927         * stdio-common/printf-parse.h (read_int): Change return type to
39928         'int', return -1 on INT_MAX overflow.
39929         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39930         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39931         overflows INT_MAX.  Check for overflow of in-format-string precision
39932         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39933         SIZE_MAX not INT_MAX for integer overflow test.
39934         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39935         skip the construct in the format string but do not record anything.
39936         * stdio-common/bug22.c: Adjust to test both width/prevision
39937         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39938         explicitly for proper errno values.
39940 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39942         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39943         CHAR_MAX.
39944         * string/test-strcmp.c [! WIDE]: Likewise.
39945         * time/tst-mktime2.c: Likewise for INT_MAX.
39946         * string/test-string.h: #include <sys/param.h> for MIN.
39948         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39949         * sysdeps/i386/init-first.c (init): Likewise.
39950         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39951         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39952         * sysdeps/sh/init-first.c (init): Likewise.
39954 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39956         * po/ru.po: Update from translation team.
39957         * po/vi.po: Likewise.
39959 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39961         * resolv/nss_dns/dns-host.c: Merge copyright years.
39963 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39965         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39966         Optimize memcpy with prefetch if
39967         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39968         src, dst pointers have unequal 16 byte alignments.
39970 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39972         [BZ #13928]
39973         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39974         from a CNAME entry and return the minimum ttl for the query.
39975         (gaih_getanswer_slice): Likewise.
39977 2012-03-30  Jeff Law  <law@redhat.com>
39979         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39980         due to long keys.
39981         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39982         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39984         * resolv/nss_dns/dns-host.c: Update copyright year.
39986 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39988         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39989         requests to save a system call.  Fix check that all bytes are sent.
39991         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39992         comments for sendmmsg.
39994 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39996         [BZ #13691]
39997         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39998         with only 1 character between 0x0041 and 0x01b0.
39999         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40000         * wcsmbs/tst-mbsnrtowcs.c: New file.
40002 2012-03-29  David S. Miller  <davem@davemloft.net>
40004         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40005         small copies by hand.
40007 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40009         [BZ #13761]
40010         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40011         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40012         group memberships.
40014 2012-03-28  David S. Miller  <davem@davemloft.net>
40016         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40017         that branches into memcpy.
40018         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40019         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40020         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40021         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40022         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40023         bits.
40024         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40025         implementation too.
40026         * sysdeps/sparc/mempcpy.S: New file.
40028         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40029         the IFUNC routine in the libc case.
40030         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40032         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40033         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40034         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40035         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40036         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40037         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40038         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40039         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40041         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40042         loop to 256 bytes instead of 64 bytes and fix test signedness.
40044         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40045         * sysdeps/sparc/sparc32/Makefile: rather than here...
40046         * sysdeps/sparc/sparc64/Makefile: and here.
40048 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
40050         * malloc/mallocbug.c: Avoid warnings about unused variables.
40052 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
40054         [BZ #13760]
40055         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40056         in the right place. Discard and retry query if response is
40057         larger than input buffer size.
40059 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40061         [BZ #369]
40062         [BZ #2678]
40063         [BZ #3866]
40064         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40065         x for large integer exponent.
40066         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40067         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40068         sign of result as needed afterwards.
40069         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40070         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40071         result for underflowing pow the same as for overflow.
40072         (__kernel_standard_l): Handle powl overflow and underflow here
40073         rather than calling __kernel_standard.
40074         * math/libm-test.inc (pow_test): Add more tests.
40076         [BZ #3868]
40077         [BZ #13879]
40078         [BZ #13910]
40079         [BZ #13911]
40080         [BZ #13912]
40081         [BZ #13913]
40082         [BZ #13915]
40083         [BZ #13916]
40084         [BZ #13917]
40085         [BZ #13918]
40086         [BZ #13919]
40087         [BZ #13920]
40088         [BZ #13921]
40089         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40090         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40091         (__kernel_standard_l): New function.
40092         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40093         __kernel_standard.
40094         * math/w_acosl.c (__acosl): Likewise.
40095         * math/w_asinl.c (__asinl): Likewise.
40096         * math/w_atan2l.c (__atan2l): Likewise.
40097         * math/w_atanhl.c (__atanhl): Likewise.
40098         * math/w_coshl.c (__coshl): Likewise.
40099         * math/w_exp10l.c (__exp10l): Likewise.
40100         * math/w_exp2l.c (__exp2l): Likewise.
40101         * math/w_fmodl.c (__fmodl): Likewise.
40102         * math/w_hypotl.c (__hypotl): Likewise.
40103         * math/w_j0l.c (__j0l, __y0l): Likewise.
40104         * math/w_j1l.c (__j1l, __y1l): Likewise.
40105         * math/w_jnl.c (__jnl, __ynl): Likewise.
40106         * math/w_lgammal.c (__lgammal): Likewise.
40107         * math/w_log10l.c (__log10l): Likewise.
40108         * math/w_log2l.c (__log2l): Likewise.
40109         * math/w_logl.c (__logl): Likewise.
40110         * math/w_powl.c (__powl): Likewise.
40111         * math/w_remainderl.c (__remainderl): Likewise.
40112         * math/w_scalbl.c (sysv_scalbl): Likewise.
40113         * math/w_sinhl.c (__sinhl): Likewise.
40114         * math/w_sqrtl.c (__sqrtl): Likewise.
40115         * math/w_tgammal.c (__tgammal): Likewise.
40116         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40117         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40118         * math/libm-test.inc (acos_test): Add more tests.
40119         (acosh_test): Likewise.
40120         (asin_test): Likewise.
40121         (atanh_test): Likewise.
40122         (exp_test): Likewise.
40123         (exp10_test): Likewise.
40124         (exp2_test): Likewise.
40125         (expm1_test): Likewise.
40126         (lgamma_test): Likewise.
40127         (log_test): Likewise.
40128         (log10_test): Likewise.
40129         (log1p_test): Likewise.
40130         (log2_test): Likewise.
40131         (pow_test): Do not allow some spurious overflow exceptions.
40132         (sqrt_test): Add more tests.
40133         (tgamma_test): Likewise.
40134         (y0_test): Likewise.
40135         (y1_test): Likewise.
40136         (yn_test): Likewise.
40138 2012-03-27  Anton Blanchard  <anton@samba.org>
40140         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40141         MAP_HUGETLB.
40142         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40143         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40144         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40146 2012-03-27  David S. Miller  <davem@davemloft.net>
40148         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40150         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40151         have-as-vis3 check.
40153 2012-03-27  Andreas Jaeger  <aj@suse.de>
40155         * sysdeps/x86_64/elf/configure.in: Moved to ...
40156         * sysdeps/x86_64/configure.in: ... here.
40157         * sysdeps/x86_64/elf/start.S: Moved to ...
40158         * sysdeps/x86_64/start.S: ... here.
40159         * sysdeps/x86_64/elf/configure: Delete.
40161         * sysdeps/x86_64/configure.in: Merge contents from
40162         sysdeps/i386/configure.in (without i686 check).
40164         * sysdeps/i386/elf/Versions: Merge into ...
40165         * sysdeps/i386/Versions: ... this.
40166         * sysdeps/i386/elf/Versions: Delete file.
40167         * sysdeps/i386/elf/start.S: Moved to ...
40168         * sysdeps/i386/start.S: ...here.
40169         * sysdeps/i386/elf/configure.in: Merge into...
40170         * sysdeps/i386/configure.in: ...here.
40171         * sysdeps/i386/elf/configure.in: Delete file.
40172         * sysdeps/i386/elf/configure: Delete file.
40174         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40175         * debug/backtracesyms.c: ... here.
40176         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40177         * debug/backtracesymsfd.c: ... here.
40178         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40179         * sysdeps/generic/ifunc-sel.h: ... here.
40181         * sysdeps/unix/i386/start.c: Delete file.
40182         * sysdeps/unix/sparc/start.c: Delete file.
40183         * sysdeps/unix/start.c: Delete file.
40185         * sysdeps/sh/elf/configure.in: Moved to ...
40186         * sysdeps/sh/configure.in: ... here.
40187         * sysdeps/sh/elf/start.S: Moved to ...
40188         * sysdeps/sh/start.S: ... here.
40189         * sysdeps/sh/elf/configure: Delete file.
40191         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40192         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40193         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40194         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40195         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40196         * sysdeps/powerpc/powerpc64/start.S: here.
40197         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40198         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40199         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40200         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40201         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40203         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40204         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40205         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40206         * sysdeps/powerpc/powerpc32/start.S: ... here.
40207         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40208         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40209         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40211         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40212         * sysdeps/powerpc/ifunc-sel.h: ... here.
40213         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40214         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40216         * sysdeps/sparc/elf/configure.in: Moved to ...
40217         * sysdeps/sparc/configure.in: ... here.
40218         * sysdeps/sparc/elf/configure: Delete file.
40219         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40220         * sysdeps/sparc/sparc32/start.S: ... here.
40221         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40222         * sysdeps/sparc/sparc64/start.S: ... here.
40223         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40224         * sysdeps/sparc/sparc32/Makefile: ... this.
40225         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40226         * sysdeps/sparc/sparc64/Makefile: ... this.
40228         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40229         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40230         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40231         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40232         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40233         * sysdeps/s390/s390-32/setjmp.S: ... here.
40234         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40235         * sysdeps/s390/s390-32/configure.in: ... here.
40236         * sysdeps/s390/s390-32/elf/configure: Delete file.
40237         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40238         * sysdeps/s390/s390-32/start.S: ... here.
40240         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40241         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40242         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40243         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40244         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40245         * sysdeps/s390/s390-64/setjmp.S: ... here.
40246         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40247         * sysdeps/s390/s390-64/configure.in: ... here
40248         * sysdeps/s390/s390-64/elf/configure: Delete file.
40249         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40250         * sysdeps/s390/s390-64/start.S: ... here.
40251         * sysdeps/s390/s390-64/elf/configure: Delete.
40253         * configure.in: Remove support for elf directories in sysdeps.
40255         * configure: Regenerated.
40256         * sysdeps/i386/configure: Regenerated.
40257         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40258         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40259         * sysdeps/s390/s390-32/configure: Regenerated.
40260         * sysdeps/s390/s390-64/configure: Regenerated.
40261         * sysdeps/sh/configure: Regenerated.
40262         * sysdeps/sparc/configure: Regenerated.
40263         * sysdeps/x86_64/configure: Regenerated.
40265 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40267         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40269         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40270         denormal result into account.
40272 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40274         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40275         Reported by Allan McRae <allan@archlinux.org>.
40277 2012-03-23  Jeff Law  <law@redhat.com>
40279         * nss/getnssent.c (__nss_getent): Fix typo.
40281 2012-03-23  David S. Miller  <davem@davemloft.net>
40283         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40285 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40287         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40288         to pad to uint64_t for each field.
40289         (dl_tls_index): Replace unsigned long with uint64_t.
40291 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40292         Paul Pluzhnikov  <ppluzhnikov@google.com>
40294         [BZ #6528]
40295         * grp/Makefile (otherlibs): Don't set it.
40296         * inet/Makefile (otherlibs): Likewise.
40297         * login/Makefile (otherlibs): Likewise.
40298         * nscd/Makefile (otherlibs): Likewise.
40299         * posix/Makefile (otherlibs): Likewise.
40300         * pwd/Makefile (otherlibs): Likewise.
40301         * rt/Makefile (otherlibs): Likewise.
40302         * sunrpc/Makefile (otherlibs): Likewise.
40303         * nss/Makefile (otherlibs): Likewise.
40304         Add libnss_files to routines and static-only-routines.
40305         ($(objpfx)getent): Remove rule.
40306         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40307         static-only-routines.
40309 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40311         [BZ #13892]
40312         * math/s_cexp.c: Include <float.h>.
40313         (__cexp): Handle exp result overflowing not necessarily
40314         overflowing both real and imaginary parts of result.
40315         * math/s_cexpf.c: Likewise.
40316         * math/s_cexpl.c: Likewise.
40317         * math/libm-test.inc (cexp_test): Add more tests.
40318         * sysdeps/i386/fpu/libm-test-ulps: Update.
40319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40321 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40323         * include/link.h (ELFW): New macro.
40324         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40325         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40327 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40329         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40330         with uint64_t.
40332 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40334         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40335         declaration.
40336         (struct La_x32_retval): Likewise.
40338 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40340         * sysdeps/x86_64/preconfigure.in: New file.
40341         * sysdeps/x86_64/preconfigure: New generated file.
40343 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40345         [BZ #13824]
40346         * math/e_exp2l.c: Include <float.h>.
40347         (__ieee754_exp2l): Handle overflow and underflow cases
40348         separately.  Only pass fractional part of argument to
40349         __ieee754_expl.
40350         * math/libm-test.inc (exp2_test): Add more tests.
40352         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40353         negating x to take absolute value.
40354         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40355         Likewise.
40356         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40357         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40358         Likewise.
40359         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40360         computing low part if x was negated.
40361         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40363 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40365         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40366         la_x32_gnu_pltexit.
40367         (pltexit): Cast int_retval to ptrdiff_t.
40368         * elf/tst-auditmod3b.c: Likewise.
40369         * elf/tst-auditmod4b.c: Likewise.
40370         * elf/tst-auditmod5b.c: Likewise.
40371         * elf/tst-auditmod6b.c: Likewise.
40372         * elf/tst-auditmod6c.c: Likewise.
40373         * elf/tst-auditmod7b.c: Likewise.
40375         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40376         and x32_gnu_pltexit.
40378         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40379         __ELF_NATIVE_CLASS.
40380         (La_x32_regs): New macro.
40381         (La_x32_retval): Likewise.
40382         (la_x32_gnu_pltenter): New function prototype.
40383         (la_x32_gnu_pltexit): Likewise.
40385 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40387         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40388         exponent.
40390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40392         * configure.in (libc_cv_cc_nofma): Check for option to disable
40393         generation of FMA instructions.
40394         * configure: Regenerate.
40395         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40396         * sysdeps/ieee754/dbl-64/Makefile: New file.
40397         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40398         Remove brandred-fma4.
40399         (CFLAGS-brandred-fma4.c): Remove.
40400         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40401         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40402         define.
40403         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40404         define.
40406 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40408         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40409         LLONG_MAX != LONG_MAX.
40410         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40411         (_fitoa_word): Likewise.
40412         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40413         LLONG_MAX != LONG_MAX.
40414         * stdio-common/_itowa.h: Include <_itoa.h>.
40415         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40416         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40417         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40418         only if not defined.
40419         (_ITOA_WORD_TYPE): Likewise.
40420         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40421         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40423 2012-03-21  David S. Miller  <davem@davemloft.net>
40425         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40427 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40429         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40430         of x86_64 when setting libc_cv_slibdir, libdir and
40431         libc_cv_localedir.
40432         * sysdeps/unix/sysv/linux/configure: Regenerated.
40434 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40436         * manual/lang.texi (Old Varargs): Remove section.
40437         (How Variadic): Update menu.
40438         (va_start): Do not mention varargs.h.
40440 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40441             Joseph Myers  <joseph@codesourcery.com>
40443         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40444         link test.
40445         * configure: Regenerated.
40447 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40449         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40450         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40451         conformtest.pl
40453 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40455         * NOTES: Remove.
40456         * Makefile (files-for-dist): Remove NOTES.
40457         (NOTES): Remove rule.
40458         * README: Don't refer to NOTES.
40459         * manual/creature.texi: Don't include macros.texi.
40460         * manual/intro.texi (creature.texi): Remove comment referring to
40461         NOTES.
40463         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40464         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40465         * configure: Regenerated.
40466         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40467         LIBC_TRY_CC_OPTION.
40468         (libc_cv_as_i686): Likewise.
40469         (libc_cv_cc_avx): Likewise.
40470         (libc_cv_cc_sse2avx): Likewise.
40471         (libc_cv_cc_fma4): Likewise.
40472         (libc_cv_cc_novzeroupper): Likewise.
40473         * sysdeps/i386/configure: Regenerated.
40475         [BZ #13883]
40476         * sysdeps/i386/fpu/s_cexp.S: Remove.
40477         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40478         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40479         * math/libm-test.inc (cexp_test): Add more tests.
40480         * sysdeps/i386/fpu/libm-test-ulps: Update.
40481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40483 2012-03-21  Allan McRae  <allan@archlinux.org>
40485         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40487 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40489         [BZ #13871]
40490         * math/w_exp2.c: Do not include <float.h>.
40491         (o_threshold, u_threshold): Remove.
40492         (__exp2): Calculate result before checking finiteness and calling
40493         __kernel_standard.
40494         * math/w_exp2f.c: Likewise.
40495         * math/w_exp2l.c: Likewise.
40496         * math/libm-test.inc (exp2_test): Require overflow exception for
40497         1e6 input.
40499         [BZ #3866]
40500         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40501         range of signed 64-bit integers before using fistpll.  Remove
40502         checks for whether integers fit in mantissa bits.
40503         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40504         the range of signed 32-bit integers before using fistpl.  Remove
40505         checks for whether integers fit in mantissa bits.
40506         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40507         (__ieee754_powl): Test for y outside the range of signed 64-bit
40508         integers before using fistpll.  Reduce 64-bit values to 63-bit
40509         ones as needed.
40510         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40511         divide-by-zero is raised for zero to large negative powers.
40512         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40513         (__ieee754_powl): Test for y outside the range of signed 64-bit
40514         integers before using fistpll.  Reduce 64-bit values to 63-bit
40515         ones as needed.
40516         * math/libm-test.inc (pow_test): Add more tests.
40518 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40520         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40521         <stdio-common/_itoa.h>.
40522         * debug/segfault.c: Likewise.
40523         * elf/dl-cache.c: Likewise.
40524         * elf/dl-minimal.c: Likewise.
40525         * elf/dl-misc.c: Likewise.
40526         * elf/dl-sysdep.c: Likewise.
40527         * elf/dl-version.c: Likewise.
40528         * elf/rtld.c: Likewise.
40529         * hurd/hurdsock.c: Likewise.
40530         * hurd/lookup-retry.c: Likewise.
40531         * malloc/malloc.c: Likewise.
40532         * malloc/mtrace.c: Likewise.
40533         * nscd/nscd_getgr_r.c: Likewise.
40534         * nscd/nscd_getpw_r.c: Likewise.
40535         * nscd/nscd_getserv_r.c: Likewise.
40536         * posix/getopt_init.c: Likewise.
40537         * posix/wordexp.c: Likewise.
40538         * stdio-common/_itoa.c: Likewise.
40539         * stdio-common/printf_fphex.c: Likewise.
40540         * stdio-common/vfprintf.c: Likewise.
40541         * string/_strerror.c: Likewise.
40542         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40543         * sysdeps/i386/i686/hp-timing.h: Likewise.
40544         * sysdeps/mach/_strerror.c: Likewise.
40545         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40546         * sysdeps/mach/hurd/sethostid.c: Likewise.
40547         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40548         * sysdeps/mach/xpg-strerror.c: Likewise.
40549         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40550         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40551         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40552         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40553         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40554         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40555         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40556         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40557         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40558         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40559         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40560         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40561         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40562         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40563         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40564         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40565         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40566         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40567         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40568         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40569         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40571         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40573         * stdio-common/_itoa.h: Moved to ...
40574         * sysdeps/generic/_itoa.h: Here.
40576         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40578         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40579         instead of "_itoa.h" and "_itowa.h".
40580         * stdio-common/vfprintf.: Likewise.
40582 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40584         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40585         <bits/wordsize.h>.
40586         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40587         (__signbit): Likwise.
40588         (llrintf): Likwise.
40589         (llrint): Likwise.
40591 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40593         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40594         __WORDSIZE != 64.
40596 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40598         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40599         OVERFLOW_EXCEPTION_OK.
40600         * math/libm-test.inc ("Philosophy"): Update comment about
40601         exception testing.
40602         (OVERFLOW_EXCEPTION): Define.
40603         (OVERFLOW_EXCEPTION_OK): Likewise.
40604         (INVALID_EXCEPTION_OK): Renumber.
40605         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40606         (IGNORE_ZERO_INF_SIGN): Likewise.
40607         (test_exceptions): Handle FE_OVERFLOW.
40608         (exp10_test): Expect overflow exceptions.
40609         (exp2_test): Likewise.
40610         (expm1_test): Likewise.
40611         (nextafter_test): Likewise.
40612         (pow_test): Likewise.
40613         (scalbn_test): Likewise.
40614         (scalbln_test): Likewise.
40616 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40618         * sysdeps/x86_64/bits/atomic.h
40619         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40620         64bit integer.
40621         (atomic_exchange_acq): Likewise.
40622         (__arch_exchange_and_add_body): Likewise.
40623         (__arch_add_body): Likewise.
40624         (atomic_add_negative): Likewise.
40625         (atomic_add_zero): Likewise.
40627 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40629         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40630         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40632 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40634         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40635         Check __x86_64__ instead of __WORDSIZE.
40637 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40639         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40641 2012-03-19  David S. Miller  <davem@davemloft.net>
40643         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40645         * sysdeps/sparc/fpu/fenv_private.h: New file.
40646         * sysdeps/sparc/fpu/math_private.h: Use it.
40647         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40648         Remove.
40649         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40650         (libc_feholdexcept_setroundl): Remove.
40651         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40652         Remove.
40653         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40654         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40656 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40658         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40659         int64_t instead of long int.
40660         (INSERT_WORDS64): Likwise.
40662 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40664         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40665         _Unwind_GetCFA return to _Unwind_Ptr first.
40667 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40669         [BZ #13629]
40670         * math/s_clog.c: Include <float.h>.
40671         (__clog): Scale large or subnormal inputs.
40672         * math/s_clogf.c: Likewise.
40673         * math/s_clogl.c: Likewise.
40674         * math/s_clog10.c: Include <float.h>.
40675         (M_LOG10_2): Define.
40676         (__clog10): Scale large or subnormal inputs.
40677         * math/s_clog10f.c: Likewise.
40678         * math/s_clog10l.c: Likewise.
40679         * math/libm-test.inc (clog_test): Add more tests.
40680         (clog10_test): Likewise.
40681         * sysdeps/i386/fpu/libm-test-ulps: Update.
40682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40684         [BZ #11451]
40685         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40686         x and y.
40687         * math/libm-test.inc (atan2_test): Add another test.
40689         * Makerules (common-objdir-compile): Remove.
40690         * sysdeps/unix/Makefile (config-generated): Do not add
40691         $(unix-generated) to variable.
40692         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40693         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40694         Remove rule.
40695         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40696         Likewise.
40697         [generic bits/local_lim.h] (before-compile): Do not append to
40698         variable.
40699         [generic bits/local_lim.h] (common-generated): Likewise.
40700         [generic sys/param.h] (before-compile): Do not append to variable.
40701         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40702         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40703         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40704         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40705         include.
40706         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40707         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40708         [generic sys/param.h] ($(addprefix
40709         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40710         [generic sys/param.h] (common-generated): Do not append to
40711         variable.
40712         [generic sys/param.h] (sysdep_headers): Likewise.
40713         [generic bits/errno.h] (before-compile): Do not append to
40714         variable.
40715         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40716         rule.
40717         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40718         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40719         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40720         [generic bits/errno.h] (common-generated): Do not append to
40721         variable.
40722         [generic bits/ioctls.h] (before-compile): Do not append to
40723         variable.
40724         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40725         rule.
40726         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40727         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40728         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40729         rule.
40730         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40731         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40732         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40733         [generic bits/ioctls.h] (common-generated): Do not append to
40734         variable.
40735         [generic sys/syscall.h] (syscall.h): Remove variable.
40736         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40737         rule.
40738         [generic sys/syscall.h] (before-compile): Do not append to
40739         variable.
40740         [generic sys/syscall.h] (common-generated): Likewise.
40741         * sysdeps/unix/errnos-tmpl.c: Remove file.
40742         * sysdeps/unix/errnos.awk: Likewise.
40743         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40744         * sysdeps/unix/ioctls.awk: Likewise.
40745         * sysdeps/unix/mk-local_lim.c: Likewise.
40746         * sysdeps/unix/snarf-ioctls: Likewise.
40748 2012-03-19  Richard Henderson  <rth@twiddle.net>
40750         * sysdeps/i386/fpu/fenv_private.h: New file.
40751         * sysdeps/i386/fpu/math_private.h: Use it.
40752         (math_opt_barrier, math_force_eval): Remove.
40753         (libc_feholdexcept_setround_53bit): Remove.
40754         (libc_feupdateenv_53bit): Remove.
40755         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40756         (math_opt_barrier, math_force_eval): Remove.
40757         (libc_feholdexcept): Remove.
40758         (libc_feholdexcept_setround): Remove.
40759         (libc_fetestexcept, libc_fesetenv): Remove.
40760         (libc_feupdateenv_test): Remove.
40761         (libc_feupdateenv, libc_feholdsetround): Remove.
40762         (libc_feresetround): Remove.
40764         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40765         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40767         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40768         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40769         (libc_feupdateenv_testl): New.
40770         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40771         (libc_feupdateenv_testf): New.
40772         (libc_feupdateenv): Use libc_feupdateenv_test.
40773         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40774         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40776         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40777         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40778         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40779         (libc_feresetround_noex): New.
40780         (libc_feresetround_noexf): New.
40781         (libc_feresetround_noexl): New.
40782         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40783         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40784         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40785         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40786         SET_RESTORE_ROUND.
40787         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40788         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40789         (__cos): Likewise.
40790         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40791         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40792         SET_RESTORE_ROUND_NOEX.
40793         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40794         SET_RESTORE_ROUND_NOEXF.
40795         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40796         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40797         (libc_feholdsetroundf): New.
40798         (libc_feresetround, libc_feresetroundf): New.
40800         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40801         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40802         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40804         * sysdeps/generic/math_private.h: Include <fenv.h>.
40805         (default_libc_feholdexcept): New.
40806         (default_libc_feholdexcept_setround): New.
40807         (default_libc_fesetenv, default_libc_feupdateenv): New.
40808         (libc_feholdexcept): Only define if undefined.
40809         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40810         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40811         (libc_feholdexcept_setroundl): Likewise.
40812         (libc_feholdexcept_setround_53bit): Likewise.
40813         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40814         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40815         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40816         (libc_feupdateenv_53bit): Likewise.
40817         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40818         (libc_feholdexcept): Convert from macro to inline function.
40819         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40820         (libc_fesetenv, libc_feupdateenv): Likewise.
40822         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40823         not previously defined.
40824         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40825         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40826         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40827         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40828         * sysdeps/ieee754/flt-32/math_private.h: New file.
40829         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40830         math_private.h below SET_FLOAT_WORD.
40831         (__isnan, __isinf_ns, __finite): Remove.
40832         (__isnanf, __isinf_nsf, __finitef): Remove.
40834 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40836         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40838 2012-03-17  David S. Miller  <davem@davemloft.net>
40840         [BZ #6471]
40841         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40842         for 2.16.
40844 2012-03-16  David S. Miller  <davem@davemloft.net>
40846         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40847         warnings.
40849         [BZ #6471]
40850         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40851         properly.
40852         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40853         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40854         sysdep_routines when subdir is sysvipc.
40855         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40856         __getshmlba helper.
40858         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40860 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40862         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40863         [__LP64__].
40865 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40867         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40868         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40869         (__lround): Renamed to ...
40870         (__llround): This.  Replace long int with long long int.
40871         Define lround functions as aliases of llround functions.
40872         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40874 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40876         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40877         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40878         adresses to uintptr_t.  Replace "long int" and "unsigned long
40879         int" with "greg_t" on va_arg.
40881 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40883         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40884         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40886         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40887         Move e_machine check before EI_CLASS check.  Handle x32
40888         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40889         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40890         SKIP_EM_IA_64 and include
40891         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40893         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40894         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40895         (add_system_dir): New macro.
40897         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40898         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40900 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40902         [BZ #2551]
40903         [BZ #2552]
40904         [BZ #2553]
40905         [BZ #2554]
40906         [BZ #2562]
40907         [BZ #2563]
40908         [BZ #2565]
40909         [BZ #2566]
40910         [BZ #2576]
40911         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40912         (y0): Likewise.
40913         * math/w_j0f.c (j0f): Likewise.
40914         (y0f): Likewise.
40915         * math/w_j0l.c (__j0l): Likewise.
40916         (__y0l): Likewise.
40917         * math/w_j1.c (j1): Likewise.
40918         (y1): Likewise.
40919         * math/w_j1f.c (j1f): Likewise.
40920         (y1f): Likewise.
40921         * math/w_j1l.c (__j1l): Likewise.
40922         (__y1l): Likewise.
40923         * math/w_jn.c (jn): Likewise.
40924         (yn): Likewise.
40925         * math/w_jnf.c (jnf): Likewise.
40926         (ynf): Likewise.
40927         * math/w_jnl.c (__jnl): Likewise.
40928         (__ynl): Likewise.
40929         * math/libm-test.inc (j0_test): Add more tests.
40930         (j1_test): Likewise.
40931         (jn_test): Likewise.  Add trailing semicolon to existing test.
40932         (y0_test): Likewise.
40933         (y1_test): Likewise.
40934         * sysdeps/i386/fpu/libm-test-ulps: Update.
40935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40937         [BZ #13851]
40938         [BZ #13854]
40939         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40940         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40941         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40942         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40943         (__tanl): Set errno for infinite argument.
40944         * sysdeps/i386/fpu/mptan.c: Remove.
40945         * sysdeps/i386/fpu/s_tan.S: Likewise.
40946         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40947         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40948         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40949         * math/libm-test.inc (tan_test): Add more tests and enable more
40950         tests for double and long double.
40951         * sysdeps/i386/fpu/libm-test-ulps: Update.
40952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40954 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40956         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40957         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40959 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40961         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40962         * configure.in: Use it for both main tree and add-ons.
40963         * configure: Regenerated.
40965 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40967         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40969 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40971         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40972         in comment.
40974         [BZ #13851]
40975         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40976         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40977         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40978         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40979         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40980         infinite argument.
40981         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40982         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40983         != 0 for prec == 2.
40984         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40985         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40986         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40987         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40988         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40989         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40990         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40991         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40992         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40993         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40994         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40995         * math/libm-test.inc (cos_test): Add more tests and enable more
40996         tests for long double.
40997         (sin_test): Likewise.
40998         (sincos_test): Likewise.
40999         * sysdeps/i386/fpu/libm-test-ulps: Update.
41000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41002 2012-03-16  David S. Miller  <davem@davemloft.net>
41004         * sysdeps/sparc/fpu/math_private.h: New file.
41006 2012-03-15  David S. Miller  <davem@davemloft.net>
41008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41009         file.
41010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
41011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41012         file.
41013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41014         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41015         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41016         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41017         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41018         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41019         sysdep routines.
41020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41022         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41023         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41025         * sysdeps/sparc/sparc-ifunc.h: New file.
41026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41027         sparc-ifunc.h
41028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
41029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41030         Likewise.
41031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41032         Likewise.
41033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41037         Likewise.
41038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
41042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41043         Likewise.
41044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41045         Likewise.
41046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41050         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41051         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41052         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41053         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41054         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41055         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41056         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41057         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41058         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41059         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41060         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41061         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41062         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41063         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41064         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41065         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41066         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41067         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41068         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41069         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41071 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41073         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41074         scaling.
41075         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41077 2012-03-15  Andreas Jaeger  <aj@suse.de>
41079         [BZ #13852]
41080         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41081         ieee754/flt-32 implementation for sin, cos and sincos.
41082         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41083         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41084         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41085         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41086         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41087         ieee754/flt-32 implementation for tan.
41089         * math/libm-test.inc (cos_test): Enable some large input tests for
41090         float as well
41091         (sin_test): Likewise.
41092         (sincos_test): Likewise.
41093         (tan_test): Add tests for large input.
41095         * sysdeps/i386/fpu/libm-test-ulps: Update.
41097 2012-03-15  Andreas Jaeger  <aj@suse.de>
41099         [BZ #13658]
41100         * math/libm-test.inc (cos_test): Add more test cases.
41101         (sin_test): Likewise.
41102         (sincos_test): Likewise.
41104 2012-03-15  Andreas Jaeger  <aj@suse.de>
41106         [BZ #13837]
41107         * math/libm-test.inc (cos_test): Add a test case for large input
41108         value.
41109         (sin_test): Likewise.
41110         (sincos_test): Likewise.
41112 2012-03-15  Andreas Jaeger  <aj@suse.de>
41113             Joseph Myers  <joseph@codesourcery.com>
41115         [BZ #13658]
41116         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41117         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41118         * sysdeps/i386/fpu/branred.c: Likewise.
41119         * sysdeps/i386/fpu/dosincos.c: Likewise.
41120         * sysdeps/i386/fpu/mpa.c: Likewise.
41121         * sysdeps/i386/fpu/s_cos.S: Likewise.
41122         * sysdeps/i386/fpu/s_sin.S: Likewise.
41123         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41124         * sysdeps/i386/fpu/sincos32.c: Likewise.
41126         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41127         Define.
41128         (libc_feupdateenv_53bit): Define.
41129         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41130         Define.
41131         (libc_feupdateenv_53bit): Define.
41133         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41134         53 bit (without extend i386 double precision).
41136         * math/libm-test.inc (sincos_test): Add tests for large input.
41137         (sin): Likewise.
41138         (cos): Likewise.
41140         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41142 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41146 2012-03-15  David S. Miller  <davem@davemloft.net>
41148         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41149         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41150         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41151         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41152         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41154         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41155         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41156         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41157         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41158         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41159         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41160         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41161         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41162         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41164         file.
41165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41167         file.
41168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41170         file.
41171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41173         file.
41174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41175         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41176         fmin/fmax sysdep routines.
41177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41179 2012-03-14  David S. Miller  <davem@davemloft.net>
41181         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41182         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41183         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41184         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41185         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41186         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41187         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41188         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41189         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41190         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41191         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41192         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41193         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41194         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41195         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41196         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41197         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41198         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41199         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41200         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41201         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41202         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41203         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41204         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41205         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41206         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41207         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41208         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41209         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41210         routines.
41211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41212         file.
41213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41215         file.
41216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41218         file.
41219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41221         file.
41222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41224         file.
41225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41227         file.
41228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41229         file.
41230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41231         file.
41232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41233         file.
41234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41235         New file.
41236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41237         file.
41238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41239         file.
41240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41242         file.
41243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41245         file.
41246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41248         file.
41249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41251         VIS3 routines.
41253         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41254         New file.
41256         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41258         * sysdeps/sparc/configure.in: New file.
41259         * sysdeps/sparc/configure: Generate.
41260         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41261         * configure: Regenerate.
41262         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41263         * config.make.in (have-as-vis3): New.
41264         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41265         available use -Av9d instead of -Av9a.
41266         * sysdeps/sparc/sparc64/Makefile: Likewise.
41267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41269         New file.
41270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41271         file.
41272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41273         New file.
41274         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41275         file.
41276         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41277         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41278         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41279         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41280         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41282         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41283         fzeros/fnegs to load 0x80000000 into a float register instead of
41284         using the stack.
41285         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41287 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41289         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41290         bits/syscall.h.
41291         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41292         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41293         ($(inst_includedir)/bits/syscall.h): Remove rule.
41294         ($(objpfx)bits/syscall.d): Include instead of
41295         $(objpfx)syscall-list.d.
41296         (generated): Change syscall-list.h and syscall-list.d to
41297         bits/syscall.h and bits/syscall.d.
41299 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41301         [BZ #13846]
41302         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41304 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41306         [BZ #13841]
41307         * math/s_csqrt.c: Include <float.h>.
41308         (__csqrt): Scale large or subnormal inputs.
41309         * math/s_csqrtf.c: Likewise.
41310         * math/s_csqrtl.c: Likewise.
41311         * math/libm-test.inc (csqrt_test): Add more tests.
41312         * sysdeps/i386/fpu/libm-test-ulps: Update.
41313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41315         [BZ #13840]
41316         * math/libm-test.inc (hypot_test): Add more tests.
41318 2012-03-13  David S. Miller  <davem@davemloft.net>
41320         [BZ #13840]
41321         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41322         double-precision for the calculation instead of scaling.
41324 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41326         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41327         manipulate bits before adding and subtracting TWO52[sx].
41328         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41329         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41330         Likewise.
41331         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41333 2012-03-13  David S. Miller  <davem@davemloft.net>
41335         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41336         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41337         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41338         rtld-global-offsets.h
41339         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41341         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41342         large parameters.
41344         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41346         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41347         'err' in the ifdef scope in which it is actually used.
41349         * nss/nss_db/db-init.c: Include string.h
41351 2012-03-12  David S. Miller  <davem@davemloft.net>
41353         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41354         masking out of the most significant byte of random value used.
41355         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41356         Fix coding style in previous change.
41358         * sysdeps/unix/sysv/linux/kernel-features.h
41359         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41360         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41361         expression.
41362         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41363         later.
41365 2012-03-11  David S. Miller  <davem@davemloft.net>
41367         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41368         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41369         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41370         for 'resultvar' otherwise things get truncated on 64-bit.
41372         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41373         Fix masking out of the most significant byte of random value used.
41375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41377 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41379         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41381 2012-03-09  David S. Miller  <davem@davemloft.net>
41383         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41384         variables with appropriate CPP guards.
41385         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41386         from the frame pointer, not the stack pointer.  Correct layout
41387         comments.  Fix test on resulting framesize and the management of
41388         the outregs buffer for pltexit.  Preserve floating point return
41389         values across _dl_call_pltexit call.
41390         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41391         framesize and the management of the outregs buffer for pltexit.
41392         Preserve floating point return values across _dl_call_pltexit
41393         call.
41394         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41395         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41396         (la_sparc64_gnu_pltexit): New functions.
41397         (print_exit): Fix format string for return register value.
41399 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41401         * sunrpc/Makefile (others): Add rpcgen.
41402         ($(objpfx)rpcgen): Remove special build rule and dependency on
41403         libc.
41404         * sunrpc/rpcgen.c: New file.
41406 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41408         [BZ #13673]
41409         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41410         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41411         * sysdeps/i386/crti.S: Likewise.
41412         * sysdeps/i386/crtn.S: Likewise.
41413         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41414         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41415         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41416         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41417         * sysdeps/sh/crti.S: Likewise.
41418         * sysdeps/sh/crtn.S: Likewise.
41419         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41421         [BZ #13673]
41422         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41423         with URL.
41424         * locale/programs/locfile-kw.gperf: Likewise.
41425         * locale/programs/charmap-kw.h: Regenerated.
41426         * locale/programs/locfile-kw.h: Likewise.
41428         [BZ #13673]
41429         * intl/plural.y: Replace FSF snail mail address with URL.
41430         * intl/plural.c: Regenerated.
41432 2012-03-09  Richard Henderson  <rth@twiddle.net>
41434         * include/math_private.h: Remove file.
41435         * math/math_private.h: Move file ...
41436         * sysdeps/generic/math_private.h: ... here.
41438         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41439         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41440         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41442         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41443         and <math_private.h>.
41444         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41445         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41446         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41447         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41448         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41449         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41450         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41451         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41452         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41453         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41454         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41455         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41456         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41457         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41458         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41459         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41460         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41461         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41462         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41463         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41464         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41465         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41466         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41467         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41468         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41469         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41470         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41471         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41472         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41473         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41474         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41475         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41476         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41477         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41478         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41479         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41480         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41481         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41482         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41483         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41484         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41485         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41486         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41487         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41488         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41489         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41490         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41491         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41492         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41493         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41494         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41495         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41496         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41497         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41498         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41499         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41500         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41501         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41502         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41503         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41504         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41505         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41506         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41507         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41508         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41509         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41510         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41511         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41512         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41513         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41514         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41515         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41516         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41517         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41518         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41519         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41520         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41521         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41522         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41523         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41524         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41525         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41526         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41527         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41528         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41529         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41530         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41531         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41532         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41533         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41534         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41535         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41536         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41537         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41538         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41539         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41540         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41541         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41542         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41543         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41544         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41545         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41546         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41547         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41548         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41549         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41550         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41551         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41552         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41553         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41554         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41555         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41556         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41557         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41558         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41559         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41560         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41561         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41562         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41563         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41564         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41565         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41566         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41567         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41568         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41569         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41570         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41571         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41572         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41573         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41574         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41575         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41576         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41577         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41578         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41579         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41580         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41581         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41582         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41583         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41584         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41585         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41586         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41587         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41588         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41589         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41590         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41591         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41592         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41593         * sysdeps/ieee754/k_standard.c: Likewise.
41594         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41595         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41596         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41597         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41598         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41600         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41601         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41602         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41603         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41604         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41605         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41606         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41607         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41608         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41609         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41610         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41611         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41612         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41613         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41614         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41615         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41616         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41617         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41618         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41619         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41620         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41621         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41622         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41623         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41624         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41625         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41626         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41627         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41628         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41629         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41630         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41631         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41632         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41633         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41634         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41635         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41636         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41637         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41638         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41639         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41640         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41641         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41642         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41643         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41644         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41645         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41646         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41647         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41648         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41649         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41650         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41651         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41652         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41653         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41654         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41655         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41656         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41657         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41658         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41659         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41660         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41661         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41662         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41663         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41664         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41665         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41666         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41667         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41668         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41669         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41670         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41671         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41672         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41673         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41674         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41675         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41676         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41677         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41678         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41679         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41680         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41681         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41682         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41683         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41684         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41685         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41686         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41687         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41688         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41689         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41690         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41691         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41692         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41693         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41694         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41695         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41696         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41697         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41698         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41699         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41700         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41701         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41702         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41703         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41704         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41705         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41706         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41707         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41708         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41709         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41710         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41711         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41712         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41713         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41714         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41715         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41716         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41717         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41718         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41719         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41720         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41721         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41722         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41723         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41724         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41725         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41726         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41727         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41728         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41729         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41730         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41731         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41732         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41733         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41734         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41735         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41736         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41737         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41738         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41739         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41740         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41741         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41742         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41743         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41744         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41745         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41746         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41747         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41748         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41749         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41750         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41751         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41752         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41753         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41754         * sysdeps/ieee754/s_lib_version.c: Likewise.
41755         * sysdeps/ieee754/s_matherr.c: Likewise.
41756         * sysdeps/ieee754/s_signgam.c: Likewise.
41757         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41758         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41759         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41760         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41761         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41762         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41763         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41764         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41765         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41766         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41767         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41768         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41769         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41770         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41771         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41772         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41773         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41774         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41775         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41776         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41777         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41779 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41781         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41782         * sunrpc/rpc_main.c: Likewise.
41783         * sunrpc/rpc_svcout.c: Likewise.
41785 2012-03-09  David S. Miller  <davem@davemloft.net>
41787         * include/math_private.h: New file.
41789 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41791         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41792         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41793         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41794         from <bits/socket_type.h>.
41795         (enum __socket_type): Don't define here.
41796         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41797         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41798         bits/socket_type.h.
41800         [BZ #13566]
41801         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41802         checking __USE_GNU.
41804         * Makerules ($(inst_includedir)/%.h): New rule.
41805         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41806         (install-others): Remove variable setting.
41807         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41809 2012-03-08  Richard Henderson  <rth@twiddle.net>
41811         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41812         from macro to inline function; merge with the
41813         !__LIBC_INTERNAL_MATH_INLINES version.
41814         (__ieee754_sqrtf): Likewise.
41816         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41817         to inline function.
41818         (__rintf, __floor, __floorf): Likewise.
41820         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41821         macro to inline function.
41822         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41824         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41825         not <math/math_private.h>.
41827 2012-03-08  David S. Miller  <davem@davemloft.net>
41829         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41830         copyright year.
41831         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41833 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41835         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41836         normalization.
41837         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41838         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41840 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41842         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41843         be defined individually, they must be defined as a block.  Define
41844         S for printing a string instead of hidint the different by using a
41845         macro for adding the 'l'.
41846         * stdio-common/tst-fphex-wide.c: Adjust.
41848 2012-03-07  Marek Polacek  <polacek@redhat.com>
41850         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41852 2012-03-08  Marek Polacek  <polacek@redhat.com>
41854         [BZ #13806]
41855         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41856         * stdio-common/tst-fphex.c: Define a few macros to make the
41857         test reusable.  Use them.
41858         * stdio-common/tst-fphex-wide.c: New file.
41860 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41862         [BZ #6911]
41863         * manual/macros.texi (gnusystems): New macro.
41864         (nongnusystems): Likewise.
41865         (gnulinuxhurdsystems): Likewise.
41866         (gnuhurdsystems): Likewise..
41867         (gnulinuxsystems): Likewise.
41868         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41869         variants of the GNU system, not "GNU system".
41870         * manual/conf.texi: Likewise.
41871         * manual/errno.texi: Likewise.  Update example of errno macro
41872         expansion.
41873         * manual/filesys.texi: Likewise.
41874         (getumask): Document as specific to GNU/Hurd.
41875         * manual/install.texi: Likewise.  Reword some references to
41876         GNU/Linux.
41877         * manual/intro.texi: Likewise.
41878         * manual/io.texi: Likewise.
41879         (File Name Portability): Detail which constraints are inapplicable
41880         to all GNU systems and which are only inapplicable to GNU/Hurd.
41881         * manual/job.texi: Likewise.
41882         * manual/llio.texi: Likewise.
41883         (O_NOCTTY): Document as present on GNU/Linux.
41884         * manual/maint.texi: Likewise.
41885         * manual/memory.texi: Likewise.
41886         * manual/pattern.texi: Likewise.
41887         * manual/pipe.texi: Likewise.
41888         * manual/process.texi: Likewise.
41889         * manual/resource.texi: Likewise.
41890         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41891         child on GNU/Hurd.
41892         * manual/setjmp.texi: Likewise.
41893         * manual/signal.texi: Likewise.
41894         * manual/startup.texi: Likewise.
41895         * manual/stdio.texi: Likewise.
41896         * manual/terminal.texi: Likewise.
41897         (ONLCR): Document as POSIX.
41898         (OXTABS): Document availability on GNU/Linux as XTABS.
41899         (ONOEOT): Document availability separately from other bits.
41900         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41901         * manual/time.texi: Likewise.
41902         * manual/users.texi: Likewise.
41903         * INSTALL: Regenerated.
41904         * sysdeps/gnu/errlist.c: Regenerated.
41906         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41907         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41908         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41909         puts.
41910         * configure: Regenerated.
41912 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41914         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41915         default includes instead of AC_HEADER_CHECK.
41916         * sysdeps/i386/configure: Regenerated.
41918         [BZ #10716]
41919         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41920         * math/s_cacoshf.c (__cacoshf): Likewise.
41921         * math/s_cacoshl.c (__cacoshl): Likewise.
41922         * math/s_casinh.c (__casinh): Set signs of result from argument.
41923         * math/s_casinhf.c (__casinhf): Likewise.
41924         * math/s_casinhl.c (__casinhl): Likewise.
41925         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41926         (casinh_test): Add more tests.
41927         * sysdeps/i386/fpu/libm-test-ulps: Update.
41928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41930 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41932         * po/zh_TW.po: Update from translation team.
41934         * login/Makefile (distribute): Remove variable.
41935         * catgets/Makefile: Likewise.
41936         * mach/Makefile: Likewise.
41937         * malloc/Makefile: Likewise.
41938         * misc/Makefile: Likewise.
41939         * iconv/Makefile: Likewise.
41940         * nscd/Makefile: Likewise.
41941         * hurd/Makefile: Likewise.
41942         * manual/Makefile: Likewise.
41943         * locale/Makefile: Likewise.
41944         * intl/Makefile: Likewise.
41945         * conform/Makefile: Likewise.
41946         * nss/Makefile: Likewise.
41947         * time/Makefile: Likewise.
41948         * soft-fp/Makefile: Likewise.
41949         * dirent/Makefile: Likewise.
41950         * gmon/Makefile: Likewise.
41951         * po/Makefile: Likewise.
41952         * rt/Makefile: Likewise.
41953         * socket/Makefile: Likewise.
41954         * math/Makefile: Likewise.
41955         * signal/Makefile: Likewise.
41956         * debug/Makefile: Likewise.
41957         * elf/Makefile: Likewise.
41958         * timezone/Makefile: Likewise.
41959         * stdlib/Makefile: Likewise.
41960         * iconvdata/Makefile: Likewise.
41961         * sunrpc/Makefile: Likewise.
41962         * io/Makefile: Likewise.
41963         * argp/Makefile: Likewise.
41964         * inet/Makefile: Likewise.
41965         * hesiod/Makefile: Likewise.
41966         * grp/Makefile: Likewise.
41967         * csu/Makefile: Likewise.
41968         * wctype/Makefile: Likewise.
41969         * crypt/Makefile: Likewise.
41970         * libio/Makefile: Likewise.
41971         * string/Makefile: Likewise.
41972         * nis/Makefile: Likewise.
41973         * resolv/Makefile: Likewise.
41974         * stdio-common/Makefile: Likewise.
41975         * wcsmbs/Makefile: Likewise.
41976         * dlfcn/Makefile: Likewise.
41977         * posix/Makefile: Likewise.
41979         [BZ #6959]
41980         * timezone/Makefile: Don't install timezone files, just the programs
41981         and scripts.
41983 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41985         * nss/databases.def: Add missing gshadow entry.
41987         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41989 2012-03-06  Marek Polacek  <polacek@redhat.com>
41991         [BZ #13726]
41992         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41993         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41994         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41995         * stdio-common/tst-long-dbl-fphex.c: New file.
41997 2012-03-06  David S. Miller  <davem@davemloft.net>
41999         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42000         (set_obp_int): New function.
42001         (get_obp_int): New function.
42002         (__get_clockfreq_via_dev_openprom): Likewise.
42003         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42004         Avoid unused variable warnings on 'val' and use builtin_expect.
42005         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42006         __builtin_expect.
42007         (INLINE_CLONE_SYSCALL): Likewise.
42009 2012-03-05  David S. Miller  <davem@davemloft.net>
42011         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42013 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
42015         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42017         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42018         only for |x| >= 40.
42019         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42021 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
42023         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42024         Replace gettimeofday with __vdso_gettimeofday.
42026         * sysdeps/unix/sysv/linux/x86_64/init-first.c
42027         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42028         __vdso_clock_gettime and __vdso_getcpu.
42030         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42031         time with __vdso_time.
42033 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42035         * manual/lang.texi (size_t): Note types to which size_t may be
42036         equivalent with the GNU C Library, but do not describe when
42037         differences between them are significant.
42039 2012-03-05  Andreas Jaeger  <aj@suse.de>
42041         * sysdeps/i386/fpu/libm-test-ulps: Update.
42043 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42045         [BZ #3976]
42046         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42047         (__ieee754_pow): Save and restore rounding mode and use
42048         round-to-nearest for main computations.
42049         * math/libm-test.inc (pow_test_tonearest): New function.
42050         (pow_test_towardzero): Likewise.
42051         (pow_test_downward): Likewise.
42052         (pow_test_upward): Likewise.
42053         (main): Call the new functions.
42054         * sysdeps/i386/fpu/libm-test-ulps: Update.
42055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42057         [BZ #3976]
42058         * math/libm-test.inc (cosh_test_tonearest): New function.
42059         (cosh_test_towardzero): Likewise.
42060         (cosh_test_downward): Likewise.
42061         (cosh_test_upward): Likewise.
42062         (sinh_test_tonearest): Likewise.
42063         (sinh_test_towardzero): Likewise.
42064         (sinh_test_downward): Likewise.
42065         (sinh_test_upward): Likewise.
42066         (main): Call the new functions.
42067         * sysdeps/i386/fpu/libm-test-ulps: Update.
42068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42070 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42072         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42073         default stack guard is set in last bytes.
42074         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42076 2012-03-05  Kees Cook  <keescook@chromium.org>
42078         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42080         [BZ #13656]
42081         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42082         possibly allocate from heap instead of stack.
42083         * stdio-common/bug-vfprintf-nargs.c: New file.
42084         * stdio-common/Makefile (tests): Add nargs overflow test.
42086 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42088         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42090 2012-03-03  Marek Polacek  <polacek@redhat.com>
42092         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42093         * math/math_private.h: Likewise.
42094         * stdlib/tst-strtod.c: Likewise.
42095         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42096         * sysdeps/x86_64/bits/atomic.h: Likewise.
42098 2012-03-02  David S. Miller  <davem@davemloft.net>
42100         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42102         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42104         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42105         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42106         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42107         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42109 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42111         [BZ #13792]
42112         * manual/examples/README: New file, says the example source files
42113         can be used under GPL>=2.
42114         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42115         line containing just "*/".
42116         * manual/examples/add.c: Add copyright header (GPL>=2).
42117         * manual/examples/argp-ex1.c: Likewise.
42118         * manual/examples/argp-ex2.c: Likewise.
42119         * manual/examples/argp-ex3.c: Likewise.
42120         * manual/examples/argp-ex4.c: Likewise.
42121         * manual/examples/atexit.c: Likewise.
42122         * manual/examples/db.c: Likewise.
42123         * manual/examples/dir.c: Likewise.
42124         * manual/examples/dir2.c: Likewise.
42125         * manual/examples/execinfo.c: Likewise.
42126         * manual/examples/filecli.c: Likewise.
42127         * manual/examples/filesrv.c: Likewise.
42128         * manual/examples/fmtmsgexpl.c: Likewise.
42129         * manual/examples/genpass.c: Likewise.
42130         * manual/examples/inetcli.c: Likewise.
42131         * manual/examples/inetsrv.c: Likewise.
42132         * manual/examples/isockad.c: Likewise.
42133         * manual/examples/longopt.c: Likewise.
42134         * manual/examples/memopen.c: Likewise.
42135         * manual/examples/memstrm.c: Likewise.
42136         * manual/examples/mkfsock.c: Likewise.
42137         * manual/examples/mkisock.c: Likewise.
42138         * manual/examples/mygetpass.c: Likewise.
42139         * manual/examples/pipe.c: Likewise.
42140         * manual/examples/popen.c: Likewise.
42141         * manual/examples/rprintf.c: Likewise.
42142         * manual/examples/search.c: Likewise.
42143         * manual/examples/select.c: Likewise.
42144         * manual/examples/setjmp.c: Likewise.
42145         * manual/examples/sigh1.c: Likewise.
42146         * manual/examples/sigusr.c: Likewise.
42147         * manual/examples/stpcpy.c: Likewise.
42148         * manual/examples/strdupa.c: Likewise.
42149         * manual/examples/strftim.c: Likewise.
42150         * manual/examples/strncat.c: Likewise.
42151         * manual/examples/subopt.c: Likewise.
42152         * manual/examples/swapcontext.c: Likewise.
42153         * manual/examples/termios.c: Likewise.
42154         * manual/examples/testopt.c: Likewise.
42155         * manual/examples/testpass.c: Likewise.
42156         * manual/examples/timeval_subtract.c: Likewise.
42158         [BZ #13792]
42159         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42160         function to ...
42161         * manual/timeval_subtract.c.texi: ... here, new file.
42163 2012-03-02  David S. Miller  <davem@davemloft.net>
42165         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42167 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42169         [BZ #3976]
42170         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42171         (__sin): Save and restore rounding mode and use round-to-nearest
42172         for all computations.
42173         (__cos): Save and restore rounding mode and use round-to-nearest
42174         for all computations.
42175         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42176         <fenv.h>.
42177         (tan): Save and restore rounding mode and use round-to-nearest for
42178         all computations.
42179         * math/libm-test.inc (cos_test_tonearest): New function.
42180         (cos_test_towardzero): Likewise.
42181         (cos_test_downward): Likewise.
42182         (cos_test_upward): Likewise.
42183         (sin_test_tonearest): Likewise.
42184         (sin_test_towardzero): Likewise.
42185         (sin_test_downward): Likewise.
42186         (sin_test_upward): Likewise.
42187         (tan_test_tonearest): Likewise.
42188         (tan_test_towardzero): Likewise.
42189         (tan_test_downward): Likewise.
42190         (tan_test_upward): Likewise.
42191         (main): Call the new functions.
42192         * sysdeps/i386/fpu/libm-test-ulps: Update.
42193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42195         [BZ #10135]
42196         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42197         small n, then large n, before computing and testing k+n.
42198         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42199         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42200         Likewise.
42201         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42202         Likewise.
42203         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42204         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42205         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42206         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42207         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42208         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42209         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42210         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42211         * math/libm-test.inc (scalbn_test): Add more tests.
42212         (scalbln_test): Likewise.
42214         * manual/filesys.texi (mode_t): Describe constraints on size and
42215         signedness, not exact equivalence to a particular type.
42216         (ino_t): Likewise.
42217         (ino64_t): Likewise.
42218         (dev_t): Likewise.
42219         (nlink_t): Likewise.
42220         (blkcnt_t): Likewise.
42221         (blkcnt64_t): Likewise.
42222         * manual/llio.texi (off_t): Likewise.
42224         [BZ #3976]
42225         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42226         (__ieee754_exp): Save and restore rounding mode and use
42227         round-to-nearest for all computations.
42228         * math/libm-test.inc (exp_test_tonearest): New function.
42229         (exp_test_towardzero): Likewise.
42230         (exp_test_downward): Likewise.
42231         (exp_test_upward): Likewise.
42232         (main): Call the new functions.
42233         * sysdeps/i386/fpu/libm-test-ulps: Update.
42234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42236 2012-03-01  Chris Demetriou  <cgd@google.com>
42238         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42239         have predictable order.
42241 2012-03-01  David S. Miller  <davem@davemloft.net>
42243         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42245         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42246         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42247         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42248         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42250         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42251         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42252         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42253         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42254         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42255         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42256         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42257         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42258         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42260         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42262         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42263         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42264         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42266         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42267         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42268         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42269         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42270         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42271         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42272         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42273         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42274         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42275         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42276         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42277         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42278         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42279         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42280         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42281         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42282         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42283         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42284         * sysdeps/sparc/elf/configure: Regenerated.
42286 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42288         * configure.in (AS, LD): Require binutils 2.20 or later.
42289         * configure: Regenerated.
42290         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42291         as required minimum version.
42292         * INSTALL: Regenerated.
42294         [BZ #2541]
42295         [BZ #4108]
42296         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42297         before squaring exponent.
42298         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42299         bottom long double and 27 bits of top long double before squaring
42300         exponent.
42301         * math/libm-test.inc (erfc_test): Add more tests.
42302         * sysdeps/i386/fpu/libm-test-ulps: Update.
42303         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42306 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42308         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42309         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42310         containing bit-fields.
42311         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42312         * soft-fp/single.h (_FP_UNION_S): Likewise.
42313         * soft-fp/double.h (_FP_UNION_D): Likewise.
42315 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42317         [BZ #13786]
42318         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42319         not include ../strcmp.S.
42320         [USE_AS_STRNCASECMP_L]: Likewise.
42321         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42322         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42323         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42324         (__strncasecmp_l_ia32): Define as alias to
42325         __strncasecmp_l_nonascii.
42327         [BZ #5794]
42328         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42329         * sysdeps/i386/fpu/libm-test-ulps: Update.
42330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42332         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42335 2012-02-29  Jeff Law  <law@redhat.com>
42337         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42338         out of bounds read.
42340 2012-02-29  Marek Polacek  <polacek@redhat.com>
42342         [BZ #13706]
42343         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42344         * elf/Makefile: Add rules to run tst-unused-dep.out.
42346 2012-02-28  David S. Miller  <davem@davemloft.net>
42348         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42349         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42350         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42351         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42352         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42353         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42355 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42357         * math/libm-test.inc (llround_test): Move one test from
42358         lround_test.  Use TEST_f_L in moved test.
42359         (lround_test): Move misplaced test to llround_test.  Add testcase
42360         from bug 2561.
42362 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42364         * sysdeps/x86_64/fpu/e_expf.S: New file.
42365         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42367 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42369         [BZ #13637]
42370         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42371         of remain_len that may cause incomplete multi-byte character and
42372         false match.
42373         * posix/bug-regex33.c: New file.
42374         * posix/Makefile (tests): Add bug-regex33.
42376 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42378         * manual/macros.texi: New file.
42379         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42380         * manual/libc.texinfo: Include macros.texi.
42381         * manual/creatute.texi: Likewise.
42382         * manual/install.texi: Likewise.
42383         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42384         @glibcadj{} in references to the GNU C Library.
42385         * manual/charset.texi: Likewise.
42386         * manual/conf.texi: Likewise.
42387         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42388         when not using those macros.
42389         * manual/creature.texi: Likewise.
42390         * manual/crypt.texi: Likewise.
42391         * manual/errno.texi: Likewise.
42392         * manual/filesys.texi: Likewise.
42393         * manual/header.texi: Likewise.
42394         * manual/install.texi: Likewise.
42395         * manual/intro.texi: Likewise.
42396         * manual/io.texi: Likewise.
42397         * manual/job.texi: Likewise.
42398         * manual/lang.texi: Likewise.
42399         * manual/libc.texiinfo: Likewise.
42400         * manual/llio.texi: Likewise.
42401         * manual/locale.texi: Likewise.
42402         * manual/maint.texi: Likewise.
42403         * manual/math.texi: Likewise.
42404         * manual/memory.texi: Likewise.
42405         * manual/message.texi: Likewise.
42406         * manual/nss.texi: Likewise.
42407         * manual/pattern.texi: Likewise.
42408         * manual/process.texi: Likewise.
42409         * manual/resource.texi: Likewise.
42410         * manual/search.texi: Likewise.
42411         * manual/setjmp.texi: Likewise.
42412         * manual/signal.texi: Likewise.
42413         * manual/socket.texi: Likewise.
42414         * manual/startup.texi: Likewise.
42415         * manual/stdio.texi: Likewise.
42416         * manual/string.texi: Likewise.
42417         * manual/sysinfo.texi: Likewise.
42418         * manual/syslog.texi: Likewise.
42419         * manual/terminal.texi: Likewise.
42420         * manual/time.texi: Likewise.
42421         * manual/users.texi: Likewise.
42422         * INSTALL: Regenerated.
42423         * NOTES: Regenerated.
42424         * sysdeps/gnu/errlist.c: Regenerated.
42426 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42428         * include/dirent.h: Include <dirstream.h> before
42429         <dirent/dirent.h>.
42431 2012-02-28  David S. Miller  <davem@davemloft.net>
42433         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42434         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42435         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42436         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42438 2012-02-27  David S. Miller  <davem@davemloft.net>
42440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42442         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42443         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42446         frame pointer instead of stack pointer relative arg slot.
42447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42448         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42449         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42451 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42453         [BZ #3992]
42454         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42456 2012-02-27  David S. Miller  <davem@davemloft.net>
42458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42460         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42461         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42462         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42463         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42464         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42465         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42467 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42469         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42470         later.  Allow versions 5-9.
42471         * configure: Regenerated.
42472         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42473         required minimum version and 4.6 as recommended version.  Do not
42474         mention bugs in GCC 2.7 and 2.8.
42475         * INSTALL: Regenerated.
42477 2012-02-27  David S. Miller  <davem@davemloft.net>
42479         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42482         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42483         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42484         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42485         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42486         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42488         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42489         manipulate bits before adding and subtracting TWO112[sx].
42490         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42492 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42494         [BZ #13775]
42495         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42496         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42497         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42498         being in POSIX, because they are in 1003.1-2008.
42500         * rt/tst-aio.c: Include <fcntl.h>.
42501         * rt/tst-aio7.c: Likewise.
42502         * rt/tst-aio64.c: Likewise.
42504         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42506 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42508         * manual/install.texi (--with-headers): Describe headers as
42509         interface headers, not private headers.
42510         (Specific advice for GNU/Linux systems): Describe use of headers
42511         from "make headers_install", not private headers from older
42512         kernels.
42513         * INSTALL: Regenerated.
42514         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42515         Change to 2.6.19.
42516         * sysdeps/unix/sysv/linux/configure: Regenerated.
42518         * manual/llio.texi (fclean): Remove documentation.
42520         * manual/Makefile (libc-texi-generated): New variable.  Include
42521         version.texi.
42522         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42523         $(libc-texi-generated), not duplicated list of files.
42524         (version.texi, stamp-version): New rules.
42525         (realclean): Remove $(libc-texi-generated), not individual files
42526         from that list.  Do not remove dir-add.texinfo.
42527         * manual/libc.texinfo: Comment out uses of edition numbers and
42528         references to printed manual.  Remove last-updated dates.
42529         (EDITION): Comment out.
42530         (ISBN): Likewise.
42531         (VERSION, UPDATED): Remove.
42532         (version.texi): Include.
42534 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42536         * sysdeps/posix/spawni.c: Include <signal.h>.
42537         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42538         * sysdeps/pthread/aio_fsync.c: Likewise.
42540 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42542         * conform/Makefile (tests): Run only when not cross-compiling and
42543         when fast-check is not defined.
42545         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42546         * conform/data/limits.h-data: Fixes for POSIX2008.
42547         * conform/run-conformtest.sh: Run all tests.
42548         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42549         headers.
42550         * include/bits/dlfcn.h: Likewise.
42551         * include/langinfo.h: Likewise.
42552         * include/monetary.h: Likewise.
42553         * include/sys/poll.h: Likewise.
42555         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42556         for __USE_GNU.
42557         * posix/spawn.h: Define __need_sigset_t.
42558         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42559         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42560         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42561         to get sigevent_t only.
42562         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42563         only for __USE_GNU.
42564         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42565         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42566         process_vm_writev only for __USE_GNU.
42567         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42569         * conform/Makefile: For now ignore errors from run-conformtest.
42570         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42571         POSIX to avoid namespace pollution.  Don't prepend headers.
42572         * conform/data/aio.h-data: Fixes for POSIX testing.
42573         * conform/data/fcntl.h-data: Likewise.
42574         * conform/data/glob.h-data: Likewise.
42575         * conform/data/grp.h-data: Likewise.
42576         * conform/data/pthread.h-data: Likewise.
42577         * conform/data/pwd.h-data: Likewise.
42578         * conform/data/signal.h-data: Likewise.
42579         * conform/data/spawn.h-data: Likewise.
42580         * conform/data/stdio.h-data: Likewise.
42581         * conform/data/stdlib.h-data: Likewise.
42582         * conform/data/stropts.h-data: Likewise.
42583         * conform/data/sys/mman.h-data: Likewise.
42584         * conform/data/sys/stat.h-data: Likewise.
42585         * conform/data/sys/types.h-data: Likewise.
42586         * conform/data/sys/wait.h-data: Likewise.
42587         * conform/data/time.h-data: Likewise.
42588         * conform/data/unistd.h-data: Likewise.
42589         * conform/data/utime.h-data: Likewise.
42591         * io/sys/stat.h: fchmod was always in POSIX.
42592         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42593         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42594         * rt/aio.h: Define __need_timespec before including <time.h>.
42595         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42596         struct.  Add forward declaration of pthread_attr_t and use it in
42597         sigevent.
42598         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42599         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42600         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42601         always remove CLK_TCK definition.
42603 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42605         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42607 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42609         * conform/run-conformtest.sh: New file.
42610         * conform/Makefile: Run run-conformtest for tests.
42611         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42612         support.
42614         * conform/data/uchar.h-data: New file.
42615         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42616         * conform/data/arpa/inet.h-data: Likewise.
42617         * conform/data/assert.h-data: Likewise.
42618         * conform/data/complex.h-data: Likewise.
42619         * conform/data/cpio.h-data: Likewise.
42620         * conform/data/ctype.h-data: Likewise.
42621         * conform/data/dirent.h-data: Likewise.
42622         * conform/data/dlfcn.h-data: Likewise.
42623         * conform/data/errno.h-data: Likewise.
42624         * conform/data/fcntl.h-data: Likewise.
42625         * conform/data/float.h-data: Likewise.
42626         * conform/data/fmtmsg.h-data: Likewise.
42627         * conform/data/fnmatch.h-data: Likewise.
42628         * conform/data/ftw.h-data: Likewise.
42629         * conform/data/glob.h-data: Likewise.
42630         * conform/data/grp.h-data: Likewise.
42631         * conform/data/iconv.h-data: Likewise.
42632         * conform/data/inttypes.h-data: Likewise.
42633         * conform/data/langinfo.h-data: Likewise.
42634         * conform/data/libgen.h-data: Likewise.
42635         * conform/data/limits.h-data: Likewise.
42636         * conform/data/locale.h-data: Likewise.
42637         * conform/data/math.h-data: Likewise.
42638         * conform/data/monetary.h-data: Likewise.
42639         * conform/data/mqueue.h-data: Likewise.
42640         * conform/data/ndbm.h-data: Likewise.
42641         * conform/data/net/if.h-data: Likewise.
42642         * conform/data/netdb.h-data: Likewise.
42643         * conform/data/netinet/in.h-data: Likewise.
42644         * conform/data/nl_types.h-data: Likewise.
42645         * conform/data/poll.h-data: Likewise.
42646         * conform/data/pthread.h-data: Likewise.
42647         * conform/data/pwd.h-data: Likewise.
42648         * conform/data/regex.h-data: Likewise.
42649         * conform/data/sched.h-data: Likewise.
42650         * conform/data/search.h-data: Likewise.
42651         * conform/data/semaphore.h-data: Likewise.
42652         * conform/data/setjmp.h-data: Likewise.
42653         * conform/data/signal.h-data: Likewise.
42654         * conform/data/spawn.h-data: Likewise.
42655         * conform/data/stdarg.h-data: Likewise.
42656         * conform/data/stdio.h-data: Likewise.
42657         * conform/data/stdlib.h-data: Likewise.
42658         * conform/data/string.h-data: Likewise.
42659         * conform/data/strings.h-data: Likewise.
42660         * conform/data/stropts.h-data: Likewise.
42661         * conform/data/sys/ipc.h-data: Likewise.
42662         * conform/data/sys/mman.h-data: Likewise.
42663         * conform/data/sys/msg.h-data: Likewise.
42664         * conform/data/sys/resource.h-data: Likewise.
42665         * conform/data/sys/select.h-data: Likewise.
42666         * conform/data/sys/sem.h-data: Likewise.
42667         * conform/data/sys/shm.h-data: Likewise.
42668         * conform/data/sys/socket.h-data: Likewise.
42669         * conform/data/sys/stat.h-data: Likewise.
42670         * conform/data/sys/statvfs.h-data: Likewise.
42671         * conform/data/sys/time.h-data: Likewise.
42672         * conform/data/sys/timeb.h-data: Likewise.
42673         * conform/data/sys/times.h-data: Likewise.
42674         * conform/data/sys/types.h-data: Likewise.
42675         * conform/data/sys/uio.h-data: Likewise.
42676         * conform/data/sys/un.h-data: Likewise.
42677         * conform/data/sys/utsname.h-data: Likewise.
42678         * conform/data/sys/wait.h-data: Likewise.
42679         * conform/data/syslog.h-data: Likewise.
42680         * conform/data/tar.h-data: Likewise.
42681         * conform/data/termios.h-data: Likewise.
42682         * conform/data/utime.h-data: Likewise.
42683         * conform/data/utmpx.h-data: Likewise.
42684         * conform/data/varargs.h-data: Likewise.
42685         * conform/data/wchar.h-data: Likewise.
42686         * conform/data/wctype.h-data: Likewise.
42687         * conform/data/wordexp.h-data: Likewise.
42689         * include/stropts.h: New file.
42690         * include/uchar.h: New file.
42691         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42692         * include/assert.h: Likewise.
42693         * include/ctype.h: Likewise.
42694         * include/dirent.h: Likewise.
42695         * include/dlfcn.h: Likewise.
42696         * include/fcntl.h: Likewise.
42697         * include/fnmatch.h: Likewise.
42698         * include/glob.h: Likewise.
42699         * include/grp.h: Likewise.
42700         * include/libio.h: Likewise.
42701         * include/locale.h: Likewise.
42702         * include/math.h: Likewise.
42703         * include/net/if.h: Likewise.
42704         * include/netdb.h: Likewise.
42705         * include/netinet/in.h: Likewise.
42706         * include/pthread.h: Likewise.
42707         * include/pwd.h: Likewise.
42708         * include/regex.h: Likewise.
42709         * include/sched.h: Likewise.
42710         * include/search.h: Likewise.
42711         * include/setjmp.h: Likewise.
42712         * include/signal.h: Likewise.
42713         * include/stdio.h: Likewise.
42714         * include/stdlib.h: Likewise.
42715         * include/string.h: Likewise.
42716         * include/sys/cdefs.h: Likewise.
42717         * include/sys/mman.h: Likewise.
42718         * include/sys/msg.h: Likewise.
42719         * include/sys/resource.h: Likewise.
42720         * include/sys/select.h: Likewise.
42721         * include/sys/socket.h: Likewise.
42722         * include/sys/stat.h: Likewise.
42723         * include/sys/statvfs.h: Likewise.
42724         * include/sys/time.h: Likewise.
42725         * include/sys/times.h: Likewise.
42726         * include/sys/uio.h: Likewise.
42727         * include/sys/utsname.h: Likewise.
42728         * include/sys/wait.h: Likewise.
42729         * include/termios.h: Likewise.
42730         * include/time.h: Likewise.
42731         * include/ulimit.h: Likewise.
42732         * include/unistd.h: Likewise.
42733         * include/utime.h: Likewise.
42734         * include/wchar.h: Likewise.
42735         * include/wctype.h: Likewise.
42736         * include/wordexp.h: Likewise.
42738         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42740         * time/time.h: TIME_UTC must be a macro.
42741         Make timespec_get available for ISO C11 only as well.
42743 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42745         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42746         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42748 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42750         * configure.in: Use -o not -a in test for unsupported multi-arch.
42752 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42754         * manual/texinfo.tex: Update to version 2012-01-19.16.
42756 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42758         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42760 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42762         [BZ #13738]
42763         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42764         * manual/fdl-1.3.texi: New file.
42765         * manual/fdl-1.1.texi: File removed.
42767         [BZ #13738]
42768         * manual/libc.texinfo (FDL_VERSION): New @set.
42769         Use it for mention of FDL in cover text.
42770         (Documentation License): Use it in @include file name.
42772 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42773             Roland McGrath  <roland@hack.frob.com>
42775         [BZ #5461]
42776         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42777         (not LONG_LONG_MAX and LONG_LONG_MIN.
42778         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42779         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42780         name.
42781         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42783 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42785         [BZ #2547]
42786         [BZ #11365]
42787         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42788         manipulate bits before adding and subtracting TWO23[sx].
42789         * math/libm-test.inc (nearbyint_test): Add more tests.
42791 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42793         [BZ #2548]
42794         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42795         bits before adding and subtracting TWO23[sx].
42796         * math/libm-test.inc (rint_test): Add more tests.
42797         (rint_test_tonearest): Likewise.
42798         (rint_test_towardzero): Likewise.
42799         (rint_test_downward): Likewise.
42800         (rint_test_upward: Likewise.
42802 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42804         [BZ #10110]
42805         * include/stdc-predef.h: New file.  Extracted from features.h.
42806         * include/features.h: Include stdc-predef.h.
42807         * Makefile (headers): Add stdc-predef.h.
42808         * CONFORMANCE (Compiler limitations): Update.
42810 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42812         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42814 2012-02-21  David S. Miller  <davem@davemloft.net>
42816         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42817         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42819 2012-02-20  David S. Miller  <davem@davemloft.net>
42821         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42822         using a normal save/restore sequence, rather than allocating a
42823         dummy stack frame just to store a frame pointer and restore.
42824         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42826 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42828         * manual/install.texi: Fix stray word in line-wrapped comment.
42830 2012-02-20  David S. Miller  <davem@davemloft.net>
42832         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42833         both binutils and gcc support GOTDATA.
42835         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42836         "rd %pc" in the PIC register setup sequences.
42838         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42839         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42840         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42841         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42842         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42843         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42844         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42845         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42846         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42847         (SYSCALL_ERROR_HANDLER): Likewise.
42848         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42849         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42850         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42851         (SYSCALL_ERROR_HANDLER): Likewise.
42853         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42854         (HAVE_GCC_GOTDATA): New.
42855         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42856         relocation support in both binutils and gcc.
42857         * sysdeps/sparc/elf/configure: Regenerate.
42859         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42860         * sysdeps/sparc/sparc32/elf/configure: Delete.
42861         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42862         * sysdeps/sparc/sparc64/elf/configure: Delete.
42863         * sysdeps/sparc/elf/configure.in: New file.
42864         * sysdeps/sparc/elf/configure: Generate.
42866         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42867         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42868         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42869         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42870         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42872 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42874         * manual/install.texi: Do not mention specific glibc version
42875         numbers.
42876         * manual/libc.texinfo (VERSION, UPDATED): Update.
42877         (@copying): Use @copyright{} and range of years.
42879 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42881         [BZ #13695]
42882         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42883         [crti.S not in sysdirs] (generated): Do not append.
42884         [crti.S not in sysdirs] (omit-deps): Likewise.
42885         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42886         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42887         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42888         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42889         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42890         Likewise.
42891         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42892         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42893         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42894         * csu/defs.awk: Remove file.
42895         * sysdeps/generic/initfini.c: Likewise.
42896         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42897         variable.
42898         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42899         Likewise.
42901 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42903         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42904         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42905         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42906         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42907         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42908         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42909         <bits/epoll.h>.
42910         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42911         (__EPOLL_PACKED): Define to empty if not defined by
42912         <bits/epoll.h>.
42913         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42914         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42915         bits/epoll.h.
42917 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42919         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42920         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42921         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42922         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42923         <bits/timerfd.h>.
42924         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42925         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42926         bits/timerfd.h.
42928 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42930         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42931         in C locale.
42932         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42933         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42934         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42937 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42939         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42940         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42942 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42944         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42945         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42946         defined.
42947         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42948         Likewise.
42949         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42950         entry for 2.16.
42952 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42954         * math/w_acos.c: Use non-signaling floating-point comparisons.
42955         * math/w_acosf.c: Likewise.
42956         * math/w_acosh.c: Likewise.
42957         * math/w_acoshf.c: Likewise.
42958         * math/w_acoshl.c: Likewise.
42959         * math/w_acosl.c: Likewise.
42960         * math/w_asin.c: Likewise.
42961         * math/w_asinf.c: Likewise.
42962         * math/w_asinl.c: Likewise.
42963         * math/w_atanh.c: Likewise.
42964         * math/w_atanhf.c: Likewise.
42965         * math/w_atanhl.c: Likewise.
42966         * math/w_exp2.c: Likewise.
42967         * math/w_exp2f.c: Likewise.
42968         * math/w_exp2l.c: Likewise.
42969         * math/w_j0.c: Likewise.
42970         * math/w_j0f.c: Likewise.
42971         * math/w_j0l.c: Likewise.
42972         * math/w_j1.c: Likewise.
42973         * math/w_j1f.c: Likewise.
42974         * math/w_j1l.c: Likewise.
42975         * math/w_jn.c: Likewise.
42976         * math/w_jnf.c: Likewise.
42977         * math/w_log.c: Likewise.
42978         * math/w_log10.c: Likewise.
42979         * math/w_log10f.c: Likewise.
42980         * math/w_log10l.c: Likewise.
42981         * math/w_log2.c: Likewise.
42982         * math/w_log2f.c: Likewise.
42983         * math/w_log2l.c: Likewise.
42984         * math/w_logf.c: Likewise.
42985         * math/w_logl.c: Likewise.
42986         * math/w_sqrt.c: Likewise.
42987         * math/w_sqrtf.c: Likewise.
42988         * math/w_sqrtl.c: Likewise.
42989         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42990         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42991         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42992         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42993         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42995 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42997         [BZ #9739]
42998         * manual/string.texi (strnlen): Use correct parameter name in
42999         equivalent expression.
43001 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43003         [BZ #11174]
43004         * manual/users.texi (seteuid): Consistently use neweuid for
43005         argument name.
43007 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43009         [BZ #13704]
43010         * manual/nss.texi (Services in the NSS configuration): Correct
43011         list of services in example configuration file.
43013 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
43015         [BZ #11322]
43016         * manual/arith.texi: Remove statements about negative zero
43017         behaving identically to zero.
43019 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43021         [BZ #5993]
43022         * manual/install.texi: Do not document upgrading from libc5.
43024 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43026         [BZ #4596]
43027         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43029 2012-02-18  David S. Miller  <davem@davemloft.net>
43031         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43032         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43033         %o7 across the call.
43034         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43035         instead.
43036         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43037         SETUP_PIC_REG_LEAF.
43038         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43039         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43040         * sysdeps/sparc/crtn.S: Likewise.
43042 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
43044         * aout/Makefile: Remove.
43046 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
43048         [BZ #13058]
43049         * manual/examples/argp-ex1.c (main): Format definition in GNU
43050         style.
43051         * manual/examples/argp-ex2.c (main): Likewise.
43052         * manual/examples/argp-ex3.c (main): Likewise.
43053         * manual/examples/argp-ex4.c (main): Likewise.
43054         * manual/examples/longopt.c (main): Use new-style prototype
43055         definition.
43056         * manual/examples/strncat.c (main): Specify return type and use
43057         (void) for arguments.
43058         * manual/examples/subopt.c (main): Use char **argv argument.
43060 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43062         [BZ #5077]
43063         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43064         rounding modes.
43066 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43068         [BZ #6907]
43069         * manual/string.texi (strchr): Change when strchrnul is
43070         recommended.
43072 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43074         [BZ #174]
43075         * manual/locale.texi (setlocale): Document LOCPATH.
43077 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43079         [BZ #10210]
43080         * manual/process.texi (execle): Move @dots{} before last argument.
43082 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43084         [BZ #12047]
43085         * manual/charset.texi (Generic Charset Conversion): Fix typo
43086         (LC_TYPE -> LC_CTYPE).
43088 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43090         [BZ #5805]
43091         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43092         (scalbnf): Likewise.
43093         (scalbnl): Likewise.
43094         (scalbln): Likewise.
43095         (scalblnf): Likewise.
43096         (scalblnl): Likewise.
43097         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43098         (vwarnx): Likewise.
43099         (verr): Likewise.
43100         (verrx): Likewise.
43101         * manual/filesys.texi (telldir): Use braces around return type.
43102         * manual/llio.texi (mmap): Add space after comma.
43103         (mmap64): Likewise.
43104         * manual/math.texi (jn): Use @var{} on parameter names.
43105         (jnf): Likewise.
43106         (jnl): Likewise.
43107         (yn): Likewise.
43108         (ynf): Likewise.
43109         (ynl): Likewise.
43110         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43111         line.
43112         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43113         "...".
43114         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43115         (sched_get_priority_max): Likewise.
43116         * manual/signal.texi (sigvec): Add space after comma.
43117         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43118         names.
43119         (if_indextoname): Likewise.
43120         (if_freenameindex): Likewise.
43121         (sendto): Use ',' instead of '.' in prototype.
43122         * manual/startup.texi (syscall): Use @dots{} instead of literal
43123         "...".
43124         * manual/stdio.texi (__fpending): Separate initial words of
43125         paragraph from @deftypefun line.
43126         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43127         "...".
43128         (vsyslog): Use @var{} on parameter names.
43129         * manual/terminal.texi (stty): Use @var{} on parameter names.
43130         * manual/users.texi (getutmp): Use @var{} on parameter names.
43131         (getutmpx): Likewise.
43133 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43135         [BZ #6884]
43136         * manual/stdio.texi (fopen): Fix typos in description of
43137         ",ccs=STRING".
43139 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43141         [BZ #4026]
43142         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43143         get clock_id definition.
43145 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43147         [BZ #4822]
43148         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43149         (madvise): Cast every argument to void on its own.
43151 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43153         [BZ #9902]
43154         * manual/startup.texi (Exit Status): Fix typo.
43156 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43158         [BZ #10140]
43159         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43160         * manual/examples/argp-ex2.c: Likewise.
43161         * manual/examples/argp-ex3.c: Likewise.
43163 2012-02-16  Richard Henderson  <rth@redhat.com>
43165         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43166         * sysdeps/s390/s390-32/initfini.c: Remove.
43167         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43168         * sysdeps/s390/s390-64/initfini.c: Remove.
43170 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43172         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43173         compiler output for sysdeps/generic/initfini.c.
43174         * sysdeps/sh/elf/initfini.c: Remove file.
43176 2012-02-16  David S. Miller  <davem@davemloft.net>
43178         [BZ #11494]
43179         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43181         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43182         * sysdeps/sparc/crti.S: New file.
43183         * sysdeps/sparc/crtn.S: New file.
43184         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43185         * sysdeps/sparc/sparc64/Makefile: Likewise.
43187 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43189         [BZ #3335]
43190         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43192 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43194         [BZ #4822]
43195         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43197         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43198         (write, read, close): Likewise.
43199         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43201 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43203         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43204         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43205         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43206         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43207         <bits/signalfd.h>.
43208         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43209         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43210         bits/signalfd.h.
43212 2012-02-14  Marek Polacek  <polacek@redhat.com>
43214         * sysdeps/x86_64/crti.S: New file.
43215         * sysdeps/x86_64/crtn.S: New file.
43216         * sysdeps/x86_64/elf/initfini.c: Remove file.
43218 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43220         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43221         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43222         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43223         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43224         <bits/inotify.h>.
43225         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43226         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43227         bits/inotify.h.
43229 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43231         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43232         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43233         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43234         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43235         <bits/eventfd.h>.
43236         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43237         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43238         bits/eventfd.h.
43240 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43242         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43243         __feraiseexcept instead of feraiseexcept.
43245         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43246         nanosleep invocations.
43247         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43248         strings, and add error checking for a nanosleep invocations.
43250 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43252         Replace FSF snail mail address with URLs, as per GNU coding standards.
43253         Most of the snail mail addresses were wrong anyway, and omitting
43254         them makes the source code easier to maintain.  Almost all of the
43255         changes are to license notices and to locale LC_IDENTIFICATION
43256         addresses, except for this one:
43257         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43258         not its snail mail address.
43260 2012-02-09  Richard Henderson  <rth@twiddle.net>
43262         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43263         of kernel-features.h.
43265         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43267 2012-02-08  Marek Polacek  <polacek@redhat.com>
43269         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43270         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43271         * sysdeps/gnu/_G_config.h: Likewise.
43272         * sysdeps/generic/_G_config.h: Likewise.
43274 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43276         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43277         tests.
43278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43280         * sysdeps/powerpc/powerpc32/crti.S: New file.
43281         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43282         * sysdeps/powerpc/powerpc64/crti.S: New file.
43283         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43285         * Makeconfig (have-initfini): Don't set.
43286         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43287         * configure.in (nopic_initfini): Don't substitute.
43288         * config.h.in (HAVE_INITFINI): Don't #undef.
43289         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43290         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43292 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43294         Support crti.S and crtn.S provided directly by architectures.
43295         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43296         [crti.S in sysdirs] (omit-deps): Likewise.
43297         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43298         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43299         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43300         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43301         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43302         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43303         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43304         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43305         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43306         compiler output for sysdeps/generic/initfini.c.
43307         * sysdeps/i386/elf/Makefile: Remove file.
43308         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43310 2012-02-07  Marek Polacek  <polacek@redhat.com>
43312         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43313         * sysdeps/gnu/_G_config.h: Likewise.
43314         * sysdeps/mach/hurd/_G_config.h: Likewise.
43316 2012-02-07  Marek Polacek  <polacek@redhat.com>
43318         * math/Makefile (tests): Add tst-CMPLX2.
43319         * math/tst-CMPLX2.c: New file.
43321 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43323         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43325         * math/libm-test.inc (jn_test): Add missing L suffix.
43327 2012-02-06  Marek Polacek  <polacek@redhat.com>
43329         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43330         * sysdeps/i386/fpu/e_powf.S: Likewise.
43331         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43332         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43333         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43334         * sysdeps/i386/fpu/e_pow.S: Likewise.
43335         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43336         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43337         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43338         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43339         * sysdeps/i386/fpu/e_log2.S: Likewise.
43340         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43341         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43342         * sysdeps/i386/fpu/e_powl.S: Likewise.
43343         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43344         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43345         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43346         * sysdeps/i386/fpu/e_logl.S: Likewise.
43347         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43348         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43349         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43350         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43351         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43352         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43353         * sysdeps/i386/fpu/e_log.S: Likewise.
43354         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43355         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43356         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43357         * sysdeps/i386/fpu/e_logf.S: Likewise.
43358         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43359         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43360         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43361         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43362         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43363         * sysdeps/i386/fpu/e_log10.S: Likewise.
43364         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43365         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43366         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43367         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43368         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43369         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43370         * sysdeps/i386/asm-syntax.h: Likewise.
43371         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43372         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43373         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43374         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43375         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43376         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43377         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43378         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43379         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43380         * sysdeps/powerpc/sysdep.h: Likewise.
43381         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43382         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43384 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43386         [BZ #411]
43387         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43389 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43391         * sysdeps/i386/sysdep.h: Include <features.h>.
43392         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43393         version.
43395 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43397         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43398         Define.
43399         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43400         LOAD_PIC_REG_STR.
43402 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43404         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43405         (SETUP_PIC_REG): Use GET_PC_THUNK.
43406         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43407         macro.
43409 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43411         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43412         for non-PIC compilation.
43413         (SETUP_PIC_REG): Add .p2align directive.
43414         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43415         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43416         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43417         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43418         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43419         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43420         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43421         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43422         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43423         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43424         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43425         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43426         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43427         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43428         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43429         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43430         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43431         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43432         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43433         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43434         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43435         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43436         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43437         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43438         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43439         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43440         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43441         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43442         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43443         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43444         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43445         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43446         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43447         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43448         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43449         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43450         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43451         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43452         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43453         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43454         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43456 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43458         * math/tst-CMPLX.c: Include <stdio.h>.
43460 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43462         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43463         float.
43464         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43465         * sysdeps/sparc/bits/mathdef.h: Likewise.
43467 2012-01-31  Marek Polacek  <polacek@redhat.com>
43469         * libio/libio.h: Don't define _PARAMS.
43470         * locale/programs/config.h: Don't define PARAMS.
43471         * stdlib/strtol_l.c: Likewise.
43472         (__strtol_l): Remove PARAMS from the prototype.
43474 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43476         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43477         names.  Just use the correct names.  Remove unnecessary wrapper
43478         functions.
43479         * malloc/arena.c: Likewise.
43480         * malloc/hooks.c: Likewise.
43482         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43483         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43484         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43486 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43488         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43489         into tail calls.
43490         (update_get_addr): New function.
43491         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43492         GET_ADDR_MODULE parameter.
43494 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43496         * crypt/cert.c: Remove __STDC__ conditionals.
43497         * crypt/crypt-entry.c: Likewise.
43498         * crypt/crypt_util.c: Likewise.
43499         * libio/filedoalloc.c: Likewise.
43500         * libio/fileops.c: Likewise.
43501         * libio/genops.c: Likewise.
43502         * libio/iofclose.c: Likewise.
43503         * libio/iofdopen.c: Likewise.
43504         * libio/iofopen.c: Likewise.
43505         * libio/iofopen64.c: Likewise.
43506         * libio/iogetdelim.c: Likewise.
43507         * libio/iopopen.c: Likewise.
43508         * libio/obprintf.c: Likewise.
43509         * libio/oldfileops.c: Likewise.
43510         * libio/oldiofclose.c: Likewise.
43511         * libio/oldiofdopen.c: Likewise.
43512         * libio/oldiofopen.c: Likewise.
43513         * libio/oldiopopen.c: Likewise.
43514         * libio/wfiledoalloc.c: Likewise.
43515         * libio/wgenops.c: Likewise.
43516         * locale/programs/xmalloc.c: Likewise.
43517         * misc/syslog.c: Likewise.
43518         * stdio-common/xbug.c: Likewise.
43519         * string/memchr.c: Likewise.
43520         * string/memcmp.c: Likewise.
43521         * string/memrchr.c: Likewise.
43522         * string/rawmemchr.c: Likewise.
43523         * sysdeps/posix/getcwd.c: Likewise.
43524         * time/strftime_l.c: Likewise.
43526 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43528         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43529         * config.make.in (config-cflags-sse2avx): Define.
43530         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43531         Fix typo.
43533 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43535         * scripts/config.guess: Update from upstream config git repository.
43536         * scripts/config.sub: Likewise.
43538 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43540         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43541         (EM_NUM): Update.
43542         (R_TILEPRO_*, R_TILEGX_*): New macros.
43544         * scripts/firstversions.awk: Fix bug in version range handling.
43546         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43548         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43550         * include/sys/epoll.h: New file.
43551         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43552         libc_hidden_def.
43554 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43556         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43557         Avoid unnecessary __WORDSIZE == 64 test.
43558         (fmaxf): Use VEX format if possible.
43559         (fmax): Likewise.
43560         (fminf): Likewise.
43561         (fmin): Likewise.
43563         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43564         * math/math_private.h: Remove libc_fegetround* and
43565         libc_fesetround*.
43566         * sysdeps/i386/configure.in: Check for -msse2avx.
43567         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43568         also if SSE2AVX is defined.
43569         Remove libc_fegetround* and libc_fesetround*.
43570         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43571         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43572         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43573         of HAS_YMM_USABLE.
43574         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43575         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43576         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43577         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43578         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43580         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43582 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43584         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43585         size is not set.
43586         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43588 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43590         [BZ #13618]
43591         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43592         relocation.
43593         * Makeconfig (libm): Define.
43594         * elf/Makefile: Add rules to build and run tst-relsort1.
43595         * elf/tst-relsort1.c: New file.
43596         * elf/tst-relsort1mod1.c: New file.
43597         * elf/tst-relsort1mod2.c: New file.
43599 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43601         * math/s_ldexp.c: Remove __STDC__ conditionals.
43602         * math/s_ldexpf.c: Likewise.
43603         * math/s_ldexpl.c: Likewise.
43604         * math/s_nextafter.c: Likewise.
43605         * math/s_nexttowardf.c: Likewise.
43606         * math/s_significand.c: Likewise.
43607         * math/s_significandf.c: Likewise.
43608         * math/s_significandl.c: Likewise.
43609         * math/w_jnl.c: Likewise.
43610         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43611         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43612         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43613         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43614         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43615         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43616         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43617         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43618         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43619         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43620         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43621         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43622         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43623         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43624         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43625         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43626         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43627         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43628         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43629         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43630         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43631         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43632         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43633         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43634         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43635         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43636         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43637         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43638         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43639         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43640         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43641         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43642         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43643         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43644         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43645         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43646         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43647         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43648         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43649         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43650         * sysdeps/ieee754/k_standard.c: Likewise.
43651         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43652         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43653         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43654         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43655         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43656         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43657         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43658         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43659         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43660         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43661         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43662         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43663         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43664         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43665         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43666         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43667         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43668         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43669         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43670         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43671         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43672         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43673         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43674         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43675         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43676         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43677         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43678         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43679         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43680         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43681         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43682         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43683         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43684         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43685         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43686         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43687         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43688         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43689         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43690         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43691         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43692         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43693         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43694         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43695         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43696         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43697         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43698         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43699         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43700         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43701         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43702         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43703         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43704         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43705         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43706         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43707         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43708         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43709         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43710         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43711         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43712         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43713         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43714         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43715         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43716         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43717         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43718         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43719         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43720         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43721         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43722         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43723         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43724         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43725         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43726         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43727         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43728         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43729         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43730         * sysdeps/ieee754/s_matherr.c: Likewise.
43731         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43732         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43733         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43734         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43736 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43738         * crypt/md5.h: Remove __STDC__ conditionals.
43739         * libio/libioP.h: Likewise.
43740         * locale/programs/config.h: Likewise.
43741         * sysdeps/generic/sysdep.h: Likewise.
43742         * sysdeps/i386/asm-syntax.h: Likewise.
43743         * sysdeps/s390/asm-syntax.h: Likewise.
43744         * sysdeps/unix/sysdep.h: Likewise.
43745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43748 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43750         * libio/libio.h: Remove __STDC__ conditionals.
43751         * malloc/obstack.h: Likewise.
43752         * math/complex.h: Likewise.
43753         * math/math.h: Likewise.
43754         * sysdeps/generic/_G_config.h: Likewise.
43755         * sysdeps/gnu/_G_config.h: Likewise.
43756         * sysdeps/mach/hurd/_G_config.h: Likewise.
43757         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43758         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43759         * sysdeps/sparc/bits/mathdef.h: Likewise.
43761 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43763         [BZ #13583]
43764         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43765         Clean up HAS_* macros.
43766         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43767         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43768         possible.
43769         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43770         HAS_AVX.
43771         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43772         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43773         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43774         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43775         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43777 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43779         * elf/tst-unique3.cc (gets): Remove declaration.
43780         * elf/tst-unique3lib.cc (gets): Likewise.
43781         * elf/tst-unique3lib2.cc (gets): Likewise.
43782         * elf/tst-unique4.cc (gets): Likewise.
43784 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43786         * include/stdio.h: Add C++ protection.  Add gets declarations and
43787         definitions.
43788         * debug/tst-chk1.c: Don't declare gets here.
43789         * stdio-common/tst-gets.c: Likewise.
43791 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43793         * posix/glob: Remove directory.
43795 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43797         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43799 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43801         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43802         of the non-standard EPFNOSUPPORT.
43804 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43806         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43807         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43808         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43810 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43812         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43814 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43816         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43817         transient errors.
43818         * nscd/grpcache.c (cache_addgr): Likewise.
43819         * nscd/hstcache.c (cache_addhst): Likewise.
43820         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43821         * nscd/pwdcache.c (cache_addpw): Likewise.
43822         * nscd/servicescache.c (cache_addserv): Likewise.
43824 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43826         * malloc/malloc.c: Various cleanups.
43827         * malloc/hooks.c: Likewise.
43829         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43830         * stdlib/bug-fmtmsg1.c: New file.
43832         * stdlib/fmtmsg.c (init): Add missing unlock.
43833         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43835 2012-01-12  Marek Polacek  <polacek@redhat.com>
43837         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43838         and _GNU_SOURCE.
43840 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43842         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43843         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43844         macro to ensure uniqueness of label name.
43845         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43846         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43848 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43850         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43852         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43853         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43854         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43855         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43857 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43859         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43861         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43862         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43863         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43865         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43867         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43868         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43869         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43870         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43872         * math/bits/math-finite.h: Add ldexp support.
43874 2012-01-10  Marek Polacek  <polacek@redhat.com>
43876         * locale/programs/localedef.h (show_archive_content): Add noreturn
43877         attribute.
43879 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43881         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43883 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43885         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43887         * io/Makefile (headers): Add bits/poll2.h.
43889 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43892         typo #include statement.
43894 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43896         * include/sys/cdefs.h: Define __attribute_alloc_size.
43897         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43898         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43899         * elf/pldd.c: Likewise.
43900         * iconv/iconv_charmap.c: Likewise.
43901         * iconv/iconvconfig.c: Likewise.
43902         * iconv/strtab.c: Likewise.
43903         * locale/programs/locale.c: Likewise.
43904         * locale/programs/localedef.h: Likewise.
43905         * locale/programs/simple-hash.c: Likewise.
43906         * nscd/nscd.h: Likewise.
43907         * nss/makedb.c: Likewise.
43908         * sysdeps/generic/ldconfig.h: Likewise.
43909         * locale/programs/localedef.c: Remove xmalloc prototype.
43910         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43912 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43914         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43915         appropriate.
43917 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43919         * math/Makefile (tests): Add tst-CMPLX.
43920         * math/tst-CMPLX.c: New file.
43922         * math/complex.h (CMPLXL): Fix typo.
43924         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43925         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43926         GLIBC_2.16.
43927         * debug/tst-chk1.c: Add poll and ppoll tests.
43928         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43929         * include/sys/poll.h: Add hidden proto for ppoll.
43930         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43931         * sysdeps/mach/hurd/ppoll.c: Likewise.
43932         * io/ppoll.c: Likewise.
43933         * debug/poll_chk.c: New file.
43934         * debug/ppoll_chk.c: New file.
43935         * include/bits/poll2.h: New file.
43936         * io/bits/poll2.h: New file.
43938         [BZ #1350]
43939         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43941         * configure.in: static is always set to yes.  Remove.
43942         * config.make.in: Don't set build-static.
43943         * Makeconfig: Remove use of build-static.
43944         * dlfcn/Makefile: Likewise.
43945         * elf/Makefile: Likewise.
43946         * math/Makefile: Likewise.
43947         * misc/Makefile: Likewise.
43948         * nptl/Makefile: Likewise.
43949         * sysdeps/mach/hurd/Makefile: Likewise.
43951         * configure.in: PWD_P is not used anymore.
43952         * config.make.in: Remove PWD_P entry.
43954         * configure.in: Remove last remnants of RANLIB.
43955         No need to check for signed size_t anymore.
43956         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43957         and IA-64.
43958         Remove __builtin_expect test because we require at least gcc 3.4.
43959         * aclocal.m4: Likewise.
43961         * wcsmbs/mbrtoc16.c: Implement using towc function.
43962         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43963         * wcsmbs/wcsmbsload.c: Likewise.
43964         * iconv/gconv_simple.c: Likewise.
43965         * iconv/gconv_int.h: Likewise.
43966         * iconv/gconv_builtin.h: Likewise.
43967         * iconv/iconv_prog.c: Remove CHAR16 handling.
43969         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43971         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43973         * configure.in: Remove --with-elf and --enable-bounded options.
43974         Dont set base_machine for ia64.  More non-ELF conditions removed.
43975         Remove testing and setting of leading underscore information.
43976         * config.make.in (build-bounded): Set to no.
43977         * config.h.in: Remove NO_UNDERSCORES entry.
43978         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43979         them.
43980         * csu/start.c: Remove !NO_UNDERSCORE code.
43981         * locale/localeinfo.h: Likewise.
43982         * sysdeps/generic/machine-gmon.h: Likewise.
43983         * sysdeps/generic/sysdep.h: Likewise.
43984         * sysdeps/i386/sysdep.h: Likewise.
43985         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43986         * sysdeps/mach/sysdep.h: Likewise.
43987         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43988         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43989         * sysdeps/sh/sysdep.h: Likewise.
43990         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43991         * sysdeps/unix/i386/sysdep.S: Likewise.
43992         * sysdeps/unix/sparc/start.c: Likewise.
43993         * sysdeps/unix/sparc/sysdep.S: Likewise.
43994         * sysdeps/unix/sparc/sysdep.h: Likewise.
43995         * sysdeps/unix/start.c: Likewise.
43996         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43997         * sysdeps/x86_64/sysdep.h: Likewise.
43999 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
44001         [BZ #13553]
44002         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44003         for non-gcc.
44004         * argp/argp-fmtstream.h: Use const instead __const.
44005         * argp/argp.h: Likewise.
44006         * assert/assert.h: Likewise.
44007         * bits/fenv.h: Likewise.
44008         * bits/sched.h: Likewise.
44009         * bits/sigset.h: Likewise.
44010         * bits/sigthread.h: Likewise.
44011         * catgets/nl_types.h: Likewise.
44012         * conform/data/pthread.h-data: Likewise.
44013         * crypt/crypt-private.h: Likewise.
44014         * crypt/crypt.h: Likewise.
44015         * crypt/crypt_util.c: Likewise.
44016         * ctype/ctype.h: Likewise.
44017         * debug/execinfo.h: Likewise.
44018         * debug/mbsnrtowcs_chk.c: Likewise.
44019         * debug/mbsrtowcs_chk.c: Likewise.
44020         * debug/wcsnrtombs_chk.c: Likewise.
44021         * debug/wcsrtombs_chk.c: Likewise.
44022         * debug/wcstombs_chk.c: Likewise.
44023         * dirent/dirent.h: Likewise.
44024         * dlfcn/dlfcn.h: Likewise.
44025         * elf/neededtest4.c: Likewise.
44026         * grp/grp.h: Likewise.
44027         * gshadow/gshadow.h: Likewise.
44028         * iconv/gconv.h: Likewise.
44029         * iconv/gconv_int.h: Likewise.
44030         * iconv/gconv_simple.c: Likewise.
44031         * iconv/iconv.h: Likewise.
44032         * iconv/loop.c: Likewise.
44033         * iconv/skeleton.c: Likewise.
44034         * include/aio.h: Likewise.
44035         * include/aliases.h: Likewise.
44036         * include/argz.h: Likewise.
44037         * include/arpa/inet.h: Likewise.
44038         * include/assert.h: Likewise.
44039         * include/dirent.h: Likewise.
44040         * include/dlfcn.h: Likewise.
44041         * include/execinfo.h: Likewise.
44042         * include/fcntl.h: Likewise.
44043         * include/fenv.h: Likewise.
44044         * include/glob.h: Likewise.
44045         * include/grp.h: Likewise.
44046         * include/libintl.h: Likewise.
44047         * include/mntent.h: Likewise.
44048         * include/netdb.h: Likewise.
44049         * include/pwd.h: Likewise.
44050         * include/rpc/netdb.h: Likewise.
44051         * include/sched.h: Likewise.
44052         * include/search.h: Likewise.
44053         * include/shadow.h: Likewise.
44054         * include/signal.h: Likewise.
44055         * include/stdio.h: Likewise.
44056         * include/stdlib.h: Likewise.
44057         * include/string.h: Likewise.
44058         * include/sys/socket.h: Likewise.
44059         * include/sys/stat.h: Likewise.
44060         * include/sys/statfs.h: Likewise.
44061         * include/sys/statvfs.h: Likewise.
44062         * include/sys/syslog.h: Likewise.
44063         * include/sys/time.h: Likewise.
44064         * include/sys/uio.h: Likewise.
44065         * include/time.h: Likewise.
44066         * include/unistd.h: Likewise.
44067         * include/utmp.h: Likewise.
44068         * include/wchar.h: Likewise.
44069         * include/wctype.h: Likewise.
44070         * inet/aliases.h: Likewise.
44071         * inet/arpa/inet.h: Likewise.
44072         * inet/netinet/ether.h: Likewise.
44073         * inet/netinet/in.h: Likewise.
44074         * intl/libintl.h: Likewise.
44075         * io/bits/fcntl2.h: Likewise.
44076         * io/fcntl.h: Likewise.
44077         * io/ftw.h: Likewise.
44078         * io/sys/poll.h: Likewise.
44079         * io/sys/stat.h: Likewise.
44080         * io/sys/statfs.h: Likewise.
44081         * io/sys/statvfs.h: Likewise.
44082         * io/utime.h: Likewise.
44083         * libio/bits/stdio.h: Likewise.
44084         * libio/bits/stdio2.h: Likewise.
44085         * libio/libio.h: Likewise.
44086         * libio/libioP.h: Likewise.
44087         * libio/stdio.h: Likewise.
44088         * locale/lc-ctype.c: Likewise.
44089         * locale/locale.h: Likewise.
44090         * login/utmp.h: Likewise.
44091         * malloc/arena.c: Likewise.
44092         * malloc/malloc.c: Likewise.
44093         * malloc/malloc.h: Likewise.
44094         * malloc/mcheck.c: Likewise.
44095         * malloc/mtrace.c: Likewise.
44096         * math/bits/mathcalls.h: Likewise.
44097         * math/fenv.h: Likewise.
44098         * math/math_private.h: Likewise.
44099         * misc/bits/error.h: Likewise.
44100         * misc/bits/syslog.h: Likewise.
44101         * misc/err.h: Likewise.
44102         * misc/error.h: Likewise.
44103         * misc/fstab.h: Likewise.
44104         * misc/mntent.h: Likewise.
44105         * misc/regexp.h: Likewise.
44106         * misc/search.h: Likewise.
44107         * misc/sgtty.h: Likewise.
44108         * misc/sys/mman.h: Likewise.
44109         * misc/sys/syslog.h: Likewise.
44110         * misc/sys/uio.h: Likewise.
44111         * misc/sys/xattr.h: Likewise.
44112         * misc/ttyent.h: Likewise.
44113         * nis/rpcsvc/ypclnt.h: Likewise.
44114         * nss/nss.h: Likewise.
44115         * posix/bits/unistd.h: Likewise.
44116         * posix/fnmatch.h: Likewise.
44117         * posix/glob.h: Likewise.
44118         * posix/sched.h: Likewise.
44119         * posix/spawn.h: Likewise.
44120         * posix/sys/wait.h: Likewise.
44121         * posix/unistd.h: Likewise.
44122         * posix/wordexp.h: Likewise.
44123         * pwd/pwd.h: Likewise.
44124         * resolv/netdb.h: Likewise.
44125         * resource/sys/resource.h: Likewise.
44126         * rt/aio.h: Likewise.
44127         * rt/bits/mqueue2.h: Likewise.
44128         * rt/mqueue.h: Likewise.
44129         * shadow/shadow.h: Likewise.
44130         * signal/signal.h: Likewise.
44131         * socket/send.c: Likewise.
44132         * socket/sendto.c: Likewise.
44133         * socket/sys/socket.h: Likewise.
44134         * stdio-common/printf.h: Likewise.
44135         * stdlib/bits/stdlib.h: Likewise.
44136         * stdlib/fmtmsg.h: Likewise.
44137         * stdlib/monetary.h: Likewise.
44138         * stdlib/stdlib.h: Likewise.
44139         * stdlib/ucontext.h: Likewise.
44140         * streams/stropts.h: Likewise.
44141         * string/argz.h: Likewise.
44142         * string/bits/string2.h: Likewise.
44143         * string/string.h: Likewise.
44144         * string/strings.h: Likewise.
44145         * sunrpc/rpc/auth.h: Likewise.
44146         * sunrpc/rpc/auth_des.h: Likewise.
44147         * sunrpc/rpc/clnt.h: Likewise.
44148         * sunrpc/rpc/netdb.h: Likewise.
44149         * sunrpc/rpc/pmap_clnt.h: Likewise.
44150         * sunrpc/rpc/xdr.h: Likewise.
44151         * sysdeps/generic/inttypes.h: Likewise.
44152         * sysdeps/generic/net/if.h: Likewise.
44153         * sysdeps/generic/sys/swap.h: Likewise.
44154         * sysdeps/gnu/net/if.h: Likewise.
44155         * sysdeps/gnu/utmpx.h: Likewise.
44156         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44157         * sysdeps/i386/i486/bits/string.h: Likewise.
44158         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44159         * sysdeps/s390/bits/string.h: Likewise.
44160         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44161         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44162         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44163         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44164         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44165         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44166         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44167         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44168         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44169         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44170         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44171         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44172         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44173         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44174         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44175         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44176         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44177         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44178         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44179         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44180         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44181         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44182         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44183         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44184         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44185         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44186         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44187         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44188         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44189         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44190         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44191         * sysvipc/sys/ipc.h: Likewise.
44192         * sysvipc/sys/msg.h: Likewise.
44193         * sysvipc/sys/sem.h: Likewise.
44194         * sysvipc/sys/shm.h: Likewise.
44195         * termios/termios.h: Likewise.
44196         * time/sys/time.h: Likewise.
44197         * time/time.h: Likewise.
44198         * wcsmbs/bits/wchar2.h: Likewise.
44199         * wcsmbs/uchar.h: Likewise.
44200         * wcsmbs/wchar.h: Likewise.
44201         * wctype/wctype.h: Likewise.
44203         [BZ #13551]
44204         * Makeconfig: Remove all but ELF support including AIX support.
44205         * Makerules: Likewise.
44206         * config.h.in: Likewise.
44207         * config.make.in: Likewise.
44208         * configure: Likewise.
44209         * configure.in: Likewise.
44210         * csu/Makefile: Likewise.
44211         * csu/version.c: Likewise.
44212         * debug/Makefile: Likewise.
44213         * dlfcn/Makefile: Likewise.
44214         * elf/Makefile: Likewise.
44215         * extra-lib.mk: Likewise.
44216         * iconv/Makefile: Likewise.
44217         * include/libc-symbols.h: Likewise.
44218         * include/shlib-compat.h: Likewise.
44219         * resolv/Makefile: Likewise.
44220         * resolv/res_libc.c: Likewise.
44221         * rt/Makefile: Likewise.
44222         * sysdeps/i386/asm-syntax.h: Likewise.
44223         * sysdeps/i386/sysdep.h: Likewise.
44224         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44225         * sysdeps/mach/sysdep.h: Likewise.
44226         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44227         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44228         * sysdeps/s390/asm-syntax.h: Likewise.
44229         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44230         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44231         * sysdeps/sh/sysdep.h: Likewise.
44232         * sysdeps/unix/sparc/sysdep.h: Likewise.
44233         * sysdeps/wordsize-32/divdi3.c: Likewise.
44234         * sysdeps/x86_64/sysdep.h: Likewise.
44236         * argp/Versions: Remove _argp_unlock_xxx.
44238         [BZ #13559]
44239         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44240         * abilist/libBrokenLocale.abilist: Likewise.
44241         * abilist/libanl.abilist: Likewise.
44242         * abilist/libc.abilist: Likewise.
44243         * abilist/libcrypt.abilist: Likewise.
44244         * abilist/libdl.abilist: Likewise.
44245         * abilist/libm.abilist: Likewise.
44246         * abilist/libnsl.abilist: Likewise.
44247         * abilist/libpthread.abilist: Likewise.
44248         * abilist/libresolv.abilist: Likewise.
44249         * abilist/librt.abilist: Likewise.
44250         * abilist/libthread_db.abilist: Likewise.
44251         * abilist/libutil.abilist: Likewise.
44252         * abilist/libnss_db.abilist: New file.
44254         * scripts/abilist.awk: Add support for indirect functions.
44256         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44258         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44260         * shlib-versions: Remove entries for ports architectures.
44262         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44263         files in ports.
44264         * elf/stackguard-macros.h: Remove support for IA-64.
44265         * elf/tst-auditmod1.c: Likewise.
44266         * sysdeps/generic/ldsodefs.h: Likewise.
44268         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44269         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44270         configure files.
44272         [BZ #13552]
44273         * configure.in: Remove --enable-omitfp support.
44274         * FAQ.in: Adjust.
44275         * config.make.in: Likewise.
44276         * Makeconfig: Likewise.
44277         * manual/install.texi: Likewise.
44279         In case anyone cares, the IA-64 architecture could move to ports.
44280         * sysdeps/ia64/*: Removed.
44281         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44282         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44284         [BZ #13555]
44285         * configure.in: Remove entries for unsupported architectures.
44287         [BZ #13533]
44288         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44289         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44290         routines.
44291         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44292         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44293         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44294         fall back to using wcrtomb.
44295         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44296         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44297         renaming.
44298         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44299         * wcsmbs/tst-c16c32-1.c: New file.
44301         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44302         local variable.
44304         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44306         * elf/tst-unique3.cc: Add explicit declaration of gets.
44307         * elf/tst-unique3lib.cc: Likewise.
44308         * elf/tst-unique3lib2.cc: Likewise.
44309         * elf/tst-unique4.cc: Likewise.
44311         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44313 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44315         [BZ #13566]
44316         * assert/assert.h (static_assert): Don't define for C++.
44317         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44318         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44320 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44322         * iconv/loop.c (single loop): Fix assertion in storing of
44323         remaining bytes.
44325         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44327 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44329         * posix/getconf.c: Update copyright year.
44330         * nss/getent.c: Likewise.
44331         * nss/makedb.c: Likewise.
44332         * iconv/iconvconfig.c: Likewise.
44333         * iconv/iconv_prog.c: Likewise.
44334         * elf/ldconfig.c: Likewise.
44335         * elf/pldd.c: Likewise.
44336         * elf/sotruss.ksh: Likewise.
44337         * catgets/gencat.c: Likewise.
44338         * csu/version.c: Likewise.
44339         * elf/ldd.bash.in: Likewise.
44340         * elf/sprof.c (print_version): Likewise.
44341         * locale/programs/locale.c: Likewise.
44342         * locale/programs/localedef.c: Likewise.
44343         * login/programs/pt_chown.c: Likewise.
44344         * nscd/nscd.c (print_version): Likewise.
44345         * debug/xtrace.sh: Likewise.
44346         * malloc/memusage.sh: Likewise.
44347         * malloc/mtrace.pl: Likewise.
44348         * debug/catchsegv.sh: Likewise.
44350 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44352         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44353         pure attribute.
44355 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44357         [BZ #13533]
44358         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44359         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44360         transformations.
44361         * iconv/gconv_int.h: Likewise.
44362         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44363         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44364         from libc for GLIBC_2.16.
44365         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44366         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44367         * wcsmbs/uchar.h: Really define mbstate_t.
44368         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44369         * wcsmbs/c16rtomb.c: New file.
44370         * wcsmbs/mbrtoc16.c: New file.
44371         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44372         for C/POSIX locale.
44373         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44374         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44376         * wcsmbs/wchar.h: Add missing __restrict.
44378 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44380         [BZ #13532]
44381         * time/Makefile (routines): Add timespec_get.
44382         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44383         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44384         timespec for ISO C11.
44385         * time/timespec_get.c: New file.
44386         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44387         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44389         [BZ #13531]
44390         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44391         * stdlib/stdlib.h: Declare aligned_alloc.
44392         * Versions.def: Add GLIBC_2.16 for libc.
44393         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44395         [BZ 13527]
44396         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44397         ISO C11.
44399         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44400         code.
44402         [BZ #13528]
44403         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44405         [BZ #13529]
44406         * assert/assert.h (static_assert): Define.
44408         * version.h: Update for 2.16 development version.
44410         [BZ #13526]
44411         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44412         _ISOC11_SOURCE.
44414         * version.h (RELEASE): Bump for 2.15 release.
44415         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44417         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44418         Patch by Marek Polacek <mpolacek@redhat.com>.
44420         * bits/byteswap.h: Protect long long constants with __extension__.
44421         * sysdeps/i386/bits/byteswap.h: Likewise.
44422         * sysdeps/ia64/bits/byteswap.h: Likewise.
44423         * sysdeps/s390/bits/byteswap.h: Likewise.
44424         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44426 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44428         [BZ #13540]
44429         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44430         destination buffer.
44431         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44433 2011-12-23  Marek Polacek  <polacek@redhat.com>
44435         * elf/dl-addr.c (determine_info): Add inline keyword.
44436         * elf/tst-auditmod4b.c (check_avx): Likewise.
44437         * elf/tst-auditmod6b.c (check_avx): Likewise.
44438         * elf/tst-auditmod6c.c (check_avx): Likewise.
44439         * elf/tst-auditmod7b.c (check_avx): Likewise.
44441 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44443         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44444         !__SSE_MATH__.
44446 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44448         [BZ #13540]
44449         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44450         processing for last bytes.
44452 2011-08-06  Bruno Haible  <bruno@clisp.org>
44454         [BZ #13061]
44455         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44456         U+0385, not to U+1FEE.
44458         [BZ #13062]
44459         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44460         entry for U+00A5 U+0301.
44462 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44464         [BZ #13166]
44465         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44466         buffer for the output is too small.
44468         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44469         optimization.
44471         [BZ #13185]
44472         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44473         SSE flags if possible.
44475 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44477         [BZ #13540]
44478         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44479         processing for last bytes.
44481 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44483         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44484         (syscall-list-default-options, syscall-list-default-condition)
44485         (syscall-list-includes): Define.
44486         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44487         list of ABIs and options and #if conditions for each ABI.  Do not
44488         handle common syscalls between ABIs specially.
44489         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44490         Remove.
44491         (syscall-list-variants, syscall-list-32bit-options)
44492         (syscall-list-32bit-condition, syscall-list-64bit-options)
44493         (syscall-list-64bit-condition): Define.
44494         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44495         (syscall-list-variants, syscall-list-32bit-options)
44496         (syscall-list-32bit-condition, syscall-list-64bit-options)
44497         (syscall-list-64bit-condition): Define.
44498         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44499         Remove.
44500         (syscall-list-variants, syscall-list-32bit-options)
44501         (syscall-list-32bit-condition, syscall-list-64bit-options)
44502         (syscall-list-64bit-condition): Define.
44503         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44504         Remove.
44505         (syscall-list-variants, syscall-list-32bit-options)
44506         (syscall-list-32bit-condition, syscall-list-64bit-options)
44507         (syscall-list-64bit-condition): Define.
44509 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44511         * locale/iso-639.def: Add brx entry.
44513         [BZ #13328]
44514         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44515         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44517         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44518         __feraiseexcept_renamed.
44520 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44522         [BZ #13538]
44523         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44524         EPOLLET with unsigned values.
44525         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44526         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44528         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44529         to large cancellation.
44530         * math/s_cacoshf.c: Likewise.
44531         * math/s_cacoshl.c: Likewise.
44533 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44535         [BZ #13305]
44536         [BZ #12786]
44537         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44538         * math/s_cacoshf.c: Likewise.
44539         * math/s_cacoshl.c: Likewise.
44541 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44543         [BZ #13439]
44544         * iconv/gconv.h: Define __GCONV_SWAP.
44545         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44546         * iconvdata/utf-16.c: Likewise.
44547         * iconvdata/utf-32.c: Likewise.
44549 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44551         [BZ #13524]
44552         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44553         numerator after shifting it by one limb.
44555 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44557         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44558         under [__USE_EXTERN_INLINES].
44560 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44562         [BZ #13446]
44563         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44565 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44567         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44568         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44569         optimized code.
44570         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44571         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44572         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44573         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44574         for strncasecmp/strncasecmp_l compilation.
44575         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44576         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44578 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44580         [BZ #13484]
44581         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44582         of __asm__.
44584 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44586         [BZ #13506]
44587         * time/tzfile.c (__tzfile_read): Check values from file header.
44589 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44591         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44592         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44593         * powerpc/powerpc32/dl-start.S: Likewise.
44594         * powerpc/powerpc32/elf/start.S: Likewise.
44595         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44596         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44597         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44598         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44599         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44600         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44601         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44602         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44603         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44604         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44605         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44606         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44607         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44608         * powerpc/powerpc32/memset.S: Likewise.
44609         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44610         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44611         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44612         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44613         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44614         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44615         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44616         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44617         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44618         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44619         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44620         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44621         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44623 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44625         * math/libm-test.inc: Added more nearbyint tests.
44626         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44627         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44628         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44629         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44631 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44633         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44634         FD_CLOEXEC.
44636 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44638         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44639         Add wcscpy-ssse3 wcscpy-c.
44640         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44641         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44642         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44643         * sysdeps/x86_64/wcschr.S: New file.
44644         * sysdeps/x86_64/wcsrchr.S: New file.
44645         * string/test-strcmp.c: Remove checking of wcscmp function for
44646         wrong alignments.
44647         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44648         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44649         wcsrchr-sse2 wcsrchr-c.
44650         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44651         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44652         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44653         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44654         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44655         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44656         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44657         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44658         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44659         * wcsmbc/wcschr.c (WCSCHR): New macro.
44661 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44663         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44664         * wcsmbs/test-wcsrchr.c: New file.
44665         * string/test-strrchr.c: Add wcsrchr support.
44666         (WIDE): New macro.
44667         * wcsmbs/test-wcscpy.c: New file.
44668         * string/test-strcpy.c: Add wcscpy support.
44669         (WIDE): New macro.
44671 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44673         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44674         the inner loop.
44676 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44678         [BZ #13472]
44679         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44681 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44683         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44684         Minor optimizations.
44686         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44687         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44688         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44690 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44692         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44693         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44694         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44695         for gcc to avoid warnings.
44696         * inet/Makefile (tests): Add tst-checks.
44697         * inet/tst-checks.c: New file.
44699         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44700         warning.
44702         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44703         __wmemcmp_sse2.
44705         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44706         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44708         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44710 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44712         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44713         problem.
44715         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44717 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44719         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44720         conditional on GCC version.
44721         (__arch_compare_and_exchange_val_8_acq)
44722         (__arch_compare_and_exchange_val_16_acq)
44723         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44724         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44725         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44727 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44729         * sysdeps/sh/backtrace.c: New file.
44731 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44733         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44734         parenthesis.
44736 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44738         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44739         falling back to utime.
44741 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44743         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44744         expectations for float.
44746 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44748         * locale/weight.h (findidx): Add parameter len.
44749         * locale/weightwc.h (findidx): Likewise.
44750         * posix/fnmatch_loop.c (FCT): Adjust caller.
44751         * posix/regcomp.c (build_equiv_class): Likewise.
44752         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44753         * posix/regexec.c (check_node_accept_bytes): Likewise.
44754         * string/strcoll_l.c (STRCOLL): Likewise.
44755         * string/strxfrm_l.c (STRXFRM): Likewise.
44757 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44759         * Makefile.in: Remove CVSOPT handling.
44760         * configure.in: Remove use of AC_REVISION.
44761         * iconvdata/Makefile (distribute): No need to filter out CVS.
44762         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44763         handling.
44765 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44767         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44768         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44769         [USE_AS_STRNCASECMP_L]: Likewise.
44770         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44771         NO_TLS_DIRECT_SEG_REFS.
44772         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44773         Fix argument offsets for non-PIC.
44774         [USE_AS_STRNCASECMP_L]: Likewise.
44775         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44776         NO_TLS_DIRECT_SEG_REFS.
44778 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44780         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44781         O_CLOEXEC.
44782         * locale/loadlocale.c (_nl_load_locale): Likewise.
44784 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44786         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44787         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44788         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44789         (SYSCALL_GETTIME): Set errno on error.
44791         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44792         count references to noai6ai_cached.
44794 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44796         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44798         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44799         FD_CLOEXEC for /proc/self/maps.
44801         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44802         FD_CLOEXEC for /proc/meminfo.
44804         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44805         gai.conf.
44807         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44808         FD_CLOEXEC for given file.
44810         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44812         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44813         FD_CLOEXEC for /etc/hosts.
44814         (_gethtent): Likewise.
44816         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44818         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44819         cancellation and set FD_CLOEXEC for /etc/netgroup.
44821         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44822         reading /etc/publickey.
44824         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44825         allow cancellation when reading /etc/group.
44827         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44828         cancellation.
44829         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44831         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44832         when using data file.
44834         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44836         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44837         (write_nis_obj): Use "c" and "e" in fopen.
44839         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44841         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44843         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44845         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44847         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44848         locale.alias.
44850         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44852         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44854         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44856         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44857         file parsing and set FD_CLOEXEC.
44859 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44861         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44863 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44865         * malloc/arena.c (arena_get2): Don't call reused_arena when
44866         _int_new_arena failed.
44868 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44870         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44871         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44872         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44873         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44874         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44875         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44876         to compile strcasecmp and strncasecmp.
44877         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44878         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44880         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44882 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44884         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44885         locale-defines.sym to gen-as-const-headers.
44886         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44887         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44888         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44889         to compile strcasecmp and strncasecmp.
44890         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44891         strcasecmp_l and strncasecmp_l.
44892         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44893         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44894         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44895         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44896         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44897         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44898         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44899         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44900         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44901         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44902         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44904 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44906         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44907         result of SYSDEP_GETTIME_CPU to retval.
44908         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44909         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44911         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44912         variable.
44914         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44915         mantissa words.
44916         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44918         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44919         from unused variable.
44921         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44922         DWARF definitions.
44923         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44924         for assembling.
44926         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44927         over namespaces.
44929         * sunrpc/rpc_prot.c (rejected): Fix case value.
44931         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44932         unsigned long long int to avoid warnings in shift.
44934         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44935         of use of trans.
44936         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44937         variable tmp.
44939         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44940         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44941         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44943         * nis/nis_table.c (nis_list): Use variable of correct type for
44944         result of __follow_path call.
44946 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44948         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44949         of math functions ceil, trunc, floor, round, and sqrt, when
44950         avaliable on the platform.
44951         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44952         name clash.
44953         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44954         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44955         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44957 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44959         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44960         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44962 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44964         * include/unistd.h: Fix __readlink return type.
44965         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44967 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44969         * stdlib/ucontext.h: Undo last change for makecontext.
44971 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44973         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44975         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44976         * setjmp/setjmp.h: Mark functions as non-leaf.
44977         * setjmp/bits/setjmp2.h: Likewise.
44978         * stdlib/ucontext.h: Likewise.
44980 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44982         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44983         (reused_arena): Don't check arena limit.
44984         (arena_get2): Atomically check arena limit.
44986 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44988         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44989         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44991         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44992         instructions.
44994 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44996         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44997         handler when locking.
44999         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45000         Fix size of allocated buffer.
45002 2011-11-04  Andreas Schwab  <schwab@redhat.com>
45004         [BZ #10103]
45005         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45006         declarations for long double functions.
45007         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45009         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45011 2011-11-03  Andreas Schwab  <schwab@redhat.com>
45013         * nscd/nscd.c (main): Don't start AVC thread until credentials are
45014         installed.
45016         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45017         is disabled.
45019 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45021         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45023 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
45025         * include/alloca.h (stackinfo_alloca_round): Define.
45026         (extend_alloca): Use it.
45027         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45028         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45029         here.
45031         * scripts/check-local-headers.sh: Ignore libaudit.h.
45033         * nscd/Makefile (extra-objs): Make recursively expanded.
45035 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
45037         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45038         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45040         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45041         * posix/tst-rfc3484-2.c: Likewise.
45042         * posix/tst-rfc3484-3.c: Likewise.
45044         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45045         process_vm_writev.
45046         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45047         process_vm_writev.
45048         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45049         process_vm_writev from libc using GLIBC_2.15 version.
45051         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45053 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45055         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45056         stack usage.
45058 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45060         [BZ #13367]
45061         * nss/getent.c (initgroups_keys): Show error message in case no group
45062         names are given.
45064         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45065         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45066         __bump_nl_timestamp.
45067         * nscd/connections (nscd_init): When host database is served open
45068         netlink socket and request notification about configuration changes.
45069         (main_loop_poll): Track netlink file descriptor and bump timestamp
45070         in case data becomes available.
45071         (main_loop_epoll): Likewise.
45072         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45073         (database_pers_head): Add extra_data fileds.
45074         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45075         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45076         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45077         Adjust caller.
45078         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45079         in6ai data, call __free_in6ai.
45080         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45081         Add -DHAVE_NETLINK.
45082         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45083         interface information.  Reuse previous data if netlink timestamp
45084         is not changed.
45085         (__bump_nl_timestamp): New function.
45086         (__free_in6ai): New function.
45088 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45091         close_not_cancel_no_status here.
45092         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45094 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45096         [BZ #13276]
45097         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45098         return value.
45100         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45101         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45102         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45104 2011-07-03  Andreas Jaeger  <aj@suse.de>
45106         [BZ #10709]
45107         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45108         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45109         * math/libm-test.inc (sin_test): Add test case.
45111 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45113         [BZ #13337]
45114         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45115         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45117         * elf/chroot_canon.c (chroot_canon): Cleanups.
45119         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45121         [BZ #13335]
45122         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45123         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45125         * string/test-strchr.c: Make usable for strchrnul testing.
45126         * string/test-strchrnul.c: New file.
45127         * string/Makefile (strop-tests): Add strchrnul.
45129         * po/it.po: Update from translation team.
45130         * po/es.po: Likewise.
45132 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45134         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45135         the three constants needed as parameters.  Drop the others.
45136         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45137         __m128i_strloadu_tolower.
45138         Create and initialize variable zero and use it in all the places
45139         where _mm_setzero_si128 was used.
45141         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45142         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45143         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45144         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45145         anymore.
45146         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45147         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45148         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45149         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45150         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45151         __mpranred, __mptan.
45152         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45153         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45154         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45155         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45156         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45157         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45158         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45159         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45160         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45162 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45164         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45165         redefine if SHARED.
45166         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45168         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45169         wide char related routines to wcsmbs subdir.
45171 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45173         [BZ #13344]
45174         * misc/sys/cdefs.h (__THROWNL): Define.
45175         * posix/unistd.h: Use __THREADNL instead of __THREAD
45176         for memory synchronization functions.
45178 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45180         [BZ #13349]
45181         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45182         doesn't exist.
45183         * manual/stdio.texi (Obstack Streams): Node removed.
45185 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45187         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45188         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45189         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45191         * math/math_private.h (math_force_eval): Allow non-addressable
45192         arguments.
45193         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45195 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45197         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45198         file is not needed.
45200         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45201         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45202         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45203         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45204         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45205         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45206         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45207         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45208         Add AVX variants.
45209         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45210         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45211         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45212         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45213         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45214         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45215         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45216         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45217         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45218         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45219         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45220         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45221         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45222         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45223         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45224         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45225         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45226         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45227         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45229         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45230         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45232         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45233         place.  Use VEX encoding when compiling for AVX.
45235 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45237         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45238         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45240         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45242 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45244         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45245         useless if() expression.
45246         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45247         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45248         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45249         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45250         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45251         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45252         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45253         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45254         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45255         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45256         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45257         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45258         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45259         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45260         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45261         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45262         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45263         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45264         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45266         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45268 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45270         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45271         condition.
45272         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45274 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45276         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45277         .text section.  Avoid duplicate constants.
45278         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45279         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45280         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45281         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45282         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45283         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45284         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45285         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45286         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45287         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45288         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45289         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45290         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45291         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45292         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45293         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45294         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45295         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45296         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45297         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45298         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45299         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45300         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45301         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45302         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45303         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45304         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45305         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45306         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45307         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45308         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45309         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45310         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45311         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45312         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45313         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45314         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45315         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45316         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45317         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45318         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45319         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45320         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45321         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45322         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45324 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45326         * sysdeps/x86_64/dla.h: Move to ...
45327         * sysdeps/x86_64/fpu/dla.h: ...here.
45328         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45329         situations.  Use __builtin_fma only for gcc 4.6 and up.
45331         * config.make.in: Add have-mfma4 entry.
45332         * configure.in: Substitute libc_cv_cc_fma4.
45333         * math/Makefile (dbl-only-routines): Add sincostab.
45334         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45335         Use __sincostab not sincos.
45336         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45337         name is a macro.
45338         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45339         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45340         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45341         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45342         using __copysign.
45343         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45344         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45345         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45346         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45347         and __inv.
45348         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45349         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45350         __copysign.
45351         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45352         define aliases when function name is a macro.
45353         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45354         sysdeps/ieee754/dbl-64/sincos.tbl.
45355         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45356         fma4-enabled routines.
45357         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45358         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45359         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45360         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45361         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45362         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45363         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45364         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45365         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45366         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45367         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45368         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45369         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45370         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45371         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45372         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45373         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45374         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45375         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45376         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45377         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45378         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45379         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45380         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45381         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45382         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45383         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45384         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45385         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45386         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45388         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45389         rename.
45390         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45391         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45392         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45393         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45394         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45395         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45396         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45397         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45399 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45401         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45403 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45405         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45407         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45408         prediction.
45409         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45411         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45412         Remove unused variable magic_bits.
45413         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45415         * string/strnlen.c: Define and use STRNLEN macro.
45416         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45417         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45418         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45419         * wcsmbs/wcslen.c: Define and use WCSLEN.
45420         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45421         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45422         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45423         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45424         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45425         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45426         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45428 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45430         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45431         strnlen-sse2-no-bsf.
45432         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45433         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45434         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45435         Add strnlen support.
45436         (USE_AS_STRNLEN): New macro.
45437         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45438         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45439         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45440         * sysdeps/x86_64/wcslen.S: New file.
45442 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45444         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45445         XMM-moves are used for copying on small sizes.
45447 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45449         * wcsmbs/Makefile (strop-tests): Add wcschr.
45450         * wcsmbs/test-wcschr.c: New file.
45451         * string/test-strchr.c: Update.
45452         Add wcschr support.
45453         (WIDE): New macro.
45455 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45457         * wcsmbs/Makefile (strop-tests): Add wcslen.
45458         * wcsmbs/test-wcslen.c: New file.
45459         * string/test-strlen.c: Update.
45460         Add wcslen support.
45461         (WIDE): New macro.
45463 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45465         * po/it.po: Update from translation team.
45467 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45469         * sysdeps/x86_64/wcscmp.S: Update.
45470         Fix wrong comparison semantics.
45471         wcscmp shall use signed comparison not unsigned.
45472         Don't use substraction to avoid overflow bug.
45473         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45474         * wcsmbc/wcscmp.c: Likewise.
45475         * string/test-strcmp.c: Likewise.
45476         Add new tests to check cases with negative values.
45478 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45480         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45481         * sysdeps/x86_64/dla.h: ...here.  New file.
45482         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45483         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45484         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45485         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45486         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45487         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45488         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45489         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45490         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45492 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45494         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45495         __ynl_finite aliases.
45497 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45499         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45501         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45502         define DLA_FMA.
45503         [DLA_FMA] (EMULV): Use DLA_FMA.
45504         [DLA_FMA] (MUL12): Use EMULV.
45505         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45506         that are not needed.
45507         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45508         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45509         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45510         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45511         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45512         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45513         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45515 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45517         * math/s_nan.c: Undef __nan.
45518         * math/s_nanf.c: Undef __nanf.
45519         * math/s_nanl.c: Undef __nanl.
45520         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45521         "math_private.h".
45523 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45525         * math/s_catan.c: Add branch predictions.
45526         * math/s_catanf.c: Likewise.
45527         * math/s_catanh.c: Likewise.
45528         * math/s_catanhf.c: Likewise.
45529         * math/s_catanhl.c: Likewise.
45530         * math/s_catanl.c: Likewise.
45531         * math/s_cexp.c: Likewise.
45532         * math/s_cexpf.c: Likewise.
45533         * math/s_cexpl.c: Likewise.
45534         * math/s_clog.c: Likewise.
45535         * math/s_clog10.c: Likewise.
45536         * math/s_clog10f.c: Likewise.
45537         * math/s_clog10l.c: Likewise.
45538         * math/s_clogf.c: Likewise.
45539         * math/s_clogl.c: Likewise.
45540         * math/s_csqrt.c: Likewise.
45541         * math/s_csqrtf.c: Likewise.
45542         * math/s_csqrtl.c: Likewise.
45543         * math/s_ctanf.c: Likewise.
45544         * math/s_ctanh.c: Likewise.
45545         * math/s_ctanhf.c: Likewise.
45546         * math/s_ctanhl.c: Likewise.
45547         * math/s_ctanl.c: Likewise.
45549         * math/math_private.h: Define __nan, __nanf, __nanl.
45550         * math/s_cacosh.c: Include <math_private.h>.
45551         * math/s_cacoshl.c: Likewise.
45552         * math/s_casinh.c: Likewise.
45553         * math/s_casinhf.c: Likewise.
45554         * math/s_casinhl.c: Likewise.
45555         * math/s_ccos.c: Rely entire on ccosh.
45556         * math/s_ccosf.c: Rely entire on ccoshf.
45557         * math/s_ccosl.c: Rely entirely on ccoshl.
45558         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45559         Remove tests for FE_INVALID.
45560         * math/s_ccoshf.c: Likewise.
45561         * math/s_ccoshl.c: Likewise.
45562         * math/s_csin.c: Likewise.
45563         * math/s_csinf.c: Likewise.
45564         * math/s_csinh.c Likewise.
45565         * math/s_csinhf.c: Likewise.
45566         * math/s_csinhl.c: Likewise.
45567         * math/s_csinl.c: Likewise.
45568         * math/s_ctan.c: Likewise.
45569         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45570         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45571         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45573 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45575         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45576         compilation problems.
45578         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45579         __builtin_expect.
45581 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45583         * sysdeps/i386/configure.in: Test for -mfma4 option.
45584         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45585         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45586         COMMON_CPUID_INDEX_80000001.
45587         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45588         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45589         use it if FMA3 is not supported.
45590         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45592         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45593         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45595 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45597         [BZ #12892]
45598         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45599         it would create a cycle with a link time dependency.
45601 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45603         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45604         instruction.
45605         * string/Makefile (strop-tests): Add rawmemchr.
45606         * string/test-rawmemchr.c: New file.
45608         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45609         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45610         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45611         when compiling str{,n}casecmp and when AVX is available.  Hook up
45612         new optimized code in initializers.
45614 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45616         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45617         __feraiseexcept instead of feraiseexcept.
45619 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45621         * math/math_private.h: Define defaults for libc_fetestexcept and
45622         libc_feupdateenv.
45623         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45624         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45625         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45626         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45627         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45628         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45629         libc_fetestexcept and libc_feupdateenv.
45631         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45632         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45633         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45634         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45635         libc_feholdexcept_setround.
45637         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45638         Add s_nearbyint-c and s_nearbyintf-c.
45639         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45640         nearbyintf inlines.
45641         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45642         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45643         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45644         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45646         * math/math_private.h: Define defaults for libc_fegetround,
45647         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45648         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45649         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45650         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45651         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45652         standard functions.
45653         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45654         Remove comments and hacks for old compiler versions.
45655         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45656         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45657         libc_feholdexceptl.
45659 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45661         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45662         (__feraiseexcept_renamed): Add __NTH.
45663         (feraiseexcept): Add __NTH.  Rename local variables to fix
45664         namespace violations.
45666 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45668         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45670         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45672         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45673         recently added interfaces.
45674         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45676         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45677         about macro parameter expansion.
45679         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45680         __NO_MATH_INLINES is defined.  Cleanups.
45682         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45683         and __floorf is target has SSE4.1.
45684         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45685         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45686         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45687         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45689         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45690         name.
45691         (floorf): Likewise.
45693         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45695 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45697         * misc/sys/cdefs.h: Fix last change.
45699         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45700         database lookup.
45702 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45704         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45706         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45707         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45708         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45709         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45710         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45711         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45712         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45713         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45714         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45715         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45716         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45717         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45718         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45719         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45720         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45721         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45722         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45723         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45724         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45725         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45726         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45727         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45729         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45730         ceil, ceilf, floor, floorf.
45732         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45733         Perform IRELATIVE relocations last.
45735         * elf/do-rel.h: Add another parameter nrelative, replacing the
45736         local variable with the same name.  Change name of the function
45737         to end in Rel or Rela (uppercase).
45738         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45739         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45740         elf_dynamic_do_##reloc function.
45742 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45744         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45745         is sufficient, at least on modern CPUs.
45747         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45749         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45750         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45752         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45753         __expl_finite.
45754         * math/bits/math-finite.h: Add entries for exp.
45755         * math/e_expl.c: Add __*_finite alias.
45756         * sysdeps/i386/fpu/e_exp.S: Likewise.
45757         * sysdeps/i386/fpu/e_expf.S: Likewise.
45758         * sysdeps/i386/fpu/e_expl.c: Likewise.
45759         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45760         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45761         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45762         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45763         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45764         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45765         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45767         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45768         is sufficient, at least on modern CPUs.
45770         * ctype/ctype-info.c (__ctype_init): Define.
45771         * include/ctype.h (__ctype_init): Declare.
45772         (__ctype_b_loc): The variable is always initialized.
45773         (__ctype_toupper_loc): Likewise.
45774         (__ctype_tolower_loc): Likewise.
45775         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45776         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45778 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45780         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45782         * configure.in: Also look in $cxxmachine/include for C++ system
45783         headers.
45785 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45787         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45788         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45789         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45790         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45791         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45792         (USE_AS_WMEMCMP): New macro.
45793         Fixing indents.
45794         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45795         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45796         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45797         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45798         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45799         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45800         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45801         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45802         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45803         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45804         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45805         (USE_AS_WMEMCMP): New macro.
45806         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45807         * sysdeps/string/test-memcmp.c: Update.
45808         Fix simple_wmemcmp.
45809         Add new tests.
45810         * wcsmbs/wmemcmp.c: Update.
45811         (WMEMCMP): New macro.
45812         Fix overflow bug.
45814 2011-10-12  Andreas Jaeger  <aj@suse.de>
45816         [BZ #13268]
45817         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45819 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45821         * libio/iofwide.c (do_length): Avoid warning.
45823         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45825 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45827         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45829         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45830         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45831         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45832         * sysdeps/i386/i686/fpu/e_log.S: New file.
45833         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45834         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45836         * ctype/ctype.h: Add support for inlined isXXX functions when
45837         compiling C++ code.
45839 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45841         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45843         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45845 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45847         [BZ #13291]
45848         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45850 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45852         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45853         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45854         feraiseexcept.
45856         * sysdeps/x86_64/memrchr.S: Check for zero size.
45858         * string/stratcliff.c: Add memrchr tests.
45860 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45862         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45863         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45864         rawmemchr-sse2 rawmemchr-sse2-bsf.
45865         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45866         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45867         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45868         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45869         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45870         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45871         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45872         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45873         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45874         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45875         * string/memrchr.c (MEMRCHR): New macro.
45877 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45879         Add integration with gcc's -ffinite-math-only and optimize wrapper
45880         functions in libm.
45881         * Versions.def: Define GLIBC_2.15 version for libm.
45882         * math/Makefile (headers): Add bits/math-finite.h.
45883         * math/bits/math-finite.h: New file.
45884         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45885         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45886         * math/e_acoshl.c: Add __*_finite alias.
45887         * math/e_acosl.c: Likewise.
45888         * math/e_asinl.c: Likewise.
45889         * math/e_atan2l.c: Likewise.
45890         * math/e_atanhl.c: Likewise.
45891         * math/e_coshl.c: Likewise.
45892         * math/e_exp10.c: Likewise.
45893         * math/e_exp10f.c: Likewise.
45894         * math/e_exp10l.c: Likewise.
45895         * math/e_exp2l.c: Likewise.
45896         * math/e_fmodl.c: Likewise.
45897         * math/e_gammal_r.c: Likewise.
45898         * math/e_hypotl.c: Likewise.
45899         * math/e_j0l.c: Likewise.
45900         * math/e_j1l.c: Likewise.
45901         * math/e_jnl.c: Likewise.
45902         * math/e_lgammal_r.c: Likewise.
45903         * math/e_log10l.c: Likewise.
45904         * math/e_log2l.c: Likewise.
45905         * math/e_logl.c: Likewise.
45906         * math/e_powl.c: Likewise.
45907         * math/e_sinhl.c: Likewise.
45908         * math/e_sqrtl.c: Likewise.
45909         * math/e_scalb.c: Completely rewritten and optimized.
45910         * math/e_scalbf.c: Likewise.
45911         * math/e_scalbl.c: Likewise.
45912         * math/w_acos.c: Likewise.
45913         * math/w_acosf.c: Likewise.
45914         * math/w_acosl.c: Likewise.
45915         * math/w_acosh.c: Likewise.
45916         * math/w_acoshf.c: Likewise.
45917         * math/w_acoshl.c: Likewise.
45918         * math/w_asin.c: Likewise.
45919         * math/w_asinf.c: Likewise.
45920         * math/w_asinl.c: Likewise.
45921         * math/w_atan2.c: Likewise.
45922         * math/w_atan2f.c: Likewise.
45923         * math/w_atan2l.c: Likewise.
45924         * math/w_atanh.c: Likewise.
45925         * math/w_atanhf.c: Likewise.
45926         * math/w_atanhl.c: Likewise.
45927         * math/w_exp10.c: Likewise.
45928         * math/w_exp10f.c: Likewise.
45929         * math/w_exp10l.c: Likewise.
45930         * math/w_fmod.c: Likewise.
45931         * math/w_fmodf.c: Likewise.
45932         * math/w_fmodl.c: Likewise.
45933         * math/w_j0.c: Likewise.
45934         * math/w_j0f.c: Likewise.
45935         * math/w_j0l.c: Likewise.
45936         * math/w_j1.c: Likewise.
45937         * math/w_j1f.c: Likewise.
45938         * math/w_j1l.c: Likewise.
45939         * math/w_jn.c: Likewise.
45940         * math/w_jnf.c: Likewise.
45941         * math/w_log.c: Likewise.
45942         * math/w_logf.c: Likewise.
45943         * math/w_logl.c: Likewise.
45944         * math/w_log10.c: Likewise.
45945         * math/w_log10f.c: Likewise.
45946         * math/w_log10l.c: Likewise.
45947         * math/w_log2.c: Likewise.
45948         * math/w_log2f.c: Likewise.
45949         * math/w_log2l.c: Likewise.
45950         * math/w_pow.c: Likewise.
45951         * math/w_powf.c: Likewise.
45952         * math/w_powl.c: Likewise.
45953         * math/w_remainder.c: Likewise.
45954         * math/w_remainderf.c: Likewise.
45955         * math/w_remainderl.c: Likewise.
45956         * math/w_scalb.c: Likewise.
45957         * math/w_scalbf.c: Likewise.
45958         * math/w_scalbl.c: Likewise.
45959         * math/w_sqrt.c: Likewise.
45960         * math/w_sqrtf.c: Likewise.
45961         * math/w_sqrtl.c: Likewise.
45962         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45963         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45964         used.
45965         * math/math_private.h: Declare __kernel_standard_f.
45966         * math/w_cosh.c: Remove cruft and optimize a bit.
45967         * math/w_coshf.c: Likewise.
45968         * math/w_coshl.c: Likewise.
45969         * math/w_exp2.c: Likewise.
45970         * math/w_exp2f.c: Likewise.
45971         * math/w_exp2l.c: Likewise.
45972         * math/w_hypot.c: Likewise.
45973         * math/w_hypotf.c: Likewise.
45974         * math/w_hypotl.c: Likewise.
45975         * math/w_lgamma.c: Likewise.
45976         * math/w_lgamma_r.c: Likewise.
45977         * math/w_lgammaf.c: Likewise.
45978         * math/w_lgammaf_r.c: Likewise.
45979         * math/w_lgammal.c: Likewise.
45980         * math/w_lgammal_r.c: Likewise.
45981         * math/w_sinh.c: Likewise.
45982         * math/w_sinhf.c: Likewise.
45983         * math/w_sinhl.c: Likewise.
45984         * math/w_tgamma.c: Likewise.
45985         * math/w_tgammaf.c: Likewise.
45986         * math/w_tgammal.c: Likewise.
45987         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45988         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45989         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45990         Minor optimizations.  Pretty printing.  Remove cruft.
45991         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45992         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45993         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45994         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45995         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45996         * sysdeps/i386/fpu/e_asin.S: Likewise.
45997         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45998         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45999         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46000         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46001         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46002         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46003         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46004         * sysdeps/i386/fpu/e_exp10.S: Likewise.
46005         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46006         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46007         * sysdeps/i386/fpu/e_exp2.S: Likewise.
46008         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46009         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46010         * sysdeps/i386/fpu/e_fmod.S: Likewise.
46011         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46012         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46013         * sysdeps/i386/fpu/e_hypot.S: Likewise.
46014         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46015         * sysdeps/i386/fpu/e_log.S: Likewise.
46016         * sysdeps/i386/fpu/e_log10.S: Likewise.
46017         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46018         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46019         * sysdeps/i386/fpu/e_log2.S: Likewise.
46020         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46021         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46022         * sysdeps/i386/fpu/e_logf.S: Likewise.
46023         * sysdeps/i386/fpu/e_logl.S: Likewise.
46024         * sysdeps/i386/fpu/e_pow.S: Likewise.
46025         * sysdeps/i386/fpu/e_powf.S: Likewise.
46026         * sysdeps/i386/fpu/e_powl.S: Likewise.
46027         * sysdeps/i386/fpu/e_remainder.S: Likewise.
46028         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46029         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46030         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46031         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46032         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46033         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46034         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46035         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46036         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46037         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46038         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46039         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46040         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46041         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46042         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46043         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46044         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46045         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46046         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46047         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46048         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46049         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46050         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46051         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46052         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46053         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46054         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46055         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46056         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46057         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46058         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46059         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46060         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46061         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46062         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46063         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46064         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46065         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46066         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46067         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46068         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46069         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46070         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46071         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46072         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46073         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46074         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46075         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46076         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46077         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46078         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46079         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46080         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46081         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46082         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46083         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46084         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46085         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46086         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46087         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46088         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46089         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46090         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46091         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46092         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46093         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46094         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46095         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46096         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46097         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46098         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46099         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46100         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46101         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46102         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46103         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46104         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46105         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46106         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46107         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46108         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46109         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46110         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46111         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46112         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46113         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46114         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46115         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46116         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46117         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46118         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46119         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46120         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46121         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46122         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46123         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46124         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46125         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46126         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46127         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46128         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46129         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46130         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46131         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46132         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46133         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46134         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46135         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46136         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46137         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46138         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46139         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46140         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46141         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46142         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46143         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46144         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46145         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46146         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46147         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46148         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46149         (__isnanf): Likewise.
46150         (__isinf_ns): Likewise.
46151         (__isinf_nsf): Likewise.
46152         (__finite): Likewise.
46153         (__finitef): Likewise.
46154         (__ieee754_sqrt): Define as macro.
46155         (__ieee754_sqrtf): Define as macro.
46156         (__ieee754_sqrtl): Define as macro.
46157         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46158         inlined copy.
46159         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46160         __FINITE_MATH_ONLY__ consistent.
46161         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46163 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46165         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46166         of rawmemchr.
46168         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46170 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46172         * po/ja.po: Update from translation team.
46174 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46176         * locale/programs/locarchive.c (prepare_address_space): New function.
46177         (create_archive, enlarge_archive, open_archive): Use it.
46179         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46180         inside [SHARED], where it is used.
46182         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46184         * nss/getent.c (netgroup_keys): Remove unused variable.
46185         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46187 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46189         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46190         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46191         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46192         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46193         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46194         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46195         * math/Makefile (libm-calls): Add s_isinf_ns.
46196         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46197         * math/multc3.c: Likewise.
46198         * math/s_casin.c: Likewise.
46199         * math/s_casinf.c: Likewise.
46200         * math/s_casinl.c: Likewise.
46201         * math/s_ccos.c: Likewise.
46202         * math/s_ccosf.c: Likewise.
46203         * math/s_ccosl.c: Likewise.
46204         * math/s_ctan.c: Likewise.
46205         * math/s_ctanf.c: Likewise.
46206         * math/s_ctanh.c: Likewise.
46207         * math/s_ctanhf.c: Likewise.
46208         * math/s_ctanhl.c: Likewise.
46209         * math/s_ctanl.c: Likewise.
46210         * math/w_fmod.c: Likewise.
46211         * math/w_fmodf.c: Likewise.
46212         * math/w_fmodl.c: Likewise.
46213         * math/w_remainder.c: Likewise.
46214         * math/w_remainderf.c: Likewise.
46215         * math/w_remainderl.c: Likewise.
46216         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46217         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46218         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46219         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46220         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46221         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46222         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46223         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46225         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46226         of the number.
46227         * stdio-common/printf_fphex.c: Likewise.
46228         * stdio-common/printf_size.c: Likewise.
46230         * math/e_exp10.c: Include math_private.h using <...> not "...".
46231         * math/e_exp10f.c: Likewise.
46232         * math/e_exp10l.c: Likewise.
46233         * math/e_exp2l.c: Likewise.
46234         * math/e_j0l.c: Likewise.
46235         * math/e_j1l.c: Likewise.
46236         * math/e_jnl.c: Likewise.
46237         * math/e_lgammal_r.c: Likewise.
46238         * math/e_rem_pio2l.c: Likewise.
46239         * math/e_scalb.c: Likewise.
46240         * math/e_scalbf.c: Likewise.
46241         * math/e_scalbl.c: Likewise.
46242         * math/k_cosl.c: Likewise.
46243         * math/k_sinl.c: Likewise.
46244         * math/k_tanl.c: Likewise.
46245         * math/s_cacoshf.c: Likewise.
46246         * math/s_catan.c: Likewise.
46247         * math/s_catanf.c: Likewise.
46248         * math/s_catanh.c: Likewise.
46249         * math/s_catanhf.c: Likewise.
46250         * math/s_catanhl.c: Likewise.
46251         * math/s_catanl.c: Likewise.
46252         * math/s_ccosh.c: Likewise.
46253         * math/s_ccoshf.c: Likewise.
46254         * math/s_ccoshl.c: Likewise.
46255         * math/s_cexp.c: Likewise.
46256         * math/s_cexpf.c: Likewise.
46257         * math/s_cexpl.c: Likewise.
46258         * math/s_clog.c: Likewise.
46259         * math/s_clog10.c: Likewise.
46260         * math/s_clog10f.c: Likewise.
46261         * math/s_clog10l.c: Likewise.
46262         * math/s_clogf.c: Likewise.
46263         * math/s_clogl.c: Likewise.
46264         * math/s_csin.c: Likewise.
46265         * math/s_csinf.c: Likewise.
46266         * math/s_csinh.c: Likewise.
46267         * math/s_csinhf.c: Likewise.
46268         * math/s_csinhl.c: Likewise.
46269         * math/s_csinl.c: Likewise.
46270         * math/s_csqrt.c: Likewise.
46271         * math/s_csqrtf.c: Likewise.
46272         * math/s_csqrtl.c: Likewise.
46273         * math/s_ctan.c: Likewise.
46274         * math/s_ctanf.c: Likewise.
46275         * math/s_ctanh.c: Likewise.
46276         * math/s_ctanhf.c: Likewise.
46277         * math/s_ctanhl.c: Likewise.
46278         * math/s_ctanl.c: Likewise.
46279         * math/s_ldexp.c: Likewise.
46280         * math/s_ldexpf.c: Likewise.
46281         * math/s_ldexpl.c: Likewise.
46282         * math/s_significand.c: Likewise.
46283         * math/s_significandf.c: Likewise.
46284         * math/s_significandl.c: Likewise.
46285         * math/w_acos.c: Likewise.
46286         * math/w_acosf.c: Likewise.
46287         * math/w_acosh.c: Likewise.
46288         * math/w_acoshf.c: Likewise.
46289         * math/w_acoshl.c: Likewise.
46290         * math/w_acosl.c: Likewise.
46291         * math/w_asin.c: Likewise.
46292         * math/w_asinf.c: Likewise.
46293         * math/w_asinl.c: Likewise.
46294         * math/w_atan2.c: Likewise.
46295         * math/w_atan2f.c: Likewise.
46296         * math/w_atan2l.c: Likewise.
46297         * math/w_atanh.c: Likewise.
46298         * math/w_atanhf.c: Likewise.
46299         * math/w_atanhl.c: Likewise.
46300         * math/w_cosh.c: Likewise.
46301         * math/w_coshf.c: Likewise.
46302         * math/w_coshl.c: Likewise.
46303         * math/w_dremf.c: Likewise.
46304         * math/w_exp10.c: Likewise.
46305         * math/w_exp10f.c: Likewise.
46306         * math/w_exp10l.c: Likewise.
46307         * math/w_exp2.c: Likewise.
46308         * math/w_exp2f.c: Likewise.
46309         * math/w_fmod.c: Likewise.
46310         * math/w_fmodf.c: Likewise.
46311         * math/w_fmodl.c: Likewise.
46312         * math/w_hypot.c: Likewise.
46313         * math/w_hypotf.c: Likewise.
46314         * math/w_hypotl.c: Likewise.
46315         * math/w_j0.c: Likewise.
46316         * math/w_j0f.c: Likewise.
46317         * math/w_j0l.c: Likewise.
46318         * math/w_j1.c: Likewise.
46319         * math/w_j1f.c: Likewise.
46320         * math/w_j1l.c: Likewise.
46321         * math/w_jn.c: Likewise.
46322         * math/w_jnf.c: Likewise.
46323         * math/w_jnl.c: Likewise.
46324         * math/w_lgamma.c: Likewise.
46325         * math/w_lgamma_r.c: Likewise.
46326         * math/w_lgammaf.c: Likewise.
46327         * math/w_lgammaf_r.c: Likewise.
46328         * math/w_lgammal.c: Likewise.
46329         * math/w_lgammal_r.c: Likewise.
46330         * math/w_log.c: Likewise.
46331         * math/w_log10.c: Likewise.
46332         * math/w_log10f.c: Likewise.
46333         * math/w_log10l.c: Likewise.
46334         * math/w_log2.c: Likewise.
46335         * math/w_log2f.c: Likewise.
46336         * math/w_log2l.c: Likewise.
46337         * math/w_logf.c: Likewise.
46338         * math/w_logl.c: Likewise.
46339         * math/w_pow.c: Likewise.
46340         * math/w_powf.c: Likewise.
46341         * math/w_powl.c: Likewise.
46342         * math/w_remainder.c: Likewise.
46343         * math/w_remainderf.c: Likewise.
46344         * math/w_remainderl.c: Likewise.
46345         * math/w_scalb.c: Likewise.
46346         * math/w_scalbf.c: Likewise.
46347         * math/w_scalbl.c: Likewise.
46348         * math/w_sinh.c: Likewise.
46349         * math/w_sinhf.c: Likewise.
46350         * math/w_sinhl.c: Likewise.
46351         * math/w_sqrt.c: Likewise.
46352         * math/w_sqrtf.c: Likewise.
46353         * math/w_sqrtl.c: Likewise.
46354         * math/w_tgamma.c: Likewise.
46355         * math/w_tgammaf.c: Likewise.
46356         * math/w_tgammal.c: Likewise.
46358         * po/ja.po: Update from translation team.
46360 2011-09-29  Andreas Jaeger  <aj@suse.de>
46362         [BZ #13179]
46363         * sunrpc/netname.c (netname2host): Fix logic.
46365         [BZ #6779]
46366         [BZ #6783]
46367         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46368         correctly.
46369         * math/w_remainder.c (__remainder): Likewise.
46370         * math/w_remainderf.c (__remainderf): Likewise.
46371         * math/libm-test.inc (remainder_test): Add test cases.
46373 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46375         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46376         sdiv_qrnnd.
46378 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46380         * string/test-memcmp.c: Avoid unncessary #defines.
46381         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46383 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46385         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46386         Use new sse2 version for core i3 - i7 as it's faster
46387         than sse42 version.
46388         (bit_Prefer_PMINUB_for_stringop): New.
46389         * sysdeps/x86_64/rawmemchr.S: Update.
46390         Replace with faster SSE2 version.
46391         * sysdeps/x86_64/memrchr.S: New file.
46392         * sysdeps/x86_64/memchr.S: Update.
46393         Replace with faster SSE2 version.
46395 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46397         * elf/dl-load.c (lose): Add cast to avoid warning.
46399 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46401         * po/ca.po: Update from translation team.
46403         * inet/getnetgrent_r.c: Hook up nscd.
46404         * nscd/Makefile (routines): Add nscd_netgroup.
46405         (nscd-modules): Add netgroupcache.
46406         (CFLAGS-netgroupcache.c): Define.
46407         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46408         (cache_search): Add const to second parameter.
46409         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46410         INNETGR.
46411         (dbs): Add netgrdb entry.
46412         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46413         (verify_persistent_db): Handle netgrdb.
46414         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46415         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46416         GETFDNETGR.
46417         (netgroup_response_header): Define.
46418         (innetgroup_response_header): Define.
46419         (datahead): Add netgroup_response_header and innetgroup_response_header
46420         elements.
46421         * nscd/nscd.conf: Add entries for netgroup cache.
46422         * nscd/nscd.h (dbtype): Add netgrdb.
46423         (_PATH_NSCD_NETGROUP_DB): Define.
46424         (netgroup_iov_disabled): Declare.
46425         (xmalloc, xcalloc, xrealloc): Move declarations here.
46426         (cache_search): Adjust prototype.
46427         Add netgroup-related prototypes.
46428         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46429         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46430         (__nscd_innetgr): Declare.
46431         * nscd/selinux.c (perms): Use access_vector_t as element type and
46432         add netgroup-related initializers.
46433         * nscd/netgroupcache.c: New file.
46434         * nscd/nscd_netgroup.c: New file.
46435         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46436         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46437         For four parameters use innetgr.
46438         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46439         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46440         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46441         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46443         * nscd/connections.c (register_traced_file): Don't register file
46444         for disabled databases.
46446 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46448         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46450         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46451         from tree and freeing node.
46453 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46455         * nss/nsswitch.c (__nss_database_lookup): Handle
46456         nss_parse_service_list out of memory case.
46458 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46460         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46461         out of memory case.
46463 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46465         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46466         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46467         pass it down.
46468         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46469         elf_machine_rela, elf_machine_lazy_rel.
46470         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46471         (ELF_DYNAMIC_DO_REL): Likewise.
46472         (ELF_DYNAMIC_DO_RELA): Likewise.
46473         (ELF_DYNAMIC_RELOCATE): Likewise.
46474         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46475         to ELF_DYNAMIC_DO_REL.
46476         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46477         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46478         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46479         elf_machine_rela.
46480         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46481         skip_ifunc, don't call ifunc function if non-zero.
46482         (elf_machine_rela): Likewise.
46483         (elf_machine_lazy_rel): Likewise.
46484         (elf_machine_lazy_rela): Likewise.
46485         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46486         (elf_machine_lazy_rel): Likewise.
46487         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46488         Likewise.
46489         (elf_machine_lazy_rel): Likewise.
46490         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46491         Likewise.
46492         (elf_machine_lazy_rel): Likewise.
46493         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46494         (elf_machine_lazy_rel): Likewise.
46495         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46496         (elf_machine_lazy_rel): Likewise.
46497         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46498         (elf_machine_lazy_rel): Likewise.
46499         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46500         (elf_machine_lazy_rel): Likewise.
46501         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46502         (elf_machine_lazy_rel): Likewise.
46503         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46504         (elf_machine_lazy_rel): Likewise.
46506 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46508         * nss/nss_files/files-init.c (_nss_files_init): Use static
46509         initialization for all the *_traced_file variables.
46511 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46513         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46515 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46517         [BZ #13226]
46518         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46520 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46522         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46523         Reread the line before reparsing it.
46525 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46527         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46529 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46530             Maxim Kuvyrkov  <maxim@codesourcery.com>
46531             Joseph Myers  <joseph@codesourcery.com>
46533         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46534         if needed for __stack_chk_guard.
46536 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46538         * sysdeps/posix/spawni.c (script_execute): Always define it.
46539         It will be optimized away if unused.
46540         (maybe_script_execute): New function.
46541         (__spawni): Call it.
46543         * Makerules: Don't include tls.make.
46544         (config-tls): Always set to thread.
46545         * tls.make.c: File removed.
46547 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46549         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46550         * config.make.in (CPPFLAGS-config): New substituted variable.
46552 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46554         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46556         [BZ #13192]
46557         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46558         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46560 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46562         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46563         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46564         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46565         (CALL_FAIL): Likewise.
46566         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46567         (CALL_FAIL): Macro removed.
46568         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46570 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46572         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46573         for __FINITE_MATH_ONLY__ == 1.
46575 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46577         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46578         __ieee754_sqrt instead of sqrt.
46579         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46580         __ieee754_sqrtf instead of sqrtf.
46581         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46582         __floorf instead of floorf.
46583         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46584         __floorf, __truncf instead of floorf, truncf.
46586 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46588         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46590         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46591         __extern_always_inline.
46592         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46593         32-bit.
46595 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46597         * elf/rtld.c (dl_main): Also relocate in dependency order when
46598         doing symbol dependency testing.
46600 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46602         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46603         Always define `refsym'.
46605 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46607         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46608         (__FD_ELT): Renamed from __FDELT.
46609         * misc/bits/select2.h (__FD_ELT): Likewise.
46610         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46611         __FD_MASK instead of __FDELT, __FDMASK.
46612         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46613         Likewise.
46614         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46615         Likewise.
46617         * elf/Makefile (gen-ldd): Fix pattern.
46619         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46620         (init_tls): Likewise.
46622 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46624         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46626 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46628         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46629         `struct cmsghdr *' instead of `void *'.
46630         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46631         Likewise.
46633 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46635         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46636         if non-absolute.
46637         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46638         ldd_rewrite_script.
46640 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46642         * configure.in: Remove --with-tls option.
46643         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46644         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46645         out in case it is missing.
46646         * sysdeps/ia64/elf/configure.in: Likewise.
46647         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46648         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46649         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46650         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46651         * sysdeps/sh/elf/configure.in: Likewise.
46652         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46653         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46654         * sysdeps/x86_64/elf/configure.in: Likewise.
46655         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46656         * sysdeps/mach/hurd/tls.h: Likewise.
46658         [BZ #13067]
46659         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46661         [BZ #13090]
46662         * configure.in: Fix use of AC_INIT.
46664         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46666 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46668         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46669         __set_errno.
46670         * malloc/hooks.c: Likewise.
46672         [BZ #11929]
46673         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46674         variables statically.
46675         (narenas): Initialize.
46676         (list_lock): Initialize.
46677         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46678         initializtion of main_arena and list_lock.  Small cleanups.
46679         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46680         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46681         Add initializers to main_arena and mp_.
46682         (malloc_state): Remove pagesize member.  Change all users to use
46683         GLRO(dl_pagesize).
46685         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46686         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46687         is always initialized.
46689         * malloc/malloc.c: Removed unused configurations and dead code.
46690         * malloc/arena.c: Likewise.
46691         * malloc/hooks.c: Likewise.
46692         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46694         * include/tls.h: Removed.  USE___THREAD must always be defined.
46695         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46696         * elf/dl-libc.c: Likewise.
46697         * elf/dl-tsd.c: Likewise.
46698         * include/errno.h: Likewise.
46699         * include/netdb.h: Likewise.
46700         * include/resolv.h: Likewise.
46701         * inet/herrno-loc.c: Likewise.
46702         * inet/herrno.c: Likewise.
46703         * malloc/arena.c: Likewise.
46704         * malloc/hooks.c: Likewise.
46705         * malloc/malloc.c: Likewise.
46706         * resolv/res-state.c: Likewise.
46707         * resolv/res_libc.c: Likewise.
46708         * sysdeps/i386/dl-machine.h: Likewise.
46709         * sysdeps/ia64/dl-machine.h: Likewise.
46710         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46711         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46712         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46713         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46714         * sysdeps/sh/dl-machine.h: Likewise.
46715         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46716         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46717         * sysdeps/unix/i386/sysdep.S: Likewise.
46718         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46719         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46720         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46721         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46722         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46723         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46724         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46725         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46726         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46727         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46728         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46729         * sysdeps/x86_64/dl-machine.h: Likewise.
46730         * tls.make.c: Likewise.
46732         * configure.in: Remove --with-__thread option.  Make tests for
46733         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46734         tls_model attribute fail if no support is available.  Remove
46735         USE_IN_LIBIO.
46736         * Makeconfig: Adjust for dropped configure option.  All features are
46737         now mandatory.
46738         * Makerules: Likewise.
46739         * Versions.def: Likewise.
46740         * argp/argp-fmtstream.c: Likewise.
46741         * argp/argp-fmtstream.h: Likewise.
46742         * argp/argp-help.c: Likewise.
46743         * assert/assert.c: Likewise.
46744         * config.h.in: Likewise.
46745         * config.make.in: Likewise.
46746         * configure: Likewise.
46747         * configure.in: Likewise.
46748         * csu/Versions: Likewise.
46749         * csu/init.c: Likewise.
46750         * elf/tst-audit2.c: Likewise.
46751         * elf/tst-tls10.c: Likewise.
46752         * elf/tst-tls10.h: Likewise.
46753         * elf/tst-tls11.c: Likewise.
46754         * elf/tst-tls12.c: Likewise.
46755         * elf/tst-tls14.c: Likewise.
46756         * elf/tst-tlsmod11.c: Likewise.
46757         * elf/tst-tlsmod12.c: Likewise.
46758         * elf/tst-tlsmod13.c: Likewise.
46759         * elf/tst-tlsmod13a.c: Likewise.
46760         * elf/tst-tlsmod14a.c: Likewise.
46761         * elf/tst-tlsmod15b.c: Likewise.
46762         * elf/tst-tlsmod16a.c: Likewise.
46763         * elf/tst-tlsmod16b.c: Likewise.
46764         * elf/tst-tlsmod7.c: Likewise.
46765         * elf/tst-tlsmod8.c: Likewise.
46766         * elf/tst-tlsmod9.c: Likewise.
46767         * gmon/gmon.c: Likewise.
46768         * grp/fgetgrent_r.c: Likewise.
46769         * grp/putgrent.c: Likewise.
46770         * hurd/fopenport.c: Likewise.
46771         * include/libc-symbols.h: Likewise.
46772         * include/tls.h: Likewise.
46773         * intl/gettextP.h: Likewise.
46774         * intl/loadinfo.h: Likewise.
46775         * locale/global-locale.c: Likewise.
46776         * locale/localeinfo.h: Likewise.
46777         * mach/devstream.c: Likewise.
46778         * malloc/arena.c: Likewise.
46779         * malloc/set-freeres.c: Likewise.
46780         * misc/err.c: Likewise.
46781         * misc/getttyent.c: Likewise.
46782         * misc/mntent_r.c: Likewise.
46783         * posix/getopt.c: Likewise.
46784         * posix/wordexp.c: Likewise.
46785         * pwd/fgetpwent_r.c: Likewise.
46786         * resolv/Versions: Likewise.
46787         * resolv/res_hconf.c: Likewise.
46788         * shadow/fgetspent_r.c: Likewise.
46789         * shadow/putspent.c: Likewise.
46790         * stdio-common/printf_fphex.c: Likewise.
46791         * stdio-common/tmpfile.c: Likewise.
46792         * stdlib/abort.c: Likewise.
46793         * stdlib/fmtmsg.c: Likewise.
46794         * sunrpc/auth_unix.c: Likewise.
46795         * sunrpc/clnt_perr.c: Likewise.
46796         * sunrpc/clnt_tcp.c: Likewise.
46797         * sunrpc/clnt_udp.c: Likewise.
46798         * sunrpc/clnt_unix.c: Likewise.
46799         * sunrpc/openchild.c: Likewise.
46800         * sunrpc/svc_simple.c: Likewise.
46801         * sunrpc/svc_tcp.c: Likewise.
46802         * sunrpc/svc_udp.c: Likewise.
46803         * sunrpc/svc_unix.c: Likewise.
46804         * sunrpc/xdr.c: Likewise.
46805         * sunrpc/xdr_array.c: Likewise.
46806         * sunrpc/xdr_rec.c: Likewise.
46807         * sunrpc/xdr_ref.c: Likewise.
46808         * sunrpc/xdr_stdio.c: Likewise.
46810 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46812         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46814 2011-07-03  Andreas Jaeger  <aj@suse.de>
46816         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46817         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46818         regenerate with gen-libm-tests.pl.
46820 2010-05-12  Petr Baudis  <pasky@suse.cz>
46822         [BZ #11589]
46823         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46824         around j0() zero points by switching to j1().
46825         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46826         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46827         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46828         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46830 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46832         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46833         instead of 0.
46834         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46835         instead of 0.
46836         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46837         Patch in part by Pavel Roskin <proski@gnu.org>.
46839         [BZ #13138]
46840         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46841         realloc.
46842         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46843         Free memory block if necessary.
46845         [BZ #12847]
46846         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46847         be NULL.  Don't lock in this case.
46849 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46851         * elf/elf.h (ELFOSABI_GNU): New macro.
46852         (ELFOSABI_LINUX): Define to that.
46854 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46856         * string/strncat.c (strncat): Undef the symbol in case it has been
46857         defined in bits/string.h.
46859 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46861         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46863         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46864         link map.
46866 2011-08-17  Andreas Jaeger  <aj@suse.de>
46868         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46870 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46871             Ian Lance Taylor  <iant@google.com>
46873         * math/libm-test.inc (lround_test): New testcase.
46874         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46876 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46878         * Makefile: Remove support for automatic cvs check-ins.
46879         * Makerules: Likewise.
46880         * config.make.in: Likewise.
46881         * configure.in: Likewise.
46882         * intl/Makefile: Likewise.
46883         * locale/Makefile: Likewise.
46884         * po/Makefile: Likewise.
46885         * posix/Makefile: Likewise.
46886         * sysdeps/gnu/Makefile: Likewise.
46887         * sysdeps/mach/hurd/Makefile: Likewise.
46888         * sysdeps/sparc/sparc32/Makefile: Likewise.
46890         [BZ #13118]
46891         * posix/Makefile (bug-regex32-ENV): Define.
46892         Patch by John Stanley <jpsinthemix@verizon.net>.
46894         * misc/Makefile (headers): Add bits/select2.h.
46895         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46896         * misc/bits/select2.h: New file.
46897         * include/bits/select2.h: New file.
46898         * debug/Makefile (routines): Add fdelt_chk.
46899         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46900         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46901         FD_ISSET.
46902         * debug/fdelt_chk.c: New file.
46904         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46905         * wcsmbs/test-wmemcmp.c: Likewise.
46906         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46907         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46909 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46911         * string/Makefile (strop-tests): Add memcmp.
46912         * string/test-wmemcmp.c: New file.
46913         * string/test-memcmp.c: Add wmemcmp support.
46915 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46917         [BZ #13153]
46918         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46919         2011-07-19 change.
46921         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46922         garbage value in a __mach_port_mod_refs call in the cases of the
46923         task-self and thread-self ports.
46925 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46927         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46929 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46931         * elf/dl-load.c (lose): Check for non-null L.
46933 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46935         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46937         * elf/dl-libc.c (dlerror_run): Pass back error code from
46938         dl_catch_error.
46940         [BZ #13123]
46941         * elf/dl-load.c (lose): Free l_origin if it is valid.
46943         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46944         names.
46945         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46946         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46947         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46948         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46949         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46950         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46952 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46954         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46955         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46956         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46957         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46958         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46959         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46960         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46961         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46962         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46963         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46965 2011-08-15  Alan Modra  <amodra@gmail.com>
46967         [BZ #13092]
46968         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46969         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46970         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46971         ppc_mcount to static-only-routines.
46972         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46973         __mcount_internal.
46974         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46975         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46977 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46979         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46980         for finite and infinity parameters.
46982 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46984         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46985         and add nop instructions for throughput optimization.
46986         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46988 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46990         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46991         aligned copy for power7 with vector-scalar instructions.
46992         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46994 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46996         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46997         AVX check.
46999 2011-09-07  Andreas Schwab  <schwab@redhat.com>
47001         [BZ #13144]
47002         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47003         last change.
47005 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47007         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47008         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47009         syscall wrapper around clock_gettime in __vdso_clock_gettime.
47010         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47011         clock_gettime.
47013 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47015         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47016         Forgot to demangle the pointer.
47018         * sysdeps/i386/sysdep.h: Define atom_text_section.
47019         * sysdeps/x86_64/sysdep.h: Likewise.
47020         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47021         section with atom_text_section.
47022         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47023         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47024         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47025         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47026         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47028         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47029         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47030         already be defined.  Change to take two parameters and don't assign
47031         result to variable.  Adjust all users.
47032         Define INTERNAL_GETTIME if not already defined.
47033         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47034         call.
47035         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47036         HAVE_CLOCK_GETTIME_VSYSCALL.
47037         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47039         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47040         gettimeofday vsyscall, just use time.
47042 2011-09-06  Andreas Schwab  <schwab@redhat.com>
47044         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47045         <errno.h>.
47047 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47049         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47050         syscall on x86-64.
47051         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47052         syscall.
47053         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47054         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47055         syscall if possible.
47057 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47059         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47060         e_ident.  Don't pass to find_mapsXX.
47061         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47063 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47065         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47066         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47067         * sysdeps/x86_64/multiarch/strchr.S: Update.
47068         Check bit_slow_BSF bit.
47069         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47070         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47071         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47073 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47075         [BZ #13134]
47076         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47077         before glibc 2.15.
47078         (tryshell): Define.
47079         (__spawni): Change last parameter to be flag.  Test
47080         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47081         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47082         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47083         * posix/spawni.c: Likewise.
47084         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47085         * posix/spawnp.c: Likewise.  Change normal version to use
47086         SPAWN_XFLAGS_USE_PATH.
47087         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47088         SPAWN_XFLAGS_TRY_SHELL.
47090         [BZ #13150]
47091         * posix/glob.h: Remove gcc 1.x support.
47093         [BZ #13068]
47094         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47096 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47098         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47099         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47100         strrchr-sse2-bsf
47101         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47102         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47103         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47104         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47105         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47106         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47108 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47110         * sysdeps/x86_64/wcscmp.S: New file.
47112         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47113         wcscmp-c wcscmp-sse2
47114         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47115         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47116         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47117         * wcsmbs/wcscmp.c: Allow renaming.
47119 2011-09-05  David S. Miller  <davem@davemloft.net>
47121         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47122         stack slot, rather than the struct return pointer slot.
47123         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47124         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47125         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47126         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47128 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47130         * po/ja.po: Update from translation team.
47132         [BZ #13144]
47133         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47134         kernel in 64-bit binaries.
47136 2011-09-01  David S. Miller  <davem@davemloft.net>
47138         * elf/elf.h (HWCAP_SPARC_*): Move to..
47139         * sysdeps/sparc/sysdep.h: this new file and add new values.
47140         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47141         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47142         _DL_HWCAP_COUNT to 24.
47143         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47144         entries.
47145         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47146         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47147         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47148         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47149         instead of magic constants.
47150         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47152 2011-08-31  David S. Miller  <davem@davemloft.net>
47154         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47155         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47156         Reimplement to do errno handling inline.
47157         (SYSCALL_ERROR_HANDLER): New macro.
47158         (__SYSCALL_STRING): Do not do errno handling in asm.
47159         (__CLONE_SYSCALL_STRING): Delete.
47160         (__INTERNAL_SYSCALL_STRING): Delete.
47161         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47162         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47163         (PSEUDO): Reimplement to do errno handling inline.
47164         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47165         (SYSCALL_ERROR_HANDLER): New macro.
47166         (__SYSCALL_STRING): Do not do errno handling in asm.
47167         (__CLONE_SYSCALL_STRING): Delete.
47168         (__INTERNAL_SYSCALL_STRING): Delete.
47169         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47170         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47171         i386.
47172         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47173         (inline_syscall*): Add 'err' argument.
47174         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47175         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47176         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47177         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47179         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47180         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47182 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47184         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47186 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47188         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47189         directive.
47191 2011-08-24  David S. Miller  <davem@davemloft.net>
47193         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47195 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47197         * elf/Makefile: Add rules to build and run unload8 test.
47198         * elf/unload8.c: New file.
47199         * elf/unload8mod1.c: New file.
47200         * elf/unload8mod1x.c: New file.
47201         * elf/unload8mod2.c: New file.
47202         * elf/unload8mod3.c: New file.
47204         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47205         it wasn't used.
47207 2011-08-23  David S. Miller  <davem@davemloft.net>
47209         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47210         subtract stack bias.
47211         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47212         %sp not %fp in calculations.
47213         (_JMPBUF_UNWINDS_ADJ): Likewise.
47215         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47216         (aio_suspend): Call it to force an exception region around the
47217         AIO_MISC_WAIT() invocation.
47219 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47221         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47222         backslash.
47224 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47226         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47227         protection macro.
47228         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47229         and <dl-machine.h>.
47230         (Elf64_FuncDesc): Remove.
47232 2011-08-22  David S. Miller  <davem@davemloft.net>
47234         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47235         sigaltstack check, add missing cfi directives.
47236         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47237         missing cfi directives, and sigaltstack handling.
47239 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47241         [BZ #11724]
47242         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47243         object is seen twice.
47244         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47246         * elf/Makefile (distribute): Add tst-initorder2.c.
47247         (tests): Add tst-initorder2.
47248         (modules-names): Add tst-initorder2a tst-initorder2b
47249         tst-initorder2c tst-initorder2d.  Add rules to build them.
47250         ($(objpfx)tst-initorder2.out): New rule.
47251         * elf/tst-initorder2.c: New file.
47252         * elf/tst-initorder2.exp: New file.
47254 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47256         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47258         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47259         dependencies back to end of function.
47261         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47262         $(elfobjdir)/ld.so.
47264 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47266         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47267         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47268         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47269         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47270         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47271         of __vdso_gettimeofday.
47272         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47273         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47274         attribute_hidden.
47275         (_libc_vdso_platform_setup): Remove initialization of
47276         __vdso_gettimeofday and __vdso_time.
47278 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47280         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47281         and fgetc_unlocked.
47282         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47283         getc_unlocked.
47285         * elf/dl-open.c (add_to_global): Report additions to the global scope
47286         for LD_DEBUG=scopes.
47287         (dl_open_worker): Also print scope of newly loaded dependencies.
47288         (_dl_show_scope): Indicate if there is no scope.
47290         [BZ #13114]
47291         * stdio-common/Makefile (tests): Add bug24.
47292         * stdio-common/bug24.c: New file.
47294 2011-08-19  Andreas Jaeger  <aj@suse.de>
47296         [BZ #13114]
47297         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47298         non-existant file when using close-on-exec mode.
47300 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47302         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47303         the very first instruction.
47305         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47306         the CFI state in the end.
47307         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47308         inclusion of dl-trampoline.h.
47309         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47311 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47313         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47314         expectations for long double.
47316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47317         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47319 2011-08-14  David S. Miller  <davem@davemloft.net>
47321         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47322         artificual limit depends upon the system page size.
47324 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47326         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47327         * resolv/Makefile: Define CFLAGS-libresolv.
47329 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47331         * nss/makedb.c (compute_tables): Make variables used in nested
47332         function static.
47334 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47336         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47337         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47338         if buffer was too small.
47340         * elf/pldd.c (main): Attach to all threads in the process.
47341         Rewrite /proc handling to use *at functions.
47343 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47345         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47346         specifies first scope to show.
47347         (dl_open_worker): Update callers.  Move printing scope of new
47348         object to before the relocation.
47349         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47350         * sysdeps/generic/ldsodefs.h: Update declaration.
47352         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47353         string for the scope number.
47355 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47357         * nscd/servicescache.c (cache_addserv): Make sure written is always
47358         initialized.
47360 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47362         * sysdeps/i386/i486/bits/atomic.h
47363         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47364         statement expression, so as to suppress "set but not used" warning.
47365         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47367         * string/strncat.c (STRNCAT): Use prototype definition.
47369         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47370         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47371         -Iprograms here.
47372         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47373         (localedef-modules): Add localedef.
47374         (locale-modules): Add locale.
47376         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47377         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47378         to avoid a warning.
47380 2011-08-14  David S. Miller  <davem@davemloft.net>
47382         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47383         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47385 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47387         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47388         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47389         * elf/rtld.c (dl_main): Set l_name of vDSO.
47390         Call _dl_show_scope when DL_DEBUG_SCOPES.
47391         (process_dl_debug): Recognize scopes flag and also set it for all.
47392         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47393         Declare _dl_show_scope.
47395         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47396         (do_dlopen): Pass caller_dlopen to dl_open.
47397         (__libc_dlopen_mode): Initialize caller_dlopen.
47399         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47400         of libc.  Make tolower call locale-independent.  Optimize a bit by
47401         using isdigit instead of isalnum.
47402         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47404 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47406         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47407         was a dependency or dynamically loaded.
47409 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47411         * intl/l10nflist.c: Allow architecture-specific pop function.
47412         * sysdeps/x86_64/l10nflist.c: New file.
47414         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47415         classification.
47417 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47419         * include/dirent.h: Add libc_hidden_proto for scandirat and
47420         scandirat64.  Don't declare __scandirat64.
47421         * dirent/scandirat.c: Add libc_hidden_def.
47422         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47423         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47425 2011-08-10  David S. Miller  <davem@davemloft.net>
47427         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47428         enum.
47429         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47430         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47431         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47433 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47435         * Versions.def [libc]: Add GLIBC_2.15.
47436         * dirent/Makefile (routines): Add scandirat and scandirat64.
47437         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47438         GLIBC_2.15.
47439         * dirent/dirent.h: Declare scandirat and scandirat64.
47440         * dirent/scandirat.c: New file.
47441         * dirent/scandirat64.c: New file.
47442         * sysdeps/wordsize-64/scandirat.c: New file.
47443         * sysdeps/wordsize-64/scandirat64.c: New file.
47444         * dirent/opendir.c: Define opendirat.
47445         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47446         using scandirat.
47447         * dirent/scandir64.c: Adjust for scandir.c change.
47448         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47449         __scandirat64, and __scandir_cancel_handler.
47450         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47451         additional parameter and use openat instead of open (outside of ld.so).
47452         Add new __opendir as wrapper around __opendirat.
47453         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47454         here without requiring old scandirat implementation.
47456 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47458         * dirent/scandir.c (cancel_handler): Renamed to
47459         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47460         defined.  Adjust users.
47461         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47462         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47464 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47466         * string/test-string.h (IMPL): Use __STRING to expand name and then
47467         stringify it.
47469         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47470         of cleanups.
47472 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47474         * string/Makefile: Update.
47475         (strop-tests): Append strncat.
47476         * string/test-wcscmp.c: New file.
47477         New comprehensive test for wcscmp.
47478         * string/test-strcmp.c: Update.
47479         (WIDE): New define.
47481 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47483         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47484         line.
47486 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47488         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47489         encoding to ACE if AI_IDN.
47491 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47493         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47494         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47496 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47498         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47499         Fix overflow bug in strncat.
47500         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47502         * string/test-strncat.c: Update.
47503         Add new tests for checking overflow bugs.
47505 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47507         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47508         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47509         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47510         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47511         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47512         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47513         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47514         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47515         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47517         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47518         (USE_AS_STRCAT): Define.
47519         Add strcat and strncat support.
47520         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47522 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47524         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47525         __n bigger than INT_MAX+1.
47526         (__strncmp_g): Likewise.
47528 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47530         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47531         * libio/stido.h: Likewise.
47533         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47534         (AF_NFC): Define.
47535         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47536         (AF_NFC): Define.
47538         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47539         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47540         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47541         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47542         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47544         [BZ #13021]
47545         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47546         installed.
47548         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47549         typo.
47550         (_dl_x86_64_save_sse): Likewise.
47552 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47554         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47555         OSXSAVE.
47556         (_dl_x86_64_save_sse): Likewise.
47558         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47560         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47562 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47564         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47565         change.
47566         (_dl_x86_64_save_sse): Use correct AVX check.
47568 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47570         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47571         bug in strncpy/strncat.
47572         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47574 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47576         * string/tester.c (test_strcat): Add tests for different alignments
47577         of source and destination.
47578         (test_strncat): Likewise.
47580 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47582         [BZ #12852]
47583         * posix/glob.c (glob): Check passed in values before using them in
47584         expressions to avoid some overflows.
47585         (glob_in_dir): Likewise.
47587         [BZ #13007]
47588         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47589         check for AVX enablement so that we don't crash with old kernels and
47590         new hardware.
47591         * elf/tst-audit4.c: Add same checks here.
47592         * elf/tst-audit6.c: Likewise.
47594         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47596 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47598         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47600 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47602         * po/cs.po: Update from translation team.
47603         * po/bg.po: Likewise.
47605 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47607         * misc/sys/cdefs.h: Add support for const attribute.
47608         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47609         to gnu_dev_{major,minor,makedev} functions.
47611 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47613         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47615 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47617         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47618         strlen results.
47620 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47622         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47623         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47624         register in order to avoid conflicts with the soft frame pointer
47625         being held in r11 when necessary.
47626         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47627         (INTERNAL_VSYSCALL_NCS): Likewise.
47629 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47631         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47632         * elf/dl-fini.c (_dl_fini): Adjust caller.
47633         * elf/dl-close.c (_dl_close_worker): Likewise.
47634         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47636 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47638         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47639         "aux_cache->nlibs < 0".
47641         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47642         in the reload-count case.
47644 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47646         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47647         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47648         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47649         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47650         * sysdeps/x86_64/multiarch/strcat.S: New file.
47651         * sysdeps/x86_64/multiarch/strncat.S: New file.
47652         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47653         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47654         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47655         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47656         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47657         (USE_AS_STRCAT): Define.
47658         Add strcat and strncat support.
47659         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47660         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47661         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47662         * string/strncat.c: Update.
47663         (USE_AS_STRNCAT): Define.
47664         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47665         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47666         and i7.
47667         * sysdeps/x86_64/multiarch/init-arch.h
47668         (bit_Prefer_PMINUB_for_stringop): New.
47669         (index_Prefer_PMINUB_for_stringop): Likewise.
47670         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47671         bit_Prefer_PMINUB_for_stringop.
47673 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47675         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47676         buffer64.
47677         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47678         of casting of buffer.
47679         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47680         buffer32 and buffer64.
47681         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47682         writes instead of casting of buffer.
47683         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47684         buffer32.
47685         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47686         casting of buffer.
47688 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47690         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47692 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47694         * nscd/nscd.c (termination_handler): Don't do anything for a database
47695         if it has not yet been initialized.
47697 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47699         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47701 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47703         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47705 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47707         * po/nl.po: Update from translation team.
47708         * po/sv.po: Likewise.
47710 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47712         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47713         now disallowed by GCC.
47715         * configure.in (use-default-link): Default to yes if a test -shared
47716         link meets our qualifications.
47717         * configure: Regenerated.
47719         * config.make.in (output-format): New variable.
47720         * configure.in: Check for ld --print-output-format support.
47721         * configure: Regenerated.
47722         * Makerules ($(common-objpfx)format.lds)
47723         [$(output-format) != unknown]: Just use $(output-format),
47724         instead of the linker-script munging.
47726 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47728         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47729         of $(common-objpfx)shlib.lds.
47730         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47732         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47733         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47735         * configure.in (-z relro check): Adjust test code to add a large
47736         writable data section after it.
47737         * configure: Regenerated.
47739 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47741         * configure.in (-z relro check): Fix test code to make the variable
47742         truly const.
47743         * configure: Regenerated.
47745 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47747         * nscd/nscd.h (struct traced_file): Define.
47748         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47749         elements.  Add traced_files.
47750         (inotify_fd): Declare.
47751         (register_traced_file): Declare.
47752         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47753         (inotify_fd): Export.
47754         (resolv_conf_descr): Remove.
47755         (nscd_init): Move inotify descriptor creation to main.
47756         Don't register files for notification here.
47757         (register_traced_file): New function.
47758         (invalidate_cache): Don't use reset_res to determine whether to call
47759         res_init, go through the list of registered files.
47760         (main_loop_poll): The inotify descriptors are now stored in the
47761         structures for the traced files.
47762         (main_loop_epoll): Likewise
47763         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47764         to __nss_disable_nscd.
47765         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47766         for a database anymore.  Check the records for all the registered
47767         files instead.
47768         * nss/Makefile (libnss_files-routines): Add files-init.
47769         (libnss_db-routines): Add db-init.
47770         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47771         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47772         * nss/nss_db/db-init.c: New file.
47773         * nss/nss_files/files-init.c: New file.
47774         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47775         __nss_lookup_function.
47776         (__nss_lookup_function): Call nss_load_library.
47777         (nss_load_all_libraries): New function.
47778         (__nss_disable_nscd): Take parameter with callback function for files
47779         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47780         used for the cached services.
47781         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47782         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47783         options for features to all the files in nscd.
47785         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47787 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47789         * csu/elf-init.c (__libc_csu_init): Comment typo.
47791 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47793         * po/pl.po: Update from translation team.
47794         * po/ja.po: Likewise.
47795         * po/ru.po: Likewise.
47796         * po/ko.po: Likewise.
47797         * po/fr.po: Likewise.
47799 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47801         * configure.in (.ctors/.dtors header and trailer check):
47802         Use an empirical test on a built program.
47803         * configure: Regenerated.
47805         * configure.in (-z relro check): Use an empirical test on a built DSO.
47806         Detect, but do not require, on ia64.
47807         * configure: Regenerated.
47809         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47810         Update tests that use readelf to use $READELF instead.
47811         * configure: Regenerated.
47813 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47815         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47816         if the result is not used.
47818 2011-07-05  Andreas Jaeger  <aj@suse.de>
47820         [BZ#9696]
47821         * stdlib/tst-strtod.c: Add testcase.
47823 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47825         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47826         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47827         The latter has a higher limit.  Take additional parameter to pass to
47828         the new function.
47829         (__pathconf): Pass file to __statfs_link_max.
47830         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47831         __statfs_link_max.
47832         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47833         __statfs_link_max.
47835         [BZ #12868]
47836         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47837         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47838         Handle Lustre.
47839         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47840         (__statfs_filesize_max): Likewise.
47841         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47843 2011-07-05  Andreas Jaeger  <aj@suse.de>
47845         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47847 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47849         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47850         `status' variable.
47851         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47852         Likewise.
47854 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47856         * Makefile (strop-tests): Add strncat.
47857         * string/test-strncat.c: New file.
47859 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47861         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47863 2011-06-21  Andreas Jaeger  <aj@suse.de>
47865         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47866         Copy rule from iconvdata/Makefile.
47868 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47870         [BZ #12922]
47871         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47872         but no long options are defined, just return 'W'.
47874 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47876         [BZ #9696]
47877         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47879 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47881         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47882         netgroups to read.
47883         (innetgr): Likewise.
47885 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47887         * config.make.in (install_root): Default to $(DESTDIR).
47889 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47891         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47893 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47895         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47897         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47898         containing directory rather than embedding absolute directory names.
47900         * scripts/check-local-headers.sh: Rewritten using awk.
47901         Match by word, not by line.  Print error messages for matches.
47902         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47904         * Makerules [shlib-lds-flags empty]:
47905         ($(common-objpfx)libc_pic.opts): New target.
47906         ($(common-objpfx)libc_pic.os.clean): New target.
47907         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47909         * config.make.in (OBJCOPY): New variable.
47910         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47911         * configure: Regenerated.
47913         * config.make.in (use-default-link): New variable.
47914         * configure.in (use_default_link): Grok --with-default-link to set it.
47915         * configure: Regenerated.
47916         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47917         (shlib-lds, shlib-lds-flags): Define to empty.
47919         * Makerules (shlib-lds): New variable.
47920         (shlib-lds-flags): New variable.
47921         (build-shlib, build-moduile, build-module-asneeded): Use it.
47922         ($(common-objpfx)libc.so): Use $(shlib-lds).
47923         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47924         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47926         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47927         DT_FLAGS/DT_FLAGS_1 with zero flags.
47929         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47930         linker script munging.
47932 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47934         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47935         as 128-bit value.
47936         * crypt/sha512.c (sha512_process_block): Perform total addition using
47937         128-bit if possible.
47938         (__sha512_finish_ctx): Likewise.
47939         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47940         as 64-bit value.
47941         * crypt/sha256.c (SWAP64): Define.
47942         (sha256_process_block): Perform total addition using 64-bit if
47943         possible.
47944         (__sha256_finish_ctx): Likewise.
47946 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47948         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47949         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47950         * nscd/hstcache.c (cache_addhst): Likewise.
47951         * nscd/grpcache.c (cache_addgr): Likewise.
47952         * nscd/aicache.c (addhstaiX): Likewise
47953         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47955 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47957         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47958         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47959         * nscd/hstcache.c (cache_addhst): Likewise.
47960         * nscd/grpcache.c (cache_addgr): Likewise.
47961         * nscd/aicache.c (addhstaiX): Likewise
47963 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47965         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47966         domain only when needed.
47968 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47970         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47971         is always restored.
47973 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47975         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47976         are re-adding the entry.
47977         * nscd/servicescache.c (cache_addserv): Likewise.
47979 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47981         * sysdeps/generic/dl-irel.h: fix protection against multiple
47982         inclusions.
47983         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47985 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47987         [BZ #12935]
47988         * malloc/memusage.sh: Fix quoting in message.
47989         * debug/xtrace.sh: Likewise.
47991         * configure.in: Remove support for --experimental-malloc option, make
47992         it the default.
47993         * config.make.in: Likewise.
47994         * malloc/Makefile: Likewise.
47996 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47998         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47999         two-byte characters.
48001 2011-06-27  Roland McGrath  <roland@hack.frob.com>
48003         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48004         AC_CACHE_CHECK invocation.
48005         * configure: Regenerated.
48007         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48009 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
48011         [BZ #12350]
48012         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
48013         bit from old_res_options.
48015         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48017         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48018         value type for setfct.
48020 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
48022         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48023         __gettimeofday instead of gettimeofday.
48025 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
48027         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48029 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
48031         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48033         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48034         info.
48036 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48038         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48039         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48040         strcpy-sse2-unaligned strncpy-sse2-unaligned
48041         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48042         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48043         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48044         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48045         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48046         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48047         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48048         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48049         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48050         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48051         (STRCPY): Support SSE2 and SSSE3 versions.
48053 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48055         [BZ #12874]
48056         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48057         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48058         kernels which artificially limit size of requests.
48060 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48062         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48063         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48064         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48065         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48066         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48067         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48068         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48069         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48070         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48071         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48072         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48073         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48074         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48075         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48076         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48077         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48078         Enable unaligned load optimization for Intel Core i3, i5 and i7
48079         processors.
48080         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48081         Define.
48082         (index_Fast_Unaligned_Load): Define.
48083         (HAS_FAST_UNALIGNED_LOAD): Define.
48085 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48087         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48089 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48091         [BZ #12907]
48092         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48093         until it is clear that the information is realy needed.
48094         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48096 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48098         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48100 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48102         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48103         /sys/devices/system/cpu/online if it is usable.
48105         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48106         reading the information from the /proc filesystem to once a second.
48108 2011-06-21  Andreas Jaeger  <aj@suse.de>
48110         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48111         NULL after inclusion of kernel headers.
48113 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48115         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48116         calls to internal_setent.
48118         [BZ #12885]
48119         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48120         addresses using gethostbyname4_r ignore IPv4 addresses.
48122         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48123         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48125         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48127 2011-06-20  David S. Miller  <davem@davemloft.net>
48129         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48130         inclusions.
48131         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48133         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48134         (elf_irel): Use it.
48135         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48136         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48137         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48138         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48139         * sysdeps/x86_64/dl-irel.h: Likewise.
48141         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48142         * elf/dl-sym.c: Likewise.
48144 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48146         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48147         need to dereference resplen2.
48149 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48151         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48153 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48155         * Makeconfig: Define vardbdir and inst_vardbdir.
48156         * nss/Makefile: Add rules to install db-Makefile.
48158         * nss/nss_db/db-XXX.c: Cleanup.
48160         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48161         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48162         GLIBC_PRIVATE.
48163         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48164         * nss/makedb.c: Implement -g option to specify that value strings
48165         are generated and should not be added to table iterated over for
48166         get*ent calls.
48167         * nss/nss_db/db-initgroups.c: New file.
48169         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48170         interface.
48172         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48173         (internal_getgrouplist): Adjust to name change.
48174         Update use_initgroups_entry if this is not the first call.
48175         * nss/databases.def: Add initgroups entry.
48177         * nss/makedb.c (compute_tables): Check result of multiple hash table
48178         sizes to minimize maximum chain length.
48180 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48182         * Versions.def: Add entry for libnss_db.
48183         * shlib-versions: Likewise.
48184         * nss/Makefile: Add rules to build libnss_db.
48185         * nss/Versions: Add libnss_db information.  Organize libnss_files
48186         entries better.
48187         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48188         makedb progra.  Some minor improvements to generate smaller files.
48189         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48190         here from...
48191         * nss/makedb.c: ...here.
48192         Improve database format to be smaller and require less memory at
48193         runtime.
48194         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48195         db anymore.
48196         * nss/nss_db/db-netgrp.c: Likewise.
48197         * nss/nss_db/db-open.c: Likewise.
48198         * nss/nss_files/flies-XXX.x: Adjust comments.
48199         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48200         * nss/nss_files/files-grp.c: Likewise.
48201         * nss/nss_files/files-hosts.c: Likewise.
48202         * nss/nss_files/files-network.c: Likewise.
48203         * nss/nss_files/files-proto.c: Likewise.
48204         * nss/nss_files/files-pwd.c: Likewise.
48205         * nss/nss_files/files-rpc.c: Likewise.
48206         * nss/nss_files/files-service.c: Likewise.
48207         * nss/nss_files/files-sgrp.c: Likewise.
48208         * nss/nss_files/files-spwd.c: Likewise.
48209         * nss/nss_db/db-alias.c: Removed.
48210         * nss/nss_db/dummy-db.h: Removed.
48212 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48214         * nss/makedb.c: Rewritten to not use database library.
48215         * nss/Makefile: Update to build new makedb program.
48217 2011-06-14  Andreas Jaeger  <aj@suse.de>
48219         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48220         memset declaration.
48222 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48224         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48225         tmpbuf.
48227 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48229         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48230         * elf/Makefile ($(objpfx)ld.so): Likewise.
48232         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48233         Don't list ld.so twice in dependencies.
48235         * posix/bug-regex31.c: Include <stdlib.h>.
48237         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48239         * nis/nss_compat/compat-spwd.c
48240         (getspent_next_nss_netgr): Remove unused variable.
48241         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48243         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48244         nonmembers" output to use the right array.
48246         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48248         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48250         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48251         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48252         * catgets/gencat.c (read_input_file): Likewise.
48253         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48255         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48256         variable definition inside #if's controlling its use.
48258         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48260         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48262         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48264         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48265         unreachable code.
48267         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48269         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48270         * configure: Regenerated.
48272         * Makerules: Revert last change.
48273         * elf/Makefile: Likewise.
48275 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48277         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48278         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48279         (reloc-link): Likewise.
48281 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48283         * elf/Makefile: Add rules to build pldd.
48284         * elf/pldd.c: New file.
48285         * elf/pldd-xx.c: New file.
48287 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48289         * version.h: Update for 2.15 development version.
48291 2011-06-07  David S. Miller  <davem@davemloft.net>
48293         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48294         ifuncs.
48295         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48296         elf_machine_lazy_rel): Likewise.
48297         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48298         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48299         elf_machine_lazy_rel): Likewise.
48300         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48301         dl_hwcap via passed in argument.
48302         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48303         Likewise.
48305 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48307         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48309 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48311         [BZ #12849]
48312         * manual/fdl-1.1.texi: New file, verbatim from:
48313         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48314         * manual/lgpl-2.1.texi: New file, verbatim from:
48315         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48316         * manual/Makefile (licenses): New variable, list those new file names.
48317         (texis): Use it.
48318         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48320         * manual/fdl.texi: File removed.
48321         * manual/lesser.texi: File removed.
48322         * manual/libc.texinfo (Copying, Documentation License):
48323         Use new @include file names, put @appendix directive before @include.
48325 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48327         [BZ #12841]
48328         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48329         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48330         (mq_open): Add __NTH.
48332 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48334         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48335         Assume Intel Core i3/i5/i7 processor if AVX is available.
48337 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48339         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48340         typo.
48342 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48344         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48345         memory.  Use alloca_account.  Fix memory leak when retrying.
48347 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48349         * version.h (RELEASE): Bump for 2.14 release.
48350         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48352         * config.make.in (RANLIB): Remove entry.
48354 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48356         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48357         (libc.pot): Work around missing support for .ksh extension in xgettext.
48359         [BZ #12684]
48360         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48361         if both request failed.
48362         (send_dg): In case of server errors clear resplen or *resplen2.
48364         [BZ #12454]
48365         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48366         when there are multiple maps.
48367         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48368         (_dl_fini): Remove test here.
48370         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48372 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48374         [BZ #12350]
48375         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48376         bit from old_res_options.
48377         (gaih_inet): Likewise.
48379         [BZ #11099]
48380         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48381         as signed.
48383         * resolv/res_init.c (res_setoptions): Make the code more compact.
48385         [BZ #11558]
48386         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48387         set RES_USEVC.
48389         [BZ #11634]
48390         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48392         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48394         [BZ #11781]
48395         * malloc/malloc.h: Declare malloc hook variables as volatile.
48397         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48398         in last patch.
48400         [BZ #11799]
48401         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48402         raise in the comment.
48403         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48404         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48405         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48407 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48409         [BZ #12811]
48410         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48411         grow the buffers more if it already has to be sufficient.
48412         (build_wcs_upper_buffer): Likewise.
48413         * posix/regexec.c (check_matching): Likewise.
48414         (clean_state_log_if_needed): Likewise.
48415         (extend_buffers): Don't enlarge buffers beyond size of the input
48416         buffer.
48417         Patches mostly by Emil Wojak <emil@wojak.eu>.
48418         * posix/bug-regex32.c: New file.
48419         * posix/Makefile (tests): Add bug-regex32.
48421         * locale/findlocale.c (_nl_find_locale): Return right away if
48422         _nl_explode_name failed.
48423         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48425         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48427         * debug/xtrace.sh: Unify messages.
48428         * malloc/memusage.sh: Likewise.
48430         [BZ #12813]
48431         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48432         time symbol from vDSO.  Substitute with vsyscall if not available.
48433         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48434         __vdso_time.
48436         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48437         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48438         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48439         Add sendmmsg and internal_sendmmsg.
48440         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48441         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48442         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48444         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48445         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48446         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48448 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48450         [BZ #12813]
48451         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48452         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48453         available.
48454         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48455         __vdso_getcpu.
48457         [BZ #12814]
48458         * iconvdata/Makefile (tests): Add bug-iconv9.
48459         * iconvdata/bug-iconv9.c: New file.
48461 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48463         [BZ #12814]
48464         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48466 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48468         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48469         (struct user_regs_struct): Change intcs field back to cs.
48471 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48473         * po/ja.po: Update from translation team.
48475 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48477         [BZ #12795]
48478         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48479         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48481 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48483         * stdlib/longlong.h: Update from GCC.
48485 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48487         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48488         parameter name.
48489         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48490         Add parameter name.
48491         (__sysconf): Pass it down.
48493 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48495         [BZ #12671]
48496         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48497         some situations.
48498         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48499         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48500         add in in __libc_use_alloca calls.  Adjust callers.
48501         (glob): Use malloc in some situations.
48503         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48504         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48505         pltexit.
48507 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48509         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48510         and CLOCK_BOOTTIME_ALARM.
48512         [BZ #12782]
48513         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48514         is returned.
48516         * string/_strerror.c (__strerror_r): Print negative errors as signed
48517         numbers.
48519         [BZ #12777]
48520         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48521         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48522         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48524         * configure.in: Fix typo in redirection and correct removal of test
48525         files in two cases.
48527         [BZ #12788]
48528         * locale/setlocale.c (new_composite_name): Fix test to check for
48529         identical name of all categories.
48531         [BZ #12792]
48532         * libio/filedoalloc.c (local_isatty): New function.
48533         (_IO_file_doallocate): Use local_isatty.
48534         * stdio-common/perror.c (perror): In case a new stream is used
48535         forward the stream error.
48536         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48537         error flag.
48539 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48541         [BZ #11869]
48542         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48543         alloca.
48544         * include/alloca.h (extend_alloca_account): Define.
48546         [BZ #11857]
48547         * posix/regex.h: Fix comments with documentation of user-accessible
48548         fields after compilation and describe correct free'ing of pattern
48549         after re_compile_pattern.
48550         Patch by Reuben Thomas <rrt@sc3d.org>.
48552 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48554         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48555         and -mno-altivec to prevent the compiler from using Altivec and/or
48556         VSX instructions when the corresponding registers are not available.
48558 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48560         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48562 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48564         * libio/freopen.c (freopen): Use __dup2, not dup2.
48565         * libio/freopen64.c (freopen64): Likewise.
48567 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48569         [BZ #12775]
48570         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48571         * math/Makefile (tests): Add test-powl.
48572         (CFLAGS-test-powl.c): Define.
48573         * math/test-powl.c: New file.
48575 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48577         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48579 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48581         [BZ #11837]
48582         * iconvdata/gb18030.c: Update to GB18020-2005.
48584 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48586         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48587         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48588         Patch by Aharon Robbins <arnold@skeeve.com>.
48590         [BZ #11892]
48591         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48592         on the stack.
48594         [BZ #11895]
48595         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48596         through underflows.
48598         [BZ #12766]
48599         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48600         point to strings before performing equality test for error_one_per_line
48601         mode.
48603         [BZ #11697]
48604         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48606         [BZ #11820]
48607         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48608         (struct user_fpregs_struct): Avoid __uint*_t types.
48610         [BZ #6420]
48611         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48612         symbol info.  Use it instead of calling _dl_addr locally.
48613         (lock_and_info): New function.
48614         (tr_freehook): Call lock_and_info and pass symbol info as additional
48615         parameter to tr_where.
48616         (tr_mallochook): Likewise.
48617         (tr_reallochook): Likewise.
48618         (tr_memalignhook): Likewise.
48620         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48621         used and couldn't be at all thread-safe.
48623 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48625         * libio/freopen.c (freopen): Don't close old file descriptor
48626         before the new one is opened.  Instead dup the new file descriptor
48627         to the old one after the new stream is created.
48628         * libio/freopen64.c (freopen64): Likewise.
48629         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48630         * libio/fileops.c (_IO_new_file_close_it): Handle new
48631         _IO_FLAGS2_NOCLOSE flag.
48632         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48633         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48634         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48635         _IO_FLAGS2_NOCLOSE flag.
48636         * include/unistd.h: Add hidden_proto for dup3.
48637         Define __have_dup3.
48638         * io/dup3.c: Define hidden symbol.
48639         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48641         [BZ #7101]
48642         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48643         when an incomplete long option is used.
48644         * posix/tst-getopt_long1.c: New file.
48645         * posix/Makefile (tests): Add tst-getopt_long1.
48647         [BZ #10138]
48648         * scripts/config.guess: Update from autoconf-2.68.
48649         * scripts/config.sub: Likewise.
48651         [BZ #10157]
48652         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48653         tests into ...
48654         (has_cpuclock): ...this.  New function.
48655         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48656         macro here based on has_cpuclock code.
48658         [BZ #10149]
48659         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48660         First byte (not low byte) is now always NUL.
48661         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48663         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48664         Use non-cancelable interfaces.
48666         [BZ #9809]
48667         * locale/iso-639.def: Add entry for Sorani.
48669         [BZ #11901]
48670         * include/stdlib.h: Move include protection to the right place.
48671         Define abort_msg_s.  Declare __abort_msg with it.
48672         * stdlib/abort.c (__abort_msg): Adjust type.
48673         * assert/assert.c (__assert_fail_base): New function.  Majority
48674         of code from __assert_fail.  Allocate memory for __abort_msg with
48675         mmap.
48676         (__assert_fail): Now call __assert_fail_base.
48677         * assert/assert-perr.c: Remove bulk of implementation.  Use
48678         __assert_fail_base.
48679         * include/assert.hL Declare __assert_fail_base.
48680         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48681         mmap.
48682         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48684 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48686         [BZ #11952]
48687         [BZ #12453]
48688         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48689         until all modules are registered in the DTV.
48690         * elf/Makefile: Add rules to build and run tst-tls19.
48691         * elf/tst-tls19.c: New file.
48692         * elf/tst-tls19mod1.c: New file.
48693         * elf/tst-tls19mod2.c: New file.
48694         * elf/tst-tls19mod3.c: New file.
48695         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48697         [BZ #12083]
48698         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48699         correctly.
48701         [BZ #12601]
48702         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48703         two-byte sequence errors.
48704         * iconvdata/Makefile (tests): Add bug-iconv8.
48705         * iconvdata/bug-iconv8.c: New file.
48707         [BZ #12626]
48708         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48709         buf2 definition.
48711         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48713         [BZ #12432]
48714         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48715         (dummy_getcfa): New function.
48716         (init): Get _Unwind_GetCFA address, use dummy if not found.
48717         (backtrace_helper): In recursion check, also check whether CFA changes.
48718         (__backtrace): Completely initialize arg.
48720         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48721         storing incomplete byte sequence in state object.  Avoid testing for
48722         guaranteed too small input if we know there is enough data available.
48724 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48726         * Makeconfig (+link-pie): Indent.
48727         * Rules (binaries-pie): Define if $(have-fpie) and
48728         $(build-shared).
48729         (binaries-shared): Also filter out $(binaries-pie).
48730         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48731         * nscd/Makefile (others-pie): Add nscd.
48732         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48733         ($(objpfx)nscd): Remove command override.
48734         * login/Makefile (others-pie): Add pt_chown.
48735         ($(objpfx)pt_chown): Remove command override.
48736         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48737         remove command overrides.
48739 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48741         * libio/tst_putwc.c: Fix error messages.
48743         [BZ #12724]
48744         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48745         currently writing and seek to current position when not.
48746         * libio/Makefile (tests): Add bug-fclose1.
48747         * libio/bug-fclose1.c: New file.
48749 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48751         [BZ #12511]
48752         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48753         don't set DF_1_NODELETE here.
48754         (do_lookup_x): When entering new entry test for copy relocation
48755         and if necessary set DF_1_NODELETE flag.
48756         * elf/tst-unique4.cc: New file.
48757         * elf/tst-unique4.h: New file.
48758         * elf/tst-unique4lib.cc: New file.
48759         * elf/Makefile: Add rules to build and run tst-unique4.
48760         Patch by Piotr Bury <pbury@goahead.com>.
48762 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48764         [BZ #12052]
48765         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48767         [BZ #12625]
48768         * misc/mntent_r.c (addmntent): Flush the stream after the output
48770         [BZ #12393]
48771         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48772         (is_trusted_path_normalize): Skip initial colon.  Append slash
48773         to empty buffer.  Duplicate is_trusted_path code but allow
48774         constructed patch to be prefix.
48775         (is_dst): Allow $ORIGIN followed by /.
48776         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48777         Correct testing of result of is_trusted_path_normalize
48778         (decompose_rpath): Fix warning.
48780 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48782         [BZ #11257]
48783         * grp/initgroups.c (internal_getgrouplist): When we found the service
48784         list through the initgroups entry in nsswitch.conf do not always
48785         continue on a successful lookup.  Don't always use the
48786         __nss_group_database value if it is set.
48787         * nss/nsswitch.conf (initgroups): Change action for successful db
48788         lookup to continue for compatibility.
48790 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48792         [BZ #11532]
48793         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48794         and CP774 modules.
48795         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48796         and CP774 modules.
48797         * iconvdata/tst-tables.sh: Likewise.
48798         * iconvdata/cp770.c: New file.
48799         * iconvdata/cp771.c: New file.
48800         * iconvdata/cp772.c: New file.
48801         * iconvdata/cp773.c: New file.
48802         * iconvdata/cp774.c: New file.
48803         * iconvdata/testdata/CP770: New file.
48804         * iconvdata/testdata/CP770..UTF8: New file.
48805         * iconvdata/testdata/CP771: New file.
48806         * iconvdata/testdata/CP771..UTF8: New file.
48807         * iconvdata/testdata/CP772: New file.
48808         * iconvdata/testdata/CP772..UTF8: New file.
48809         * iconvdata/testdata/CP773: New file.
48810         * iconvdata/testdata/CP773..UTF8: New file.
48811         * iconvdata/testdata/CP774: New file.
48812         * iconvdata/testdata/CP774..UTF8: New file.
48814         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48815         END CHARMAP line.
48816         * iconvdata/gen-8bit-gap.sh: Likewise.
48817         * iconvdata/gen-8bit.sh: Likewise.
48819         * locale/iso-639.def: Add ary entry.
48821         [BZ #11258]
48822         * locale/C-translit.h.in: Add U20A1 transliteration.
48824         [BZ #12178]
48825         * locale/iso-639.def: Add wae entry.
48826         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48828         [BZ #12545]
48829         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48830         for n.
48832         [BZ #12711]
48833         * locale/C-translit.h.in: Add entry for U20B9.
48834         Patch by pravin.d.s@gmail.com.
48836 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48838         [BZ #12713]
48839         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48840         ENAMETOOLONG use generic getcwd.
48841         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48842         in rtld.  Use *stat64.
48843         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48844         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48845         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48846         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48847         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48848         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48849         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48850         __fstatat64 macros.
48851         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48852         * dirent/rewinddir.c: Add libc_hidden_def.
48853         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48854         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48856         * include/dirent.h (__alloc_dir): Add flags parameter.
48857         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48858         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48859         __alloc_dir.
48860         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48861         from fdopendir if O_CLOEXEC is already set.
48863 2011-03-15  Alan Modra  <amodra@gmail.com>
48865         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48866         l_tls_firstbyte_offset non-zero.  Save padding offset in
48867         l_tls_firstbyte_offset for later use.
48868         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48869         freeing static tls block.
48871 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48873         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48874         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48875         being defined by the kernel headers.
48877 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48879         [BZ #12734]
48880         * resolv/resolv.h: Define RES_NOTLDQUERY.
48881         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48882         no-tld-query and set RES_NOTLDQUERY.
48883         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48884         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48885         modern BIND to search name as TLD unless forbidden.
48887 2011-05-07  Petr Baudis  <pasky@suse.cz>
48888             Ulrich Drepper  <drepper@gmail.com>
48890         [BZ #12393]
48891         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48892         (is_trusted_path): ...to here.
48893         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48894         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48895         using is_trusted_path_normalize() in setuid scripts.
48897 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48899         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48900         __BEGIN/__END_DECLS.
48902 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48904         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48905         NSS_STATUS_NOTFOUND if no record was found.
48907 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48909         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48910         (headers-not-in-tirpc): Remove rpc/netdb.h
48911         * resolv/netdb.h: Revert last change.
48913 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48915         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48916         circular dependency between libgcc.a and libc.a.
48918 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48920         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48921         * nis/Makefile: Don't install rpcsvc/*.
48922         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48923         instead of <rpc/types.h>.
48924         (MAXHOSTNAMELEN): Define.
48926 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48928         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48930 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48932         [BZ #12714]
48933         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48934         gethostbyname4_r when IPv6 results are possible.
48936 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48938         [BZ #12723]
48939         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48940         _PC_PIPE_BUF handling.
48942 2011-04-30  Bruno Haible  <bruno@clisp.org>
48944         [BZ #12717]
48945         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48946         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48947         to 'int'.
48948         * inet/getnameinfo.c (getnameinfo): Likewise.
48950 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48952         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48953         to groups setting in database lookup.
48954         * nss/nsswitch.conf: Add initgroups entry.
48956 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48958         [BZ #12685]
48959         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48960         mode string.
48961         Patch by Eric Blake <eblake@redhat.com>.
48963 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48965         * sunrpc/Makefile (need-export-routines): Add svc_run.
48966         (routines): Remove svc_run.
48967         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48968         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48969         * sunrpc/svc_run.c (svc_run): Likewise.
48970         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48972 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48974         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48975         problem in reallocation in last patch.
48977 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48979         * sunrpc/Makefile: Move inclusion of Rules.
48981 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48983         * nss/nss_files/files-initgroups.c: New file.
48984         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48985         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48986         _nss_files_initgroups_dyn.
48988 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48990         * elf/elf.h (R_ARM_IRELATIVE): Define.
48992 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48994         * po/ru.po: Update from translation team.
48996 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48998         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48999         dependencies.
49001 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
49003         [BZ #12653]
49004         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49005         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49006         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49007         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49008         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49010 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
49012         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49013         differing bytes.
49014         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49015         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49016         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49018 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49020         [BZ #12420]
49021         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49022         storing it.
49023         * stdlib/bug-getcontext.c: New file.
49024         * stdlib/Makefile: Add rules to build and run bug-getcontext.
49026 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49028         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49029         instructions into .machine "z9-109".
49030         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49031         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49033 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49035         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49036         between environment variables and auxiliary vector.
49038 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
49040         * Makefile: Add rules to build linkobj/libc.so.
49041         * include/libc-symbols.h: Define libc_hidden_nolink.
49042         * include/rpc/auth.h: Mark functions which are to be hidden.
49043         * include/rpc/auth_des.h: Likewise.
49044         * include/rpc/auth_unix.h: Likewise.
49045         * include/rpc/clnt.h: Likewise.
49046         * include/rpc/des_crypt.h: Likewise.
49047         * include/rpc/key_prot.h: Likewise.
49048         * include/rpc/pmap_clnt.h: Likewise.
49049         * include/rpc/pmap_prot.h: Likewise.
49050         * include/rpc/pmap_rmt.h: Likewise.
49051         * include/rpc/rpc_msg.h: Likewise.
49052         * include/rpc/svc.h: Likewise.
49053         * include/rpc/svc_auth.h: Likewise.
49054         * include/rpc/xdr.h: Likewise.
49055         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49056         * nss/Makefile: Likewise.
49057         * sunrpc/Makefile: Don't install headers.  Build library with normal
49058         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49059         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49060         for the compat linking library.  Remove use of INTDEF/INTUSE.
49061         * sunrpc/auth_none.c: Likewise.
49062         * sunrpc/auth_unix.c: Likewise.
49063         * sunrpc/authdes_prot.c: Likewise.
49064         * sunrpc/authuxprot.c: Likewise.
49065         * sunrpc/clnt_gen.c: Likewise.
49066         * sunrpc/clnt_perr.c: Likewise.
49067         * sunrpc/clnt_raw.c: Likewise.
49068         * sunrpc/clnt_simp.c: Likewise.
49069         * sunrpc/clnt_tcp.c: Likewise.
49070         * sunrpc/clnt_udp.c: Likewise.
49071         * sunrpc/clnt_unix.c: Likewise.
49072         * sunrpc/des_crypt.c: Likewise.
49073         * sunrpc/des_soft.c: Likewise.
49074         * sunrpc/get_myaddr.c: Likewise.
49075         * sunrpc/key_call.c: Likewise.
49076         * sunrpc/key_prot.c: Likewise.
49077         * sunrpc/netname.c: Likewise.
49078         * sunrpc/pm_getmaps.c: Likewise.
49079         * sunrpc/pm_getport.c: Likewise.
49080         * sunrpc/pmap_clnt.c: Likewise.
49081         * sunrpc/pmap_prot.c: Likewise.
49082         * sunrpc/pmap_prot2.c: Likewise.
49083         * sunrpc/pmap_rmt.c: Likewise.
49084         * sunrpc/publickey.c: Likewise.
49085         * sunrpc/rpc_cmsg.c: Likewise.
49086         * sunrpc/rpc_common.c: Likewise.
49087         * sunrpc/rpc_dtable.c: Likewise.
49088         * sunrpc/rpc_prot.c: Likewise.
49089         * sunrpc/rpc_thread.c: Likewise.
49090         * sunrpc/rtime.c: Likewise.
49091         * sunrpc/svc.c: Likewise.
49092         * sunrpc/svc_auth.c: Likewise.
49093         * sunrpc/svc_authux.c: Likewise.
49094         * sunrpc/svc_raw.c: Likewise.
49095         * sunrpc/svc_run.c: Likewise.
49096         * sunrpc/svc_simple.c: Likewise.
49097         * sunrpc/svc_tcp.c: Likewise.
49098         * sunrpc/svc_udp.c: Likewise.
49099         * sunrpc/svc_unix.c: Likewise.
49100         * sunrpc/svcauth_des.c: Likewise.
49101         * sunrpc/xcrypt.c: Likewise.
49102         * sunrpc/xdr.c: Likewise.
49103         * sunrpc/xdr_array.c: Likewise.
49104         * sunrpc/xdr_float.c: Likewise.
49105         * sunrpc/xdr_intXX_t.c: Likewise.
49106         * sunrpc/xdr_mem.c: Likewise.
49107         * sunrpc/xdr_rec.c: Likewise.
49108         * sunrpc/xdr_ref.c: Likewise.
49109         * sunrpc/xdr_sizeof.c: Likewise.
49110         * sunrpc/xdr_stdio.c: Likewise.
49112 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49114         [BZ #12650]
49115         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49116         * sysdeps/ia64/dl-tls.h: Likewise.
49117         * sysdeps/powerpc/dl-tls.h: Likewise.
49118         * sysdeps/s390/dl-tls.h: Likewise.
49119         * sysdeps/sh/dl-tls.h: Likewise.
49120         * sysdeps/sparc/dl-tls.h: Likewise.
49121         * sysdeps/x86_64/dl-tls.h: Likewise.
49122         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49124 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49126         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49127         rpath element also skip the following colon.
49128         (expand_dynamic_string_token): Add is_path parameter and pass
49129         down to DL_DST_REQUIRED and _dl_dst_substitute.
49130         (decompose_rpath): Call expand_dynamic_string_token with
49131         non-zero is_path.  Ignore empty rpaths.
49132         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49133         with zero is_path.
49135 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49138         Make cancelable.
49140 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49142         [BZ #12655]
49143         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49144         Patch by Filipe David Manana <fdmanana@apache.org>.
49146 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49148         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49149         Maintain aligned stack.
49150         (CHECK_RSP): Remove unused macro.
49152 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49154         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49155         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49157 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49159         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49161         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49163 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49165         [BZ #12518]
49166         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49167         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49168         * sysdeps/x86_64/memmove.c: New file.
49169         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49170         (memcpy): Renamed to ...
49171         (__new_memcpy): This.
49172         (memcpy): Provide GLIBC_2_14 memcpy.
49173         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49174         (memcpy): Provide GLIBC_2_2_5 memcpy.
49176 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49178         [BZ #12631]
49179         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49181 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49183         * misc/syncfs.c: New file.
49184         * misc/Makefile (routines): Add syncfs.
49185         * posix/unistd.h: Declare syncfs.
49186         * sysdeps/unix/syscalls.list: Add syncfs.
49188 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49190         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49191         open_by_handle_at.
49192         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49193         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49194         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49195         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49196         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49197         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49198         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49200 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49202         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49203         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49204         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49205         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49206         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49207         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49208         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49210         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49211         sync_file_range.c with -fexceptions.
49212         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49213         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49214         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49215         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49216         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49217         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49218         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49219         sync_file_range as cancellation point
49220         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49221         now a wrapper around __call_sync_file_range with cancellation handling.
49222         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49223         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49224         function name to __call_sync_file_range.
49225         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49226         Add call_sync_file_range.
49228 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49230         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49231         bits/timex.h.
49233 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49235         * iconv/iconv.h: Fix typo in comment.
49236         * io/fcntl.h: Likewise.
49237         * libio/stdio.h: Likewise.
49238         * posix/spawn.h: Likewise.
49239         * posix/unistd.h: Likewise.
49240         * stdlib/stdlib.h: Likewise.
49241         * time/time.h: Likewise.
49242         * wcsmbs/wchar.h: Likewise.
49244         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49245         open_by_handle): Add.
49246         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49247         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49248         Augment a few comments.
49249         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49250         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49251         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49252         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49253         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49254         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49255         open_by_handle.
49257         * io/fcntl.h (AT_EMPTY_PATH): Define.
49259 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49261         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49262         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49263         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49264         to...
49265         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49266         * Versions.def: Add GLIBC_2.14.
49267         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49268         Export.
49270 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49272         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49273         round counter.
49274         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49276 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49278         [BZ #12597]
49279         * string/test-strncmp.c (do_page_test): New function.
49280         (check2): Likewise.
49281         (test_main): Call check2.
49282         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49284 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49286         [BZ #12587]
49287         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49288         Handle cache information in CPU leaf 4.
49289         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49291 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49293         [BZ #12583]
49294         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49295         character representation.
49296         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49298 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49300         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49301         END(__isnan) to END(__isnanf) to match function entry point/label
49302         EALIGN(__isnanf,...).
49304 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49306         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49308 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49310         [BZ #12510]
49311         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49312         copy from the symbol referenced in the relocation to initialize the
49313         used variable.
49314         Patch by Piotr Bury <pbury@goahead.com>.
49315         * elf/Makefile: Add rules to build and tst-unique3.
49316         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49317         * elf/tst-unique3.cc: New file.
49318         * elf/tst-unique3.h: New file.
49319         * elf/tst-unique3lib.cc: New file.
49320         * elf/tst-unique3lib2.cc: New file.
49322         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49324 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49326         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49327         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49328         to _start.
49330 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49332         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49333         to-be-loaded object along a path to loader is ld.so.
49335 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49336             Ulrich Drepper  <drepper@gmail.com>
49338         * sysdeps/x86_64/memset.S: After aligning destination, code
49339         branches to different locations depending on the value of
49340         misalignment, when multiarch is enabled. Fix this.
49342 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49344         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49345         Set _x86_64_preferred_memory_instruction for AMD processsors.
49346         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49347         Set bit_Prefer_SSE_for_memop for AMD processors.
49349 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49351         * libio/fmemopen.c (fmemopen): Optimize a bit.
49353 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49355         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49357 2011-03-03  Roland McGrath  <roland@redhat.com>
49359         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49361 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49363         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49364         __bzero_ultra1 instead of __memset_ultra1.
49366 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49367             Ulrich Drepper  <drepper@gmail.com>
49369         [BZ #12509]
49370         * include/link.h (struct link_map): Add l_orig_initfini.
49371         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49372         returning unsuccessfully.
49373         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49374         close of a file loaded at startup, restore the original l_initfini
49375         list.
49376         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49377         list, store the pointer.
49378         * elf/Makefile ($(objpfx)noload-mem): New rule.
49379         (noload-ENV): Define.
49380         (tests): Add $(objpfx)noload-mem.
49381         * elf/noload.c: Include <memcheck.h>.
49382         (main): Call mtrace.  Close all opened handles.
49384 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49386         [BZ #12454]
49387         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49388         dependencies are missing.
49390 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49392         Fix __if_freereq crash: Unlike the generic version which uses free,
49393         Hurd needs munmap.
49394         * sysdeps/mach/hurd/ifreq.h: New file.
49396 2011-01-27  Petr Baudis  <pasky@suse.cz>
49397             Ulrich Drepper  <drepper@gmail.com>
49399         [BZ 12445]#
49400         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49401         to extend_alloca().
49402         * stdio-common/bug23.c: New file.
49403         * stdio-common/Makefile (tests): Add bug23.
49405 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49406             Ulrich Drepper  <drepper@gmail.com>
49408         [BZ #12489]
49409         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49410         before performing relro protection.  At old place add assertion
49411         to make sure nothing changed.
49413 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49414             Glauber de Oliveira Costa  <glommer@gmail.com>
49416         * elf/elf.h: Add new ARM TLS relocs.
49418 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49421         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49422         cast from r3.
49423         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49424         'tests' variable.
49425         * sysdeps/wordsize-64/tst-writev.c: New file.
49427 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49429         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49430         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49431         insns in _dl_start to prevent a TOC reference before relocs are
49432         resolved.
49434 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49436         [BZ #12469]
49437         * Makeconfig: Remove RANLIB definition.
49438         * Makerules: Don't use RANLIB.
49439         * aclocal.m4: Remove ranlib test.
49440         * configure.in: No need to check for ranlib.
49441         * elf/rtld-Rules: Don't use RANLIB.
49443 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49445         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49446         protection macro.
49447         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49448         inclusion protection macro.
49450         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49451         SIGRTMIN and SIGRTMAX and print information in that case only when
49452         SIGRTMIN is defined.
49454 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49456         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49457         arginfo fn returning -1.
49459         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49460         and thousands string is zero terminated.
49462 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49464         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49465         sysdeps/unix/sysv/linux/bits/socket.h.
49467 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49469         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49470         (__CPU_COUNT): Remove old macros.
49471         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49472         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49473         (__CPU_ALLOC, __CPU_FREE): Add macros.
49474         (__sched_cpualloc, __sched_cpufree): Add declarations.
49476 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49478         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49479         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49480         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49481         (readdhstai): Return value of addhstaiX call.
49482         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49483         (addgrbyX): Return value returned by cache_addgr.
49484         (readdgrbyname): Return value returned by addgrbyX.
49485         (readdgrbygid): Likewise.
49486         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49487         (addpwbyX): Return value returned by cache_addpw.
49488         (readdpwbyname): Return value returned by addhstbyX.
49489         (readdpwbyuid): Likewise.
49490         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49491         (addservbyX): Return value returned by cache_addserv.
49492         (readdservbyname): Return value returned by addservbyX:
49493         (readdservbyport): Likewise.
49494         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49495         (addhstbyX): Return value returned by cache_addhst.
49496         (readdhstbyname): Return value returned by addhstbyX.
49497         (readdhstbyaddr): Likewise.
49498         (readdhstbynamev6): Likewise.
49499         (readdhstbyaddrv6): Likewise.
49500         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49501         (readdinitgroups): Return value returned by addinitgroupsX.
49502         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49503         (prune_cache): Keep track of timeout value of re-added entries.
49504         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49505         * nscd/nscd.h: Adjust prototypes of readd* functions.
49507 2011-02-04  Roland McGrath  <roland@redhat.com>
49509         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49510         (nis_stats): Likewise.
49511         * nis/nis_modify.c (nis_modify): Likewise.
49512         * nis/nis_remove.c (nis_remove): Likewise.
49513         * nis/nis_add.c (nis_add): Likewise.
49515         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49517         * posix/fnmatch_loop.c: Add some consts.
49519         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49521 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49523         [BZ #12460]
49524         * config.make.in (config-cflags-novzeroupper): Define.
49525         * configure.in: Substitute libc_cv_cc_novzeroupper.
49526         * elf/Makefile (AVX-CFLAGS): Define.
49527         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49528         (CFLAGS-tst-auditmod4a.c): Likewise.
49529         (CFLAGS-tst-auditmod4b.c): Likewise.
49530         (CFLAGS-tst-auditmod6b.c): Likewise.
49531         (CFLAGS-tst-auditmod6c.c): Likewise.
49532         (CFLAGS-tst-auditmod7b.c): Likewise.
49533         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49535 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49537         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49538         function to the callback.
49539         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49541 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49543         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49544         of errno.
49546 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49548         [BZ #11724]
49549         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49550         of constructors.
49551         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49552         of destructors.
49553         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49555         [BZ #11724]
49556         * elf/Makefile: Add rules to build and run new test.
49557         * elf/tst-initorder.c: New file.
49558         * elf/tst-initorder.exp: New file.
49559         * elf/tst-initordera1.c: New file.
49560         * elf/tst-initordera2.c: New file.
49561         * elf/tst-initordera3.c: New file.
49562         * elf/tst-initordera4.c: New file.
49563         * elf/tst-initorderb1.c: New file.
49564         * elf/tst-initorderb2.c: New file.
49565         * elf/tst-order-a1.c: New file.
49566         * elf/tst-order-a2.c: New file.
49567         * elf/tst-order-a3.c: New file.
49568         * elf/tst-order-a4.c: New file.
49569         * elf/tst-order-b1.c: New file.
49570         * elf/tst-order-b2.c: New file.
49571         * elf/tst-order-main.c: New file.
49572         New test case by George Gensure <werkt0@gmail.com>.
49574 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49576         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49577         decoding ACE if AI_CANONIDN.
49579 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49581         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49583 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49585         * version.h (RELEASE): Bump for 2.13 release.
49586         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49588         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49590         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49591         MADV_NOHUGEPAGE.
49592         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49593         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49594         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49595         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49596         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49597         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49599         * posix/getconf.c: Update copyright year.
49600         * catgets/gencat.c: Likewise.
49601         * csu/version.c: Likewise.
49602         * debug/catchsegv.sh: Likewise.
49603         * debug/xtrace.sh: Likewise.
49604         * elf/ldconfig.c: Likewise.
49605         * elf/ldd.bash.in: Likewise.
49606         * elf/sprof.c (print_version): Likewise.
49607         * iconv/iconv_prog.c: Likewise.
49608         * iconv/iconvconfig.c: Likewise.
49609         * locale/programs/locale.c: Likewise.
49610         * locale/programs/localedef.c: Likewise.
49611         * malloc/memusage.sh: Likewise.
49612         * malloc/mtrace.pl: Likewise.
49613         * nscd/nscd.c (print_version): Likewise.
49614         * nss/getent.c: Likewise.
49616         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49617         PF_CAIF, and PF_ALG.
49618         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49620 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49622         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49623         (modules-names): Use them.
49624         (ifunc-test-modules, ifunc-pie-tests): Define.
49625         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49626         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49627         (test-extras): Likewise.
49628         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49629         $(compile-command.c).
49630         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49631         (all-built-dso): Define.
49632         (check-textrel.out, check-execstack.out): Depend on it.
49634         * configure.in: Don't override --enable-multi-arch.
49636 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49638         [BZ #6812]
49639         * nscd/hstcache.c (tryagain): Define.
49640         (cache_addhst): Return tryagain not notfound for temporary errors.
49641         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49642         failed.
49644 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49646         [BZ #10563]
49647         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49648         to make the syscall.
49649         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49651         [BZ #12378]
49652         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49653         and fall back to matching as normal character if the string ends before
49654         the matching ']' is found.  This is what POSIX requires.
49655         * posix/testfnm.c: Adjust test result.
49656         * posix/globtest.sh: Adjust test result.  Add new test.
49657         * posix/tst-fnmatch.input: Likewise.
49658         * posix/tst-fnmatch2.c: Add new test.
49660 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49662         * elf/Makefile (check-execstack): Revert last change.  Depend on
49663         check-execstack.h.
49664         (check-execstack.h): New target.
49665         (generated): Add check-execstack.h.
49666         * elf/check-execstack.c: Include "check-execstack.h".
49667         (main): Revert last change.
49668         (handle_file): Return zero if GNU_STACK is absent and
49669         DEFAULT_STACK_PERMS doesn't include PF_X.
49671 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49673         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49674         in child fails because the descriptor is already closed.
49675         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49676         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49677         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49679         [BZ #12397]
49680         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49681         syscall.
49683         [BZ #10484]
49684         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49685         temporary buffer used to handle multi lookups locally.
49686         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49688 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49690         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49691         loader is ld.so.
49693 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49695         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49696         alignment for SSE2.
49698 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49700         [BZ #12394]
49701         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49702         characters.  When rounding increased number of integer digits recompute
49703         number of groups.
49704         * stdio-common/tst-grouping.c: New file.
49705         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49707 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49709         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49710         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49712         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49713         void.
49714         * bits/select.h: Likewise.
49716 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49718         * po/ja.po: Update from translation team.
49720 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49722         [BZ #11155]
49723         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49724         implementation just like for lxstat, fxstatat, et al.
49726 2010-12-27  Jim Meyering  <meyering@redhat.com>
49728         [BZ #12348]
49729         * posix/regexec.c (build_trtable): Return failure indication upon
49730         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49732 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49734         [BZ #12201]
49735         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49736         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49737         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49738         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49740         [BZ #12207]
49741         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49743         [BZ #12204]
49744         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49745         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49747 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49749         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49750         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49751         script has SORT_BY_INIT_PRIORITY.
49752         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49753         NO_CTORS_DTORS_SECTIONS is defined.
49754         * elf/soinit.c: Likewise.
49755         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49756         NO_CTORS_DTORS_SECTIONS is defined.
49757         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49758         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49759         * sysdeps/sh/init-first.c: Likewise.
49760         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49762 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49764         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49765         always use the slow path.
49767 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49769         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49770         similar rule which adds the sysdep directories to the header search in
49771         order to pick up the correct platform stackinfo.h.
49772         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49773         perform test if it is, otherwise return successfully without testing.
49774         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49775         DEFAULT_STACK_PERMS define in stackinfo.h.
49776         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49777         defined in stackinfo.h.
49778         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49779         DEFAULT_STACK_PERMS defined in stackinfo.h.
49780         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49781         * sysdeps/ia64/stackinfo.h: Likewise.
49782         * sysdeps/s390/stackinfo.h: Likewise.
49783         * sysdeps/sh/stackinfo.h: Likewise.
49784         * sysdeps/sparc/stackinfo.h: Likewise.
49785         * sysdeps/x86_64/stackinfo.h: Likewise.
49786         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49787         PF_X for powerpc64.  Retain PF_X for powerpc32.
49789 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49791         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49792         accurately.
49793         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49794         GETDENTS_64BIT_ALIGNED.
49796 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49798         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49800 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49802         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49803         _GNU_SOURCE.
49805         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49806         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49807         Remove __restrict.
49808         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49809         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49811 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49813         [BZ #11655]
49814         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49815         are initialized.
49817 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49819         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49821 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49823         * po/it.po: Update from translation team.
49825 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49827         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49828         unused codes.
49830 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49832         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49834 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49836         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49837         specially.
49838         (gaih_getanswer_slice): Likewise.
49840 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49842         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49844 2010-05-31  Petr Baudis  <pasky@suse.cz>
49846         [BZ #11149]
49847         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49848         silently even in the chroot mode.
49850 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49852         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49853         last patch a bit.  Pretty printing
49855 2010-05-31  Petr Baudis <pasky@suse.cz>
49857         [BZ #10085]
49858         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49859         initialization of skip_initgroups_dyn.
49861 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49863         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49864         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49866 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49868         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49870 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49872         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49873         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49874         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49875         ($(objpfx)tst-fnmatch-mem): New rule.
49876         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49877         * posix/tst-fnmatch.c (main): Call mtrace.
49879 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49881         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49882         Support Intel processor model 6 and model 0x2c.
49884 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49886         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49887           signed comparison.
49889 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49891         [BZ #12205]
49892         * string/test-strncasecmp.c (check_result): New function.
49893         (do_one_test): Use it.
49894         (check1): New function.
49895         (test_main): Use it.
49896         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49897         Support strcasecmp and strncasecmp.
49899 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49901         [BZ #12194]
49902         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49903         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49905 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49907         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49908         IFUNC support.
49909         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49910         memset-x86-64.
49911         * sysdeps/x86_64/multiarch/bzero.S: New file.
49912         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49913         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49914         * sysdeps/x86_64/multiarch/memset.S: New file.
49915         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49916         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49917         Set bit_Prefer_SSE_for_memop for Intel processors.
49918         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49919         Define.
49920         (index_Prefer_SSE_for_memop): Define.
49921         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49923 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49925         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49926         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49928 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49930         [BZ #12191]
49931         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49932         (__x86_64_raw_data_cache_size_half): Likewise.
49933         (__x86_64_raw_shared_cache_size): Likewise.
49934         (__x86_64_raw_shared_cache_size_half): Likewise.
49936         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49937         (__x86_64_raw_data_cache_size_half): Likewise.
49938         (__x86_64_raw_shared_cache_size): Likewise.
49939         (__x86_64_raw_shared_cache_size_half): Likewise.
49940         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49941         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49942         and __x86_64_raw_shared_cache_size_half.  Round
49943         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49944         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49945         to multiple of 256 bytes.
49947 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49949         [BZ #12167]
49950         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49951         of inacessible symlinks.  Verify result of symlink before returning it.
49952         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49953         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49955 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49957         * math/math.h (isinf): Fix typo in comment.
49959 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49961         * po/da.po: Update from translation team.
49963 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49965         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49966         is added to the list.
49968 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49969             Ulrich Drepper  <drepper@gmail.com>
49971         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49972         the global list here.  Move code to...
49973         (_dl_add_to_namespace_list): ...here.  New function.
49974         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49975         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49976         * elf/dl-load.c (lose): Don't remove the element from the list.
49977         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49978         (_dl_map_object): Likewise.
49980 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49982         [BZ #12159]
49983         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49984         into all bytes of SSE register.
49985         Patch by Richard Li <richardpku@gmail.com>.
49987 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49989         [BZ #12140]
49990         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49991         perturbing.
49993 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49995         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49996         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49997         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49998         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50000         submachine.
50001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50003 2010-10-22  Andreas Schwab  <schwab@redhat.com>
50005         * include/dlfcn.h (__RTLD_SECURE): Define.
50006         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
50007         mode & __RTLD_SECURE instead.
50008         (open_path): Rename preloaded parameter to secure.
50009         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50010         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50011         * elf/dl-deps.c (openaux): Likewise.
50012         * elf/rtld.c (struct map_args): Remove is_preloaded.
50013         (map_doit): Don't use it.
50014         (dl_main): Likewise.
50015         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50016         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50018 2010-09-09  Andreas Schwab  <schwab@redhat.com>
50020         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50021         (sysd-rules-targets): Remove duplicates.
50022         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50023         rtld-%.$o dependency.
50025 2010-10-18  Andreas Schwab  <schwab@redhat.com>
50027         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50028         _dl_map_object do it.
50030 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
50032         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50033         fast fma builtins, define the macros in the C99 standard.
50034         (FP_FAST_FMAF): Likewise.
50035         (FP_FAST_FMAL): Likewise.
50036         * sysdeps/x86_64/bits/mathdef.h: Likewise.
50038         * bits/mathdef.h: Update copyright year.
50039         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50041 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
50043         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50044         builtins, define the macros in the C99 standard.
50045         (FP_FAST_FMAF): Likewise.
50046         (FP_FAST_FMAL): Likewise.
50047         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50048         multiply/add.
50049         (FP_FAST_FMAF): Likewise.
50051 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
50053         [BZ #3268]
50054         * math/libm-test.inc (fma_test): Some new testcases.
50055         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50056         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50057         y and infinite z.  Do multiplication by C already in long double.
50058         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50059         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50060         y and infinite z.  Do bitwise or of inexact bit into u.d.
50061         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50062         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50063         * sysdeps/i386/fpu/s_fma.S: Removed.
50064         * sysdeps/i386/fpu/s_fmal.S: Removed.
50066 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50068         [BZ #3268]
50069         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50070         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50071         computation is not scheduled after fetestexcept.  Fix value
50072         of minimum denormal long double.
50074 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50076         [BZ #3268]
50077         * math/libm-test.inc (fma_test): Add some more tests.
50078         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50079         correctly.
50081 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50083         * scripts/data/localplt-s390-linux-gnu.data: New file.
50084         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50086 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50088         [BZ #3268]
50089         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50090         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50091         instead of dbl-64.
50092         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50093         inlines.
50094         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50095         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50096         if one of x and y is very large and the other is subnormal.
50097         * sysdeps/s390/fpu/s_fmaf.c: New file.
50098         * sysdeps/s390/fpu/s_fma.c: New file.
50099         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50100         * sysdeps/powerpc/fpu/s_fma.S: New file.
50101         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50102         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50103         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50105 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50107         [BZ #3268]
50108         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50109         fma tests.
50110         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50111         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50112         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50113         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50114         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50115         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50116         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50118 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50120         [BZ #12078]
50121         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50122         * posix/bug-regex31.input: Add test case.
50124 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50126         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50127         * posix/bug-regex31.input: New file.
50129         [BZ #12078]
50130         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50131         (parse_sub_exp): Fix last change, use postorder.
50133         * posix/bug-regex31.c: New file.
50134         * posix/Makefile: Add rules to build and run bug-regex31.
50136         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50138         [BZ #12078]
50139         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50141         [BZ #12108]
50142         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50143         to have entries in sys_siglist.
50145         [BZ #12093]
50146         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50147         be NULL.
50149 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50151         [BZ #3268]
50152         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50153         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50154         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50155         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50156         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50157         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50158         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50159         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50160         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50161         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50162         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50163         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50164         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50165         * math/ftestexcept.c (fetestexcept): Likewise.
50166         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50167         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50168         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50169         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50170         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50171         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50172         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50174 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50176         [BZ #12107]
50177         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50178         newline.
50180 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50182         * string/bug-strstr1.c: New file.
50183         * string/Makefile: Add rules to build and run bug-strstr1.
50185 2010-10-05  Eric Blake  <eblake@redhat.com>
50187         [BZ #12092]
50188         * string/str-two-way.h (two_way_long_needle): Always clear memory
50189         when skipping input due to the shift table.
50191 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50193         [BZ #12005]
50194         * malloc/mcheck.c: Handle large requests.
50196         [BZ #12077]
50197         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50198         for strncmp and strncasecmp.
50199         * string/stratcliff.c: Add tests for strcmp and strncmp.
50200         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50202 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50204         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50205         __set_fpscr.
50207 2010-09-30  Andreas Jaeger  <aj@suse.de>
50209         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50210         (CGROUP_SUPER_MAGIC): Define.
50211         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50212         Handle btrfs and cgroup file systems.
50213         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50214         Likewise.
50216 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50218         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50219         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50221 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50223         [BZ #12067]
50224         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50225         trying to locate the ELF header.
50227 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50229         [BZ #11611]
50230         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50231         Mask out sign-bit copies when constructing f_fsid.
50233 2010-09-24  Petr Baudis <pasky@suse.cz>
50235         * debug/stack_chk_fail_local.c: Add missing licence exception.
50236         * debug/warning-nop.c: Likewise.
50238 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50240         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50241         implementing getdents64 using getdents syscall, set d_type if
50242         __ASSUME_GETDENTS32_D_TYPE.
50244 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50246         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50247         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50249 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50251         [BZ #12037]
50252         * posix/unistd.h: Undo change of feature selection for ftruncate from
50253         2010-01-11.
50255 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50257         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50258         detection.
50260 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50262         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50263         fanotify_mark.
50264         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50266 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50268         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50269         variables after CHECK_SP call.
50270         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50272 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50273             Ulrich Drepper  <drepper@redhat.com>
50275         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50276         re-relocationg ld.so.
50277         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50278         _dl_init_paths call.
50279         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50280         here anymore.
50282 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50284         * resolv/res_init.c (__res_vinit): Count the default server we added.
50286 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50287             Ulrich Drepper  <drepper@redhat.com>
50289         [BZ #11968]
50290         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50291         (____longjmp_chk): Use %ebx for saving value across system call.
50292         Add unwind info.
50294 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50296         * manual/Makefile: Don't mix pattern rules with normal rules.
50298 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50300         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50301         operation.
50302         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50303         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50304         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50305         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50306         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50307         Likewise.
50309 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50311         [BZ #11979]
50312         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50313         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50315 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50317         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50318         * sysdeps/x86_64/addmul_1.S: Likewise.
50319         * sysdeps/x86_64/lshift.S: Likewise.
50320         * sysdeps/x86_64/mul_1.S: Likewise.
50321         * sysdeps/x86_64/rshift.S: Likewise.
50322         * sysdeps/x86_64/sub_n.S: Likewise.
50323         * sysdeps/x86_64/submul_1.S: Likewise.
50325 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50327         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50328         Define __sched_param instead of SCHED_* and sched_param when
50329         <bits/sched.h> is included with __need_schedparam defined.
50330         * bits/sched.h [__need_schedparam]
50331         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50332         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50333         (__defined_schedparam): Define to 1.
50334         (__sched_param): New structure, identical to sched_param.
50335         (__need_schedparam): Undefine.
50337 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50339         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50340         (epoll_create1): Declare.
50342         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50344 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50346         [BZ #7066]
50347         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50348         shifting retval into place.
50350 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50352         * nis/rpcsvc/nis.h: Update copyright notice.
50353         * nis/rpcsvc/nis.x: Likewise.
50354         * nis/rpcsvc/nis_callback.h: Likewise.
50355         * nis/rpcsvc/nis_callback.x: Likewise.
50356         * nis/rpcsvc/nis_object.x: Likewise.
50357         * nis/rpcsvc/nis_tags.h: Likewise.
50358         * nis/rpcsvc/yp.h: Likewise.
50359         * nis/rpcsvc/yp.x: Likewise.
50360         * nis/rpcsvc/ypupd.h: Likewise.
50361         * nis/yp_xdr.c: Likewise.
50362         * nis/ypupdate_xdr.c: Likewise.
50364         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50365         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50366         (pmap_getport): Use __libc_rpc_getport.
50367         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50368         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50369         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50371 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50374         fanotify_mark.
50376 2010-08-27  Roland McGrath  <roland@redhat.com>
50378         * sysdeps/i386/i686/multiarch/Makefile
50379         (CFLAGS-varshift.c): New variable.
50381 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50383         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50384         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50386         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50388         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50390 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50392         * sysdeps/x86_64/strlen.S: Unroll the loop.
50393         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50394         strlen-sse2 strlen-sse2-bsf.
50395         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50396         __strlen_no_bsf if bit_Slow_BSF is set.
50397         (__strlen_sse42): Removed.
50398         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50399         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50401 2010-08-25  Roland McGrath  <roland@redhat.com>
50403         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50404         * sysdeps/x86_64/multiarch/varshift.c: New file.
50405         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50406         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50407         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50408         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50410 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50412         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50413         strlen-sse2 strlen-sse2-bsf.
50414         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50415         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50416         (__strlen_sse2): Removed.
50417         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50418         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50419         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50420         bit_Slow_BSF for Atom.
50421         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50422         (index_Slow_BSF): Define.
50423         (HAS_SLOW_BSF): Define.
50425 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50427         [BZ #10851]
50428         * resolv/res_init.c (__res_vinit): When no server address at all
50429         is given default to loopback.
50431 2010-08-24  Roland McGrath  <roland@redhat.com>
50433         * configure.in: Remove config-name.h generation.
50434         * configure: Regenerated.
50435         * config-name.in: File removed.
50436         * scripts/config-uname.sh: New file.
50437         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50438         ($(objdir)config-name.h): New target.
50440         * sunrpc/rpc_parse.h: Avoid nested comment.
50442 2010-08-24  Richard Henderson  <rth@redhat.com>
50443             Ulrich Drepper  <drepper@redhat.com>
50444             H.J. Lu  <hongjiu.lu@intel.com>
50446         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50448         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50449         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50450         _mm_alignr_epi8 with _mm_loadu_si128.
50451         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50452         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50453         (__m128i_shift_right): Removed.
50454         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50455         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50456         * sysdeps/x86_64/multiarch/varshift.h: New file.
50457         * sysdeps/x86_64/multiarch/varshift.S: New file.
50459 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50461         * configure.in: Move assembler checks to before sysdep dir checking.
50463 2010-08-20  Petr Baudis  <pasky@suse.cz>
50465         * LICENSES: Sync the sunrpc license.
50467 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50469         * sunrpc/auth_des.c: Update copyright notice once again.
50470         * sunrpc/auth_none.c: Likewise.
50471         * sunrpc/auth_unix.c: Likewise.
50472         * sunrpc/authdes_prot.c: Likewise.
50473         * sunrpc/authuxprot.c: Likewise.
50474         * sunrpc/bindrsvprt.c: Likewise.
50475         * sunrpc/clnt_gen.c: Likewise.
50476         * sunrpc/clnt_perr.c: Likewise.
50477         * sunrpc/clnt_raw.c: Likewise.
50478         * sunrpc/clnt_simp.c: Likewise.
50479         * sunrpc/clnt_tcp.c: Likewise.
50480         * sunrpc/clnt_udp.c: Likewise.
50481         * sunrpc/clnt_unix.c: Likewise.
50482         * sunrpc/des_crypt.c: Likewise.
50483         * sunrpc/des_soft.c: Likewise.
50484         * sunrpc/get_myaddr.c: Likewise.
50485         * sunrpc/getrpcport.c: Likewise.
50486         * sunrpc/key_call.c: Likewise.
50487         * sunrpc/key_prot.c: Likewise.
50488         * sunrpc/openchild.c: Likewise.
50489         * sunrpc/pm_getmaps.c: Likewise.
50490         * sunrpc/pm_getport.c: Likewise.
50491         * sunrpc/pmap_clnt.c: Likewise.
50492         * sunrpc/pmap_prot.c: Likewise.
50493         * sunrpc/pmap_prot2.c: Likewise.
50494         * sunrpc/pmap_rmt.c: Likewise.
50495         * sunrpc/rpc/auth.h: Likewise.
50496         * sunrpc/rpc/auth_unix.h: Likewise.
50497         * sunrpc/rpc/clnt.h: Likewise.
50498         * sunrpc/rpc/des_crypt.h: Likewise.
50499         * sunrpc/rpc/key_prot.h: Likewise.
50500         * sunrpc/rpc/netdb.h: Likewise.
50501         * sunrpc/rpc/pmap_clnt.h: Likewise.
50502         * sunrpc/rpc/pmap_prot.h: Likewise.
50503         * sunrpc/rpc/pmap_rmt.h: Likewise.
50504         * sunrpc/rpc/rpc.h: Likewise.
50505         * sunrpc/rpc/rpc_des.h: Likewise.
50506         * sunrpc/rpc/rpc_msg.h: Likewise.
50507         * sunrpc/rpc/svc.h: Likewise.
50508         * sunrpc/rpc/svc_auth.h: Likewise.
50509         * sunrpc/rpc/types.h: Likewise.
50510         * sunrpc/rpc/xdr.h: Likewise.
50511         * sunrpc/rpc_clntout.c: Likewise.
50512         * sunrpc/rpc_cmsg.c: Likewise.
50513         * sunrpc/rpc_common.c: Likewise.
50514         * sunrpc/rpc_cout.c: Likewise.
50515         * sunrpc/rpc_dtable.c: Likewise.
50516         * sunrpc/rpc_hout.c: Likewise.
50517         * sunrpc/rpc_main.c: Likewise.
50518         * sunrpc/rpc_parse.c: Likewise.
50519         * sunrpc/rpc_parse.h: Likewise.
50520         * sunrpc/rpc_prot.c: Likewise.
50521         * sunrpc/rpc_sample.c: Likewise.
50522         * sunrpc/rpc_scan.c: Likewise.
50523         * sunrpc/rpc_scan.h: Likewise.
50524         * sunrpc/rpc_svcout.c: Likewise.
50525         * sunrpc/rpc_tblout.c: Likewise.
50526         * sunrpc/rpc_util.c: Likewise.
50527         * sunrpc/rpc_util.h: Likewise.
50528         * sunrpc/rpcinfo.c: Likewise.
50529         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50530         * sunrpc/rpcsvc/key_prot.x: Likewise.
50531         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50532         * sunrpc/rpcsvc/mount.x: Likewise.
50533         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50534         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50535         * sunrpc/rpcsvc/rex.x: Likewise.
50536         * sunrpc/rpcsvc/rstat.x: Likewise.
50537         * sunrpc/rpcsvc/rusers.x: Likewise.
50538         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50539         * sunrpc/rpcsvc/spray.x: Likewise.
50540         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50541         * sunrpc/rtime.c: Likewise.
50542         * sunrpc/svc.c: Likewise.
50543         * sunrpc/svc_auth.c: Likewise.
50544         * sunrpc/svc_authux.c: Likewise.
50545         * sunrpc/svc_raw.c: Likewise.
50546         * sunrpc/svc_run.c: Likewise.
50547         * sunrpc/svc_simple.c: Likewise.
50548         * sunrpc/svc_tcp.c: Likewise.
50549         * sunrpc/svc_udp.c: Likewise.
50550         * sunrpc/svc_unix.c: Likewise.
50551         * sunrpc/svcauth_des.c: Likewise.
50552         * sunrpc/xcrypt.c: Likewise.
50553         * sunrpc/xdr.c: Likewise.
50554         * sunrpc/xdr_array.c: Likewise.
50555         * sunrpc/xdr_float.c: Likewise.
50556         * sunrpc/xdr_mem.c: Likewise.
50557         * sunrpc/xdr_rec.c: Likewise.
50558         * sunrpc/xdr_ref.c: Likewise.
50559         * sunrpc/xdr_sizeof.c: Likewise.
50560         * sunrpc/xdr_stdio.c: Likewise.
50562         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50563         handling.
50565 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50567         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50569 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50571         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50572         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50573         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50574         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50575         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50576         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50577         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50578         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50579         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50580         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50581         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50582         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50583         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50584         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50586 2010-07-26  Anton Blanchard  <anton@samba.org>
50588         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50589         * malloc/arena.c (heap_trim): Likewise.
50591 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50593         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50594         here.  Not...
50595         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50596         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50598 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50600         * sysdeps/i386/elf/Makefile: New file.
50602 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50604         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50605         from fanotify_init.
50606         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50607         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50609 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50611         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50612         of strncasecmp_l.
50613         * sysdeps/multiarch/strcmp.S: Likewise.
50615 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50617         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50618         strncase_l-nonascii.
50619         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50620         Add strncase_l-ssse3.
50621         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50622         * sysdeps/x86_64/strcmp.S: Likewise.
50623         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50624         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50625         * sysdeps/x86_64/strncase.S: New file.
50626         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50627         * sysdeps/x86_64/strncase_l.S: New file.
50628         * string/Makefile (strop-tests): Add strncasecmp.
50629         * string/test-strncasecmp.c: New file.
50631         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50632         warning.
50634         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50635         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50637 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50639         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50641 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50643         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50644         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50645         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50647 2010-05-01  Alan Modra  <amodra@gmail.com>
50649         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50650         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50651         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50652         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50653         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50654         tidying.  Don't tail-call __sigjmp_save for static lib.
50655         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50656         save location.
50657         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50658         (CALL_MCOUNT): Add eh info, and nop after bl.
50659         (TAIL_CALL_SYSCALL_ERROR): New macro.
50660         (PSEUDO_RET): Use it.
50661         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50662         Correct save location of integer regs and cr.
50663         (_dl_profile_resolve): Correct cr save location.  Delete nops
50664         after bl when SHARED.  Reduce cfi size a little by better
50665         placement of cfi directives.
50666         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50667         make a stack frame.  Instead use parm save area as a temp.
50668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50669         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50671         Don't make a stack frame for parent, use parm save area.
50672         Increase child stack frame to 112 bytes.  Don't save unused reg,
50673         and adjust reg usage.  Set up cfi on error recovery and
50674         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50676         (__makecontext): Add dummy nop after jump to exit.
50677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50678         Use correct parm save area and cr save, reduce stack frame.
50679         Correct cfi for possible PSEUDO_RET frame setup.
50680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50681         Branch to local label emitted by PSEUDO_RET rather than
50682         __syscall_error.
50684 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50686         [BZ #11904]
50687         * locale/programs/locale.c (print_assignment): New function.
50688         (show_locale_vars): Use it.
50690 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50692         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50693         field.
50694         (struct statfs64): Likewise.
50695         (_STATFS_F_FLAGS): Define.
50696         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50697         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50698         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50699         (ST_VALID): Define locally.
50700         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50701         __statvfs_getflags, use the provided value.
50702         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50703         __ASSUME_STATFS_F_FLAGS.
50705         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50707         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50708         Add sys/fanotify.h.
50709         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50710         fanotify_mask for GLIBC_2.13.
50711         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50712         fanotify_init and fanotify_mark.
50713         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50714         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50716         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50717         Add prlimit.
50718         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50719         prlimit64 for GLIBC_2.13.
50720         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50721         prlimit64.
50722         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50723         syscall.
50724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50725         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50726         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50727         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50728         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50729         add prlimit alias.
50730         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50732         [BZ #11903]
50733         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50734         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50736         * nss/Makefile: Add rules to build and run tst-nss-test1.
50737         * shlib-versions: Add entry for libnss_test1.
50738         * nss/nss_test1.c: New file.
50739         * nss/tst-nss-test1.c: New file.
50741         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50742         (__nss_configure_lookup): Set appropriate entry in
50743         __nss_configure_lookup to true.
50744         * nss/nsswitch.h: Define enum with indeces of databases in
50745         databases and __nss_database_custom arrays.  Declare
50746         __nss_database_custom.
50747         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50748         to avoid using nscd when custom rules are installed.
50749         * nss/getXXbyYY_r.c: Likewise.
50750         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50752         * nss/nss_files/files-parse.c: Whitespace fixes.
50754 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50756         [BZ #11883]
50757         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50758         * posix/fnmatch_loop.c: Likewise.
50760 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50762         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50763         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50764         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50765         * Versions.def [GLIBC_2.13]: Add.
50767 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50769         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50770         Also fail if tpwd after pwuid call is NULL.
50772 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50774         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50775         when converting to ms.
50777 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50779         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50780         EOPNOTSUPP errors with ENOTTY.
50781         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50782         EOPNOTSUPP errors with ENOTTY.
50784 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50786         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50787         Add strcasecmp_l-ssse3.
50788         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50789         strcasecmp.
50790         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50791         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50792         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50794 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50796         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50798         * string/Makefile (strop-tests): Add strcasecmp.
50799         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50800         strcasecmp_l-nonascii.
50801         (gen-as-const-headers): Add locale-defines.sym.
50802         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50803         * sysdeps/x86_64/strcasecmp.S: New file.
50804         * sysdeps/x86_64/strcasecmp_l.S: New file.
50805         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50806         * sysdeps/x86_64/locale-defines.sym: New file.
50807         * string/test-strcasecmp.c: New file.
50809         * string/test-strcasestr.c: Test both ends of the range of characters.
50810         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50812 2010-07-29  Roland McGrath  <roland@redhat.com>
50814         [BZ #11856]
50815         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50817 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50819         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50820         for ld.so.
50822 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50824         * manual/memory.texi (Malloc Tunable Parameters): Document
50825         M_PERTURB.
50827 2010-07-26  Roland McGrath  <roland@redhat.com>
50829         [BZ #11840]
50830         * configure.in (-fgnu89-inline check): Set and substitute
50831         gnu89_inline, not libc_cv_gnu89_inline.
50832         * configure: Regenerated.
50833         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50835 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50837         * string/test-strnlen.c: New file.
50838         * string/Makefile (strop-tests): Add strnlen.
50839         * string/tester.c (test_strnlen): Add a few more test cases.
50840         * string/tst-strlen.c: Better error reporting.
50842         * sysdeps/x86_64/strnlen.S: New file.
50844 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50846         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50847         lower-latency instructions.
50849 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50851         * string/test-strcasestr.c: New file.
50852         * string/test-strstr.c: New file.
50853         * string/Makefile (strop-tests): Add strstr and strcasestr.
50854         * string/str-two-way.h: Don't undefine MAX.
50855         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50857 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50859         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50860         strcasestr-nonascii.
50861         (CFLAGS-strcasestr-nonascii.c): Define.
50862         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50863         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50864         Remove unused attribute.
50866 2010-07-20  Roland McGrath  <roland@redhat.com>
50868         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50869         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50870         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50871         like LD_HWCAP_MASK can disable hwcaps.
50873 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50875         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50877 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50879         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50880         call in strcasestr.
50881         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50882         __strcasestr_sse42_nonascii.
50883         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50884         strcasestr-nonascii.c.
50885         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50887 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50889         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50890         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50891         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50892         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50894 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50896         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50897         fcntl.
50899 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50901         [BZ #11577]
50902         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50903         dl_signal_cerror.
50905 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50907         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50908         _PC_PIPE_BUF using F_GETPIPE_SZ.
50910 2010-07-05  Roland McGrath  <roland@redhat.com>
50912         * manual/arith.texi (Rounding Functions): Fix rint description
50913         implicit in round description.
50915 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50917         * elf/Makefile: Fix linking for a few tests to make recent linker
50918         happy.
50920 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50922         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50923         $(common-objpfx)libc_nonshared.a.
50925 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50927         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50928         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50929         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50930         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50931         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50932         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50933         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50934         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50949         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50950         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50951         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50952         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50953         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50954         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50955         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50956         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50957         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50958         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50959         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50960         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50976 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50978         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50979         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50980         * string/memmove.c (memmove): Renamed to ...
50981         (MEMMOVE): ...this.  Default to memmove.
50982         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50983         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50984         (END_CHK): Define.
50985         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50986         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50987         mempcpy-ssse3-back memmove-ssse3-back.
50988         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50989         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50990         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50991         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50992         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50993         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50994         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50995         * sysdeps/x86_64/multiarch/memmove.c: New file.
50996         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50997         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50998         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50999         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51000         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51001         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51002         Define.
51003         (index_Fast_Copy_Backward): Define.
51004         (HAS_ARCH_FEATURE): Define.
51005         (HAS_FAST_REP_STRING): Define.
51006         (HAS_FAST_COPY_BACKWARD): Define.
51008 2010-06-21  Andreas Schwab  <schwab@redhat.com>
51010         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51011         Restore proper fallback handling.
51013 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
51015         [BZ #11701]
51016         * posix/group_member.c (__group_member): Correct checking loop.
51018         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51019         OOM in getpwuid_r correctly.  Return error number when the caller
51020         should return, otherwise -1.
51021         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51022         call returning > 0 value.
51023         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51025 2010-06-07  Andreas Schwab  <schwab@redhat.com>
51027         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51028         libc_nonshared.a from targets in modules-names.
51030 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
51032         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51033         requires it.
51035 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
51037         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51038         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51039         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51040         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51042 2010-06-02  Andreas Schwab  <schwab@redhat.com>
51044         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51046 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
51048         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51049         and F_GETPIPE_SZ.
51050         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51051         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51052         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51053         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51054         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51055         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51057 2010-06-14  Roland McGrath  <roland@redhat.com>
51059         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51061 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51063         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51064         __REDIRECT followed by __THROW.
51065         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51066         * posix/getopt.h (getopt): Likewise.
51068 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51070         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51071         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51072         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51073         in AT_FLAGS.
51074         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51075         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51077 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51079         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51081 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51083         [BZ #11640]
51084         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51085         Properly check family and model.
51087 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51089         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51091 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51093         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51095 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51097         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51098         symbol reference.
51100 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51102         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51103         symbol reference.
51105 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51107         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51108         and internal_recvmmsg.
51109         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51110         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51111         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51112         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51114         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51115         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51116         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51118 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51120         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51122 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51124         POWER7 optimizations.
51125         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51126         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51128 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51130         * version.h: Update for 2.13 development version.
51132 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51134         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51135         exceptions.  Return 0.
51137 2010-05-07  Roland McGrath  <roland@redhat.com>
51139         * elf/ldconfig.c (main): Add a const.
51141 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51143         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51144         (args_options): Add no-idn option.
51145         (ahosts_keys_int): Add idn_flags to ai_flags.
51146         (parse_option): Handle 'i' option to clear idn_flags.
51148         * malloc/malloc.c (_int_free): Possible race in the most recently
51149         added check.  Only act on the data if no current modification
51150         happened.
51152 See ChangeLog.17 for earlier changes.